=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:183: (dbg) Run: kubectl --context addons-282155 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:208: (dbg) Run: kubectl --context addons-282155 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:221: (dbg) Run: kubectl --context addons-282155 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:226: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [dff940ec-acd9-4087-b2de-d51ec0659cb8] Pending
helpers_test.go:344: "nginx" [dff940ec-acd9-4087-b2de-d51ec0659cb8] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [dff940ec-acd9-4087-b2de-d51ec0659cb8] Running
addons_test.go:226: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.018005728s
addons_test.go:238: (dbg) Run: out/minikube-linux-arm64 -p addons-282155 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:262: (dbg) Run: kubectl --context addons-282155 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:267: (dbg) Run: out/minikube-linux-arm64 -p addons-282155 ip
addons_test.go:273: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:273: (dbg) Non-zero exit: nslookup hello-john.test 192.168.49.2: exit status 1 (15.04783754s)
-- stdout --
;; connection timed out; no servers could be reached
-- /stdout --
addons_test.go:275: failed to nslookup hello-john.test host. args "nslookup hello-john.test 192.168.49.2" : exit status 1
addons_test.go:279: unexpected output from nslookup. stdout: ;; connection timed out; no servers could be reached
stderr:
addons_test.go:282: (dbg) Run: out/minikube-linux-arm64 -p addons-282155 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:282: (dbg) Done: out/minikube-linux-arm64 -p addons-282155 addons disable ingress-dns --alsologtostderr -v=1: (1.41824907s)
addons_test.go:287: (dbg) Run: out/minikube-linux-arm64 -p addons-282155 addons disable ingress --alsologtostderr -v=1
addons_test.go:287: (dbg) Done: out/minikube-linux-arm64 -p addons-282155 addons disable ingress --alsologtostderr -v=1: (7.764702052s)
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======> post-mortem[TestAddons/parallel/Ingress]: docker inspect <======
helpers_test.go:231: (dbg) Run: docker inspect addons-282155
helpers_test.go:235: (dbg) docker inspect addons-282155:
-- stdout --
[
{
"Id": "e58a29c4b8f763a24d99a899ced11c07263c9ff01e57bcddd4f373c445c3040b",
"Created": "2023-07-17T20:06:54.508060989Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 1055519,
"ExitCode": 0,
"Error": "",
"StartedAt": "2023-07-17T20:06:54.848178592Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:f52519afe5f6d6f3ce84cbd7f651b1292638d32ca98ee43d88f2d69e113e44de",
"ResolvConfPath": "/var/lib/docker/containers/e58a29c4b8f763a24d99a899ced11c07263c9ff01e57bcddd4f373c445c3040b/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/e58a29c4b8f763a24d99a899ced11c07263c9ff01e57bcddd4f373c445c3040b/hostname",
"HostsPath": "/var/lib/docker/containers/e58a29c4b8f763a24d99a899ced11c07263c9ff01e57bcddd4f373c445c3040b/hosts",
"LogPath": "/var/lib/docker/containers/e58a29c4b8f763a24d99a899ced11c07263c9ff01e57bcddd4f373c445c3040b/e58a29c4b8f763a24d99a899ced11c07263c9ff01e57bcddd4f373c445c3040b-json.log",
"Name": "/addons-282155",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-282155:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-282155",
"PortBindings": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
]
},
"RestartPolicy": {
"Name": "no",
"MaximumRetryCount": 0
},
"AutoRemove": false,
"VolumeDriver": "",
"VolumesFrom": null,
"ConsoleSize": [
0,
0
],
"CapAdd": null,
"CapDrop": null,
"CgroupnsMode": "host",
"Dns": [],
"DnsOptions": [],
"DnsSearch": [],
"ExtraHosts": null,
"GroupAdd": null,
"IpcMode": "private",
"Cgroup": "",
"Links": null,
"OomScoreAdj": 0,
"PidMode": "",
"Privileged": true,
"PublishAllPorts": false,
"ReadonlyRootfs": false,
"SecurityOpt": [
"seccomp=unconfined",
"apparmor=unconfined",
"label=disable"
],
"Tmpfs": {
"/run": "",
"/tmp": ""
},
"UTSMode": "",
"UsernsMode": "",
"ShmSize": 67108864,
"Runtime": "runc",
"Isolation": "",
"CpuShares": 0,
"Memory": 4194304000,
"NanoCpus": 2000000000,
"CgroupParent": "",
"BlkioWeight": 0,
"BlkioWeightDevice": [],
"BlkioDeviceReadBps": [],
"BlkioDeviceWriteBps": [],
"BlkioDeviceReadIOps": [],
"BlkioDeviceWriteIOps": [],
"CpuPeriod": 0,
"CpuQuota": 0,
"CpuRealtimePeriod": 0,
"CpuRealtimeRuntime": 0,
"CpusetCpus": "",
"CpusetMems": "",
"Devices": [],
"DeviceCgroupRules": null,
"DeviceRequests": null,
"MemoryReservation": 0,
"MemorySwap": 8388608000,
"MemorySwappiness": null,
"OomKillDisable": false,
"PidsLimit": null,
"Ulimits": null,
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"MaskedPaths": null,
"ReadonlyPaths": null
},
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/21b7598e33551495e5d9d735b09b6138955dadc47300c3e4e09c53967010ec34-init/diff:/var/lib/docker/overlay2/6900946d0fdd3bfa709cdc23e339458379368aff000f0d1b8e08a5eb8d75fd8d/diff",
"MergedDir": "/var/lib/docker/overlay2/21b7598e33551495e5d9d735b09b6138955dadc47300c3e4e09c53967010ec34/merged",
"UpperDir": "/var/lib/docker/overlay2/21b7598e33551495e5d9d735b09b6138955dadc47300c3e4e09c53967010ec34/diff",
"WorkDir": "/var/lib/docker/overlay2/21b7598e33551495e5d9d735b09b6138955dadc47300c3e4e09c53967010ec34/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-282155",
"Source": "/var/lib/docker/volumes/addons-282155/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-282155",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631",
"Volumes": null,
"WorkingDir": "/",
"Entrypoint": [
"/usr/local/bin/entrypoint",
"/sbin/init"
],
"OnBuild": null,
"Labels": {
"created_by.minikube.sigs.k8s.io": "true",
"mode.minikube.sigs.k8s.io": "addons-282155",
"name.minikube.sigs.k8s.io": "addons-282155",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "7b501c57fde1fa282a655c8905ae02b9f7e3c2f77424c157999e4f53a9c23b4c",
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33995"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33994"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33991"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33993"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33992"
}
]
},
"SandboxKey": "/var/run/docker/netns/7b501c57fde1",
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-282155": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": [
"e58a29c4b8f7",
"addons-282155"
],
"NetworkID": "1cc21bd311d3b16b342c4bfa12fd4cb18aa5c0170ff75c4336d6184114b21354",
"EndpointID": "2e37b9ba40ec832a354bdc01814b3a8506790e2f0204d939cbd0cd18bcbd3710",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-282155 -n addons-282155
helpers_test.go:244: <<< TestAddons/parallel/Ingress FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======> post-mortem[TestAddons/parallel/Ingress]: minikube logs <======
helpers_test.go:247: (dbg) Run: out/minikube-linux-arm64 -p addons-282155 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-282155 logs -n 25: (1.838334065s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
*
* ==> Audit <==
* |---------|--------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|--------------------------------|------------------------|---------|---------|---------------------|---------------------|
| start | -o=json --download-only | download-only-513233 | jenkins | v1.30.1 | 17 Jul 23 20:06 UTC | |
| | -p download-only-513233 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.16.0 | | | | | |
| | --container-runtime=docker | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| start | -o=json --download-only | download-only-513233 | jenkins | v1.30.1 | 17 Jul 23 20:06 UTC | |
| | -p download-only-513233 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.27.3 | | | | | |
| | --container-runtime=docker | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| delete | --all | minikube | jenkins | v1.30.1 | 17 Jul 23 20:06 UTC | 17 Jul 23 20:06 UTC |
| delete | -p download-only-513233 | download-only-513233 | jenkins | v1.30.1 | 17 Jul 23 20:06 UTC | 17 Jul 23 20:06 UTC |
| delete | -p download-only-513233 | download-only-513233 | jenkins | v1.30.1 | 17 Jul 23 20:06 UTC | 17 Jul 23 20:06 UTC |
| start | --download-only -p | download-docker-123883 | jenkins | v1.30.1 | 17 Jul 23 20:06 UTC | |
| | download-docker-123883 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| delete | -p download-docker-123883 | download-docker-123883 | jenkins | v1.30.1 | 17 Jul 23 20:06 UTC | 17 Jul 23 20:06 UTC |
| start | --download-only -p | binary-mirror-282045 | jenkins | v1.30.1 | 17 Jul 23 20:06 UTC | |
| | binary-mirror-282045 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:46565 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| delete | -p binary-mirror-282045 | binary-mirror-282045 | jenkins | v1.30.1 | 17 Jul 23 20:06 UTC | 17 Jul 23 20:06 UTC |
| start | -p addons-282155 | addons-282155 | jenkins | v1.30.1 | 17 Jul 23 20:06 UTC | 17 Jul 23 20:08 UTC |
| | --wait=true --memory=4000 | | | | | |
| | --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| addons | disable cloud-spanner -p | addons-282155 | jenkins | v1.30.1 | 17 Jul 23 20:09 UTC | 17 Jul 23 20:09 UTC |
| | addons-282155 | | | | | |
| addons | addons-282155 addons | addons-282155 | jenkins | v1.30.1 | 17 Jul 23 20:09 UTC | 17 Jul 23 20:09 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-282155 ip | addons-282155 | jenkins | v1.30.1 | 17 Jul 23 20:09 UTC | 17 Jul 23 20:09 UTC |
| addons | addons-282155 addons disable | addons-282155 | jenkins | v1.30.1 | 17 Jul 23 20:09 UTC | 17 Jul 23 20:09 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-282155 | jenkins | v1.30.1 | 17 Jul 23 20:09 UTC | 17 Jul 23 20:09 UTC |
| | addons-282155 | | | | | |
| addons | enable headlamp | addons-282155 | jenkins | v1.30.1 | 17 Jul 23 20:09 UTC | 17 Jul 23 20:09 UTC |
| | -p addons-282155 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-282155 ssh curl -s | addons-282155 | jenkins | v1.30.1 | 17 Jul 23 20:09 UTC | 17 Jul 23 20:09 UTC |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-282155 ip | addons-282155 | jenkins | v1.30.1 | 17 Jul 23 20:09 UTC | 17 Jul 23 20:09 UTC |
| addons | addons-282155 addons disable | addons-282155 | jenkins | v1.30.1 | 17 Jul 23 20:09 UTC | 17 Jul 23 20:09 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-282155 addons disable | addons-282155 | jenkins | v1.30.1 | 17 Jul 23 20:09 UTC | 17 Jul 23 20:09 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|--------------------------------|------------------------|---------|---------|---------------------|---------------------|
*
* ==> Last Start <==
* Log file created at: 2023/07/17 20:06:31
Running on machine: ip-172-31-31-251
Binary: Built with gc go1.20.5 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0717 20:06:31.875663 1055056 out.go:296] Setting OutFile to fd 1 ...
I0717 20:06:31.875869 1055056 out.go:343] TERM=,COLORTERM=, which probably does not support color
I0717 20:06:31.875878 1055056 out.go:309] Setting ErrFile to fd 2...
I0717 20:06:31.875884 1055056 out.go:343] TERM=,COLORTERM=, which probably does not support color
I0717 20:06:31.876166 1055056 root.go:338] Updating PATH: /home/jenkins/minikube-integration/16890-1049210/.minikube/bin
I0717 20:06:31.876671 1055056 out.go:303] Setting JSON to false
I0717 20:06:31.877612 1055056 start.go:128] hostinfo: {"hostname":"ip-172-31-31-251","uptime":17335,"bootTime":1689607057,"procs":207,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1039-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
I0717 20:06:31.877681 1055056 start.go:138] virtualization:
I0717 20:06:31.880772 1055056 out.go:177] * [addons-282155] minikube v1.30.1 on Ubuntu 20.04 (arm64)
I0717 20:06:31.883974 1055056 out.go:177] - MINIKUBE_LOCATION=16890
I0717 20:06:31.886527 1055056 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0717 20:06:31.884116 1055056 notify.go:220] Checking for updates...
I0717 20:06:31.890272 1055056 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/16890-1049210/kubeconfig
I0717 20:06:31.892020 1055056 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/16890-1049210/.minikube
I0717 20:06:31.893755 1055056 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0717 20:06:31.895531 1055056 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0717 20:06:31.897551 1055056 driver.go:373] Setting default libvirt URI to qemu:///system
I0717 20:06:31.920880 1055056 docker.go:121] docker version: linux-24.0.4:Docker Engine - Community
I0717 20:06:31.920978 1055056 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0717 20:06:32.010916 1055056 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:28 OomKillDisable:true NGoroutines:38 SystemTime:2023-07-17 20:06:31.999799041 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1039-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Archi
tecture:aarch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215171072 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:24.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:3dce8eb055cbb6872793272b4f20ed16117344f8 Expected:3dce8eb055cbb6872793272b4f20ed16117344f8} RuncCommit:{ID:v1.1.7-0-g860f061 Expected:v1.1.7-0-g860f061} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.11.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.19.1]] Warnings:<nil>}}
I0717 20:06:32.011033 1055056 docker.go:294] overlay module found
I0717 20:06:32.014083 1055056 out.go:177] * Using the docker driver based on user configuration
I0717 20:06:32.016031 1055056 start.go:298] selected driver: docker
I0717 20:06:32.016064 1055056 start.go:880] validating driver "docker" against <nil>
I0717 20:06:32.016078 1055056 start.go:891] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0717 20:06:32.016696 1055056 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0717 20:06:32.076843 1055056 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:28 OomKillDisable:true NGoroutines:38 SystemTime:2023-07-17 20:06:32.067657332 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1039-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Archi
tecture:aarch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215171072 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:24.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:3dce8eb055cbb6872793272b4f20ed16117344f8 Expected:3dce8eb055cbb6872793272b4f20ed16117344f8} RuncCommit:{ID:v1.1.7-0-g860f061 Expected:v1.1.7-0-g860f061} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.11.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.19.1]] Warnings:<nil>}}
I0717 20:06:32.077005 1055056 start_flags.go:305] no existing cluster config was found, will generate one from the flags
I0717 20:06:32.077223 1055056 start_flags.go:919] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0717 20:06:32.079193 1055056 out.go:177] * Using Docker driver with root privileges
I0717 20:06:32.080733 1055056 cni.go:84] Creating CNI manager for ""
I0717 20:06:32.080754 1055056 cni.go:149] "docker" driver + "docker" runtime found, recommending kindnet
I0717 20:06:32.080768 1055056 start_flags.go:314] Found "CNI" CNI - setting NetworkPlugin=cni
I0717 20:06:32.080781 1055056 start_flags.go:319] config:
{Name:addons-282155 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.27.3 ClusterName:addons-282155 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:
cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0}
I0717 20:06:32.082821 1055056 out.go:177] * Starting control plane node addons-282155 in cluster addons-282155
I0717 20:06:32.084525 1055056 cache.go:122] Beginning downloading kic base image for docker with docker
I0717 20:06:32.086311 1055056 out.go:177] * Pulling base image ...
I0717 20:06:32.088091 1055056 preload.go:132] Checking if preload exists for k8s version v1.27.3 and runtime docker
I0717 20:06:32.088140 1055056 preload.go:148] Found local preload: /home/jenkins/minikube-integration/16890-1049210/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.27.3-docker-overlay2-arm64.tar.lz4
I0717 20:06:32.088154 1055056 cache.go:57] Caching tarball of preloaded images
I0717 20:06:32.088174 1055056 image.go:79] Checking for gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 in local docker daemon
I0717 20:06:32.088226 1055056 preload.go:174] Found /home/jenkins/minikube-integration/16890-1049210/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.27.3-docker-overlay2-arm64.tar.lz4 in cache, skipping download
I0717 20:06:32.088236 1055056 cache.go:60] Finished verifying existence of preloaded tar for v1.27.3 on docker
I0717 20:06:32.088573 1055056 profile.go:148] Saving config to /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/config.json ...
I0717 20:06:32.088601 1055056 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/config.json: {Name:mk28bc31c5fc3b6d44be2d239ff988b4710b4371 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:06:32.104828 1055056 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 to local cache
I0717 20:06:32.104930 1055056 image.go:63] Checking for gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 in local cache directory
I0717 20:06:32.104955 1055056 image.go:66] Found gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 in local cache directory, skipping pull
I0717 20:06:32.104962 1055056 image.go:105] gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 exists in cache, skipping pull
I0717 20:06:32.104969 1055056 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 as a tarball
I0717 20:06:32.104974 1055056 cache.go:163] Loading gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 from local cache
I0717 20:06:47.733201 1055056 cache.go:165] successfully loaded and using gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 from cached tarball
I0717 20:06:47.733242 1055056 cache.go:195] Successfully downloaded all kic artifacts
I0717 20:06:47.733296 1055056 start.go:365] acquiring machines lock for addons-282155: {Name:mk54e73b39daa997ec072a91b5a7d44c08c1f4ea Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0717 20:06:47.733435 1055056 start.go:369] acquired machines lock for "addons-282155" in 106.051µs
I0717 20:06:47.733464 1055056 start.go:93] Provisioning new machine with config: &{Name:addons-282155 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.27.3 ClusterName:addons-282155 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServ
erIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.27.3 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false Custo
mQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0} &{Name: IP: Port:8443 KubernetesVersion:v1.27.3 ContainerRuntime:docker ControlPlane:true Worker:true}
I0717 20:06:47.733557 1055056 start.go:125] createHost starting for "" (driver="docker")
I0717 20:06:47.735680 1055056 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0717 20:06:47.735991 1055056 start.go:159] libmachine.API.Create for "addons-282155" (driver="docker")
I0717 20:06:47.736017 1055056 client.go:168] LocalClient.Create starting
I0717 20:06:47.736125 1055056 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/16890-1049210/.minikube/certs/ca.pem
I0717 20:06:48.008202 1055056 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/16890-1049210/.minikube/certs/cert.pem
I0717 20:06:48.312792 1055056 cli_runner.go:164] Run: docker network inspect addons-282155 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
W0717 20:06:48.331296 1055056 cli_runner.go:211] docker network inspect addons-282155 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}" returned with exit code 1
I0717 20:06:48.331378 1055056 network_create.go:281] running [docker network inspect addons-282155] to gather additional debugging logs...
I0717 20:06:48.331398 1055056 cli_runner.go:164] Run: docker network inspect addons-282155
W0717 20:06:48.348179 1055056 cli_runner.go:211] docker network inspect addons-282155 returned with exit code 1
I0717 20:06:48.348207 1055056 network_create.go:284] error running [docker network inspect addons-282155]: docker network inspect addons-282155: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-282155 not found
I0717 20:06:48.348220 1055056 network_create.go:286] output of [docker network inspect addons-282155]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-282155 not found
** /stderr **
I0717 20:06:48.348289 1055056 cli_runner.go:164] Run: docker network inspect bridge --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
I0717 20:06:48.365920 1055056 network.go:209] using free private subnet 192.168.49.0/24: &{IP:192.168.49.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.49.0/24 Gateway:192.168.49.1 ClientMin:192.168.49.2 ClientMax:192.168.49.254 Broadcast:192.168.49.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:0x400107e740}
I0717 20:06:48.365959 1055056 network_create.go:123] attempt to create docker network addons-282155 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0717 20:06:48.366014 1055056 cli_runner.go:164] Run: docker network create --driver=bridge --subnet=192.168.49.0/24 --gateway=192.168.49.1 -o --ip-masq -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true --label=name.minikube.sigs.k8s.io=addons-282155 addons-282155
I0717 20:06:48.436394 1055056 network_create.go:107] docker network addons-282155 192.168.49.0/24 created
I0717 20:06:48.436423 1055056 kic.go:117] calculated static IP "192.168.49.2" for the "addons-282155" container
I0717 20:06:48.436513 1055056 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0717 20:06:48.453009 1055056 cli_runner.go:164] Run: docker volume create addons-282155 --label name.minikube.sigs.k8s.io=addons-282155 --label created_by.minikube.sigs.k8s.io=true
I0717 20:06:48.471049 1055056 oci.go:103] Successfully created a docker volume addons-282155
I0717 20:06:48.471152 1055056 cli_runner.go:164] Run: docker run --rm --name addons-282155-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-282155 --entrypoint /usr/bin/test -v addons-282155:/var gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 -d /var/lib
I0717 20:06:50.640792 1055056 cli_runner.go:217] Completed: docker run --rm --name addons-282155-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-282155 --entrypoint /usr/bin/test -v addons-282155:/var gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 -d /var/lib: (2.169598388s)
I0717 20:06:50.640825 1055056 oci.go:107] Successfully prepared a docker volume addons-282155
I0717 20:06:50.640853 1055056 preload.go:132] Checking if preload exists for k8s version v1.27.3 and runtime docker
I0717 20:06:50.640871 1055056 kic.go:190] Starting extracting preloaded images to volume ...
I0717 20:06:50.640958 1055056 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/16890-1049210/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.27.3-docker-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-282155:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 -I lz4 -xf /preloaded.tar -C /extractDir
I0717 20:06:54.422333 1055056 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/16890-1049210/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.27.3-docker-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-282155:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 -I lz4 -xf /preloaded.tar -C /extractDir: (3.781335182s)
I0717 20:06:54.422366 1055056 kic.go:199] duration metric: took 3.781490 seconds to extract preloaded images to volume
W0717 20:06:54.422867 1055056 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0717 20:06:54.423032 1055056 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0717 20:06:54.492142 1055056 cli_runner.go:164] Run: docker run -d -t --privileged --security-opt seccomp=unconfined --tmpfs /tmp --tmpfs /run -v /lib/modules:/lib/modules:ro --hostname addons-282155 --name addons-282155 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-282155 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-282155 --network addons-282155 --ip 192.168.49.2 --volume addons-282155:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631
I0717 20:06:54.858567 1055056 cli_runner.go:164] Run: docker container inspect addons-282155 --format={{.State.Running}}
I0717 20:06:54.885142 1055056 cli_runner.go:164] Run: docker container inspect addons-282155 --format={{.State.Status}}
I0717 20:06:54.910818 1055056 cli_runner.go:164] Run: docker exec addons-282155 stat /var/lib/dpkg/alternatives/iptables
I0717 20:06:54.984644 1055056 oci.go:144] the created container "addons-282155" has a running status.
I0717 20:06:54.984669 1055056 kic.go:221] Creating ssh key for kic: /home/jenkins/minikube-integration/16890-1049210/.minikube/machines/addons-282155/id_rsa...
I0717 20:06:55.609045 1055056 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/16890-1049210/.minikube/machines/addons-282155/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0717 20:06:55.640538 1055056 cli_runner.go:164] Run: docker container inspect addons-282155 --format={{.State.Status}}
I0717 20:06:55.672562 1055056 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0717 20:06:55.672580 1055056 kic_runner.go:114] Args: [docker exec --privileged addons-282155 chown docker:docker /home/docker/.ssh/authorized_keys]
I0717 20:06:55.768458 1055056 cli_runner.go:164] Run: docker container inspect addons-282155 --format={{.State.Status}}
I0717 20:06:55.795067 1055056 machine.go:88] provisioning docker machine ...
I0717 20:06:55.795095 1055056 ubuntu.go:169] provisioning hostname "addons-282155"
I0717 20:06:55.795160 1055056 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-282155
I0717 20:06:55.828514 1055056 main.go:141] libmachine: Using SSH client type: native
I0717 20:06:55.828958 1055056 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x39f610] 0x3a1fa0 <nil> [] 0s} 127.0.0.1 33995 <nil> <nil>}
I0717 20:06:55.828969 1055056 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-282155 && echo "addons-282155" | sudo tee /etc/hostname
I0717 20:06:55.998828 1055056 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-282155
I0717 20:06:55.998946 1055056 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-282155
I0717 20:06:56.020373 1055056 main.go:141] libmachine: Using SSH client type: native
I0717 20:06:56.020804 1055056 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x39f610] 0x3a1fa0 <nil> [] 0s} 127.0.0.1 33995 <nil> <nil>}
I0717 20:06:56.020822 1055056 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-282155' /etc/hosts; then
if grep -xq '127.0.1.1\s.*' /etc/hosts; then
sudo sed -i 's/^127.0.1.1\s.*/127.0.1.1 addons-282155/g' /etc/hosts;
else
echo '127.0.1.1 addons-282155' | sudo tee -a /etc/hosts;
fi
fi
I0717 20:06:56.165214 1055056 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0717 20:06:56.165290 1055056 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/16890-1049210/.minikube CaCertPath:/home/jenkins/minikube-integration/16890-1049210/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/16890-1049210/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/16890-1049210/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/16890-1049210/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/16890-1049210/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/16890-1049210/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/16890-1049210/.minikube}
I0717 20:06:56.165325 1055056 ubuntu.go:177] setting up certificates
I0717 20:06:56.165359 1055056 provision.go:83] configureAuth start
I0717 20:06:56.165464 1055056 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-282155
I0717 20:06:56.187038 1055056 provision.go:138] copyHostCerts
I0717 20:06:56.187115 1055056 exec_runner.go:151] cp: /home/jenkins/minikube-integration/16890-1049210/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/16890-1049210/.minikube/ca.pem (1082 bytes)
I0717 20:06:56.187232 1055056 exec_runner.go:151] cp: /home/jenkins/minikube-integration/16890-1049210/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/16890-1049210/.minikube/cert.pem (1123 bytes)
I0717 20:06:56.187287 1055056 exec_runner.go:151] cp: /home/jenkins/minikube-integration/16890-1049210/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/16890-1049210/.minikube/key.pem (1679 bytes)
I0717 20:06:56.187359 1055056 provision.go:112] generating server cert: /home/jenkins/minikube-integration/16890-1049210/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/16890-1049210/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/16890-1049210/.minikube/certs/ca-key.pem org=jenkins.addons-282155 san=[192.168.49.2 127.0.0.1 localhost 127.0.0.1 minikube addons-282155]
I0717 20:06:56.726685 1055056 provision.go:172] copyRemoteCerts
I0717 20:06:56.726774 1055056 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0717 20:06:56.726816 1055056 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-282155
I0717 20:06:56.744728 1055056 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33995 SSHKeyPath:/home/jenkins/minikube-integration/16890-1049210/.minikube/machines/addons-282155/id_rsa Username:docker}
I0717 20:06:56.838419 1055056 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16890-1049210/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I0717 20:06:56.867532 1055056 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16890-1049210/.minikube/machines/server.pem --> /etc/docker/server.pem (1216 bytes)
I0717 20:06:56.896470 1055056 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16890-1049210/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0717 20:06:56.924802 1055056 provision.go:86] duration metric: configureAuth took 759.413447ms
I0717 20:06:56.924826 1055056 ubuntu.go:193] setting minikube options for container-runtime
I0717 20:06:56.925047 1055056 config.go:182] Loaded profile config "addons-282155": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.27.3
I0717 20:06:56.925106 1055056 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-282155
I0717 20:06:56.947655 1055056 main.go:141] libmachine: Using SSH client type: native
I0717 20:06:56.948117 1055056 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x39f610] 0x3a1fa0 <nil> [] 0s} 127.0.0.1 33995 <nil> <nil>}
I0717 20:06:56.948133 1055056 main.go:141] libmachine: About to run SSH command:
df --output=fstype / | tail -n 1
I0717 20:06:57.077505 1055056 main.go:141] libmachine: SSH cmd err, output: <nil>: overlay
I0717 20:06:57.077586 1055056 ubuntu.go:71] root file system type: overlay
I0717 20:06:57.077730 1055056 provision.go:309] Updating docker unit: /lib/systemd/system/docker.service ...
I0717 20:06:57.077830 1055056 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-282155
I0717 20:06:57.096117 1055056 main.go:141] libmachine: Using SSH client type: native
I0717 20:06:57.096562 1055056 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x39f610] 0x3a1fa0 <nil> [] 0s} 127.0.0.1 33995 <nil> <nil>}
I0717 20:06:57.096656 1055056 main.go:141] libmachine: About to run SSH command:
sudo mkdir -p /lib/systemd/system && printf %!s(MISSING) "[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
BindsTo=containerd.service
After=network-online.target firewalld.service containerd.service
Wants=network-online.target
Requires=docker.socket
StartLimitBurst=3
StartLimitIntervalSec=60
[Service]
Type=notify
Restart=on-failure
# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
# The base configuration already specifies an 'ExecStart=...' command. The first directive
# here is to clear out that command inherited from the base configuration. Without this,
# the command from the base configuration and the command specified here are treated as
# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
# will catch this invalid input and refuse to start the service with an error like:
# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
ExecStart=
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
ExecReload=/bin/kill -s HUP \$MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
# Uncomment TasksMax if your systemd version supports it.
# Only systemd 226 and above support this version.
TasksMax=infinity
TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
[Install]
WantedBy=multi-user.target
" | sudo tee /lib/systemd/system/docker.service.new
I0717 20:06:57.245680 1055056 main.go:141] libmachine: SSH cmd err, output: <nil>: [Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
BindsTo=containerd.service
After=network-online.target firewalld.service containerd.service
Wants=network-online.target
Requires=docker.socket
StartLimitBurst=3
StartLimitIntervalSec=60
[Service]
Type=notify
Restart=on-failure
# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
# The base configuration already specifies an 'ExecStart=...' command. The first directive
# here is to clear out that command inherited from the base configuration. Without this,
# the command from the base configuration and the command specified here are treated as
# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
# will catch this invalid input and refuse to start the service with an error like:
# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
ExecStart=
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
ExecReload=/bin/kill -s HUP $MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
# Uncomment TasksMax if your systemd version supports it.
# Only systemd 226 and above support this version.
TasksMax=infinity
TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
[Install]
WantedBy=multi-user.target
I0717 20:06:57.245765 1055056 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-282155
I0717 20:06:57.263925 1055056 main.go:141] libmachine: Using SSH client type: native
I0717 20:06:57.264358 1055056 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x39f610] 0x3a1fa0 <nil> [] 0s} 127.0.0.1 33995 <nil> <nil>}
I0717 20:06:57.264376 1055056 main.go:141] libmachine: About to run SSH command:
sudo diff -u /lib/systemd/system/docker.service /lib/systemd/system/docker.service.new || { sudo mv /lib/systemd/system/docker.service.new /lib/systemd/system/docker.service; sudo systemctl -f daemon-reload && sudo systemctl -f enable docker && sudo systemctl -f restart docker; }
I0717 20:06:58.106867 1055056 main.go:141] libmachine: SSH cmd err, output: <nil>: --- /lib/systemd/system/docker.service 2023-07-07 14:51:01.000000000 +0000
+++ /lib/systemd/system/docker.service.new 2023-07-17 20:06:57.242417242 +0000
@@ -1,30 +1,32 @@
[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
-After=network-online.target docker.socket firewalld.service containerd.service time-set.target
-Wants=network-online.target containerd.service
+BindsTo=containerd.service
+After=network-online.target firewalld.service containerd.service
+Wants=network-online.target
Requires=docker.socket
+StartLimitBurst=3
+StartLimitIntervalSec=60
[Service]
Type=notify
-# the default is not to use systemd for cgroups because the delegate issues still
-# exists and systemd currently does not support the cgroup feature set required
-# for containers run by docker
-ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
-ExecReload=/bin/kill -s HUP $MAINPID
-TimeoutStartSec=0
-RestartSec=2
-Restart=always
+Restart=on-failure
-# Note that StartLimit* options were moved from "Service" to "Unit" in systemd 229.
-# Both the old, and new location are accepted by systemd 229 and up, so using the old location
-# to make them work for either version of systemd.
-StartLimitBurst=3
-# Note that StartLimitInterval was renamed to StartLimitIntervalSec in systemd 230.
-# Both the old, and new name are accepted by systemd 230 and up, so using the old name to make
-# this option work for either version of systemd.
-StartLimitInterval=60s
+
+# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
+# The base configuration already specifies an 'ExecStart=...' command. The first directive
+# here is to clear out that command inherited from the base configuration. Without this,
+# the command from the base configuration and the command specified here are treated as
+# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
+# will catch this invalid input and refuse to start the service with an error like:
+# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
+
+# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
+# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
+ExecStart=
+ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
+ExecReload=/bin/kill -s HUP $MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
@@ -32,16 +34,16 @@
LimitNPROC=infinity
LimitCORE=infinity
-# Comment TasksMax if your systemd version does not support it.
-# Only systemd 226 and above support this option.
+# Uncomment TasksMax if your systemd version supports it.
+# Only systemd 226 and above support this version.
TasksMax=infinity
+TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
-OOMScoreAdjust=-500
[Install]
WantedBy=multi-user.target
Synchronizing state of docker.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable docker
I0717 20:06:58.106902 1055056 machine.go:91] provisioned docker machine in 2.311817236s
I0717 20:06:58.106912 1055056 client.go:171] LocalClient.Create took 10.370888751s
I0717 20:06:58.106931 1055056 start.go:167] duration metric: libmachine.API.Create for "addons-282155" took 10.370940476s
I0717 20:06:58.106941 1055056 start.go:300] post-start starting for "addons-282155" (driver="docker")
I0717 20:06:58.106952 1055056 start.go:329] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
I0717 20:06:58.107022 1055056 ssh_runner.go:195] Run: sudo mkdir -p /etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs
I0717 20:06:58.107077 1055056 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-282155
I0717 20:06:58.124675 1055056 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33995 SSHKeyPath:/home/jenkins/minikube-integration/16890-1049210/.minikube/machines/addons-282155/id_rsa Username:docker}
I0717 20:06:58.218581 1055056 ssh_runner.go:195] Run: cat /etc/os-release
I0717 20:06:58.223048 1055056 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0717 20:06:58.223085 1055056 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0717 20:06:58.223098 1055056 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0717 20:06:58.223105 1055056 info.go:137] Remote host: Ubuntu 22.04.2 LTS
I0717 20:06:58.223122 1055056 filesync.go:126] Scanning /home/jenkins/minikube-integration/16890-1049210/.minikube/addons for local assets ...
I0717 20:06:58.223197 1055056 filesync.go:126] Scanning /home/jenkins/minikube-integration/16890-1049210/.minikube/files for local assets ...
I0717 20:06:58.223224 1055056 start.go:303] post-start completed in 116.278261ms
I0717 20:06:58.223570 1055056 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-282155
I0717 20:06:58.242636 1055056 profile.go:148] Saving config to /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/config.json ...
I0717 20:06:58.242909 1055056 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0717 20:06:58.242958 1055056 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-282155
I0717 20:06:58.260260 1055056 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33995 SSHKeyPath:/home/jenkins/minikube-integration/16890-1049210/.minikube/machines/addons-282155/id_rsa Username:docker}
I0717 20:06:58.354369 1055056 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0717 20:06:58.360553 1055056 start.go:128] duration metric: createHost completed in 10.626981936s
I0717 20:06:58.360576 1055056 start.go:83] releasing machines lock for "addons-282155", held for 10.627129202s
I0717 20:06:58.360648 1055056 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-282155
I0717 20:06:58.378224 1055056 ssh_runner.go:195] Run: cat /version.json
I0717 20:06:58.378280 1055056 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-282155
I0717 20:06:58.378547 1055056 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0717 20:06:58.378605 1055056 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-282155
I0717 20:06:58.402755 1055056 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33995 SSHKeyPath:/home/jenkins/minikube-integration/16890-1049210/.minikube/machines/addons-282155/id_rsa Username:docker}
I0717 20:06:58.423868 1055056 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33995 SSHKeyPath:/home/jenkins/minikube-integration/16890-1049210/.minikube/machines/addons-282155/id_rsa Username:docker}
W0717 20:06:58.492191 1055056 out.go:239] ! Image was not built for the current minikube version. To resolve this you can delete and recreate your minikube cluster using the latest images. Expected minikube version: v1.31.0 -> Actual minikube version: v1.30.1
I0717 20:06:58.492303 1055056 ssh_runner.go:195] Run: systemctl --version
I0717 20:06:58.634637 1055056 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0717 20:06:58.640276 1055056 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f -name *loopback.conf* -not -name *.mk_disabled -exec sh -c "grep -q loopback {} && ( grep -q name {} || sudo sed -i '/"type": "loopback"/i \ \ \ \ "name": "loopback",' {} ) && sudo sed -i 's|"cniVersion": ".*"|"cniVersion": "1.0.0"|g' {}" ;
I0717 20:06:58.670313 1055056 cni.go:236] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0717 20:06:58.670399 1055056 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%!p(MISSING), " -exec sh -c "sudo mv {} {}.mk_disabled" ;
I0717 20:06:58.704974 1055056 cni.go:268] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0717 20:06:58.704999 1055056 start.go:469] detecting cgroup driver to use...
I0717 20:06:58.705031 1055056 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0717 20:06:58.705167 1055056 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///run/containerd/containerd.sock
" | sudo tee /etc/crictl.yaml"
I0717 20:06:58.725247 1055056 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.9"|' /etc/containerd/config.toml"
I0717 20:06:58.737235 1055056 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)restrict_oom_score_adj = .*$|\1restrict_oom_score_adj = false|' /etc/containerd/config.toml"
I0717 20:06:58.749029 1055056 containerd.go:145] configuring containerd to use "cgroupfs" as cgroup driver...
I0717 20:06:58.749118 1055056 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0717 20:06:58.761028 1055056 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runtime.v1.linux"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0717 20:06:58.773305 1055056 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0717 20:06:58.784963 1055056 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0717 20:06:58.796959 1055056 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0717 20:06:58.808039 1055056 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)conf_dir = .*$|\1conf_dir = "/etc/cni/net.d"|g' /etc/containerd/config.toml"
I0717 20:06:58.820033 1055056 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0717 20:06:58.831574 1055056 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0717 20:06:58.842338 1055056 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0717 20:06:58.937172 1055056 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0717 20:06:59.039928 1055056 start.go:469] detecting cgroup driver to use...
I0717 20:06:59.040019 1055056 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0717 20:06:59.040097 1055056 ssh_runner.go:195] Run: sudo systemctl cat docker.service
I0717 20:06:59.055770 1055056 cruntime.go:276] skipping containerd shutdown because we are bound to it
I0717 20:06:59.055884 1055056 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0717 20:06:59.070384 1055056 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///var/run/cri-dockerd.sock
" | sudo tee /etc/crictl.yaml"
I0717 20:06:59.090671 1055056 ssh_runner.go:195] Run: which cri-dockerd
I0717 20:06:59.095819 1055056 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/cri-docker.service.d
I0717 20:06:59.106646 1055056 ssh_runner.go:362] scp memory --> /etc/systemd/system/cri-docker.service.d/10-cni.conf (189 bytes)
I0717 20:06:59.134615 1055056 ssh_runner.go:195] Run: sudo systemctl unmask docker.service
I0717 20:06:59.256990 1055056 ssh_runner.go:195] Run: sudo systemctl enable docker.socket
I0717 20:06:59.371943 1055056 docker.go:535] configuring docker to use "cgroupfs" as cgroup driver...
I0717 20:06:59.372027 1055056 ssh_runner.go:362] scp memory --> /etc/docker/daemon.json (144 bytes)
I0717 20:06:59.398724 1055056 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0717 20:06:59.501392 1055056 ssh_runner.go:195] Run: sudo systemctl restart docker
I0717 20:06:59.773987 1055056 ssh_runner.go:195] Run: sudo systemctl enable cri-docker.socket
I0717 20:06:59.866400 1055056 ssh_runner.go:195] Run: sudo systemctl unmask cri-docker.socket
I0717 20:06:59.967379 1055056 ssh_runner.go:195] Run: sudo systemctl enable cri-docker.socket
I0717 20:07:00.077383 1055056 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0717 20:07:00.204498 1055056 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.socket
I0717 20:07:00.226437 1055056 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0717 20:07:00.341353 1055056 ssh_runner.go:195] Run: sudo systemctl restart cri-docker
I0717 20:07:00.424470 1055056 start.go:516] Will wait 60s for socket path /var/run/cri-dockerd.sock
I0717 20:07:00.424622 1055056 ssh_runner.go:195] Run: stat /var/run/cri-dockerd.sock
I0717 20:07:00.429434 1055056 start.go:537] Will wait 60s for crictl version
I0717 20:07:00.429542 1055056 ssh_runner.go:195] Run: which crictl
I0717 20:07:00.434459 1055056 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0717 20:07:00.494887 1055056 start.go:553] Version: 0.1.0
RuntimeName: docker
RuntimeVersion: 24.0.4
RuntimeApiVersion: v1
I0717 20:07:00.495002 1055056 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0717 20:07:00.521727 1055056 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0717 20:07:00.552573 1055056 out.go:204] * Preparing Kubernetes v1.27.3 on Docker 24.0.4 ...
I0717 20:07:00.552690 1055056 cli_runner.go:164] Run: docker network inspect addons-282155 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
I0717 20:07:00.569626 1055056 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0717 20:07:00.574282 1055056 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.49.1 host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
I0717 20:07:00.587758 1055056 preload.go:132] Checking if preload exists for k8s version v1.27.3 and runtime docker
I0717 20:07:00.587830 1055056 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0717 20:07:00.613453 1055056 docker.go:636] Got preloaded images: -- stdout --
registry.k8s.io/kube-apiserver:v1.27.3
registry.k8s.io/kube-controller-manager:v1.27.3
registry.k8s.io/kube-scheduler:v1.27.3
registry.k8s.io/kube-proxy:v1.27.3
registry.k8s.io/coredns/coredns:v1.10.1
registry.k8s.io/etcd:3.5.7-0
registry.k8s.io/pause:3.9
gcr.io/k8s-minikube/storage-provisioner:v5
-- /stdout --
I0717 20:07:00.613474 1055056 docker.go:566] Images already preloaded, skipping extraction
I0717 20:07:00.613536 1055056 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0717 20:07:00.635804 1055056 docker.go:636] Got preloaded images: -- stdout --
registry.k8s.io/kube-apiserver:v1.27.3
registry.k8s.io/kube-controller-manager:v1.27.3
registry.k8s.io/kube-scheduler:v1.27.3
registry.k8s.io/kube-proxy:v1.27.3
registry.k8s.io/coredns/coredns:v1.10.1
registry.k8s.io/etcd:3.5.7-0
registry.k8s.io/pause:3.9
gcr.io/k8s-minikube/storage-provisioner:v5
-- /stdout --
I0717 20:07:00.635830 1055056 cache_images.go:84] Images are preloaded, skipping loading
I0717 20:07:00.635890 1055056 ssh_runner.go:195] Run: docker info --format {{.CgroupDriver}}
I0717 20:07:00.700395 1055056 cni.go:84] Creating CNI manager for ""
I0717 20:07:00.700418 1055056 cni.go:149] "docker" driver + "docker" runtime found, recommending kindnet
I0717 20:07:00.700430 1055056 kubeadm.go:87] Using pod CIDR: 10.244.0.0/16
I0717 20:07:00.700451 1055056 kubeadm.go:176] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.27.3 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-282155 NodeName:addons-282155 DNSDomain:cluster.local CRISocket:/var/run/cri-dockerd.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kuber
netes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0717 20:07:00.700590 1055056 kubeadm.go:181] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta3
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.49.2
bindPort: 8443
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
ttl: 24h0m0s
usages:
- signing
- authentication
nodeRegistration:
criSocket: unix:///var/run/cri-dockerd.sock
name: "addons-282155"
kubeletExtraArgs:
node-ip: 192.168.49.2
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
extraArgs:
enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
allocate-node-cidrs: "true"
leader-elect: "false"
scheduler:
extraArgs:
leader-elect: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
etcd:
local:
dataDir: /var/lib/minikube/etcd
extraArgs:
proxy-refresh-interval: "70000"
kubernetesVersion: v1.27.3
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%!"(MISSING)
nodefs.inodesFree: "0%!"(MISSING)
imagefs.available: "0%!"(MISSING)
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: "10.244.0.0/16"
metricsBindAddress: 0.0.0.0:10249
conntrack:
maxPerCore: 0
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
tcpEstablishedTimeout: 0s
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
tcpCloseWaitTimeout: 0s
I0717 20:07:00.700658 1055056 kubeadm.go:976] kubelet [Unit]
Wants=docker.socket
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.27.3/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --container-runtime-endpoint=unix:///var/run/cri-dockerd.sock --hostname-override=addons-282155 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.27.3 ClusterName:addons-282155 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:}
I0717 20:07:00.700726 1055056 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.27.3
I0717 20:07:00.711385 1055056 binaries.go:44] Found k8s binaries, skipping transfer
I0717 20:07:00.711477 1055056 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0717 20:07:00.722202 1055056 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (374 bytes)
I0717 20:07:00.743951 1055056 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0717 20:07:00.765856 1055056 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2096 bytes)
I0717 20:07:00.787462 1055056 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0717 20:07:00.792231 1055056 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.49.2 control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
I0717 20:07:00.806337 1055056 certs.go:56] Setting up /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155 for IP: 192.168.49.2
I0717 20:07:00.806376 1055056 certs.go:190] acquiring lock for shared ca certs: {Name:mk81f942d4f5c721bda50f612945e6cfc625c6b8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:07:00.806559 1055056 certs.go:204] generating minikubeCA CA: /home/jenkins/minikube-integration/16890-1049210/.minikube/ca.key
I0717 20:07:01.337380 1055056 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/16890-1049210/.minikube/ca.crt ...
I0717 20:07:01.337411 1055056 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16890-1049210/.minikube/ca.crt: {Name:mkf2733294c0d4164bdb1378188c6db07ccceacd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:07:01.337655 1055056 crypto.go:164] Writing key to /home/jenkins/minikube-integration/16890-1049210/.minikube/ca.key ...
I0717 20:07:01.337669 1055056 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16890-1049210/.minikube/ca.key: {Name:mk4ba7939c33bf27812f58aed1221ed859cbbb6a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:07:01.337801 1055056 certs.go:204] generating proxyClientCA CA: /home/jenkins/minikube-integration/16890-1049210/.minikube/proxy-client-ca.key
I0717 20:07:01.958668 1055056 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/16890-1049210/.minikube/proxy-client-ca.crt ...
I0717 20:07:01.958700 1055056 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16890-1049210/.minikube/proxy-client-ca.crt: {Name:mkcf250f5d90f5e50e5f681e3a3b1e2967f29859 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:07:01.958882 1055056 crypto.go:164] Writing key to /home/jenkins/minikube-integration/16890-1049210/.minikube/proxy-client-ca.key ...
I0717 20:07:01.958893 1055056 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16890-1049210/.minikube/proxy-client-ca.key: {Name:mk23a9dfb029db87fe7713c8c7079d292067e7ea Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:07:01.959006 1055056 certs.go:319] generating minikube-user signed cert: /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/client.key
I0717 20:07:01.959041 1055056 crypto.go:68] Generating cert /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/client.crt with IP's: []
I0717 20:07:02.220733 1055056 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/client.crt ...
I0717 20:07:02.220765 1055056 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/client.crt: {Name:mk0ba36b2f37a988d2ec734db974e49efb93c878 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:07:02.220955 1055056 crypto.go:164] Writing key to /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/client.key ...
I0717 20:07:02.220968 1055056 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/client.key: {Name:mkd5880d6f33bfa6f864fa347967966b3edb3bb5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:07:02.221050 1055056 certs.go:319] generating minikube signed cert: /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/apiserver.key.dd3b5fb2
I0717 20:07:02.221070 1055056 crypto.go:68] Generating cert /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/apiserver.crt.dd3b5fb2 with IP's: [192.168.49.2 10.96.0.1 127.0.0.1 10.0.0.1]
I0717 20:07:02.686056 1055056 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/apiserver.crt.dd3b5fb2 ...
I0717 20:07:02.686094 1055056 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/apiserver.crt.dd3b5fb2: {Name:mk2a6dbdcace3e31ae50b7b23a840ebbd2aa8224 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:07:02.686376 1055056 crypto.go:164] Writing key to /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/apiserver.key.dd3b5fb2 ...
I0717 20:07:02.686392 1055056 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/apiserver.key.dd3b5fb2: {Name:mk693a653fbae37131633ea64a96e9f64dd72c8d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:07:02.686488 1055056 certs.go:337] copying /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/apiserver.crt.dd3b5fb2 -> /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/apiserver.crt
I0717 20:07:02.686570 1055056 certs.go:341] copying /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/apiserver.key.dd3b5fb2 -> /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/apiserver.key
I0717 20:07:02.686629 1055056 certs.go:319] generating aggregator signed cert: /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/proxy-client.key
I0717 20:07:02.686647 1055056 crypto.go:68] Generating cert /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/proxy-client.crt with IP's: []
I0717 20:07:03.201079 1055056 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/proxy-client.crt ...
I0717 20:07:03.201111 1055056 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/proxy-client.crt: {Name:mke6d1b2a1b432572653708220e83cd6c2b7e592 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:07:03.201308 1055056 crypto.go:164] Writing key to /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/proxy-client.key ...
I0717 20:07:03.201321 1055056 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/proxy-client.key: {Name:mka0c4dcafc506bcb6b1b0fbd94a7353f820a953 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:07:03.201517 1055056 certs.go:437] found cert: /home/jenkins/minikube-integration/16890-1049210/.minikube/certs/home/jenkins/minikube-integration/16890-1049210/.minikube/certs/ca-key.pem (1675 bytes)
I0717 20:07:03.201561 1055056 certs.go:437] found cert: /home/jenkins/minikube-integration/16890-1049210/.minikube/certs/home/jenkins/minikube-integration/16890-1049210/.minikube/certs/ca.pem (1082 bytes)
I0717 20:07:03.201593 1055056 certs.go:437] found cert: /home/jenkins/minikube-integration/16890-1049210/.minikube/certs/home/jenkins/minikube-integration/16890-1049210/.minikube/certs/cert.pem (1123 bytes)
I0717 20:07:03.201626 1055056 certs.go:437] found cert: /home/jenkins/minikube-integration/16890-1049210/.minikube/certs/home/jenkins/minikube-integration/16890-1049210/.minikube/certs/key.pem (1679 bytes)
I0717 20:07:03.202215 1055056 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1399 bytes)
I0717 20:07:03.231634 1055056 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0717 20:07:03.262049 1055056 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0717 20:07:03.290648 1055056 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16890-1049210/.minikube/profiles/addons-282155/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0717 20:07:03.319860 1055056 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16890-1049210/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0717 20:07:03.348465 1055056 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16890-1049210/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0717 20:07:03.377112 1055056 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16890-1049210/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0717 20:07:03.406775 1055056 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16890-1049210/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0717 20:07:03.435045 1055056 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16890-1049210/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0717 20:07:03.463562 1055056 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0717 20:07:03.484679 1055056 ssh_runner.go:195] Run: openssl version
I0717 20:07:03.491932 1055056 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/minikubeCA.pem && ln -fs /usr/share/ca-certificates/minikubeCA.pem /etc/ssl/certs/minikubeCA.pem"
I0717 20:07:03.503895 1055056 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0717 20:07:03.508834 1055056 certs.go:480] hashing: -rw-r--r-- 1 root root 1111 Jul 17 20:07 /usr/share/ca-certificates/minikubeCA.pem
I0717 20:07:03.508925 1055056 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0717 20:07:03.517876 1055056 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/b5213941.0 || ln -fs /etc/ssl/certs/minikubeCA.pem /etc/ssl/certs/b5213941.0"
I0717 20:07:03.530182 1055056 ssh_runner.go:195] Run: ls /var/lib/minikube/certs/etcd
I0717 20:07:03.534642 1055056 certs.go:353] certs directory doesn't exist, likely first start: ls /var/lib/minikube/certs/etcd: Process exited with status 2
stdout:
stderr:
ls: cannot access '/var/lib/minikube/certs/etcd': No such file or directory
I0717 20:07:03.534688 1055056 kubeadm.go:404] StartCluster: {Name:addons-282155 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.27.3 ClusterName:addons-282155 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:clu
ster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.27.3 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0}
I0717 20:07:03.534812 1055056 ssh_runner.go:195] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
I0717 20:07:03.555117 1055056 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0717 20:07:03.565912 1055056 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0717 20:07:03.576677 1055056 kubeadm.go:226] ignoring SystemVerification for kubeadm because of docker driver
I0717 20:07:03.576779 1055056 ssh_runner.go:195] Run: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf
I0717 20:07:03.587346 1055056 kubeadm.go:152] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
I0717 20:07:03.587391 1055056 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.27.3:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I0717 20:07:03.640232 1055056 kubeadm.go:322] [init] Using Kubernetes version: v1.27.3
I0717 20:07:03.640289 1055056 kubeadm.go:322] [preflight] Running pre-flight checks
I0717 20:07:03.702135 1055056 kubeadm.go:322] [preflight] The system verification failed. Printing the output from the verification:
I0717 20:07:03.702206 1055056 kubeadm.go:322] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1039-aws[0m
I0717 20:07:03.702244 1055056 kubeadm.go:322] [0;37mOS[0m: [0;32mLinux[0m
I0717 20:07:03.702291 1055056 kubeadm.go:322] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0717 20:07:03.702340 1055056 kubeadm.go:322] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0717 20:07:03.702388 1055056 kubeadm.go:322] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0717 20:07:03.702436 1055056 kubeadm.go:322] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0717 20:07:03.702485 1055056 kubeadm.go:322] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0717 20:07:03.702534 1055056 kubeadm.go:322] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0717 20:07:03.702582 1055056 kubeadm.go:322] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0717 20:07:03.702631 1055056 kubeadm.go:322] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0717 20:07:03.702678 1055056 kubeadm.go:322] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0717 20:07:03.783539 1055056 kubeadm.go:322] [preflight] Pulling images required for setting up a Kubernetes cluster
I0717 20:07:03.783643 1055056 kubeadm.go:322] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0717 20:07:03.783805 1055056 kubeadm.go:322] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0717 20:07:04.128908 1055056 kubeadm.go:322] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0717 20:07:04.132328 1055056 out.go:204] - Generating certificates and keys ...
I0717 20:07:04.132462 1055056 kubeadm.go:322] [certs] Using existing ca certificate authority
I0717 20:07:04.132531 1055056 kubeadm.go:322] [certs] Using existing apiserver certificate and key on disk
I0717 20:07:04.725844 1055056 kubeadm.go:322] [certs] Generating "apiserver-kubelet-client" certificate and key
I0717 20:07:05.360545 1055056 kubeadm.go:322] [certs] Generating "front-proxy-ca" certificate and key
I0717 20:07:05.789107 1055056 kubeadm.go:322] [certs] Generating "front-proxy-client" certificate and key
I0717 20:07:06.832475 1055056 kubeadm.go:322] [certs] Generating "etcd/ca" certificate and key
I0717 20:07:07.350754 1055056 kubeadm.go:322] [certs] Generating "etcd/server" certificate and key
I0717 20:07:07.351195 1055056 kubeadm.go:322] [certs] etcd/server serving cert is signed for DNS names [addons-282155 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0717 20:07:07.872747 1055056 kubeadm.go:322] [certs] Generating "etcd/peer" certificate and key
I0717 20:07:07.873172 1055056 kubeadm.go:322] [certs] etcd/peer serving cert is signed for DNS names [addons-282155 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0717 20:07:08.019657 1055056 kubeadm.go:322] [certs] Generating "etcd/healthcheck-client" certificate and key
I0717 20:07:08.223461 1055056 kubeadm.go:322] [certs] Generating "apiserver-etcd-client" certificate and key
I0717 20:07:09.309947 1055056 kubeadm.go:322] [certs] Generating "sa" key and public key
I0717 20:07:09.310288 1055056 kubeadm.go:322] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0717 20:07:10.330782 1055056 kubeadm.go:322] [kubeconfig] Writing "admin.conf" kubeconfig file
I0717 20:07:10.962228 1055056 kubeadm.go:322] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0717 20:07:11.206936 1055056 kubeadm.go:322] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0717 20:07:11.578574 1055056 kubeadm.go:322] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0717 20:07:11.593287 1055056 kubeadm.go:322] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0717 20:07:11.594212 1055056 kubeadm.go:322] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0717 20:07:11.594259 1055056 kubeadm.go:322] [kubelet-start] Starting the kubelet
I0717 20:07:11.708761 1055056 kubeadm.go:322] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0717 20:07:11.711138 1055056 out.go:204] - Booting up control plane ...
I0717 20:07:11.711243 1055056 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0717 20:07:11.720812 1055056 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0717 20:07:11.720887 1055056 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0717 20:07:11.720964 1055056 kubeadm.go:322] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0717 20:07:11.721109 1055056 kubeadm.go:322] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s
I0717 20:07:20.222402 1055056 kubeadm.go:322] [apiclient] All control plane components are healthy after 8.502170 seconds
I0717 20:07:20.222517 1055056 kubeadm.go:322] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0717 20:07:20.238024 1055056 kubeadm.go:322] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0717 20:07:20.764936 1055056 kubeadm.go:322] [upload-certs] Skipping phase. Please see --upload-certs
I0717 20:07:20.765383 1055056 kubeadm.go:322] [mark-control-plane] Marking the node addons-282155 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0717 20:07:21.276655 1055056 kubeadm.go:322] [bootstrap-token] Using token: 8fejqo.6tqsp5ot8faf43nj
I0717 20:07:21.278726 1055056 out.go:204] - Configuring RBAC rules ...
I0717 20:07:21.278846 1055056 kubeadm.go:322] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0717 20:07:21.286121 1055056 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0717 20:07:21.294990 1055056 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0717 20:07:21.299108 1055056 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0717 20:07:21.303521 1055056 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0717 20:07:21.307646 1055056 kubeadm.go:322] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0717 20:07:21.323007 1055056 kubeadm.go:322] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0717 20:07:21.615921 1055056 kubeadm.go:322] [addons] Applied essential addon: CoreDNS
I0717 20:07:21.700326 1055056 kubeadm.go:322] [addons] Applied essential addon: kube-proxy
I0717 20:07:21.701831 1055056 kubeadm.go:322]
I0717 20:07:21.701904 1055056 kubeadm.go:322] Your Kubernetes control-plane has initialized successfully!
I0717 20:07:21.701915 1055056 kubeadm.go:322]
I0717 20:07:21.701989 1055056 kubeadm.go:322] To start using your cluster, you need to run the following as a regular user:
I0717 20:07:21.701997 1055056 kubeadm.go:322]
I0717 20:07:21.702022 1055056 kubeadm.go:322] mkdir -p $HOME/.kube
I0717 20:07:21.704941 1055056 kubeadm.go:322] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0717 20:07:21.705000 1055056 kubeadm.go:322] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0717 20:07:21.705007 1055056 kubeadm.go:322]
I0717 20:07:21.705059 1055056 kubeadm.go:322] Alternatively, if you are the root user, you can run:
I0717 20:07:21.705067 1055056 kubeadm.go:322]
I0717 20:07:21.705112 1055056 kubeadm.go:322] export KUBECONFIG=/etc/kubernetes/admin.conf
I0717 20:07:21.705121 1055056 kubeadm.go:322]
I0717 20:07:21.705170 1055056 kubeadm.go:322] You should now deploy a pod network to the cluster.
I0717 20:07:21.705245 1055056 kubeadm.go:322] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0717 20:07:21.705314 1055056 kubeadm.go:322] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0717 20:07:21.705322 1055056 kubeadm.go:322]
I0717 20:07:21.705589 1055056 kubeadm.go:322] You can now join any number of control-plane nodes by copying certificate authorities
I0717 20:07:21.705674 1055056 kubeadm.go:322] and service account keys on each node and then running the following as root:
I0717 20:07:21.705683 1055056 kubeadm.go:322]
I0717 20:07:21.705951 1055056 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token 8fejqo.6tqsp5ot8faf43nj \
I0717 20:07:21.706056 1055056 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:181497bd6535e587f825fba4d8b5a5b0421f9351d7fa54688ed979dfd295018f \
I0717 20:07:21.706252 1055056 kubeadm.go:322] --control-plane
I0717 20:07:21.706266 1055056 kubeadm.go:322]
I0717 20:07:21.706528 1055056 kubeadm.go:322] Then you can join any number of worker nodes by running the following on each as root:
I0717 20:07:21.706540 1055056 kubeadm.go:322]
I0717 20:07:21.706821 1055056 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token 8fejqo.6tqsp5ot8faf43nj \
I0717 20:07:21.707105 1055056 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:181497bd6535e587f825fba4d8b5a5b0421f9351d7fa54688ed979dfd295018f
I0717 20:07:21.711081 1055056 kubeadm.go:322] [WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1039-aws\n", err: exit status 1
I0717 20:07:21.711200 1055056 kubeadm.go:322] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0717 20:07:21.711215 1055056 cni.go:84] Creating CNI manager for ""
I0717 20:07:21.711228 1055056 cni.go:149] "docker" driver + "docker" runtime found, recommending kindnet
I0717 20:07:21.713777 1055056 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0717 20:07:21.715723 1055056 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0717 20:07:21.725463 1055056 cni.go:188] applying CNI manifest using /var/lib/minikube/binaries/v1.27.3/kubectl ...
I0717 20:07:21.725479 1055056 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0717 20:07:21.757206 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0717 20:07:22.784370 1055056 ssh_runner.go:235] Completed: sudo /var/lib/minikube/binaries/v1.27.3/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml: (1.02713125s)
I0717 20:07:22.784403 1055056 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0717 20:07:22.784483 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:07:22.784518 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl label nodes minikube.k8s.io/version=v1.30.1 minikube.k8s.io/commit=46c8e7c4243e42e98d29628785c0523fbabbd9b5 minikube.k8s.io/name=addons-282155 minikube.k8s.io/updated_at=2023_07_17T20_07_22_0700 minikube.k8s.io/primary=true --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:07:22.920335 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:07:22.920398 1055056 ops.go:34] apiserver oom_adj: -16
I0717 20:07:23.571840 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:07:24.072277 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:07:24.571330 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:07:25.071471 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:07:25.572110 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:07:26.071693 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:07:26.571850 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:07:27.071919 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:07:27.572074 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:07:28.071843 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:07:28.572069 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:07:29.071481 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:07:29.571388 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:07:30.072070 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:07:30.571286 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:07:31.071637 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:07:31.571451 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:07:32.072014 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:07:32.571372 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:07:33.071858 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:07:33.572115 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:07:34.071569 1055056 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 20:07:34.278006 1055056 kubeadm.go:1081] duration metric: took 11.49358164s to wait for elevateKubeSystemPrivileges.
I0717 20:07:34.278034 1055056 kubeadm.go:406] StartCluster complete in 30.743347573s
I0717 20:07:34.278050 1055056 settings.go:142] acquiring lock: {Name:mk4d7865d9994a87a1c670ae96776b659d86982f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:07:34.278161 1055056 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/16890-1049210/kubeconfig
I0717 20:07:34.278624 1055056 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16890-1049210/kubeconfig: {Name:mk275af4b6bc52dcf9ea47b27f78d374307de569 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 20:07:34.279880 1055056 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.27.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0717 20:07:34.280130 1055056 config.go:182] Loaded profile config "addons-282155": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.27.3
I0717 20:07:34.280267 1055056 addons.go:499] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false volumesnapshots:true]
I0717 20:07:34.280399 1055056 addons.go:69] Setting volumesnapshots=true in profile "addons-282155"
I0717 20:07:34.280413 1055056 addons.go:231] Setting addon volumesnapshots=true in "addons-282155"
I0717 20:07:34.280497 1055056 host.go:66] Checking if "addons-282155" exists ...
I0717 20:07:34.280966 1055056 cli_runner.go:164] Run: docker container inspect addons-282155 --format={{.State.Status}}
I0717 20:07:34.282485 1055056 addons.go:69] Setting ingress=true in profile "addons-282155"
I0717 20:07:34.282503 1055056 addons.go:231] Setting addon ingress=true in "addons-282155"
I0717 20:07:34.282591 1055056 host.go:66] Checking if "addons-282155" exists ...
I0717 20:07:34.283141 1055056 cli_runner.go:164] Run: docker container inspect addons-282155 --format={{.State.Status}}
I0717 20:07:34.283219 1055056 addons.go:69] Setting cloud-spanner=true in profile "addons-282155"
I0717 20:07:34.283230 1055056 addons.go:231] Setting addon cloud-spanner=true in "addons-282155"
I0717 20:07:34.283257 1055056 host.go:66] Checking if "addons-282155" exists ...
I0717 20:07:34.283638 1055056 cli_runner.go:164] Run: docker container inspect addons-282155 --format={{.State.Status}}
I0717 20:07:34.283759 1055056 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-282155"
I0717 20:07:34.283790 1055056 addons.go:231] Setting addon csi-hostpath-driver=true in "addons-282155"
I0717 20:07:34.283825 1055056 host.go:66] Checking if "addons-282155" exists ...
I0717 20:07:34.284188 1055056 cli_runner.go:164] Run: docker container inspect addons-282155 --format={{.State.Status}}
I0717 20:07:34.284508 1055056 addons.go:69] Setting default-storageclass=true in profile "addons-282155"
I0717 20:07:34.284525 1055056 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-282155"
I0717 20:07:34.284774 1055056 cli_runner.go:164] Run: docker container inspect addons-282155 --format={{.State.Status}}
I0717 20:07:34.284837 1055056 addons.go:69] Setting gcp-auth=true in profile "addons-282155"
I0717 20:07:34.284848 1055056 mustload.go:65] Loading cluster: addons-282155
I0717 20:07:34.284989 1055056 config.go:182] Loaded profile config "addons-282155": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.27.3
I0717 20:07:34.285177 1055056 cli_runner.go:164] Run: docker container inspect addons-282155 --format={{.State.Status}}
I0717 20:07:34.285238 1055056 addons.go:69] Setting metrics-server=true in profile "addons-282155"
I0717 20:07:34.285247 1055056 addons.go:231] Setting addon metrics-server=true in "addons-282155"
I0717 20:07:34.285273 1055056 host.go:66] Checking if "addons-282155" exists ...
I0717 20:07:34.285607 1055056 cli_runner.go:164] Run: docker container inspect addons-282155 --format={{.State.Status}}
I0717 20:07:34.285664 1055056 addons.go:69] Setting ingress-dns=true in profile "addons-282155"
I0717 20:07:34.285672 1055056 addons.go:231] Setting addon ingress-dns=true in "addons-282155"
I0717 20:07:34.285701 1055056 host.go:66] Checking if "addons-282155" exists ...
I0717 20:07:34.286032 1055056 cli_runner.go:164] Run: docker container inspect addons-282155 --format={{.State.Status}}
I0717 20:07:34.286084 1055056 addons.go:69] Setting inspektor-gadget=true in profile "addons-282155"
I0717 20:07:34.286091 1055056 addons.go:231] Setting addon inspektor-gadget=true in "addons-282155"
I0717 20:07:34.286111 1055056 host.go:66] Checking if "addons-282155" exists ...
I0717 20:07:34.286436 1055056 cli_runner.go:164] Run: docker container inspect addons-282155 --format={{.State.Status}}
I0717 20:07:34.286493 1055056 addons.go:69] Setting registry=true in profile "addons-282155"
I0717 20:07:34.286501 1055056 addons.go:231] Setting addon registry=true in "addons-282155"
I0717 20:07:34.286524 1055056 host.go:66] Checking if "addons-282155" exists ...
I0717 20:07:34.287000 1055056 addons.go:69] Setting storage-provisioner=true in profile "addons-282155"
I0717 20:07:34.287036 1055056 addons.go:231] Setting addon storage-provisioner=true in "addons-282155"
I0717 20:07:34.287090 1055056 host.go:66] Checking if "addons-282155" exists ...
I0717 20:07:34.300382 1055056 cli_runner.go:164] Run: docker container inspect addons-282155 --format={{.State.Status}}
I0717 20:07:34.300860 1055056 cli_runner.go:164] Run: docker container inspect addons-282155 --format={{.State.Status}}
I0717 20:07:34.379815 1055056 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0717 20:07:34.392875 1055056 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0717 20:07:34.392947 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0717 20:07:34.393048 1055056 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-282155
W0717 20:07:34.402490 1055056 kapi.go:245] failed rescaling "coredns" deployment in "kube-system" namespace and "addons-282155" context to 1 replicas: non-retryable failure while rescaling coredns deployment: Operation cannot be fulfilled on deployments.apps "coredns": the object has been modified; please apply your changes to the latest version and try again
E0717 20:07:34.402574 1055056 start.go:219] Unable to scale down deployment "coredns" in namespace "kube-system" to 1 replica: non-retryable failure while rescaling coredns deployment: Operation cannot be fulfilled on deployments.apps "coredns": the object has been modified; please apply your changes to the latest version and try again
I0717 20:07:34.402610 1055056 start.go:223] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.27.3 ContainerRuntime:docker ControlPlane:true Worker:true}
I0717 20:07:34.404791 1055056 out.go:177] * Verifying Kubernetes components...
I0717 20:07:34.414929 1055056 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0717 20:07:34.458992 1055056 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.8.1
I0717 20:07:34.465613 1055056 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
I0717 20:07:34.506174 1055056 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
I0717 20:07:34.519127 1055056 addons.go:423] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0717 20:07:34.519189 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16083 bytes)
I0717 20:07:34.519268 1055056 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-282155
I0717 20:07:34.529982 1055056 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0717 20:07:34.532026 1055056 addons.go:423] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0717 20:07:34.532044 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0717 20:07:34.532112 1055056 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-282155
I0717 20:07:34.535395 1055056 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.7
I0717 20:07:34.542883 1055056 addons.go:423] installing /etc/kubernetes/addons/deployment.yaml
I0717 20:07:34.542908 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1003 bytes)
I0717 20:07:34.542973 1055056 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-282155
I0717 20:07:34.584579 1055056 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0717 20:07:34.587885 1055056 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0717 20:07:34.591687 1055056 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0717 20:07:34.594141 1055056 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0717 20:07:34.596446 1055056 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0717 20:07:34.600697 1055056 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0717 20:07:34.600265 1055056 addons.go:231] Setting addon default-storageclass=true in "addons-282155"
I0717 20:07:34.602867 1055056 host.go:66] Checking if "addons-282155" exists ...
I0717 20:07:34.603328 1055056 cli_runner.go:164] Run: docker container inspect addons-282155 --format={{.State.Status}}
I0717 20:07:34.605672 1055056 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0717 20:07:34.620276 1055056 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0717 20:07:34.633884 1055056 addons.go:423] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0717 20:07:34.633951 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0717 20:07:34.634049 1055056 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-282155
I0717 20:07:34.631784 1055056 host.go:66] Checking if "addons-282155" exists ...
I0717 20:07:34.641798 1055056 out.go:177] - Using image docker.io/registry:2.8.1
I0717 20:07:34.643647 1055056 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.5
I0717 20:07:34.645544 1055056 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.6.3
I0717 20:07:34.647271 1055056 addons.go:423] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0717 20:07:34.647288 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0717 20:07:34.647369 1055056 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-282155
I0717 20:07:34.645807 1055056 addons.go:423] installing /etc/kubernetes/addons/registry-rc.yaml
I0717 20:07:34.647459 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0717 20:07:34.647485 1055056 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-282155
I0717 20:07:34.667804 1055056 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0717 20:07:34.669892 1055056 addons.go:423] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0717 20:07:34.669915 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0717 20:07:34.669982 1055056 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-282155
I0717 20:07:34.688106 1055056 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.18.1
I0717 20:07:34.691825 1055056 addons.go:423] installing /etc/kubernetes/addons/ig-namespace.yaml
I0717 20:07:34.691847 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0717 20:07:34.691935 1055056 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-282155
I0717 20:07:34.709827 1055056 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33995 SSHKeyPath:/home/jenkins/minikube-integration/16890-1049210/.minikube/machines/addons-282155/id_rsa Username:docker}
I0717 20:07:34.711170 1055056 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33995 SSHKeyPath:/home/jenkins/minikube-integration/16890-1049210/.minikube/machines/addons-282155/id_rsa Username:docker}
I0717 20:07:34.799425 1055056 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.27.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.27.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0717 20:07:34.809228 1055056 node_ready.go:35] waiting up to 6m0s for node "addons-282155" to be "Ready" ...
I0717 20:07:34.814787 1055056 node_ready.go:49] node "addons-282155" has status "Ready":"True"
I0717 20:07:34.814855 1055056 node_ready.go:38] duration metric: took 5.54553ms waiting for node "addons-282155" to be "Ready" ...
I0717 20:07:34.814878 1055056 pod_ready.go:35] extra waiting up to 6m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
I0717 20:07:34.841532 1055056 addons.go:423] installing /etc/kubernetes/addons/storageclass.yaml
I0717 20:07:34.841604 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0717 20:07:34.841694 1055056 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-282155
I0717 20:07:34.853229 1055056 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33995 SSHKeyPath:/home/jenkins/minikube-integration/16890-1049210/.minikube/machines/addons-282155/id_rsa Username:docker}
I0717 20:07:34.854289 1055056 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33995 SSHKeyPath:/home/jenkins/minikube-integration/16890-1049210/.minikube/machines/addons-282155/id_rsa Username:docker}
I0717 20:07:34.873243 1055056 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5d78c9869d-2l7r2" in "kube-system" namespace to be "Ready" ...
I0717 20:07:34.875443 1055056 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33995 SSHKeyPath:/home/jenkins/minikube-integration/16890-1049210/.minikube/machines/addons-282155/id_rsa Username:docker}
I0717 20:07:34.897444 1055056 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33995 SSHKeyPath:/home/jenkins/minikube-integration/16890-1049210/.minikube/machines/addons-282155/id_rsa Username:docker}
I0717 20:07:34.918266 1055056 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33995 SSHKeyPath:/home/jenkins/minikube-integration/16890-1049210/.minikube/machines/addons-282155/id_rsa Username:docker}
I0717 20:07:34.918458 1055056 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33995 SSHKeyPath:/home/jenkins/minikube-integration/16890-1049210/.minikube/machines/addons-282155/id_rsa Username:docker}
I0717 20:07:34.922140 1055056 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33995 SSHKeyPath:/home/jenkins/minikube-integration/16890-1049210/.minikube/machines/addons-282155/id_rsa Username:docker}
I0717 20:07:34.940120 1055056 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33995 SSHKeyPath:/home/jenkins/minikube-integration/16890-1049210/.minikube/machines/addons-282155/id_rsa Username:docker}
I0717 20:07:35.276277 1055056 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0717 20:07:35.276339 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0717 20:07:35.459237 1055056 addons.go:423] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0717 20:07:35.459260 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0717 20:07:35.510569 1055056 addons.go:423] installing /etc/kubernetes/addons/registry-svc.yaml
I0717 20:07:35.510632 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0717 20:07:35.540723 1055056 addons.go:423] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0717 20:07:35.540787 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0717 20:07:35.849976 1055056 addons.go:423] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0717 20:07:35.850007 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0717 20:07:35.851390 1055056 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0717 20:07:35.851408 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0717 20:07:35.986853 1055056 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0717 20:07:35.995295 1055056 addons.go:423] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0717 20:07:35.995328 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0717 20:07:35.999006 1055056 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0717 20:07:35.999119 1055056 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0717 20:07:36.060292 1055056 addons.go:423] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0717 20:07:36.060317 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0717 20:07:36.179860 1055056 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0717 20:07:36.209336 1055056 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0717 20:07:36.209361 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0717 20:07:36.213782 1055056 addons.go:423] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0717 20:07:36.213813 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0717 20:07:36.281600 1055056 addons.go:423] installing /etc/kubernetes/addons/ig-role.yaml
I0717 20:07:36.281630 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0717 20:07:36.297444 1055056 addons.go:423] installing /etc/kubernetes/addons/registry-proxy.yaml
I0717 20:07:36.297473 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0717 20:07:36.322197 1055056 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0717 20:07:36.349619 1055056 addons.go:423] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0717 20:07:36.349640 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0717 20:07:36.427243 1055056 addons.go:423] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0717 20:07:36.427265 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0717 20:07:36.560598 1055056 addons.go:423] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0717 20:07:36.560621 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0717 20:07:36.648858 1055056 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0717 20:07:36.706484 1055056 addons.go:423] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0717 20:07:36.706507 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0717 20:07:36.809805 1055056 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I0717 20:07:36.832860 1055056 addons.go:423] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0717 20:07:36.832884 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0717 20:07:36.899230 1055056 pod_ready.go:102] pod "coredns-5d78c9869d-2l7r2" in "kube-system" namespace has status "Ready":"False"
I0717 20:07:36.979509 1055056 addons.go:423] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0717 20:07:36.979541 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0717 20:07:37.012066 1055056 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0717 20:07:37.012094 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0717 20:07:37.145405 1055056 addons.go:423] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0717 20:07:37.145446 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0717 20:07:37.302660 1055056 addons.go:423] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0717 20:07:37.302693 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0717 20:07:37.388931 1055056 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0717 20:07:37.388954 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0717 20:07:37.521408 1055056 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0717 20:07:37.686276 1055056 addons.go:423] installing /etc/kubernetes/addons/ig-crd.yaml
I0717 20:07:37.686300 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0717 20:07:37.747506 1055056 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0717 20:07:37.747536 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0717 20:07:37.921995 1055056 addons.go:423] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0717 20:07:37.922028 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7741 bytes)
I0717 20:07:37.931396 1055056 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.27.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.27.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (3.131891614s)
I0717 20:07:37.931434 1055056 start.go:917] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0717 20:07:37.970764 1055056 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0717 20:07:37.970787 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0717 20:07:38.102692 1055056 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0717 20:07:38.102725 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0717 20:07:38.130033 1055056 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
I0717 20:07:38.310228 1055056 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0717 20:07:39.408145 1055056 pod_ready.go:102] pod "coredns-5d78c9869d-2l7r2" in "kube-system" namespace has status "Ready":"False"
I0717 20:07:41.510222 1055056 pod_ready.go:102] pod "coredns-5d78c9869d-2l7r2" in "kube-system" namespace has status "Ready":"False"
I0717 20:07:41.522069 1055056 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0717 20:07:41.522152 1055056 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-282155
I0717 20:07:41.552007 1055056 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33995 SSHKeyPath:/home/jenkins/minikube-integration/16890-1049210/.minikube/machines/addons-282155/id_rsa Username:docker}
I0717 20:07:42.266351 1055056 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0717 20:07:42.601748 1055056 addons.go:231] Setting addon gcp-auth=true in "addons-282155"
I0717 20:07:42.601797 1055056 host.go:66] Checking if "addons-282155" exists ...
I0717 20:07:42.602229 1055056 cli_runner.go:164] Run: docker container inspect addons-282155 --format={{.State.Status}}
I0717 20:07:42.629006 1055056 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0717 20:07:42.629103 1055056 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-282155
I0717 20:07:42.667290 1055056 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33995 SSHKeyPath:/home/jenkins/minikube-integration/16890-1049210/.minikube/machines/addons-282155/id_rsa Username:docker}
I0717 20:07:44.013398 1055056 pod_ready.go:102] pod "coredns-5d78c9869d-2l7r2" in "kube-system" namespace has status "Ready":"False"
I0717 20:07:44.152680 1055056 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (8.165788741s)
I0717 20:07:44.153137 1055056 addons.go:467] Verifying addon ingress=true in "addons-282155"
I0717 20:07:44.152769 1055056 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (8.15363163s)
I0717 20:07:44.152818 1055056 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (8.153779018s)
I0717 20:07:44.152861 1055056 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (7.972977758s)
I0717 20:07:44.152886 1055056 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (7.830667901s)
I0717 20:07:44.152910 1055056 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (7.504028294s)
I0717 20:07:44.153221 1055056 addons.go:467] Verifying addon registry=true in "addons-282155"
I0717 20:07:44.156046 1055056 out.go:177] * Verifying registry addon...
I0717 20:07:44.153042 1055056 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (6.63160694s)
I0717 20:07:44.153096 1055056 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (6.023032885s)
I0717 20:07:44.152959 1055056 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (7.343127623s)
I0717 20:07:44.158778 1055056 addons.go:467] Verifying addon metrics-server=true in "addons-282155"
I0717 20:07:44.158811 1055056 out.go:177] * Verifying ingress addon...
W0717 20:07:44.159041 1055056 addons.go:449] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0717 20:07:44.160807 1055056 retry.go:31] will retry after 217.422813ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0717 20:07:44.159550 1055056 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0717 20:07:44.161431 1055056 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0717 20:07:44.179594 1055056 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0717 20:07:44.179621 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:44.190773 1055056 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0717 20:07:44.190842 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:44.379044 1055056 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0717 20:07:44.690213 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:44.714206 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:45.201883 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:45.223897 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:45.702509 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:45.743891 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:46.189354 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:46.206541 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:46.409078 1055056 pod_ready.go:102] pod "coredns-5d78c9869d-2l7r2" in "kube-system" namespace has status "Ready":"False"
I0717 20:07:46.691008 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:46.718556 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:47.041803 1055056 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (8.731522722s)
I0717 20:07:47.041851 1055056 addons.go:467] Verifying addon csi-hostpath-driver=true in "addons-282155"
I0717 20:07:47.041899 1055056 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (4.412863757s)
I0717 20:07:47.045920 1055056 out.go:177] * Verifying csi-hostpath-driver addon...
I0717 20:07:47.048448 1055056 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
I0717 20:07:47.049328 1055056 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0717 20:07:47.052940 1055056 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.0
I0717 20:07:47.054851 1055056 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0717 20:07:47.054917 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0717 20:07:47.091726 1055056 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0717 20:07:47.091755 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:47.172205 1055056 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0717 20:07:47.172273 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0717 20:07:47.191006 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:47.196247 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:47.429208 1055056 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0717 20:07:47.429270 1055056 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5412 bytes)
I0717 20:07:47.549651 1055056 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (3.170540361s)
I0717 20:07:47.605853 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:47.631677 1055056 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0717 20:07:47.689374 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:47.702286 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:48.155366 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:48.192850 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:48.198974 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:48.603924 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:48.693703 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:48.707790 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:48.902075 1055056 pod_ready.go:102] pod "coredns-5d78c9869d-2l7r2" in "kube-system" namespace has status "Ready":"False"
I0717 20:07:49.105631 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:49.187745 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:49.196376 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:49.598995 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:49.685400 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:49.697792 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:50.041035 1055056 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml: (2.409198856s)
I0717 20:07:50.042734 1055056 addons.go:467] Verifying addon gcp-auth=true in "addons-282155"
I0717 20:07:50.050627 1055056 out.go:177] * Verifying gcp-auth addon...
I0717 20:07:50.054011 1055056 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0717 20:07:50.061694 1055056 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0717 20:07:50.061720 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:07:50.104066 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:50.185794 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:50.197476 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:50.570033 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:07:50.598823 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:50.685235 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:50.697702 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:51.068573 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:07:51.104282 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:51.185474 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:51.197009 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:51.399248 1055056 pod_ready.go:102] pod "coredns-5d78c9869d-2l7r2" in "kube-system" namespace has status "Ready":"False"
I0717 20:07:51.566218 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:07:51.597343 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:51.684995 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:51.697231 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:52.065375 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:07:52.098191 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:52.184489 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:52.196178 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:52.403141 1055056 pod_ready.go:92] pod "coredns-5d78c9869d-2l7r2" in "kube-system" namespace has status "Ready":"True"
I0717 20:07:52.403166 1055056 pod_ready.go:81] duration metric: took 17.526215837s waiting for pod "coredns-5d78c9869d-2l7r2" in "kube-system" namespace to be "Ready" ...
I0717 20:07:52.403179 1055056 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5d78c9869d-d6pkg" in "kube-system" namespace to be "Ready" ...
I0717 20:07:52.581783 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:07:52.609961 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:52.694631 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:52.705546 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:52.922562 1055056 pod_ready.go:92] pod "coredns-5d78c9869d-d6pkg" in "kube-system" namespace has status "Ready":"True"
I0717 20:07:52.922591 1055056 pod_ready.go:81] duration metric: took 519.403813ms waiting for pod "coredns-5d78c9869d-d6pkg" in "kube-system" namespace to be "Ready" ...
I0717 20:07:52.922630 1055056 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-282155" in "kube-system" namespace to be "Ready" ...
I0717 20:07:52.931434 1055056 pod_ready.go:92] pod "etcd-addons-282155" in "kube-system" namespace has status "Ready":"True"
I0717 20:07:52.931458 1055056 pod_ready.go:81] duration metric: took 8.815715ms waiting for pod "etcd-addons-282155" in "kube-system" namespace to be "Ready" ...
I0717 20:07:52.931471 1055056 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-282155" in "kube-system" namespace to be "Ready" ...
I0717 20:07:52.942322 1055056 pod_ready.go:92] pod "kube-apiserver-addons-282155" in "kube-system" namespace has status "Ready":"True"
I0717 20:07:52.942344 1055056 pod_ready.go:81] duration metric: took 10.865683ms waiting for pod "kube-apiserver-addons-282155" in "kube-system" namespace to be "Ready" ...
I0717 20:07:52.942357 1055056 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-282155" in "kube-system" namespace to be "Ready" ...
I0717 20:07:52.961880 1055056 pod_ready.go:92] pod "kube-controller-manager-addons-282155" in "kube-system" namespace has status "Ready":"True"
I0717 20:07:52.961901 1055056 pod_ready.go:81] duration metric: took 19.535732ms waiting for pod "kube-controller-manager-addons-282155" in "kube-system" namespace to be "Ready" ...
I0717 20:07:52.961913 1055056 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-xlgnr" in "kube-system" namespace to be "Ready" ...
I0717 20:07:53.066600 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:07:53.097929 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:53.190246 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:53.203566 1055056 pod_ready.go:92] pod "kube-proxy-xlgnr" in "kube-system" namespace has status "Ready":"True"
I0717 20:07:53.203598 1055056 pod_ready.go:81] duration metric: took 241.674866ms waiting for pod "kube-proxy-xlgnr" in "kube-system" namespace to be "Ready" ...
I0717 20:07:53.203649 1055056 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-282155" in "kube-system" namespace to be "Ready" ...
I0717 20:07:53.206396 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:53.566261 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:07:53.596514 1055056 pod_ready.go:92] pod "kube-scheduler-addons-282155" in "kube-system" namespace has status "Ready":"True"
I0717 20:07:53.596580 1055056 pod_ready.go:81] duration metric: took 392.909567ms waiting for pod "kube-scheduler-addons-282155" in "kube-system" namespace to be "Ready" ...
I0717 20:07:53.596610 1055056 pod_ready.go:38] duration metric: took 18.781706611s for extra waiting for all system-critical and pods with labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
I0717 20:07:53.596642 1055056 api_server.go:52] waiting for apiserver process to appear ...
I0717 20:07:53.596722 1055056 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0717 20:07:53.599213 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:53.635361 1055056 api_server.go:72] duration metric: took 19.232692058s to wait for apiserver process to appear ...
I0717 20:07:53.635430 1055056 api_server.go:88] waiting for apiserver healthz status ...
I0717 20:07:53.635460 1055056 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0717 20:07:53.646173 1055056 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0717 20:07:53.647943 1055056 api_server.go:141] control plane version: v1.27.3
I0717 20:07:53.648004 1055056 api_server.go:131] duration metric: took 12.55469ms to wait for apiserver health ...
I0717 20:07:53.648041 1055056 system_pods.go:43] waiting for kube-system pods to appear ...
I0717 20:07:53.685141 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:53.697439 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:53.803924 1055056 system_pods.go:59] 18 kube-system pods found
I0717 20:07:53.803994 1055056 system_pods.go:61] "coredns-5d78c9869d-2l7r2" [28c5e983-7885-4301-8c34-11b5c3bf9ae1] Running
I0717 20:07:53.804017 1055056 system_pods.go:61] "coredns-5d78c9869d-d6pkg" [ea7afdf2-6470-494b-b49f-1707eaa444d1] Running
I0717 20:07:53.804040 1055056 system_pods.go:61] "csi-hostpath-attacher-0" [bd6e74cb-322a-46f9-9aa8-d11857318055] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0717 20:07:53.804064 1055056 system_pods.go:61] "csi-hostpath-resizer-0" [57cf2132-a957-4e72-9cbb-db654c72bb48] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0717 20:07:53.804097 1055056 system_pods.go:61] "csi-hostpathplugin-fhkr5" [b010161e-ad63-4bb9-81a4-a082cda36888] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
I0717 20:07:53.804119 1055056 system_pods.go:61] "etcd-addons-282155" [6756b0bd-e147-47be-8d04-040157680cc7] Running
I0717 20:07:53.804137 1055056 system_pods.go:61] "kindnet-pwpmq" [46d39c86-2253-4f02-b355-392b3ad2bd14] Running
I0717 20:07:53.804155 1055056 system_pods.go:61] "kube-apiserver-addons-282155" [5b886441-8dda-498b-aa01-6fa958a8a082] Running
I0717 20:07:53.804175 1055056 system_pods.go:61] "kube-controller-manager-addons-282155" [7b9a5a4c-4455-43ab-895f-8f101123e13a] Running
I0717 20:07:53.804197 1055056 system_pods.go:61] "kube-ingress-dns-minikube" [de2527e8-e4ec-4823-85f6-9ea6ecfdff28] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0717 20:07:53.804218 1055056 system_pods.go:61] "kube-proxy-xlgnr" [b33bf66a-2717-4a03-9ade-76892366f202] Running
I0717 20:07:53.804237 1055056 system_pods.go:61] "kube-scheduler-addons-282155" [2e31ab3e-2700-4fe4-adc3-66cb77524459] Running
I0717 20:07:53.804256 1055056 system_pods.go:61] "metrics-server-844d8db974-gt9sk" [e0688d50-3734-4add-b6f4-20213ee09034] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0717 20:07:53.804277 1055056 system_pods.go:61] "registry-2p97m" [daf16004-5af6-400c-80ae-9740f80d8a2c] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0717 20:07:53.804298 1055056 system_pods.go:61] "registry-proxy-nz9l9" [5ac5fbf2-3eaf-495a-b138-dd47c872b0e5] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0717 20:07:53.804321 1055056 system_pods.go:61] "snapshot-controller-75bbb956b9-bh9f8" [b8ac9812-2ec9-4ef8-83ac-3bddfc45f61f] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0717 20:07:53.804798 1055056 system_pods.go:61] "snapshot-controller-75bbb956b9-ktp7s" [f0b6194d-aca6-4b6c-bd3f-0dbcfa3542b0] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0717 20:07:53.804823 1055056 system_pods.go:61] "storage-provisioner" [fd4963cc-7120-4c93-ba63-3ffbc426aeb1] Running
I0717 20:07:53.804842 1055056 system_pods.go:74] duration metric: took 156.78261ms to wait for pod list to return data ...
I0717 20:07:53.804862 1055056 default_sa.go:34] waiting for default service account to be created ...
I0717 20:07:53.995030 1055056 default_sa.go:45] found service account: "default"
I0717 20:07:53.995058 1055056 default_sa.go:55] duration metric: took 190.178165ms for default service account to be created ...
I0717 20:07:53.995068 1055056 system_pods.go:116] waiting for k8s-apps to be running ...
I0717 20:07:54.065969 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:07:54.098635 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:54.185084 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:54.197732 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:54.205663 1055056 system_pods.go:86] 18 kube-system pods found
I0717 20:07:54.205696 1055056 system_pods.go:89] "coredns-5d78c9869d-2l7r2" [28c5e983-7885-4301-8c34-11b5c3bf9ae1] Running
I0717 20:07:54.205704 1055056 system_pods.go:89] "coredns-5d78c9869d-d6pkg" [ea7afdf2-6470-494b-b49f-1707eaa444d1] Running
I0717 20:07:54.205714 1055056 system_pods.go:89] "csi-hostpath-attacher-0" [bd6e74cb-322a-46f9-9aa8-d11857318055] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0717 20:07:54.205724 1055056 system_pods.go:89] "csi-hostpath-resizer-0" [57cf2132-a957-4e72-9cbb-db654c72bb48] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0717 20:07:54.205733 1055056 system_pods.go:89] "csi-hostpathplugin-fhkr5" [b010161e-ad63-4bb9-81a4-a082cda36888] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
I0717 20:07:54.205743 1055056 system_pods.go:89] "etcd-addons-282155" [6756b0bd-e147-47be-8d04-040157680cc7] Running
I0717 20:07:54.205750 1055056 system_pods.go:89] "kindnet-pwpmq" [46d39c86-2253-4f02-b355-392b3ad2bd14] Running
I0717 20:07:54.205760 1055056 system_pods.go:89] "kube-apiserver-addons-282155" [5b886441-8dda-498b-aa01-6fa958a8a082] Running
I0717 20:07:54.205766 1055056 system_pods.go:89] "kube-controller-manager-addons-282155" [7b9a5a4c-4455-43ab-895f-8f101123e13a] Running
I0717 20:07:54.205773 1055056 system_pods.go:89] "kube-ingress-dns-minikube" [de2527e8-e4ec-4823-85f6-9ea6ecfdff28] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0717 20:07:54.205782 1055056 system_pods.go:89] "kube-proxy-xlgnr" [b33bf66a-2717-4a03-9ade-76892366f202] Running
I0717 20:07:54.205788 1055056 system_pods.go:89] "kube-scheduler-addons-282155" [2e31ab3e-2700-4fe4-adc3-66cb77524459] Running
I0717 20:07:54.205795 1055056 system_pods.go:89] "metrics-server-844d8db974-gt9sk" [e0688d50-3734-4add-b6f4-20213ee09034] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0717 20:07:54.205806 1055056 system_pods.go:89] "registry-2p97m" [daf16004-5af6-400c-80ae-9740f80d8a2c] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0717 20:07:54.205815 1055056 system_pods.go:89] "registry-proxy-nz9l9" [5ac5fbf2-3eaf-495a-b138-dd47c872b0e5] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0717 20:07:54.205824 1055056 system_pods.go:89] "snapshot-controller-75bbb956b9-bh9f8" [b8ac9812-2ec9-4ef8-83ac-3bddfc45f61f] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0717 20:07:54.205837 1055056 system_pods.go:89] "snapshot-controller-75bbb956b9-ktp7s" [f0b6194d-aca6-4b6c-bd3f-0dbcfa3542b0] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0717 20:07:54.205843 1055056 system_pods.go:89] "storage-provisioner" [fd4963cc-7120-4c93-ba63-3ffbc426aeb1] Running
I0717 20:07:54.205854 1055056 system_pods.go:126] duration metric: took 210.780727ms to wait for k8s-apps to be running ...
I0717 20:07:54.205864 1055056 system_svc.go:44] waiting for kubelet service to be running ....
I0717 20:07:54.205921 1055056 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0717 20:07:54.222544 1055056 system_svc.go:56] duration metric: took 16.671332ms WaitForService to wait for kubelet.
I0717 20:07:54.222567 1055056 kubeadm.go:581] duration metric: took 19.819903127s to wait for : map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] ...
I0717 20:07:54.222586 1055056 node_conditions.go:102] verifying NodePressure condition ...
I0717 20:07:54.395230 1055056 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0717 20:07:54.395258 1055056 node_conditions.go:123] node cpu capacity is 2
I0717 20:07:54.395272 1055056 node_conditions.go:105] duration metric: took 172.680528ms to run NodePressure ...
I0717 20:07:54.395283 1055056 start.go:228] waiting for startup goroutines ...
I0717 20:07:54.565443 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:07:54.598087 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:54.684622 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:54.696237 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:55.065690 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:07:55.099409 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:55.184726 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:55.195628 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:55.565626 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:07:55.597570 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:55.684777 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:55.696536 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:56.065654 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:07:56.097119 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:56.185209 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:56.195935 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:56.566673 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:07:56.598273 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:56.685044 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:56.695666 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:57.065667 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:07:57.097928 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:57.184410 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:57.196417 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:57.566346 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:07:57.598146 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:57.685477 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:57.696564 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:58.066029 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:07:58.098089 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:58.184866 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:58.195441 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:58.565679 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:07:58.597470 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:58.685114 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:58.699111 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:59.078032 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:07:59.098783 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:59.185037 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:59.196125 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:07:59.566046 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:07:59.597497 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:07:59.685167 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:07:59.696591 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:08:00.067616 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:00.102938 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:00.188045 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:00.198465 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:08:00.565756 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:00.597483 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:00.684789 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:00.696164 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:08:01.066291 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:01.097460 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:01.185592 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:01.196358 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:08:01.566293 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:01.599227 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:01.685624 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:01.695890 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:08:02.066062 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:02.098310 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:02.185949 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:02.198044 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:08:02.566775 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:02.598385 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:02.686076 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:02.705825 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:08:03.067596 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:03.098764 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:03.184475 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:03.197095 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:08:03.572445 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:03.598850 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:03.685515 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:03.701577 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:08:04.066526 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:04.100776 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:04.185310 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:04.197425 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:08:04.567112 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:04.600324 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:04.685767 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:04.698022 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:08:05.066760 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:05.101043 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:05.185551 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:05.196846 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:08:05.565974 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:05.606721 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:05.685928 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:05.696812 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:08:06.066477 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:06.098864 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:06.184123 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:06.196329 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:08:06.565095 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:06.597797 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:06.685484 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:06.697153 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:08:07.065737 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:07.098014 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:07.184823 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:07.196302 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:08:07.565447 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:07.598042 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:07.684526 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:07.696551 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:08:08.066333 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:08.097998 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:08.184461 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:08.196074 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:08:08.566227 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:08.600041 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:08.684769 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:08.696722 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 20:08:09.066838 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:09.100325 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:09.186429 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:09.197370 1055056 kapi.go:107] duration metric: took 25.037815732s to wait for kubernetes.io/minikube-addons=registry ...
I0717 20:08:09.566399 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:09.597602 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:09.685237 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:10.076004 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:10.099073 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:10.185006 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:10.565964 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:10.597330 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:10.685417 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:11.065942 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:11.098535 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:11.184001 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:11.566020 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:11.599223 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:11.684613 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:12.066013 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:12.097924 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:12.184652 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:12.565590 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:12.598455 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:12.684927 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:13.066203 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:13.103530 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:13.184517 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:13.565317 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:13.612186 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:13.690133 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:14.066233 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:14.098414 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:14.185497 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:14.565625 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:14.598157 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:14.684862 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:15.066275 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:15.099482 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:15.186323 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:15.566511 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:15.598268 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:15.685133 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:16.066345 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:16.097730 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:16.184867 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:16.565966 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:16.597378 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:16.685633 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:17.065478 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:17.097698 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:17.184597 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:17.565778 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:17.598458 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:17.684787 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:18.065783 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:18.097783 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:18.187370 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:18.566231 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:18.599325 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:18.687832 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:19.065776 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:19.103442 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:19.184482 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:19.565357 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:19.597974 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:19.684540 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:20.066304 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:20.102300 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:20.184659 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:20.565685 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:20.597853 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:20.684044 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:21.066064 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:21.102520 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:21.184623 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:21.565105 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:21.597816 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:21.684252 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:22.065593 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:22.098162 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:22.184567 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:22.566824 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:22.603617 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:22.685734 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:23.066066 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:23.098569 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:23.185366 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:23.567654 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:23.599399 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:23.685303 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:24.067066 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:24.098280 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:24.185044 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:24.566885 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:24.598560 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:24.684472 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:25.065857 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:25.097782 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:25.185185 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:25.568717 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:25.598052 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:25.684662 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:26.066517 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:26.097812 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:26.188870 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:26.565966 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:26.597861 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:26.684401 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:27.066369 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:27.099300 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:27.185769 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:27.565674 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:27.598465 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:27.687847 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:28.065908 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:28.097521 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:28.184685 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:28.565502 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:28.597632 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:28.684333 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:29.065922 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:29.098418 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:29.184732 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:29.566881 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:29.597817 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:29.684282 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:30.066358 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:30.098728 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:30.184632 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:30.565522 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:30.600265 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:30.685540 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:31.066086 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:31.099654 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:31.184644 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:31.565508 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:31.597561 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:31.683835 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:32.068830 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:32.097941 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:32.185242 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:32.566447 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:32.597905 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:32.683980 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:33.066510 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:33.098784 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:33.184070 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:33.568929 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:33.597669 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:33.684977 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:34.067338 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:34.101583 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:34.184803 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:34.565951 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:34.598128 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:34.685745 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:35.066425 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:35.098890 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:35.184587 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:35.565924 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:35.599232 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:35.685526 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:36.066591 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:36.099985 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:36.190591 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:36.565324 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:36.597588 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 20:08:36.685409 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:37.065859 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:37.097506 1055056 kapi.go:107] duration metric: took 50.048174843s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0717 20:08:37.185015 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:37.566157 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:37.684605 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:38.065567 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:38.184225 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:38.566072 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:38.684144 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:39.066412 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:39.184362 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:39.565808 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:39.684824 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:40.065729 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:40.185433 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:40.566212 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:40.684829 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:41.067347 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:41.185969 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:41.566259 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:41.685661 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:42.066446 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:42.185500 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:42.566860 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:42.685144 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:43.066282 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:43.184053 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:43.565932 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:43.685317 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:44.065184 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:44.184082 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:44.565845 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:44.685198 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:45.066687 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:45.185409 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:45.565909 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:45.684332 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:46.066329 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:46.184832 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:46.565895 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:46.684556 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:47.065468 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:47.183828 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:47.565487 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:47.683979 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:48.066148 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:48.184217 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:48.566527 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:48.684598 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:49.066225 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:49.185490 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:49.565555 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:49.684644 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:50.065752 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:50.184650 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:50.565910 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:50.683995 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:51.066201 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:51.184897 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:51.565926 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:51.684586 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:52.066244 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:52.185328 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:52.565068 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:52.684568 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:53.065424 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:53.183840 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:53.565918 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:53.684460 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:54.066060 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:54.185352 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:54.566037 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:54.684537 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:55.066277 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:55.184559 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:55.566389 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:55.685594 1055056 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 20:08:56.068484 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:56.184460 1055056 kapi.go:107] duration metric: took 1m12.0230255s to wait for app.kubernetes.io/name=ingress-nginx ...
I0717 20:08:56.566135 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:57.070363 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:57.565339 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:58.066469 1055056 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 20:08:58.565916 1055056 kapi.go:107] duration metric: took 1m8.511905139s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0717 20:08:58.568186 1055056 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-282155 cluster.
I0717 20:08:58.570093 1055056 out.go:177] * If you don't want your credentials mounted into a specific pod, add a label with the `gcp-auth-skip-secret` key to your pod configuration.
I0717 20:08:58.571814 1055056 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0717 20:08:58.573812 1055056 out.go:177] * Enabled addons: default-storageclass, ingress-dns, storage-provisioner, cloud-spanner, metrics-server, inspektor-gadget, volumesnapshots, registry, csi-hostpath-driver, ingress, gcp-auth
I0717 20:08:58.576143 1055056 addons.go:502] enable addons completed in 1m24.295874105s: enabled=[default-storageclass ingress-dns storage-provisioner cloud-spanner metrics-server inspektor-gadget volumesnapshots registry csi-hostpath-driver ingress gcp-auth]
I0717 20:08:58.576198 1055056 start.go:233] waiting for cluster config update ...
I0717 20:08:58.576222 1055056 start.go:242] writing updated cluster config ...
I0717 20:08:58.576538 1055056 ssh_runner.go:195] Run: rm -f paused
I0717 20:08:58.644394 1055056 start.go:578] kubectl: 1.27.3, cluster: 1.27.3 (minor skew: 0)
I0717 20:08:58.646876 1055056 out.go:177] * Done! kubectl is now configured to use "addons-282155" cluster and "default" namespace by default
*
* ==> Docker <==
* Jul 17 20:09:11 addons-282155 dockerd[1096]: time="2023-07-17T20:09:11.182219133Z" level=info msg="ignoring event" container=06829cd5aa045dd9bcbff4ed3a71b3632f2e3fbc26002203b921e6c2ae483bf2 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 20:09:11 addons-282155 dockerd[1096]: time="2023-07-17T20:09:11.273695517Z" level=info msg="ignoring event" container=5bff66b0d1c79e799d60b58d296a33aadd2220fe864d7b37aeaebf3d77b5f1b4 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 20:09:12 addons-282155 dockerd[1096]: time="2023-07-17T20:09:12.664331812Z" level=info msg="ignoring event" container=be55c2cbde3c5fe9d8c03f79650ad2b6313e31da87103c972abcc38d08a7200e module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 20:09:13 addons-282155 dockerd[1096]: time="2023-07-17T20:09:13.622028665Z" level=info msg="ignoring event" container=31da8b70b9a165371d4e35194c31b84e04d66869ac89ffbc86f54c9450f0dea2 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 20:09:13 addons-282155 dockerd[1096]: time="2023-07-17T20:09:13.686703624Z" level=info msg="ignoring event" container=3825a6f4a4bd70606e8aeb8f9bdac6fdc2d7919ebe7c076a7a3a800a765584b8 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 20:09:13 addons-282155 dockerd[1096]: time="2023-07-17T20:09:13.841573703Z" level=info msg="ignoring event" container=30ef84eec41cd310846ddc2f2f4af0be840454b762c2c471849b8f90b8a8842e module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 20:09:13 addons-282155 dockerd[1096]: time="2023-07-17T20:09:13.929516304Z" level=info msg="ignoring event" container=b549a08a6b5d3a6503ab6e20ec3d84fde4f6c62ad62bc0c689d901d1919a01f5 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 20:09:15 addons-282155 cri-dockerd[1306]: time="2023-07-17T20:09:15Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/f8c55136dfb496da48877588df800f560c54d330bf31b2b62191c40596876be8/resolv.conf as [nameserver 10.96.0.10 search default.svc.cluster.local svc.cluster.local cluster.local us-east-2.compute.internal options ndots:5]"
Jul 17 20:09:16 addons-282155 dockerd[1096]: time="2023-07-17T20:09:16.194438705Z" level=info msg="ignoring event" container=292ac2c2c0adece75c90b082174c05e46c7a751f017663ca907367219dc4e740 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 20:09:16 addons-282155 dockerd[1096]: time="2023-07-17T20:09:16.358495879Z" level=info msg="ignoring event" container=8737fd8bde8680e2a57777b12f10a55afc0fe82c4cb1355569a0d8adaf4fda29 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 20:09:17 addons-282155 cri-dockerd[1306]: time="2023-07-17T20:09:17Z" level=info msg="Stop pulling image docker.io/nginx:alpine: Status: Downloaded newer image for nginx:alpine"
Jul 17 20:09:23 addons-282155 cri-dockerd[1306]: time="2023-07-17T20:09:23Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/78efc8937375cd606a9cc1a76643db4e514c3e447f942403c7fd33f23a436eec/resolv.conf as [nameserver 10.96.0.10 search headlamp.svc.cluster.local svc.cluster.local cluster.local us-east-2.compute.internal options ndots:5]"
Jul 17 20:09:23 addons-282155 dockerd[1096]: time="2023-07-17T20:09:23.333572537Z" level=warning msg="reference for unknown type: " digest="sha256:67ba87b88218563eec9684525904936609713b02dcbcf4390cd055766217ed45" remote="ghcr.io/headlamp-k8s/headlamp@sha256:67ba87b88218563eec9684525904936609713b02dcbcf4390cd055766217ed45"
Jul 17 20:09:25 addons-282155 dockerd[1096]: time="2023-07-17T20:09:25.362212141Z" level=info msg="ignoring event" container=0b6725703fb64ba905c6835f153d9488884f93bd233687f38c0db397c2b5e70b module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 20:09:25 addons-282155 cri-dockerd[1306]: time="2023-07-17T20:09:25Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/c649e438859aae9dbfc5daae58cbb1c2c0de6d7a7fdab733c821549e60337f52/resolv.conf as [nameserver 10.96.0.10 search default.svc.cluster.local svc.cluster.local cluster.local us-east-2.compute.internal options ndots:5]"
Jul 17 20:09:27 addons-282155 cri-dockerd[1306]: time="2023-07-17T20:09:27Z" level=info msg="Stop pulling image ghcr.io/headlamp-k8s/headlamp:v0.18.0@sha256:67ba87b88218563eec9684525904936609713b02dcbcf4390cd055766217ed45: Status: Downloaded newer image for ghcr.io/headlamp-k8s/headlamp@sha256:67ba87b88218563eec9684525904936609713b02dcbcf4390cd055766217ed45"
Jul 17 20:09:29 addons-282155 cri-dockerd[1306]: time="2023-07-17T20:09:29Z" level=info msg="Stop pulling image gcr.io/google-samples/hello-app:1.0: Status: Downloaded newer image for gcr.io/google-samples/hello-app:1.0"
Jul 17 20:09:29 addons-282155 dockerd[1096]: time="2023-07-17T20:09:29.457406178Z" level=info msg="ignoring event" container=ffa35aadf0b28ee6633fa23038112447ccec64ea8975bd2b94e9423a0028c492 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 20:09:29 addons-282155 dockerd[1096]: time="2023-07-17T20:09:29.668656846Z" level=info msg="ignoring event" container=a08299f037e6e20f0363855c6233a79332522b34cc9954939fd8ea47a42e1a97 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 20:09:40 addons-282155 dockerd[1096]: time="2023-07-17T20:09:40.886401410Z" level=info msg="ignoring event" container=bdc0733b27fe53be955f780d2047904be4c2ebf4c2e20b155c92e1081c75ac3d module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 20:09:43 addons-282155 dockerd[1096]: time="2023-07-17T20:09:43.552589735Z" level=info msg="Container failed to exit within 1s of signal 15 - using the force" container=5d1fbecfd70230d6371482e5f634aa54ee10aa173df50e53f8b54925044c1c08
Jul 17 20:09:43 addons-282155 dockerd[1096]: time="2023-07-17T20:09:43.629406314Z" level=info msg="ignoring event" container=5d1fbecfd70230d6371482e5f634aa54ee10aa173df50e53f8b54925044c1c08 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 20:09:43 addons-282155 dockerd[1096]: time="2023-07-17T20:09:43.744504942Z" level=info msg="ignoring event" container=ff85d191520a3973b7908a3d66e03dd0eef192886d0b31d7a15e2049cf98e1e7 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 20:09:46 addons-282155 dockerd[1096]: time="2023-07-17T20:09:46.955565015Z" level=info msg="ignoring event" container=9605b5ecbabece668a7b6ff9a1147192a189e541c620d3bca64a3e8441bb2bd9 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 20:09:50 addons-282155 cri-dockerd[1306]: time="2023-07-17T20:09:50Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/56d0a14d4074d2413d61de8cc769b58c570fada263eebad37ae112062e279f1e/resolv.conf as [nameserver 10.96.0.10 search default.svc.cluster.local svc.cluster.local cluster.local us-east-2.compute.internal options ndots:5]"
*
* ==> container status <==
* CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
9605b5ecbabec 13753a81eccfd 4 seconds ago Exited hello-world-app 2 c649e438859aa hello-world-app-65bdb79f98-v4q7p
a982352c9019e ghcr.io/headlamp-k8s/headlamp@sha256:67ba87b88218563eec9684525904936609713b02dcbcf4390cd055766217ed45 23 seconds ago Running headlamp 0 78efc8937375c headlamp-66f6498c69-ssp2s
47f754e9aaace nginx@sha256:2d194184b067db3598771b4cf326cfe6ad5051937ba1132b8b7d4b0184e0d0a6 33 seconds ago Running nginx 0 f8c55136dfb49 nginx
965da4ad70b3a gcr.io/k8s-minikube/gcp-auth-webhook@sha256:d730651bb6584f969d95d8279a754cf9d8d31b5055c43dbdb8d7363a8c6371cf 54 seconds ago Running gcp-auth 0 6a05d4e80929e gcp-auth-58478865f7-8hn8b
caf39c37553f3 registry.k8s.io/sig-storage/csi-snapshotter@sha256:291334908ddf71a4661fd7f6d9d97274de8a5378a2b6fdfeb2ce73414a34f82f About a minute ago Running csi-snapshotter 0 8d0b8ef1231f1 csi-hostpathplugin-fhkr5
6fa8b68e120e8 registry.k8s.io/sig-storage/csi-provisioner@sha256:ee3b525d5b89db99da3b8eb521d9cd90cb6e9ef0fbb651e98bb37be78d36b5b8 About a minute ago Running csi-provisioner 0 8d0b8ef1231f1 csi-hostpathplugin-fhkr5
c0b6942f0b877 registry.k8s.io/sig-storage/livenessprobe@sha256:cacee2b5c36dd59d4c7e8469c05c9e4ef53ecb2df9025fa8c10cdaf61bce62f0 About a minute ago Running liveness-probe 0 8d0b8ef1231f1 csi-hostpathplugin-fhkr5
a34767377641e registry.k8s.io/sig-storage/hostpathplugin@sha256:92257881c1d6493cf18299a24af42330f891166560047902b8d431fb66b01af5 About a minute ago Running hostpath 0 8d0b8ef1231f1 csi-hostpathplugin-fhkr5
1ed7bfac68a16 registry.k8s.io/sig-storage/csi-node-driver-registrar@sha256:f1c25991bac2fbb7f5fcf91ed9438df31e30edee6bed5a780464238aa09ad24c About a minute ago Running node-driver-registrar 0 8d0b8ef1231f1 csi-hostpathplugin-fhkr5
bf367ca4461f7 registry.k8s.io/sig-storage/csi-attacher@sha256:9a685020911e2725ad019dbce6e4a5ab93d51e3d4557f115e64343345e05781b About a minute ago Running csi-attacher 0 eb666357db751 csi-hostpath-attacher-0
31f938b9d2b4a registry.k8s.io/sig-storage/csi-resizer@sha256:425d8f1b769398127767b06ed97ce62578a3179bcb99809ce93a1649e025ffe7 About a minute ago Running csi-resizer 0 98c11e11a0390 csi-hostpath-resizer-0
b4916cbe9ca06 registry.k8s.io/sig-storage/csi-external-health-monitor-controller@sha256:80b9ba94aa2afe24553d69bd165a6a51552d1582d68618ec00d3b804a7d9193c About a minute ago Running csi-external-health-monitor-controller 0 8d0b8ef1231f1 csi-hostpathplugin-fhkr5
75271d2487425 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:543c40fd093964bc9ab509d3e791f9989963021f1e9e4c9c7b6700b02bfb227b About a minute ago Exited patch 0 845a2fbdc570b ingress-nginx-admission-patch-g2b8r
631d0c7294437 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:543c40fd093964bc9ab509d3e791f9989963021f1e9e4c9c7b6700b02bfb227b About a minute ago Exited create 0 722cbf473dc7b ingress-nginx-admission-create-nn69x
86cda35b0c817 registry.k8s.io/sig-storage/snapshot-controller@sha256:823c75d0c45d1427f6d850070956d9ca657140a7bbf828381541d1d808475280 About a minute ago Running volume-snapshot-controller 0 060e1a2a20c39 snapshot-controller-75bbb956b9-ktp7s
1facbd9092272 registry.k8s.io/sig-storage/snapshot-controller@sha256:823c75d0c45d1427f6d850070956d9ca657140a7bbf828381541d1d808475280 About a minute ago Running volume-snapshot-controller 0 f594efbd6fb8f snapshot-controller-75bbb956b9-bh9f8
27c610ea070a6 97e04611ad434 About a minute ago Running coredns 1 71fff3dfacbf7 coredns-5d78c9869d-d6pkg
5919df0112f3f 97e04611ad434 2 minutes ago Running coredns 1 61ec4ea501f73 coredns-5d78c9869d-2l7r2
9d9431b9a1f27 ba04bb24b9575 2 minutes ago Running storage-provisioner 0 0d36eb577edce storage-provisioner
74a91bb2a3668 kindest/kindnetd@sha256:6c00e28db008c2afa67d9ee085c86184ec9ae5281d5ae1bd15006746fb9a1974 2 minutes ago Running kindnet-cni 0 f053fd2525452 kindnet-pwpmq
7584f536b896c 97e04611ad434 2 minutes ago Exited coredns 0 240dedf7b7a9e coredns-5d78c9869d-d6pkg
ca0de60bb440b 97e04611ad434 2 minutes ago Exited coredns 0 32d01d847200f coredns-5d78c9869d-2l7r2
ee10dbc55a858 fb73e92641fd5 2 minutes ago Running kube-proxy 0 4454e44941fd4 kube-proxy-xlgnr
a33f893087082 39dfb036b0986 2 minutes ago Running kube-apiserver 0 f6f3f2eb86ff0 kube-apiserver-addons-282155
531721af67b64 bcb9e554eaab6 2 minutes ago Running kube-scheduler 0 3a53cf6d8018b kube-scheduler-addons-282155
c371df10dfaab 24bc64e911039 2 minutes ago Running etcd 0 b1f4b5d4c35c0 etcd-addons-282155
cb0ac545e91ea ab3683b584ae5 2 minutes ago Running kube-controller-manager 0 7e89be0a41d8f kube-controller-manager-addons-282155
*
* ==> coredns [27c610ea070a] <==
* .:53
[INFO] plugin/reload: Running configuration SHA512 = 591cf328cccc12bc490481273e738df59329c62c0b729d94e8b61db9961c2fa5f046dd37f1cf888b953814040d180f52594972691cd6ff41be96639138a43908
CoreDNS-1.10.1
linux/arm64, go1.20, 055b2c3
[INFO] Reloading
[INFO] plugin/reload: Running configuration SHA512 = 05e3eaddc414b2d71a69b2e2bc6f2681fc1f4d04bcdd3acc1a41457bb7db518208b95ddfc4c9fffedc59c25a8faf458be1af4915a4a3c0d6777cb7a346bc5d86
[INFO] Reloading complete
[INFO] 127.0.0.1:51985 - 53611 "HINFO IN 8750950107366445934.557546118649981317. udp 56 false 512" NXDOMAIN qr,rd,ra 56 0.027921588s
[INFO] 10.244.0.18:39792 - 31244 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.00014519s
[INFO] 10.244.0.18:35957 - 58493 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003386205s
[INFO] 10.244.0.18:52936 - 63490 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003243141s
[INFO] 10.244.0.18:43659 - 36413 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.00099154s
[INFO] 10.244.0.19:32796 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000249239s
[INFO] 10.244.0.17:38897 - 46096 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000184377s
[INFO] 10.244.0.17:38897 - 57280 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000155134s
[INFO] 10.244.0.17:38897 - 52454 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000127942s
[INFO] 10.244.0.17:38897 - 9677 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000326933s
[INFO] 10.244.0.17:38897 - 24899 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000128648s
[INFO] 10.244.0.17:38897 - 52258 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000169583s
[INFO] 10.244.0.17:38897 - 22307 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001799555s
[INFO] 10.244.0.17:38897 - 58503 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002320556s
[INFO] 10.244.0.17:38897 - 62871 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.00011488s
*
* ==> coredns [5919df0112f3] <==
* [INFO] 10.244.0.17:33811 - 54161 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000130158s
[INFO] 10.244.0.17:33811 - 28497 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000111196s
[INFO] 10.244.0.17:33811 - 1925 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.00010752s
[INFO] 10.244.0.17:33811 - 58717 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.00011744s
[INFO] 10.244.0.17:33811 - 11514 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002598234s
[INFO] 10.244.0.17:33811 - 26229 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.004915246s
[INFO] 10.244.0.17:33811 - 56315 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000124218s
[INFO] 10.244.0.17:43828 - 19611 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000139249s
[INFO] 10.244.0.17:43828 - 30778 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000152032s
[INFO] 10.244.0.17:37354 - 7546 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000061079s
[INFO] 10.244.0.17:37354 - 2623 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000091028s
[INFO] 10.244.0.17:43828 - 42461 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.00007314s
[INFO] 10.244.0.17:37354 - 59999 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000055122s
[INFO] 10.244.0.17:43828 - 45438 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000057075s
[INFO] 10.244.0.17:43828 - 27589 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000044274s
[INFO] 10.244.0.17:37354 - 15468 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000044094s
[INFO] 10.244.0.17:37354 - 9952 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000048607s
[INFO] 10.244.0.17:43828 - 53489 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000052037s
[INFO] 10.244.0.17:37354 - 41951 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000041592s
[INFO] 10.244.0.17:43828 - 2736 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.005900664s
[INFO] 10.244.0.17:37354 - 42601 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.005408103s
[INFO] 10.244.0.17:43828 - 48726 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002204224s
[INFO] 10.244.0.17:37354 - 48197 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001616376s
[INFO] 10.244.0.17:37354 - 53169 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000053399s
[INFO] 10.244.0.17:43828 - 3936 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000100422s
*
* ==> coredns [7584f536b896] <==
* [INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] SIGTERM: Shutting down servers then terminating
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[WARNING] plugin/kubernetes: starting server with unsynced Kubernetes API
.:53
[INFO] plugin/reload: Running configuration SHA512 = 591cf328cccc12bc490481273e738df59329c62c0b729d94e8b61db9961c2fa5f046dd37f1cf888b953814040d180f52594972691cd6ff41be96639138a43908
CoreDNS-1.10.1
linux/arm64, go1.20, 055b2c3
[INFO] plugin/health: Going into lameduck mode for 5s
[WARNING] plugin/kubernetes: Kubernetes API connection failure: Get "https://10.96.0.1:443/version": dial tcp 10.96.0.1:443: connect: network is unreachable
[ERROR] plugin/errors: 2 3827957461068021534.3955389872160053388. HINFO: dial udp 192.168.49.1:53: connect: network is unreachable
[ERROR] plugin/errors: 2 3827957461068021534.3955389872160053388. HINFO: dial udp 192.168.49.1:53: connect: network is unreachable
*
* ==> coredns [ca0de60bb440] <==
* [INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] SIGTERM: Shutting down servers then terminating
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[WARNING] plugin/kubernetes: starting server with unsynced Kubernetes API
.:53
[INFO] plugin/reload: Running configuration SHA512 = 591cf328cccc12bc490481273e738df59329c62c0b729d94e8b61db9961c2fa5f046dd37f1cf888b953814040d180f52594972691cd6ff41be96639138a43908
CoreDNS-1.10.1
linux/arm64, go1.20, 055b2c3
[INFO] plugin/health: Going into lameduck mode for 5s
[WARNING] plugin/kubernetes: Kubernetes API connection failure: Get "https://10.96.0.1:443/version": dial tcp 10.96.0.1:443: connect: network is unreachable
[ERROR] plugin/errors: 2 7691449039677172756.9099289081042588512. HINFO: dial udp 192.168.49.1:53: connect: network is unreachable
[ERROR] plugin/errors: 2 7691449039677172756.9099289081042588512. HINFO: dial udp 192.168.49.1:53: connect: network is unreachable
*
* ==> describe nodes <==
* Name: addons-282155
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-282155
kubernetes.io/os=linux
minikube.k8s.io/commit=46c8e7c4243e42e98d29628785c0523fbabbd9b5
minikube.k8s.io/name=addons-282155
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2023_07_17T20_07_22_0700
minikube.k8s.io/version=v1.30.1
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-282155
Annotations: csi.volume.kubernetes.io/nodeid: {"hostpath.csi.k8s.io":"addons-282155"}
kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/cri-dockerd.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Mon, 17 Jul 2023 20:07:18 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-282155
AcquireTime: <unset>
RenewTime: Mon, 17 Jul 2023 20:09:45 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 17 Jul 2023 20:09:25 +0000 Mon, 17 Jul 2023 20:07:14 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 17 Jul 2023 20:09:25 +0000 Mon, 17 Jul 2023 20:07:14 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 17 Jul 2023 20:09:25 +0000 Mon, 17 Jul 2023 20:07:14 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 17 Jul 2023 20:09:25 +0000 Mon, 17 Jul 2023 20:07:22 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-282155
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022628Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022628Ki
pods: 110
System Info:
Machine ID: bd71b6909bde45719ede40b371163b62
System UUID: 4165d794-56d1-44de-ac2b-2a10eec3cf9b
Boot ID: b82ddf7c-3e5c-4bee-beb9-2ca767fc047e
Kernel Version: 5.15.0-1039-aws
OS Image: Ubuntu 22.04.2 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: docker://24.0.4
Kubelet Version: v1.27.3
Kube-Proxy Version: v1.27.3
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (19 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-65bdb79f98-v4q7p 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 27s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 37s
default task-pv-pod 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2s
gcp-auth gcp-auth-58478865f7-8hn8b 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m2s
headlamp headlamp-66f6498c69-ssp2s 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 29s
kube-system coredns-5d78c9869d-2l7r2 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 2m17s
kube-system coredns-5d78c9869d-d6pkg 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 2m17s
kube-system csi-hostpath-attacher-0 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m5s
kube-system csi-hostpath-resizer-0 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m4s
kube-system csi-hostpathplugin-fhkr5 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m5s
kube-system etcd-addons-282155 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 2m29s
kube-system kindnet-pwpmq 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 2m17s
kube-system kube-apiserver-addons-282155 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m29s
kube-system kube-controller-manager-addons-282155 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m32s
kube-system kube-proxy-xlgnr 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m17s
kube-system kube-scheduler-addons-282155 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m29s
kube-system snapshot-controller-75bbb956b9-bh9f8 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m10s
kube-system snapshot-controller-75bbb956b9-ktp7s 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m10s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m12s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 950m (47%!)(MISSING) 100m (5%!)(MISSING)
memory 290Mi (3%!)(MISSING) 390Mi (4%!)(MISSING)
ephemeral-storage 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-1Gi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-2Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-32Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-64Ki 0 (0%!)(MISSING) 0 (0%!)(MISSING)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 2m15s kube-proxy
Normal Starting 2m30s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 2m30s kubelet Node addons-282155 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 2m30s kubelet Node addons-282155 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 2m30s kubelet Node addons-282155 status is now: NodeHasSufficientPID
Normal NodeNotReady 2m30s kubelet Node addons-282155 status is now: NodeNotReady
Normal NodeAllocatableEnforced 2m30s kubelet Updated Node Allocatable limit across pods
Normal NodeReady 2m29s kubelet Node addons-282155 status is now: NodeReady
Normal RegisteredNode 2m18s node-controller Node addons-282155 event: Registered Node addons-282155 in Controller
*
* ==> dmesg <==
* [ +0.001050] FS-Cache: O-key=[8] '253e5c0100000000'
[ +0.000696] FS-Cache: N-cookie c=0000003d [p=00000039 fl=2 nc=0 na=1]
[ +0.000884] FS-Cache: N-cookie d=000000000ec8a001{9p.inode} n=0000000045325351
[ +0.000995] FS-Cache: N-key=[8] '253e5c0100000000'
[ +0.323341] FS-Cache: Duplicate cookie detected
[ +0.000675] FS-Cache: O-cookie c=0000003a [p=00000039 fl=226 nc=0 na=1]
[ +0.000924] FS-Cache: O-cookie d=000000000ec8a001{9p.inode} n=000000000e81f5b3
[ +0.001092] FS-Cache: O-key=[8] '233e5c0100000000'
[ +0.000682] FS-Cache: N-cookie c=0000003e [p=00000039 fl=2 nc=0 na=1]
[ +0.000895] FS-Cache: N-cookie d=000000000ec8a001{9p.inode} n=00000000a2585c06
[ +0.001006] FS-Cache: N-key=[8] '233e5c0100000000'
[ +0.001687] FS-Cache: Duplicate cookie detected
[ +0.000680] FS-Cache: O-cookie c=0000003b [p=00000039 fl=226 nc=0 na=1]
[ +0.000930] FS-Cache: O-cookie d=000000000ec8a001{9p.inode} n=000000003de8c4a0
[ +0.001036] FS-Cache: O-key=[8] '253e5c0100000000'
[ +0.000763] FS-Cache: N-cookie c=0000003f [p=00000039 fl=2 nc=0 na=1]
[ +0.000920] FS-Cache: N-cookie d=000000000ec8a001{9p.inode} n=00000000b5678fd7
[ +0.001002] FS-Cache: N-key=[8] '253e5c0100000000'
[ +0.001513] FS-Cache: Duplicate cookie detected
[ +0.000707] FS-Cache: O-cookie c=0000003c [p=00000039 fl=226 nc=0 na=1]
[ +0.000934] FS-Cache: O-cookie d=000000000ec8a001{9p.inode} n=0000000082d58596
[ +0.001017] FS-Cache: O-key=[8] '243e5c0100000000'
[ +0.000681] FS-Cache: N-cookie c=00000040 [p=00000039 fl=2 nc=0 na=1]
[ +0.000924] FS-Cache: N-cookie d=000000000ec8a001{9p.inode} n=00000000c5282cab
[ +0.001000] FS-Cache: N-key=[8] '243e5c0100000000'
*
* ==> etcd [c371df10dfaa] <==
* {"level":"info","ts":"2023-07-17T20:07:14.070Z","caller":"embed/etcd.go:586","msg":"serving peer traffic","address":"192.168.49.2:2380"}
{"level":"info","ts":"2023-07-17T20:07:14.070Z","caller":"embed/etcd.go:558","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2023-07-17T20:07:14.070Z","caller":"fileutil/purge.go:44","msg":"started to purge file","dir":"/var/lib/minikube/etcd/member/snap","suffix":"snap.db","max":5,"interval":"30s"}
{"level":"info","ts":"2023-07-17T20:07:14.070Z","caller":"fileutil/purge.go:44","msg":"started to purge file","dir":"/var/lib/minikube/etcd/member/snap","suffix":"snap","max":5,"interval":"30s"}
{"level":"info","ts":"2023-07-17T20:07:14.070Z","caller":"fileutil/purge.go:44","msg":"started to purge file","dir":"/var/lib/minikube/etcd/member/wal","suffix":"wal","max":5,"interval":"30s"}
{"level":"info","ts":"2023-07-17T20:07:14.071Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc switched to configuration voters=(12593026477526642892)"}
{"level":"info","ts":"2023-07-17T20:07:14.071Z","caller":"membership/cluster.go:421","msg":"added member","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","added-peer-id":"aec36adc501070cc","added-peer-peer-urls":["https://192.168.49.2:2380"]}
{"level":"info","ts":"2023-07-17T20:07:14.731Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2023-07-17T20:07:14.731Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2023-07-17T20:07:14.732Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2023-07-17T20:07:14.732Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2023-07-17T20:07:14.732Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2023-07-17T20:07:14.732Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2023-07-17T20:07:14.732Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2023-07-17T20:07:14.735Z","caller":"etcdserver/server.go:2571","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2023-07-17T20:07:14.742Z","caller":"etcdserver/server.go:2062","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-282155 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2023-07-17T20:07:14.742Z","caller":"embed/serve.go:100","msg":"ready to serve client requests"}
{"level":"info","ts":"2023-07-17T20:07:14.742Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
{"level":"info","ts":"2023-07-17T20:07:14.742Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2023-07-17T20:07:14.742Z","caller":"etcdserver/server.go:2595","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2023-07-17T20:07:14.742Z","caller":"embed/serve.go:100","msg":"ready to serve client requests"}
{"level":"info","ts":"2023-07-17T20:07:14.744Z","caller":"embed/serve.go:198","msg":"serving client traffic securely","address":"127.0.0.1:2379"}
{"level":"info","ts":"2023-07-17T20:07:14.742Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2023-07-17T20:07:14.744Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2023-07-17T20:07:14.760Z","caller":"embed/serve.go:198","msg":"serving client traffic securely","address":"192.168.49.2:2379"}
*
* ==> gcp-auth [965da4ad70b3] <==
* 2023/07/17 20:08:57 GCP Auth Webhook started!
2023/07/17 20:09:08 Ready to marshal response ...
2023/07/17 20:09:08 Ready to write response ...
2023/07/17 20:09:14 Ready to marshal response ...
2023/07/17 20:09:14 Ready to write response ...
2023/07/17 20:09:22 Ready to marshal response ...
2023/07/17 20:09:22 Ready to write response ...
2023/07/17 20:09:22 Ready to marshal response ...
2023/07/17 20:09:22 Ready to write response ...
2023/07/17 20:09:22 Ready to marshal response ...
2023/07/17 20:09:22 Ready to write response ...
2023/07/17 20:09:24 Ready to marshal response ...
2023/07/17 20:09:24 Ready to write response ...
2023/07/17 20:09:49 Ready to marshal response ...
2023/07/17 20:09:49 Ready to write response ...
*
* ==> kernel <==
* 20:09:51 up 4:52, 0 users, load average: 2.40, 3.10, 2.92
Linux addons-282155 5.15.0-1039-aws #44~20.04.1-Ubuntu SMP Thu Jun 22 12:21:08 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.2 LTS"
*
* ==> kindnet [74a91bb2a366] <==
* I0717 20:07:47.848292 1 main.go:227] handling current node
I0717 20:07:57.859305 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0717 20:07:57.859344 1 main.go:227] handling current node
I0717 20:08:07.871399 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0717 20:08:07.871429 1 main.go:227] handling current node
I0717 20:08:17.876056 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0717 20:08:17.876083 1 main.go:227] handling current node
I0717 20:08:27.888349 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0717 20:08:27.888375 1 main.go:227] handling current node
I0717 20:08:37.892929 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0717 20:08:37.892958 1 main.go:227] handling current node
I0717 20:08:47.903523 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0717 20:08:47.903553 1 main.go:227] handling current node
I0717 20:08:57.907813 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0717 20:08:57.907841 1 main.go:227] handling current node
I0717 20:09:07.920442 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0717 20:09:07.920471 1 main.go:227] handling current node
I0717 20:09:17.932856 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0717 20:09:17.932891 1 main.go:227] handling current node
I0717 20:09:27.940410 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0717 20:09:27.940437 1 main.go:227] handling current node
I0717 20:09:37.944085 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0717 20:09:37.944115 1 main.go:227] handling current node
I0717 20:09:47.955211 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0717 20:09:47.955245 1 main.go:227] handling current node
*
* ==> kube-apiserver [a33f89308708] <==
* I0717 20:07:46.728895 1 controller.go:624] quota admission added evaluator for: statefulsets.apps
I0717 20:07:46.959603 1 alloc.go:330] "allocated clusterIPs" service="kube-system/csi-hostpath-resizer" clusterIPs=map[IPv4:10.109.16.205]
I0717 20:07:49.774657 1 alloc.go:330] "allocated clusterIPs" service="gcp-auth/gcp-auth" clusterIPs=map[IPv4:10.102.125.27]
E0717 20:08:09.900551 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.101.4.34:443/apis/metrics.k8s.io/v1beta1: Get "https://10.101.4.34:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.101.4.34:443: connect: connection refused
E0717 20:08:09.902780 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.101.4.34:443/apis/metrics.k8s.io/v1beta1: Get "https://10.101.4.34:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.101.4.34:443: connect: connection refused
I0717 20:08:09.903300 1 handler_discovery.go:325] DiscoveryManager: Failed to download discovery for kube-system/metrics-server:443: 503 error trying to reach service: dial tcp 10.101.4.34:443: connect: connection refused
I0717 20:08:09.903334 1 handler.go:232] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
E0717 20:08:09.906741 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.101.4.34:443/apis/metrics.k8s.io/v1beta1: Get "https://10.101.4.34:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.101.4.34:443: connect: connection refused
E0717 20:08:09.928733 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.101.4.34:443/apis/metrics.k8s.io/v1beta1: Get "https://10.101.4.34:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.101.4.34:443: connect: connection refused
I0717 20:08:10.079346 1 handler.go:232] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I0717 20:08:18.332798 1 handler.go:232] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
http2: server: error reading preface from client 192.168.49.1:52768: read tcp 192.168.49.2:8443->192.168.49.1:52768: read: connection reset by peer
E0717 20:09:10.919402 1 handler_proxy.go:144] error resolving kube-system/metrics-server: service "metrics-server" not found
W0717 20:09:10.919431 1 handler_proxy.go:100] no RequestInfo found in the context
E0717 20:09:10.919463 1 controller.go:113] loading OpenAPI spec for "v1beta1.metrics.k8s.io" failed with: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
I0717 20:09:10.919471 1 controller.go:126] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
I0717 20:09:10.953503 1 controller.go:132] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I0717 20:09:14.401786 1 controller.go:624] quota admission added evaluator for: ingresses.networking.k8s.io
I0717 20:09:14.777602 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs=map[IPv4:10.104.129.98]
I0717 20:09:15.794479 1 handler.go:232] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
I0717 20:09:15.806267 1 handler.go:232] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0717 20:09:16.838037 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0717 20:09:22.633152 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs=map[IPv4:10.109.216.149]
I0717 20:09:25.050204 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs=map[IPv4:10.97.193.3]
*
* ==> kube-controller-manager [cb0ac545e91e] <==
* I0717 20:09:00.179606 1 job_controller.go:523] enqueueing job gcp-auth/gcp-auth-certs-patch
E0717 20:09:16.840304 1 reflector.go:148] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: the server could not find the requested resource
W0717 20:09:18.094534 1 reflector.go:533] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0717 20:09:18.094575 1 reflector.go:148] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0717 20:09:19.924919 1 reflector.go:533] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0717 20:09:19.924958 1 reflector.go:148] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0717 20:09:22.665406 1 event.go:307] "Event occurred" object="headlamp/headlamp" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set headlamp-66f6498c69 to 1"
I0717 20:09:22.702691 1 event.go:307] "Event occurred" object="headlamp/headlamp-66f6498c69" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: headlamp-66f6498c69-ssp2s"
W0717 20:09:24.200538 1 reflector.go:533] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0717 20:09:24.200575 1 reflector.go:148] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0717 20:09:24.694209 1 event.go:307] "Event occurred" object="default/hello-world-app" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set hello-world-app-65bdb79f98 to 1"
I0717 20:09:24.724056 1 event.go:307] "Event occurred" object="default/hello-world-app-65bdb79f98" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: hello-world-app-65bdb79f98-v4q7p"
I0717 20:09:25.931450 1 namespace_controller.go:182] "Namespace has been deleted" namespace="gadget"
I0717 20:09:33.597631 1 shared_informer.go:311] Waiting for caches to sync for resource quota
I0717 20:09:33.597667 1 shared_informer.go:318] Caches are synced for resource quota
I0717 20:09:34.064780 1 shared_informer.go:311] Waiting for caches to sync for garbage collector
I0717 20:09:34.064831 1 shared_informer.go:318] Caches are synced for garbage collector
I0717 20:09:34.077091 1 event.go:307] "Event occurred" object="default/hpvc" fieldPath="" kind="PersistentVolumeClaim" apiVersion="v1" type="Normal" reason="ExternalProvisioning" message="waiting for a volume to be created, either by external provisioner \"hostpath.csi.k8s.io\" or manually created by system administrator"
I0717 20:09:34.078495 1 event.go:307] "Event occurred" object="default/hpvc" fieldPath="" kind="PersistentVolumeClaim" apiVersion="v1" type="Normal" reason="ExternalProvisioning" message="waiting for a volume to be created, either by external provisioner \"hostpath.csi.k8s.io\" or manually created by system administrator"
W0717 20:09:36.988060 1 reflector.go:533] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0717 20:09:36.988096 1 reflector.go:148] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0717 20:09:42.478976 1 job_controller.go:523] enqueueing job ingress-nginx/ingress-nginx-admission-create
I0717 20:09:42.503323 1 job_controller.go:523] enqueueing job ingress-nginx/ingress-nginx-admission-patch
I0717 20:09:48.316585 1 event.go:307] "Event occurred" object="default/hpvc" fieldPath="" kind="PersistentVolumeClaim" apiVersion="v1" type="Normal" reason="ExternalProvisioning" message="waiting for a volume to be created, either by external provisioner \"hostpath.csi.k8s.io\" or manually created by system administrator"
I0717 20:09:48.387116 1 event.go:307] "Event occurred" object="default/hpvc" fieldPath="" kind="PersistentVolumeClaim" apiVersion="v1" type="Normal" reason="ExternalProvisioning" message="waiting for a volume to be created, either by external provisioner \"hostpath.csi.k8s.io\" or manually created by system administrator"
*
* ==> kube-proxy [ee10dbc55a85] <==
* I0717 20:07:35.721072 1 node.go:141] Successfully retrieved node IP: 192.168.49.2
I0717 20:07:35.721169 1 server_others.go:110] "Detected node IP" address="192.168.49.2"
I0717 20:07:35.721191 1 server_others.go:554] "Using iptables proxy"
I0717 20:07:35.760662 1 server_others.go:192] "Using iptables Proxier"
I0717 20:07:35.760699 1 server_others.go:199] "kube-proxy running in dual-stack mode" ipFamily=IPv4
I0717 20:07:35.760708 1 server_others.go:200] "Creating dualStackProxier for iptables"
I0717 20:07:35.760726 1 server_others.go:484] "Detect-local-mode set to ClusterCIDR, but no IPv6 cluster CIDR defined, defaulting to no-op detect-local for IPv6"
I0717 20:07:35.760788 1 proxier.go:253] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses"
I0717 20:07:35.761322 1 server.go:658] "Version info" version="v1.27.3"
I0717 20:07:35.761343 1 server.go:660] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0717 20:07:35.765361 1 config.go:188] "Starting service config controller"
I0717 20:07:35.765412 1 shared_informer.go:311] Waiting for caches to sync for service config
I0717 20:07:35.765436 1 config.go:97] "Starting endpoint slice config controller"
I0717 20:07:35.765441 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I0717 20:07:35.769649 1 config.go:315] "Starting node config controller"
I0717 20:07:35.769663 1 shared_informer.go:311] Waiting for caches to sync for node config
I0717 20:07:35.866408 1 shared_informer.go:318] Caches are synced for service config
I0717 20:07:35.867832 1 shared_informer.go:318] Caches are synced for endpoint slice config
I0717 20:07:35.870146 1 shared_informer.go:318] Caches are synced for node config
*
* ==> kube-scheduler [531721af67b6] <==
* W0717 20:07:18.599244 1 reflector.go:533] pkg/server/dynamiccertificates/configmap_cafile_content.go:206: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E0717 20:07:18.599267 1 reflector.go:148] pkg/server/dynamiccertificates/configmap_cafile_content.go:206: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
W0717 20:07:18.599446 1 reflector.go:533] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0717 20:07:18.599595 1 reflector.go:148] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
W0717 20:07:18.599314 1 reflector.go:533] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0717 20:07:18.599629 1 reflector.go:148] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
W0717 20:07:18.599525 1 reflector.go:533] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0717 20:07:18.599667 1 reflector.go:148] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
W0717 20:07:19.396949 1 reflector.go:533] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
E0717 20:07:19.397209 1 reflector.go:148] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
W0717 20:07:19.476592 1 reflector.go:533] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0717 20:07:19.476860 1 reflector.go:148] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
W0717 20:07:19.485578 1 reflector.go:533] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0717 20:07:19.485825 1 reflector.go:148] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
W0717 20:07:19.527509 1 reflector.go:533] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0717 20:07:19.527776 1 reflector.go:148] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
W0717 20:07:19.554303 1 reflector.go:533] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E0717 20:07:19.554572 1 reflector.go:148] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
W0717 20:07:19.574455 1 reflector.go:533] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0717 20:07:19.574583 1 reflector.go:148] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
W0717 20:07:19.592549 1 reflector.go:533] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
E0717 20:07:19.592765 1 reflector.go:148] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
W0717 20:07:19.652703 1 reflector.go:533] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0717 20:07:19.652929 1 reflector.go:148] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
I0717 20:07:20.042106 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
*
* ==> kubelet <==
* Jul 17 20:09:43 addons-282155 kubelet[2330]: I0717 20:09:43.833441 2330 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID=0ef5dccc-7f4d-4780-9df6-93d7d8cadcf0 path="/var/lib/kubelet/pods/0ef5dccc-7f4d-4780-9df6-93d7d8cadcf0/volumes"
Jul 17 20:09:43 addons-282155 kubelet[2330]: I0717 20:09:43.877909 2330 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-fljsh\" (UniqueName: \"kubernetes.io/projected/c81fbdf1-21cd-46c9-a32c-1318828027b8-kube-api-access-fljsh\") pod \"c81fbdf1-21cd-46c9-a32c-1318828027b8\" (UID: \"c81fbdf1-21cd-46c9-a32c-1318828027b8\") "
Jul 17 20:09:43 addons-282155 kubelet[2330]: I0717 20:09:43.877964 2330 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/c81fbdf1-21cd-46c9-a32c-1318828027b8-webhook-cert\") pod \"c81fbdf1-21cd-46c9-a32c-1318828027b8\" (UID: \"c81fbdf1-21cd-46c9-a32c-1318828027b8\") "
Jul 17 20:09:43 addons-282155 kubelet[2330]: I0717 20:09:43.880967 2330 operation_generator.go:878] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/c81fbdf1-21cd-46c9-a32c-1318828027b8-kube-api-access-fljsh" (OuterVolumeSpecName: "kube-api-access-fljsh") pod "c81fbdf1-21cd-46c9-a32c-1318828027b8" (UID: "c81fbdf1-21cd-46c9-a32c-1318828027b8"). InnerVolumeSpecName "kube-api-access-fljsh". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 17 20:09:43 addons-282155 kubelet[2330]: I0717 20:09:43.885989 2330 operation_generator.go:878] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/c81fbdf1-21cd-46c9-a32c-1318828027b8-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "c81fbdf1-21cd-46c9-a32c-1318828027b8" (UID: "c81fbdf1-21cd-46c9-a32c-1318828027b8"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Jul 17 20:09:43 addons-282155 kubelet[2330]: I0717 20:09:43.978283 2330 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-fljsh\" (UniqueName: \"kubernetes.io/projected/c81fbdf1-21cd-46c9-a32c-1318828027b8-kube-api-access-fljsh\") on node \"addons-282155\" DevicePath \"\""
Jul 17 20:09:43 addons-282155 kubelet[2330]: I0717 20:09:43.978324 2330 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/c81fbdf1-21cd-46c9-a32c-1318828027b8-webhook-cert\") on node \"addons-282155\" DevicePath \"\""
Jul 17 20:09:45 addons-282155 kubelet[2330]: I0717 20:09:45.835144 2330 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID=c81fbdf1-21cd-46c9-a32c-1318828027b8 path="/var/lib/kubelet/pods/c81fbdf1-21cd-46c9-a32c-1318828027b8/volumes"
Jul 17 20:09:46 addons-282155 kubelet[2330]: I0717 20:09:46.817054 2330 scope.go:115] "RemoveContainer" containerID="a08299f037e6e20f0363855c6233a79332522b34cc9954939fd8ea47a42e1a97"
Jul 17 20:09:47 addons-282155 kubelet[2330]: I0717 20:09:47.884974 2330 scope.go:115] "RemoveContainer" containerID="a08299f037e6e20f0363855c6233a79332522b34cc9954939fd8ea47a42e1a97"
Jul 17 20:09:47 addons-282155 kubelet[2330]: I0717 20:09:47.885299 2330 scope.go:115] "RemoveContainer" containerID="9605b5ecbabece668a7b6ff9a1147192a189e541c620d3bca64a3e8441bb2bd9"
Jul 17 20:09:47 addons-282155 kubelet[2330]: E0717 20:09:47.893162 2330 pod_workers.go:1294] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 20s restarting failed container=hello-world-app pod=hello-world-app-65bdb79f98-v4q7p_default(e426d26a-7d7b-4c81-abf8-f511834346d8)\"" pod="default/hello-world-app-65bdb79f98-v4q7p" podUID=e426d26a-7d7b-4c81-abf8-f511834346d8
Jul 17 20:09:49 addons-282155 kubelet[2330]: I0717 20:09:49.520723 2330 topology_manager.go:212] "Topology Admit Handler"
Jul 17 20:09:49 addons-282155 kubelet[2330]: E0717 20:09:49.520813 2330 cpu_manager.go:395] "RemoveStaleState: removing container" podUID="de2527e8-e4ec-4823-85f6-9ea6ecfdff28" containerName="minikube-ingress-dns"
Jul 17 20:09:49 addons-282155 kubelet[2330]: E0717 20:09:49.520826 2330 cpu_manager.go:395] "RemoveStaleState: removing container" podUID="de2527e8-e4ec-4823-85f6-9ea6ecfdff28" containerName="minikube-ingress-dns"
Jul 17 20:09:49 addons-282155 kubelet[2330]: E0717 20:09:49.520835 2330 cpu_manager.go:395] "RemoveStaleState: removing container" podUID="c81fbdf1-21cd-46c9-a32c-1318828027b8" containerName="controller"
Jul 17 20:09:49 addons-282155 kubelet[2330]: E0717 20:09:49.520845 2330 cpu_manager.go:395] "RemoveStaleState: removing container" podUID="de2527e8-e4ec-4823-85f6-9ea6ecfdff28" containerName="minikube-ingress-dns"
Jul 17 20:09:49 addons-282155 kubelet[2330]: I0717 20:09:49.520882 2330 memory_manager.go:346] "RemoveStaleState removing state" podUID="de2527e8-e4ec-4823-85f6-9ea6ecfdff28" containerName="minikube-ingress-dns"
Jul 17 20:09:49 addons-282155 kubelet[2330]: I0717 20:09:49.520891 2330 memory_manager.go:346] "RemoveStaleState removing state" podUID="de2527e8-e4ec-4823-85f6-9ea6ecfdff28" containerName="minikube-ingress-dns"
Jul 17 20:09:49 addons-282155 kubelet[2330]: I0717 20:09:49.520899 2330 memory_manager.go:346] "RemoveStaleState removing state" podUID="c81fbdf1-21cd-46c9-a32c-1318828027b8" containerName="controller"
Jul 17 20:09:49 addons-282155 kubelet[2330]: I0717 20:09:49.520907 2330 memory_manager.go:346] "RemoveStaleState removing state" podUID="de2527e8-e4ec-4823-85f6-9ea6ecfdff28" containerName="minikube-ingress-dns"
Jul 17 20:09:49 addons-282155 kubelet[2330]: I0717 20:09:49.714568 2330 reconciler_common.go:258] "operationExecutor.VerifyControllerAttachedVolume started for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/03bbc113-ece9-4d64-bed7-17f046e9af7a-gcp-creds\") pod \"task-pv-pod\" (UID: \"03bbc113-ece9-4d64-bed7-17f046e9af7a\") " pod="default/task-pv-pod"
Jul 17 20:09:49 addons-282155 kubelet[2330]: I0717 20:09:49.714632 2330 reconciler_common.go:258] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-whpqj\" (UniqueName: \"kubernetes.io/projected/03bbc113-ece9-4d64-bed7-17f046e9af7a-kube-api-access-whpqj\") pod \"task-pv-pod\" (UID: \"03bbc113-ece9-4d64-bed7-17f046e9af7a\") " pod="default/task-pv-pod"
Jul 17 20:09:49 addons-282155 kubelet[2330]: I0717 20:09:49.714684 2330 reconciler_common.go:258] "operationExecutor.VerifyControllerAttachedVolume started for volume \"pvc-fcb629cb-a7ff-4520-a025-a7c9295121b9\" (UniqueName: \"kubernetes.io/csi/hostpath.csi.k8s.io^e1746b46-24dd-11ee-bd9b-b2d260550797\") pod \"task-pv-pod\" (UID: \"03bbc113-ece9-4d64-bed7-17f046e9af7a\") " pod="default/task-pv-pod"
Jul 17 20:09:49 addons-282155 kubelet[2330]: I0717 20:09:49.848998 2330 operation_generator.go:661] "MountVolume.MountDevice succeeded for volume \"pvc-fcb629cb-a7ff-4520-a025-a7c9295121b9\" (UniqueName: \"kubernetes.io/csi/hostpath.csi.k8s.io^e1746b46-24dd-11ee-bd9b-b2d260550797\") pod \"task-pv-pod\" (UID: \"03bbc113-ece9-4d64-bed7-17f046e9af7a\") device mount path \"/var/lib/kubelet/plugins/kubernetes.io/csi/hostpath.csi.k8s.io/43e464c8f7c0c8b4c06c0e85ba9090023b51f7a212f072ac653d1c8ee28b7159/globalmount\"" pod="default/task-pv-pod"
*
* ==> storage-provisioner [9d9431b9a1f2] <==
* I0717 20:07:40.382947 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0717 20:07:40.424349 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0717 20:07:40.424728 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0717 20:07:40.435255 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0717 20:07:40.435669 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-282155_58c900e6-b55a-48ad-bca4-4ceb1fa4f0d4!
I0717 20:07:40.436638 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"fcaad342-a9d7-4f16-9825-1cfdf7caa57c", APIVersion:"v1", ResourceVersion:"509", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-282155_58c900e6-b55a-48ad-bca4-4ceb1fa4f0d4 became leader
I0717 20:07:40.543901 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-282155_58c900e6-b55a-48ad-bca4-4ceb1fa4f0d4!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-282155 -n addons-282155
helpers_test.go:261: (dbg) Run: kubectl --context addons-282155 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: task-pv-pod
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Ingress]: describe non-running pods <======
helpers_test.go:277: (dbg) Run: kubectl --context addons-282155 describe pod task-pv-pod
helpers_test.go:282: (dbg) kubectl --context addons-282155 describe pod task-pv-pod:
-- stdout --
Name: task-pv-pod
Namespace: default
Priority: 0
Service Account: default
Node: addons-282155/192.168.49.2
Start Time: Mon, 17 Jul 2023 20:09:49 +0000
Labels: app=task-pv-pod
Annotations: <none>
Status: Pending
IP:
IPs: <none>
Containers:
task-pv-container:
Container ID:
Image: docker.io/nginx
Image ID:
Port: 80/TCP
Host Port: 0/TCP
State: Waiting
Reason: ContainerCreating
Ready: False
Restart Count: 0
Environment:
GOOGLE_APPLICATION_CREDENTIALS: /google-app-creds.json
PROJECT_ID: this_is_fake
GCP_PROJECT: this_is_fake
GCLOUD_PROJECT: this_is_fake
GOOGLE_CLOUD_PROJECT: this_is_fake
CLOUDSDK_CORE_PROJECT: this_is_fake
Mounts:
/google-app-creds.json from gcp-creds (ro)
/usr/share/nginx/html from task-pv-storage (rw)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-whpqj (ro)
Conditions:
Type Status
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
task-pv-storage:
Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
ClaimName: hpvc
ReadOnly: false
kube-api-access-whpqj:
Type: Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds: 3607
ConfigMapName: kube-root-ca.crt
ConfigMapOptional: <nil>
DownwardAPI: true
gcp-creds:
Type: HostPath (bare host directory volume)
Path: /var/lib/minikube/google_application_credentials.json
HostPathType: File
QoS Class: BestEffort
Node-Selectors: <none>
Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 3s default-scheduler Successfully assigned default/task-pv-pod to addons-282155
Normal Pulling 2s kubelet Pulling image "docker.io/nginx"
-- /stdout --
helpers_test.go:285: <<< TestAddons/parallel/Ingress FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/Ingress (39.28s)