=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-457847 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:232: (dbg) Run: kubectl --context addons-457847 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-457847 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [1a99a1f6-c29f-4794-ad22-90afefcfeb35] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [1a99a1f6-c29f-4794-ad22-90afefcfeb35] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.004263522s
I1204 23:23:02.836559 301569 kapi.go:150] Service nginx in namespace default found.
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-457847 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:262: (dbg) Non-zero exit: out/minikube-linux-arm64 -p addons-457847 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m9.69586651s)
** stderr **
ssh: Process exited with status 28
** /stderr **
addons_test.go:278: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:286: (dbg) Run: kubectl --context addons-457847 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-457847 ip
addons_test.go:297: (dbg) Run: nslookup hello-john.test 192.168.49.2
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-457847
helpers_test.go:235: (dbg) docker inspect addons-457847:
-- stdout --
[
{
"Id": "171c2ad34b43543faf9037609c64ef77d66a8978585db5c4f52f9b1d0457d9f7",
"Created": "2024-12-04T23:17:56.438798378Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 302825,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-12-04T23:17:56.586152352Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:51526bd7c0894c18bc1ef50650a0aaaea3bed24f70f72f77ac668ae72dfff137",
"ResolvConfPath": "/var/lib/docker/containers/171c2ad34b43543faf9037609c64ef77d66a8978585db5c4f52f9b1d0457d9f7/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/171c2ad34b43543faf9037609c64ef77d66a8978585db5c4f52f9b1d0457d9f7/hostname",
"HostsPath": "/var/lib/docker/containers/171c2ad34b43543faf9037609c64ef77d66a8978585db5c4f52f9b1d0457d9f7/hosts",
"LogPath": "/var/lib/docker/containers/171c2ad34b43543faf9037609c64ef77d66a8978585db5c4f52f9b1d0457d9f7/171c2ad34b43543faf9037609c64ef77d66a8978585db5c4f52f9b1d0457d9f7-json.log",
"Name": "/addons-457847",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-457847:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-457847",
"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": [],
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"MaskedPaths": null,
"ReadonlyPaths": null
},
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/4bf77cfd695a368bc6d73360242d50f0423f62ee4c7dc47372a451669b01e13d-init/diff:/var/lib/docker/overlay2/fe3a2bcd796590b6e485ffda2e65b65243467b5faf19e0079559d0846aeeee9a/diff",
"MergedDir": "/var/lib/docker/overlay2/4bf77cfd695a368bc6d73360242d50f0423f62ee4c7dc47372a451669b01e13d/merged",
"UpperDir": "/var/lib/docker/overlay2/4bf77cfd695a368bc6d73360242d50f0423f62ee4c7dc47372a451669b01e13d/diff",
"WorkDir": "/var/lib/docker/overlay2/4bf77cfd695a368bc6d73360242d50f0423f62ee4c7dc47372a451669b01e13d/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-457847",
"Source": "/var/lib/docker/volumes/addons-457847/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-457847",
"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-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615",
"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-457847",
"name.minikube.sigs.k8s.io": "addons-457847",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "81331bfe1e6c96e2c8671219b1b69fd43ab78aacf2befcebdf8b77f841613d7d",
"SandboxKey": "/var/run/docker/netns/81331bfe1e6c",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33138"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33139"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33142"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33140"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33141"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-457847": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "2cf3a2f63fd68ad4113161a2ccb78e50dc82b32383d415ed726a2d76f8af2dcc",
"EndpointID": "b038aa5cf8c3861142d40b69452fa311688359294ea0911bd89cd465a00db7b7",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-457847",
"171c2ad34b43"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-457847 -n addons-457847
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-457847 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-457847 logs -n 25: (1.733885088s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | --all | minikube | jenkins | v1.34.0 | 04 Dec 24 23:17 UTC | 04 Dec 24 23:17 UTC |
| delete | -p download-only-487058 | download-only-487058 | jenkins | v1.34.0 | 04 Dec 24 23:17 UTC | 04 Dec 24 23:17 UTC |
| start | -o=json --download-only | download-only-381446 | jenkins | v1.34.0 | 04 Dec 24 23:17 UTC | |
| | -p download-only-381446 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.31.2 | | | | | |
| | --container-runtime=crio | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | --all | minikube | jenkins | v1.34.0 | 04 Dec 24 23:17 UTC | 04 Dec 24 23:17 UTC |
| delete | -p download-only-381446 | download-only-381446 | jenkins | v1.34.0 | 04 Dec 24 23:17 UTC | 04 Dec 24 23:17 UTC |
| delete | -p download-only-487058 | download-only-487058 | jenkins | v1.34.0 | 04 Dec 24 23:17 UTC | 04 Dec 24 23:17 UTC |
| delete | -p download-only-381446 | download-only-381446 | jenkins | v1.34.0 | 04 Dec 24 23:17 UTC | 04 Dec 24 23:17 UTC |
| start | --download-only -p | download-docker-649975 | jenkins | v1.34.0 | 04 Dec 24 23:17 UTC | |
| | download-docker-649975 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-649975 | download-docker-649975 | jenkins | v1.34.0 | 04 Dec 24 23:17 UTC | 04 Dec 24 23:17 UTC |
| start | --download-only -p | binary-mirror-894339 | jenkins | v1.34.0 | 04 Dec 24 23:17 UTC | |
| | binary-mirror-894339 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:36523 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-894339 | binary-mirror-894339 | jenkins | v1.34.0 | 04 Dec 24 23:17 UTC | 04 Dec 24 23:17 UTC |
| addons | enable dashboard -p | addons-457847 | jenkins | v1.34.0 | 04 Dec 24 23:17 UTC | |
| | addons-457847 | | | | | |
| addons | disable dashboard -p | addons-457847 | jenkins | v1.34.0 | 04 Dec 24 23:17 UTC | |
| | addons-457847 | | | | | |
| start | -p addons-457847 --wait=true | addons-457847 | jenkins | v1.34.0 | 04 Dec 24 23:17 UTC | 04 Dec 24 23:21 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --addons=yakd --addons=volcano | | | | | |
| | --addons=amd-gpu-device-plugin | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| addons | addons-457847 addons disable | addons-457847 | jenkins | v1.34.0 | 04 Dec 24 23:21 UTC | 04 Dec 24 23:21 UTC |
| | volcano --alsologtostderr -v=1 | | | | | |
| addons | addons-457847 addons disable | addons-457847 | jenkins | v1.34.0 | 04 Dec 24 23:21 UTC | 04 Dec 24 23:21 UTC |
| | gcp-auth --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | enable headlamp | addons-457847 | jenkins | v1.34.0 | 04 Dec 24 23:21 UTC | 04 Dec 24 23:21 UTC |
| | -p addons-457847 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-457847 addons disable | addons-457847 | jenkins | v1.34.0 | 04 Dec 24 23:21 UTC | 04 Dec 24 23:21 UTC |
| | headlamp --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| ip | addons-457847 ip | addons-457847 | jenkins | v1.34.0 | 04 Dec 24 23:21 UTC | 04 Dec 24 23:21 UTC |
| addons | addons-457847 addons disable | addons-457847 | jenkins | v1.34.0 | 04 Dec 24 23:21 UTC | 04 Dec 24 23:21 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-457847 addons | addons-457847 | jenkins | v1.34.0 | 04 Dec 24 23:22 UTC | 04 Dec 24 23:22 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-457847 addons | addons-457847 | jenkins | v1.34.0 | 04 Dec 24 23:22 UTC | 04 Dec 24 23:22 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-457847 addons | addons-457847 | jenkins | v1.34.0 | 04 Dec 24 23:22 UTC | 04 Dec 24 23:22 UTC |
| | disable inspektor-gadget | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-457847 ssh curl -s | addons-457847 | jenkins | v1.34.0 | 04 Dec 24 23:23 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-457847 ip | addons-457847 | jenkins | v1.34.0 | 04 Dec 24 23:25 UTC | 04 Dec 24 23:25 UTC |
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/12/04 23:17:31
Running on machine: ip-172-31-31-251
Binary: Built with gc go1.23.2 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I1204 23:17:31.994706 302325 out.go:345] Setting OutFile to fd 1 ...
I1204 23:17:31.994893 302325 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1204 23:17:31.994922 302325 out.go:358] Setting ErrFile to fd 2...
I1204 23:17:31.994943 302325 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1204 23:17:31.995301 302325 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20045-296174/.minikube/bin
I1204 23:17:31.995856 302325 out.go:352] Setting JSON to false
I1204 23:17:31.997297 302325 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":7196,"bootTime":1733347056,"procs":162,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1072-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
I1204 23:17:31.997472 302325 start.go:139] virtualization:
I1204 23:17:31.999936 302325 out.go:177] * [addons-457847] minikube v1.34.0 on Ubuntu 20.04 (arm64)
I1204 23:17:32.002624 302325 out.go:177] - MINIKUBE_LOCATION=20045
I1204 23:17:32.002700 302325 notify.go:220] Checking for updates...
I1204 23:17:32.010428 302325 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I1204 23:17:32.013179 302325 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/20045-296174/kubeconfig
I1204 23:17:32.015668 302325 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/20045-296174/.minikube
I1204 23:17:32.017843 302325 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I1204 23:17:32.019986 302325 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I1204 23:17:32.022454 302325 driver.go:394] Setting default libvirt URI to qemu:///system
I1204 23:17:32.049710 302325 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
I1204 23:17:32.049918 302325 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1204 23:17:32.106288 302325 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 splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-12-04 23:17:32.097092625 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1072-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 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:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 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:88bf19b2105c8b17560993bee28a01ddc2f97182 Expected:88bf19b2105c8b17560993bee28a01ddc2f97182} RuncCommit:{ID:v1.2.2-0-g7cb3632 Expected:v1.2.2-0-g7cb3632} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: bridge
-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
I1204 23:17:32.106405 302325 docker.go:318] overlay module found
I1204 23:17:32.108660 302325 out.go:177] * Using the docker driver based on user configuration
I1204 23:17:32.110665 302325 start.go:297] selected driver: docker
I1204 23:17:32.110691 302325 start.go:901] validating driver "docker" against <nil>
I1204 23:17:32.110727 302325 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I1204 23:17:32.111488 302325 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1204 23:17:32.171083 302325 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 splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-12-04 23:17:32.161823008 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1072-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 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:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 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:88bf19b2105c8b17560993bee28a01ddc2f97182 Expected:88bf19b2105c8b17560993bee28a01ddc2f97182} RuncCommit:{ID:v1.2.2-0-g7cb3632 Expected:v1.2.2-0-g7cb3632} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: bridge
-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
I1204 23:17:32.171302 302325 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I1204 23:17:32.171522 302325 start_flags.go:947] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I1204 23:17:32.173666 302325 out.go:177] * Using Docker driver with root privileges
I1204 23:17:32.175566 302325 cni.go:84] Creating CNI manager for ""
I1204 23:17:32.175646 302325 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1204 23:17:32.175665 302325 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I1204 23:17:32.175751 302325 start.go:340] cluster config:
{Name:addons-457847 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 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:8443 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.31.2 ClusterName:addons-457847 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio 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 CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
I1204 23:17:32.177950 302325 out.go:177] * Starting "addons-457847" primary control-plane node in "addons-457847" cluster
I1204 23:17:32.179936 302325 cache.go:121] Beginning downloading kic base image for docker with crio
I1204 23:17:32.181885 302325 out.go:177] * Pulling base image v0.0.45-1730888964-19917 ...
I1204 23:17:32.183842 302325 preload.go:131] Checking if preload exists for k8s version v1.31.2 and runtime crio
I1204 23:17:32.183873 302325 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 in local docker daemon
I1204 23:17:32.183901 302325 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20045-296174/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-arm64.tar.lz4
I1204 23:17:32.183933 302325 cache.go:56] Caching tarball of preloaded images
I1204 23:17:32.184022 302325 preload.go:172] Found /home/jenkins/minikube-integration/20045-296174/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I1204 23:17:32.184032 302325 cache.go:59] Finished verifying existence of preloaded tar for v1.31.2 on crio
I1204 23:17:32.184591 302325 profile.go:143] Saving config to /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/config.json ...
I1204 23:17:32.184643 302325 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/config.json: {Name:mk90c53bcf4ed7adeb3d05d1516f7ca3214eea82 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:17:32.199036 302325 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 to local cache
I1204 23:17:32.199173 302325 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 in local cache directory
I1204 23:17:32.199193 302325 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 in local cache directory, skipping pull
I1204 23:17:32.199198 302325 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 exists in cache, skipping pull
I1204 23:17:32.199206 302325 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 as a tarball
I1204 23:17:32.199211 302325 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 from local cache
I1204 23:17:50.038957 302325 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 from cached tarball
I1204 23:17:50.039005 302325 cache.go:194] Successfully downloaded all kic artifacts
I1204 23:17:50.039038 302325 start.go:360] acquireMachinesLock for addons-457847: {Name:mk841fe8fc7b32ca2a84a65d438006c8120c8bd5 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I1204 23:17:50.039923 302325 start.go:364] duration metric: took 848.724µs to acquireMachinesLock for "addons-457847"
I1204 23:17:50.039976 302325 start.go:93] Provisioning new machine with config: &{Name:addons-457847 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 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:8443 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.31.2 ClusterName:addons-457847 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio 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 CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I1204 23:17:50.040092 302325 start.go:125] createHost starting for "" (driver="docker")
I1204 23:17:50.042747 302325 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
I1204 23:17:50.043028 302325 start.go:159] libmachine.API.Create for "addons-457847" (driver="docker")
I1204 23:17:50.043076 302325 client.go:168] LocalClient.Create starting
I1204 23:17:50.043220 302325 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/20045-296174/.minikube/certs/ca.pem
I1204 23:17:50.463218 302325 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/20045-296174/.minikube/certs/cert.pem
I1204 23:17:50.746106 302325 cli_runner.go:164] Run: docker network inspect addons-457847 --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}}]}"
W1204 23:17:50.763093 302325 cli_runner.go:211] docker network inspect addons-457847 --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
I1204 23:17:50.763175 302325 network_create.go:284] running [docker network inspect addons-457847] to gather additional debugging logs...
I1204 23:17:50.763196 302325 cli_runner.go:164] Run: docker network inspect addons-457847
W1204 23:17:50.776882 302325 cli_runner.go:211] docker network inspect addons-457847 returned with exit code 1
I1204 23:17:50.776916 302325 network_create.go:287] error running [docker network inspect addons-457847]: docker network inspect addons-457847: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-457847 not found
I1204 23:17:50.776930 302325 network_create.go:289] output of [docker network inspect addons-457847]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-457847 not found
** /stderr **
I1204 23:17:50.777040 302325 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}}]}"
I1204 23:17:50.798990 302325 network.go:206] 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:0x4001944750}
I1204 23:17:50.799038 302325 network_create.go:124] attempt to create docker network addons-457847 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I1204 23:17:50.799096 302325 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-457847 addons-457847
I1204 23:17:50.869977 302325 network_create.go:108] docker network addons-457847 192.168.49.0/24 created
I1204 23:17:50.870014 302325 kic.go:121] calculated static IP "192.168.49.2" for the "addons-457847" container
I1204 23:17:50.870119 302325 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I1204 23:17:50.885259 302325 cli_runner.go:164] Run: docker volume create addons-457847 --label name.minikube.sigs.k8s.io=addons-457847 --label created_by.minikube.sigs.k8s.io=true
I1204 23:17:50.903293 302325 oci.go:103] Successfully created a docker volume addons-457847
I1204 23:17:50.903388 302325 cli_runner.go:164] Run: docker run --rm --name addons-457847-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-457847 --entrypoint /usr/bin/test -v addons-457847:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 -d /var/lib
I1204 23:17:52.288178 302325 cli_runner.go:217] Completed: docker run --rm --name addons-457847-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-457847 --entrypoint /usr/bin/test -v addons-457847:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 -d /var/lib: (1.384739493s)
I1204 23:17:52.288211 302325 oci.go:107] Successfully prepared a docker volume addons-457847
I1204 23:17:52.288243 302325 preload.go:131] Checking if preload exists for k8s version v1.31.2 and runtime crio
I1204 23:17:52.288261 302325 kic.go:194] Starting extracting preloaded images to volume ...
I1204 23:17:52.288328 302325 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20045-296174/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-457847:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 -I lz4 -xf /preloaded.tar -C /extractDir
I1204 23:17:56.369165 302325 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20045-296174/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-457847:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 -I lz4 -xf /preloaded.tar -C /extractDir: (4.080789766s)
I1204 23:17:56.369202 302325 kic.go:203] duration metric: took 4.08093687s to extract preloaded images to volume ...
W1204 23:17:56.369387 302325 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I1204 23:17:56.369521 302325 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I1204 23:17:56.424162 302325 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-457847 --name addons-457847 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-457847 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-457847 --network addons-457847 --ip 192.168.49.2 --volume addons-457847:/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-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615
I1204 23:17:56.789458 302325 cli_runner.go:164] Run: docker container inspect addons-457847 --format={{.State.Running}}
I1204 23:17:56.811252 302325 cli_runner.go:164] Run: docker container inspect addons-457847 --format={{.State.Status}}
I1204 23:17:56.831295 302325 cli_runner.go:164] Run: docker exec addons-457847 stat /var/lib/dpkg/alternatives/iptables
I1204 23:17:56.880228 302325 oci.go:144] the created container "addons-457847" has a running status.
I1204 23:17:56.880268 302325 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/20045-296174/.minikube/machines/addons-457847/id_rsa...
I1204 23:17:57.544689 302325 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/20045-296174/.minikube/machines/addons-457847/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I1204 23:17:57.571378 302325 cli_runner.go:164] Run: docker container inspect addons-457847 --format={{.State.Status}}
I1204 23:17:57.594263 302325 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I1204 23:17:57.594290 302325 kic_runner.go:114] Args: [docker exec --privileged addons-457847 chown docker:docker /home/docker/.ssh/authorized_keys]
I1204 23:17:57.647517 302325 cli_runner.go:164] Run: docker container inspect addons-457847 --format={{.State.Status}}
I1204 23:17:57.668608 302325 machine.go:93] provisionDockerMachine start ...
I1204 23:17:57.668710 302325 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-457847
I1204 23:17:57.699108 302325 main.go:141] libmachine: Using SSH client type: native
I1204 23:17:57.699390 302325 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x415ef0] 0x418730 <nil> [] 0s} 127.0.0.1 33138 <nil> <nil>}
I1204 23:17:57.699406 302325 main.go:141] libmachine: About to run SSH command:
hostname
I1204 23:17:57.837606 302325 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-457847
I1204 23:17:57.837632 302325 ubuntu.go:169] provisioning hostname "addons-457847"
I1204 23:17:57.837707 302325 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-457847
I1204 23:17:57.863363 302325 main.go:141] libmachine: Using SSH client type: native
I1204 23:17:57.863603 302325 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x415ef0] 0x418730 <nil> [] 0s} 127.0.0.1 33138 <nil> <nil>}
I1204 23:17:57.863614 302325 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-457847 && echo "addons-457847" | sudo tee /etc/hostname
I1204 23:17:58.010440 302325 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-457847
I1204 23:17:58.010552 302325 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-457847
I1204 23:17:58.031661 302325 main.go:141] libmachine: Using SSH client type: native
I1204 23:17:58.031927 302325 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x415ef0] 0x418730 <nil> [] 0s} 127.0.0.1 33138 <nil> <nil>}
I1204 23:17:58.031954 302325 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-457847' /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-457847/g' /etc/hosts;
else
echo '127.0.1.1 addons-457847' | sudo tee -a /etc/hosts;
fi
fi
I1204 23:17:58.153825 302325 main.go:141] libmachine: SSH cmd err, output: <nil>:
I1204 23:17:58.153854 302325 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/20045-296174/.minikube CaCertPath:/home/jenkins/minikube-integration/20045-296174/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/20045-296174/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/20045-296174/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/20045-296174/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/20045-296174/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/20045-296174/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/20045-296174/.minikube}
I1204 23:17:58.153890 302325 ubuntu.go:177] setting up certificates
I1204 23:17:58.153901 302325 provision.go:84] configureAuth start
I1204 23:17:58.153977 302325 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-457847
I1204 23:17:58.171677 302325 provision.go:143] copyHostCerts
I1204 23:17:58.171768 302325 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20045-296174/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/20045-296174/.minikube/cert.pem (1123 bytes)
I1204 23:17:58.171893 302325 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20045-296174/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/20045-296174/.minikube/key.pem (1679 bytes)
I1204 23:17:58.171966 302325 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20045-296174/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/20045-296174/.minikube/ca.pem (1082 bytes)
I1204 23:17:58.172043 302325 provision.go:117] generating server cert: /home/jenkins/minikube-integration/20045-296174/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/20045-296174/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/20045-296174/.minikube/certs/ca-key.pem org=jenkins.addons-457847 san=[127.0.0.1 192.168.49.2 addons-457847 localhost minikube]
I1204 23:17:58.441404 302325 provision.go:177] copyRemoteCerts
I1204 23:17:58.441473 302325 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I1204 23:17:58.441540 302325 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-457847
I1204 23:17:58.457415 302325 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20045-296174/.minikube/machines/addons-457847/id_rsa Username:docker}
I1204 23:17:58.546687 302325 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20045-296174/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I1204 23:17:58.571511 302325 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20045-296174/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I1204 23:17:58.596005 302325 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20045-296174/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I1204 23:17:58.620595 302325 provision.go:87] duration metric: took 466.673713ms to configureAuth
I1204 23:17:58.620631 302325 ubuntu.go:193] setting minikube options for container-runtime
I1204 23:17:58.620814 302325 config.go:182] Loaded profile config "addons-457847": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
I1204 23:17:58.620929 302325 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-457847
I1204 23:17:58.637717 302325 main.go:141] libmachine: Using SSH client type: native
I1204 23:17:58.637963 302325 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x415ef0] 0x418730 <nil> [] 0s} 127.0.0.1 33138 <nil> <nil>}
I1204 23:17:58.637987 302325 main.go:141] libmachine: About to run SSH command:
sudo mkdir -p /etc/sysconfig && printf %s "
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
I1204 23:17:58.859112 302325 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I1204 23:17:58.859176 302325 machine.go:96] duration metric: took 1.1905448s to provisionDockerMachine
I1204 23:17:58.859201 302325 client.go:171] duration metric: took 8.816117344s to LocalClient.Create
I1204 23:17:58.859250 302325 start.go:167] duration metric: took 8.816212574s to libmachine.API.Create "addons-457847"
I1204 23:17:58.859276 302325 start.go:293] postStartSetup for "addons-457847" (driver="docker")
I1204 23:17:58.859304 302325 start.go:322] 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]
I1204 23:17:58.859452 302325 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
I1204 23:17:58.859530 302325 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-457847
I1204 23:17:58.876644 302325 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20045-296174/.minikube/machines/addons-457847/id_rsa Username:docker}
I1204 23:17:58.967025 302325 ssh_runner.go:195] Run: cat /etc/os-release
I1204 23:17:58.970460 302325 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I1204 23:17:58.970507 302325 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I1204 23:17:58.970541 302325 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I1204 23:17:58.970553 302325 info.go:137] Remote host: Ubuntu 22.04.5 LTS
I1204 23:17:58.970565 302325 filesync.go:126] Scanning /home/jenkins/minikube-integration/20045-296174/.minikube/addons for local assets ...
I1204 23:17:58.970645 302325 filesync.go:126] Scanning /home/jenkins/minikube-integration/20045-296174/.minikube/files for local assets ...
I1204 23:17:58.970672 302325 start.go:296] duration metric: took 111.374462ms for postStartSetup
I1204 23:17:58.970997 302325 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-457847
I1204 23:17:58.987341 302325 profile.go:143] Saving config to /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/config.json ...
I1204 23:17:58.987633 302325 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I1204 23:17:58.987699 302325 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-457847
I1204 23:17:59.006181 302325 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20045-296174/.minikube/machines/addons-457847/id_rsa Username:docker}
I1204 23:17:59.094444 302325 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I1204 23:17:59.099288 302325 start.go:128] duration metric: took 9.059178756s to createHost
I1204 23:17:59.099316 302325 start.go:83] releasing machines lock for "addons-457847", held for 9.059369125s
I1204 23:17:59.099395 302325 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-457847
I1204 23:17:59.115734 302325 ssh_runner.go:195] Run: cat /version.json
I1204 23:17:59.115751 302325 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I1204 23:17:59.115790 302325 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-457847
I1204 23:17:59.115824 302325 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-457847
I1204 23:17:59.136159 302325 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20045-296174/.minikube/machines/addons-457847/id_rsa Username:docker}
I1204 23:17:59.143697 302325 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20045-296174/.minikube/machines/addons-457847/id_rsa Username:docker}
I1204 23:17:59.356359 302325 ssh_runner.go:195] Run: systemctl --version
I1204 23:17:59.360785 302325 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I1204 23:17:59.502910 302325 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I1204 23:17:59.507426 302325 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 "sudo mv {} {}.mk_disabled" ;
I1204 23:17:59.528342 302325 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I1204 23:17:59.528432 302325 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, " -exec sh -c "sudo mv {} {}.mk_disabled" ;
I1204 23:17:59.566099 302325 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I1204 23:17:59.566176 302325 start.go:495] detecting cgroup driver to use...
I1204 23:17:59.566225 302325 detect.go:187] detected "cgroupfs" cgroup driver on host os
I1204 23:17:59.566332 302325 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I1204 23:17:59.584509 302325 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I1204 23:17:59.597648 302325 docker.go:217] disabling cri-docker service (if available) ...
I1204 23:17:59.597749 302325 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I1204 23:17:59.612353 302325 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I1204 23:17:59.627613 302325 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I1204 23:17:59.723666 302325 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I1204 23:17:59.824134 302325 docker.go:233] disabling docker service ...
I1204 23:17:59.824202 302325 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I1204 23:17:59.845823 302325 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I1204 23:17:59.858288 302325 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I1204 23:17:59.938317 302325 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I1204 23:18:00.041844 302325 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I1204 23:18:00.075695 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/crio/crio.sock
" | sudo tee /etc/crictl.yaml"
I1204 23:18:00.109382 302325 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
I1204 23:18:00.109476 302325 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.10"|' /etc/crio/crio.conf.d/02-crio.conf"
I1204 23:18:00.134232 302325 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I1204 23:18:00.134311 302325 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I1204 23:18:00.151807 302325 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I1204 23:18:00.175297 302325 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I1204 23:18:00.206535 302325 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I1204 23:18:00.230387 302325 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *"net.ipv4.ip_unprivileged_port_start=.*"/d' /etc/crio/crio.conf.d/02-crio.conf"
I1204 23:18:00.246282 302325 ssh_runner.go:195] Run: sh -c "sudo grep -q "^ *default_sysctls" /etc/crio/crio.conf.d/02-crio.conf || sudo sed -i '/conmon_cgroup = .*/a default_sysctls = \[\n\]' /etc/crio/crio.conf.d/02-crio.conf"
I1204 23:18:00.277072 302325 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^default_sysctls *= *\[|&\n "net.ipv4.ip_unprivileged_port_start=0",|' /etc/crio/crio.conf.d/02-crio.conf"
I1204 23:18:00.295007 302325 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I1204 23:18:00.312337 302325 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I1204 23:18:00.336108 302325 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1204 23:18:00.523576 302325 ssh_runner.go:195] Run: sudo systemctl restart crio
I1204 23:18:00.661999 302325 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
I1204 23:18:00.662094 302325 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I1204 23:18:00.666228 302325 start.go:563] Will wait 60s for crictl version
I1204 23:18:00.666311 302325 ssh_runner.go:195] Run: which crictl
I1204 23:18:00.670024 302325 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I1204 23:18:00.711878 302325 start.go:579] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I1204 23:18:00.711981 302325 ssh_runner.go:195] Run: crio --version
I1204 23:18:00.753715 302325 ssh_runner.go:195] Run: crio --version
I1204 23:18:00.795627 302325 out.go:177] * Preparing Kubernetes v1.31.2 on CRI-O 1.24.6 ...
I1204 23:18:00.797899 302325 cli_runner.go:164] Run: docker network inspect addons-457847 --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}}]}"
I1204 23:18:00.812280 302325 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I1204 23:18:00.815852 302325 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""
I1204 23:18:00.826663 302325 kubeadm.go:883] updating cluster {Name:addons-457847 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 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:8443 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.31.2 ClusterName:addons-457847 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio 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 GPUs: AutoPauseInterval:1m0s} ...
I1204 23:18:00.826788 302325 preload.go:131] Checking if preload exists for k8s version v1.31.2 and runtime crio
I1204 23:18:00.826850 302325 ssh_runner.go:195] Run: sudo crictl images --output json
I1204 23:18:00.906310 302325 crio.go:514] all images are preloaded for cri-o runtime.
I1204 23:18:00.906337 302325 crio.go:433] Images already preloaded, skipping extraction
I1204 23:18:00.906394 302325 ssh_runner.go:195] Run: sudo crictl images --output json
I1204 23:18:00.942997 302325 crio.go:514] all images are preloaded for cri-o runtime.
I1204 23:18:00.943022 302325 cache_images.go:84] Images are preloaded, skipping loading
I1204 23:18:00.943032 302325 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.2 crio true true} ...
I1204 23:18:00.943128 302325 kubeadm.go:946] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.31.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-457847 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.31.2 ClusterName:addons-457847 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
I1204 23:18:00.943221 302325 ssh_runner.go:195] Run: crio config
I1204 23:18:00.991946 302325 cni.go:84] Creating CNI manager for ""
I1204 23:18:00.991966 302325 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1204 23:18:00.991976 302325 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I1204 23:18:00.992000 302325 kubeadm.go:189] 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.31.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-457847 NodeName:addons-457847 DNSDomain:cluster.local CRISocket:/var/run/crio/crio.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/kuberne
tes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///var/run/crio/crio.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I1204 23:18:00.992150 302325 kubeadm.go:195] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta4
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/crio/crio.sock
name: "addons-457847"
kubeletExtraArgs:
- name: "node-ip"
value: "192.168.49.2"
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta4
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
extraArgs:
- name: "enable-admission-plugins"
value: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
- name: "allocate-node-cidrs"
value: "true"
- name: "leader-elect"
value: "false"
scheduler:
extraArgs:
- name: "leader-elect"
value: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
etcd:
local:
dataDir: /var/lib/minikube/etcd
extraArgs:
- name: "proxy-refresh-interval"
value: "70000"
kubernetesVersion: v1.31.2
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
containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%"
nodefs.inodesFree: "0%"
imagefs.available: "0%"
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
I1204 23:18:00.992221 302325 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.2
I1204 23:18:01.001371 302325 binaries.go:44] Found k8s binaries, skipping transfer
I1204 23:18:01.001464 302325 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I1204 23:18:01.011667 302325 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I1204 23:18:01.030838 302325 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I1204 23:18:01.049778 302325 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2287 bytes)
I1204 23:18:01.068382 302325 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I1204 23:18:01.071934 302325 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""
I1204 23:18:01.084905 302325 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1204 23:18:01.169727 302325 ssh_runner.go:195] Run: sudo systemctl start kubelet
I1204 23:18:01.184671 302325 certs.go:68] Setting up /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847 for IP: 192.168.49.2
I1204 23:18:01.184697 302325 certs.go:194] generating shared ca certs ...
I1204 23:18:01.184715 302325 certs.go:226] acquiring lock for ca certs: {Name:mk8ae3d332d3001a203fed2496d1463be3de7a4f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:18:01.185386 302325 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/20045-296174/.minikube/ca.key
I1204 23:18:01.333063 302325 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20045-296174/.minikube/ca.crt ...
I1204 23:18:01.333097 302325 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20045-296174/.minikube/ca.crt: {Name:mk6051583b48084f010ff46d6467c2f5f30bd587 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:18:01.333743 302325 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20045-296174/.minikube/ca.key ...
I1204 23:18:01.333763 302325 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20045-296174/.minikube/ca.key: {Name:mkbce1fe17c8777ebc9410c16511dafad474b189 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:18:01.333862 302325 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/20045-296174/.minikube/proxy-client-ca.key
I1204 23:18:01.737964 302325 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20045-296174/.minikube/proxy-client-ca.crt ...
I1204 23:18:01.737995 302325 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20045-296174/.minikube/proxy-client-ca.crt: {Name:mk3ae46b8100b3b1cd95e0991549d8f661afaccb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:18:01.738679 302325 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20045-296174/.minikube/proxy-client-ca.key ...
I1204 23:18:01.738706 302325 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20045-296174/.minikube/proxy-client-ca.key: {Name:mkdce3329898bc78181596e782d984fabdbb923f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:18:01.739420 302325 certs.go:256] generating profile certs ...
I1204 23:18:01.739491 302325 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/client.key
I1204 23:18:01.739511 302325 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/client.crt with IP's: []
I1204 23:18:01.923622 302325 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/client.crt ...
I1204 23:18:01.923659 302325 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/client.crt: {Name:mkb1884cc745d197a41371494c789c12ac420d3e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:18:01.924473 302325 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/client.key ...
I1204 23:18:01.924491 302325 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/client.key: {Name:mkb4c6019b7eed7c49c733852537545800b61f28 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:18:01.925148 302325 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/apiserver.key.ca722902
I1204 23:18:01.925171 302325 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/apiserver.crt.ca722902 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I1204 23:18:02.122149 302325 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/apiserver.crt.ca722902 ...
I1204 23:18:02.122183 302325 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/apiserver.crt.ca722902: {Name:mk286661c19e82251011c58e34c686d5221b64ad Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:18:02.123052 302325 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/apiserver.key.ca722902 ...
I1204 23:18:02.123079 302325 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/apiserver.key.ca722902: {Name:mkbdb4a4018c29299c0193c1c4d50a735f5f6e14 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:18:02.123182 302325 certs.go:381] copying /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/apiserver.crt.ca722902 -> /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/apiserver.crt
I1204 23:18:02.123268 302325 certs.go:385] copying /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/apiserver.key.ca722902 -> /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/apiserver.key
I1204 23:18:02.123328 302325 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/proxy-client.key
I1204 23:18:02.123352 302325 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/proxy-client.crt with IP's: []
I1204 23:18:02.521091 302325 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/proxy-client.crt ...
I1204 23:18:02.521128 302325 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/proxy-client.crt: {Name:mk88fb7449c19871989a9899bb17cb6abb7e3663 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:18:02.521317 302325 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/proxy-client.key ...
I1204 23:18:02.521339 302325 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/proxy-client.key: {Name:mk0a820e3f7433723487f05c18944d9e649f85c0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:18:02.521953 302325 certs.go:484] found cert: /home/jenkins/minikube-integration/20045-296174/.minikube/certs/ca-key.pem (1679 bytes)
I1204 23:18:02.522009 302325 certs.go:484] found cert: /home/jenkins/minikube-integration/20045-296174/.minikube/certs/ca.pem (1082 bytes)
I1204 23:18:02.522044 302325 certs.go:484] found cert: /home/jenkins/minikube-integration/20045-296174/.minikube/certs/cert.pem (1123 bytes)
I1204 23:18:02.522071 302325 certs.go:484] found cert: /home/jenkins/minikube-integration/20045-296174/.minikube/certs/key.pem (1679 bytes)
I1204 23:18:02.522721 302325 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20045-296174/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I1204 23:18:02.549505 302325 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20045-296174/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I1204 23:18:02.579469 302325 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20045-296174/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I1204 23:18:02.604092 302325 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20045-296174/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I1204 23:18:02.629039 302325 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I1204 23:18:02.654337 302325 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I1204 23:18:02.679053 302325 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I1204 23:18:02.703855 302325 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20045-296174/.minikube/profiles/addons-457847/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I1204 23:18:02.729033 302325 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20045-296174/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I1204 23:18:02.753884 302325 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I1204 23:18:02.773108 302325 ssh_runner.go:195] Run: openssl version
I1204 23:18:02.779184 302325 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"
I1204 23:18:02.789168 302325 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I1204 23:18:02.793114 302325 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Dec 4 23:18 /usr/share/ca-certificates/minikubeCA.pem
I1204 23:18:02.793216 302325 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I1204 23:18:02.800735 302325 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"
I1204 23:18:02.812255 302325 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I1204 23:18:02.816878 302325 certs.go:399] 'apiserver-kubelet-client' cert doesn't exist, likely first start: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt: Process exited with status 1
stdout:
stderr:
stat: cannot statx '/var/lib/minikube/certs/apiserver-kubelet-client.crt': No such file or directory
I1204 23:18:02.816948 302325 kubeadm.go:392] StartCluster: {Name:addons-457847 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 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:8443 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.31.2 ClusterName:addons-457847 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio 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 CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I1204 23:18:02.817044 302325 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I1204 23:18:02.817136 302325 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I1204 23:18:02.875052 302325 cri.go:89] found id: ""
I1204 23:18:02.875150 302325 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I1204 23:18:02.884735 302325 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I1204 23:18:02.894020 302325 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I1204 23:18:02.894091 302325 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
I1204 23:18:02.903164 302325 kubeadm.go:155] 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
I1204 23:18:02.903186 302325 kubeadm.go:157] found existing configuration files:
I1204 23:18:02.903245 302325 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I1204 23:18:02.912538 302325 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/admin.conf: No such file or directory
I1204 23:18:02.912628 302325 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I1204 23:18:02.921638 302325 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I1204 23:18:02.931461 302325 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/kubelet.conf: No such file or directory
I1204 23:18:02.931555 302325 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I1204 23:18:02.940665 302325 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I1204 23:18:02.950966 302325 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/controller-manager.conf: No such file or directory
I1204 23:18:02.951046 302325 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I1204 23:18:02.959994 302325 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I1204 23:18:02.969102 302325 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/scheduler.conf: No such file or directory
I1204 23:18:02.969201 302325 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I1204 23:18:02.977931 302325 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.31.2:$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"
I1204 23:18:03.032510 302325 kubeadm.go:310] [init] Using Kubernetes version: v1.31.2
I1204 23:18:03.032639 302325 kubeadm.go:310] [preflight] Running pre-flight checks
I1204 23:18:03.055640 302325 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I1204 23:18:03.055806 302325 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1072-aws[0m
I1204 23:18:03.055864 302325 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I1204 23:18:03.055952 302325 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I1204 23:18:03.056036 302325 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I1204 23:18:03.056112 302325 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I1204 23:18:03.056193 302325 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I1204 23:18:03.056277 302325 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I1204 23:18:03.056361 302325 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I1204 23:18:03.056444 302325 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I1204 23:18:03.056532 302325 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I1204 23:18:03.056617 302325 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I1204 23:18:03.121315 302325 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I1204 23:18:03.121568 302325 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I1204 23:18:03.121667 302325 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I1204 23:18:03.130416 302325 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I1204 23:18:03.134117 302325 out.go:235] - Generating certificates and keys ...
I1204 23:18:03.134417 302325 kubeadm.go:310] [certs] Using existing ca certificate authority
I1204 23:18:03.134499 302325 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I1204 23:18:03.387458 302325 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I1204 23:18:04.094224 302325 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I1204 23:18:04.712701 302325 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I1204 23:18:05.626578 302325 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I1204 23:18:06.094731 302325 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I1204 23:18:06.094903 302325 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-457847 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1204 23:18:06.671179 302325 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I1204 23:18:06.671476 302325 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-457847 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1204 23:18:07.143386 302325 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I1204 23:18:07.960025 302325 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I1204 23:18:08.370556 302325 kubeadm.go:310] [certs] Generating "sa" key and public key
I1204 23:18:08.370832 302325 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I1204 23:18:08.541876 302325 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I1204 23:18:08.795377 302325 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I1204 23:18:09.234031 302325 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I1204 23:18:09.383457 302325 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I1204 23:18:10.229228 302325 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I1204 23:18:10.229978 302325 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I1204 23:18:10.233014 302325 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I1204 23:18:10.235569 302325 out.go:235] - Booting up control plane ...
I1204 23:18:10.235678 302325 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I1204 23:18:10.236954 302325 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I1204 23:18:10.238226 302325 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I1204 23:18:10.253193 302325 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I1204 23:18:10.259777 302325 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I1204 23:18:10.259838 302325 kubeadm.go:310] [kubelet-start] Starting the kubelet
I1204 23:18:10.353300 302325 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I1204 23:18:10.353429 302325 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I1204 23:18:11.355112 302325 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.001770365s
I1204 23:18:11.355205 302325 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I1204 23:18:17.356309 302325 kubeadm.go:310] [api-check] The API server is healthy after 6.001324213s
I1204 23:18:17.378295 302325 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I1204 23:18:17.392874 302325 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I1204 23:18:17.419713 302325 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I1204 23:18:17.419958 302325 kubeadm.go:310] [mark-control-plane] Marking the node addons-457847 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I1204 23:18:17.430718 302325 kubeadm.go:310] [bootstrap-token] Using token: p1ll4f.2echg0m3ddshz5ha
I1204 23:18:17.433032 302325 out.go:235] - Configuring RBAC rules ...
I1204 23:18:17.433159 302325 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I1204 23:18:17.438898 302325 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I1204 23:18:17.448545 302325 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I1204 23:18:17.453014 302325 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I1204 23:18:17.457803 302325 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I1204 23:18:17.462859 302325 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I1204 23:18:17.763925 302325 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I1204 23:18:18.240023 302325 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I1204 23:18:18.763570 302325 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I1204 23:18:18.764828 302325 kubeadm.go:310]
I1204 23:18:18.764902 302325 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I1204 23:18:18.764913 302325 kubeadm.go:310]
I1204 23:18:18.764990 302325 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I1204 23:18:18.765000 302325 kubeadm.go:310]
I1204 23:18:18.765026 302325 kubeadm.go:310] mkdir -p $HOME/.kube
I1204 23:18:18.765091 302325 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I1204 23:18:18.765146 302325 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I1204 23:18:18.765155 302325 kubeadm.go:310]
I1204 23:18:18.765208 302325 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I1204 23:18:18.765216 302325 kubeadm.go:310]
I1204 23:18:18.765264 302325 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I1204 23:18:18.765272 302325 kubeadm.go:310]
I1204 23:18:18.765324 302325 kubeadm.go:310] You should now deploy a pod network to the cluster.
I1204 23:18:18.765408 302325 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I1204 23:18:18.765484 302325 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I1204 23:18:18.765511 302325 kubeadm.go:310]
I1204 23:18:18.765596 302325 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I1204 23:18:18.765674 302325 kubeadm.go:310] and service account keys on each node and then running the following as root:
I1204 23:18:18.765684 302325 kubeadm.go:310]
I1204 23:18:18.765775 302325 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token p1ll4f.2echg0m3ddshz5ha \
I1204 23:18:18.765885 302325 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:0bdf35afc23f464db201188468fd8356d18173b72c65c05407b08ae07b6e8dc8 \
I1204 23:18:18.765909 302325 kubeadm.go:310] --control-plane
I1204 23:18:18.765917 302325 kubeadm.go:310]
I1204 23:18:18.766002 302325 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I1204 23:18:18.766010 302325 kubeadm.go:310]
I1204 23:18:18.766091 302325 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token p1ll4f.2echg0m3ddshz5ha \
I1204 23:18:18.766195 302325 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:0bdf35afc23f464db201188468fd8356d18173b72c65c05407b08ae07b6e8dc8
I1204 23:18:18.768896 302325 kubeadm.go:310] [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-1072-aws\n", err: exit status 1
I1204 23:18:18.769017 302325 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I1204 23:18:18.769037 302325 cni.go:84] Creating CNI manager for ""
I1204 23:18:18.769050 302325 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1204 23:18:18.771812 302325 out.go:177] * Configuring CNI (Container Networking Interface) ...
I1204 23:18:18.774520 302325 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I1204 23:18:18.778526 302325 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.31.2/kubectl ...
I1204 23:18:18.778547 302325 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
I1204 23:18:18.797188 302325 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I1204 23:18:19.089866 302325 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I1204 23:18:19.090017 302325 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 23:18:19.090126 302325 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-457847 minikube.k8s.io/updated_at=2024_12_04T23_18_19_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=efbd8efc50652fe861e71899e50212cc75e3480d minikube.k8s.io/name=addons-457847 minikube.k8s.io/primary=true
I1204 23:18:19.265977 302325 ops.go:34] apiserver oom_adj: -16
I1204 23:18:19.266092 302325 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 23:18:19.766740 302325 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 23:18:20.266519 302325 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 23:18:20.766272 302325 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 23:18:21.266264 302325 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 23:18:21.766973 302325 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 23:18:22.266724 302325 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 23:18:22.766479 302325 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 23:18:23.267205 302325 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 23:18:23.362685 302325 kubeadm.go:1113] duration metric: took 4.272732446s to wait for elevateKubeSystemPrivileges
I1204 23:18:23.362716 302325 kubeadm.go:394] duration metric: took 20.545789127s to StartCluster
I1204 23:18:23.362734 302325 settings.go:142] acquiring lock: {Name:mkba68ce0abd086e424dc85786b843a72912b26c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:18:23.363721 302325 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/20045-296174/kubeconfig
I1204 23:18:23.364178 302325 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20045-296174/kubeconfig: {Name:mk8d61f7ef23794baf42c082e9abe7aab21b8bd4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:18:23.364398 302325 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I1204 23:18:23.364592 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I1204 23:18:23.364860 302325 config.go:182] Loaded profile config "addons-457847": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
I1204 23:18:23.364898 302325 addons.go:507] enable addons start: toEnable=map[ambassador:false amd-gpu-device-plugin:true 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 inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin: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 storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
I1204 23:18:23.364975 302325 addons.go:69] Setting yakd=true in profile "addons-457847"
I1204 23:18:23.364988 302325 addons.go:234] Setting addon yakd=true in "addons-457847"
I1204 23:18:23.365041 302325 host.go:66] Checking if "addons-457847" exists ...
I1204 23:18:23.365538 302325 cli_runner.go:164] Run: docker container inspect addons-457847 --format={{.State.Status}}
I1204 23:18:23.366124 302325 addons.go:69] Setting inspektor-gadget=true in profile "addons-457847"
I1204 23:18:23.366151 302325 addons.go:234] Setting addon inspektor-gadget=true in "addons-457847"
I1204 23:18:23.366185 302325 host.go:66] Checking if "addons-457847" exists ...
I1204 23:18:23.366629 302325 cli_runner.go:164] Run: docker container inspect addons-457847 --format={{.State.Status}}
I1204 23:18:23.368738 302325 addons.go:69] Setting metrics-server=true in profile "addons-457847"
I1204 23:18:23.368789 302325 addons.go:234] Setting addon metrics-server=true in "addons-457847"
I1204 23:18:23.368829 302325 host.go:66] Checking if "addons-457847" exists ...
I1204 23:18:23.369281 302325 cli_runner.go:164] Run: docker container inspect addons-457847 --format={{.State.Status}}
I1204 23:18:23.371077 302325 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-457847"
I1204 23:18:23.371165 302325 addons.go:234] Setting addon amd-gpu-device-plugin=true in "addons-457847"
I1204 23:18:23.371249 302325 host.go:66] Checking if "addons-457847" exists ...
I1204 23:18:23.371378 302325 addons.go:69] Setting cloud-spanner=true in profile "addons-457847"
I1204 23:18:23.372916 302325 addons.go:234] Setting addon cloud-spanner=true in "addons-457847"
I1204 23:18:23.372948 302325 host.go:66] Checking if "addons-457847" exists ...
I1204 23:18:23.374878 302325 cli_runner.go:164] Run: docker container inspect addons-457847 --format={{.State.Status}}
I1204 23:18:23.371390 302325 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-457847"
I1204 23:18:23.381038 302325 cli_runner.go:164] Run: docker container inspect addons-457847 --format={{.State.Status}}
I1204 23:18:23.381074 302325 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-457847"
I1204 23:18:23.381117 302325 host.go:66] Checking if "addons-457847" exists ...
I1204 23:18:23.381654 302325 cli_runner.go:164] Run: docker container inspect addons-457847 --format={{.State.Status}}
I1204 23:18:23.371399 302325 addons.go:69] Setting default-storageclass=true in profile "addons-457847"
I1204 23:18:23.394349 302325 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-457847"
I1204 23:18:23.394689 302325 cli_runner.go:164] Run: docker container inspect addons-457847 --format={{.State.Status}}
I1204 23:18:23.371407 302325 addons.go:69] Setting gcp-auth=true in profile "addons-457847"
I1204 23:18:23.427809 302325 mustload.go:65] Loading cluster: addons-457847
I1204 23:18:23.428061 302325 config.go:182] Loaded profile config "addons-457847": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
I1204 23:18:23.428364 302325 cli_runner.go:164] Run: docker container inspect addons-457847 --format={{.State.Status}}
I1204 23:18:23.371414 302325 addons.go:69] Setting ingress=true in profile "addons-457847"
I1204 23:18:23.428769 302325 addons.go:234] Setting addon ingress=true in "addons-457847"
I1204 23:18:23.428839 302325 host.go:66] Checking if "addons-457847" exists ...
I1204 23:18:23.429312 302325 cli_runner.go:164] Run: docker container inspect addons-457847 --format={{.State.Status}}
I1204 23:18:23.371421 302325 addons.go:69] Setting ingress-dns=true in profile "addons-457847"
I1204 23:18:23.446674 302325 addons.go:234] Setting addon ingress-dns=true in "addons-457847"
I1204 23:18:23.446765 302325 host.go:66] Checking if "addons-457847" exists ...
I1204 23:18:23.371481 302325 out.go:177] * Verifying Kubernetes components...
I1204 23:18:23.371695 302325 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-457847"
I1204 23:18:23.451496 302325 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-457847"
I1204 23:18:23.451936 302325 cli_runner.go:164] Run: docker container inspect addons-457847 --format={{.State.Status}}
I1204 23:18:23.452687 302325 cli_runner.go:164] Run: docker container inspect addons-457847 --format={{.State.Status}}
I1204 23:18:23.371704 302325 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-457847"
I1204 23:18:23.473209 302325 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-457847"
I1204 23:18:23.473282 302325 host.go:66] Checking if "addons-457847" exists ...
I1204 23:18:23.473851 302325 cli_runner.go:164] Run: docker container inspect addons-457847 --format={{.State.Status}}
I1204 23:18:23.480332 302325 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1204 23:18:23.371710 302325 addons.go:69] Setting registry=true in profile "addons-457847"
I1204 23:18:23.512600 302325 addons.go:234] Setting addon registry=true in "addons-457847"
I1204 23:18:23.512647 302325 host.go:66] Checking if "addons-457847" exists ...
I1204 23:18:23.513137 302325 cli_runner.go:164] Run: docker container inspect addons-457847 --format={{.State.Status}}
I1204 23:18:23.518973 302325 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I1204 23:18:23.523496 302325 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I1204 23:18:23.523575 302325 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I1204 23:18:23.523688 302325 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-457847
I1204 23:18:23.371717 302325 addons.go:69] Setting storage-provisioner=true in profile "addons-457847"
I1204 23:18:23.558428 302325 addons.go:234] Setting addon storage-provisioner=true in "addons-457847"
I1204 23:18:23.558477 302325 host.go:66] Checking if "addons-457847" exists ...
I1204 23:18:23.558931 302325 cli_runner.go:164] Run: docker container inspect addons-457847 --format={{.State.Status}}
I1204 23:18:23.371726 302325 addons.go:69] Setting volumesnapshots=true in profile "addons-457847"
I1204 23:18:23.602261 302325 addons.go:234] Setting addon volumesnapshots=true in "addons-457847"
I1204 23:18:23.602319 302325 host.go:66] Checking if "addons-457847" exists ...
I1204 23:18:23.371741 302325 addons.go:69] Setting volcano=true in profile "addons-457847"
I1204 23:18:23.605760 302325 addons.go:234] Setting addon volcano=true in "addons-457847"
I1204 23:18:23.605804 302325 host.go:66] Checking if "addons-457847" exists ...
I1204 23:18:23.606268 302325 cli_runner.go:164] Run: docker container inspect addons-457847 --format={{.State.Status}}
I1204 23:18:23.606653 302325 out.go:177] - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
I1204 23:18:23.608740 302325 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
I1204 23:18:23.609819 302325 addons.go:431] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I1204 23:18:23.609896 302325 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
I1204 23:18:23.610002 302325 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-457847
I1204 23:18:23.451382 302325 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.33.0
I1204 23:18:23.621875 302325 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I1204 23:18:23.621905 302325 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5248 bytes)
I1204 23:18:23.621978 302325 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-457847
I1204 23:18:23.628458 302325 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.25
I1204 23:18:23.631561 302325 addons.go:234] Setting addon default-storageclass=true in "addons-457847"
I1204 23:18:23.631599 302325 host.go:66] Checking if "addons-457847" exists ...
I1204 23:18:23.632002 302325 cli_runner.go:164] Run: docker container inspect addons-457847 --format={{.State.Status}}
I1204 23:18:23.638717 302325 host.go:66] Checking if "addons-457847" exists ...
I1204 23:18:23.640258 302325 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I1204 23:18:23.640272 302325 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I1204 23:18:23.640324 302325 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-457847
I1204 23:18:23.649407 302325 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I1204 23:18:23.654143 302325 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I1204 23:18:23.656077 302325 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I1204 23:18:23.657824 302325 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I1204 23:18:23.658741 302325 cli_runner.go:164] Run: docker container inspect addons-457847 --format={{.State.Status}}
I1204 23:18:23.660858 302325 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I1204 23:18:23.660885 302325 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I1204 23:18:23.660948 302325 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-457847
I1204 23:18:23.675622 302325 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-457847"
I1204 23:18:23.675669 302325 host.go:66] Checking if "addons-457847" exists ...
I1204 23:18:23.676060 302325 cli_runner.go:164] Run: docker container inspect addons-457847 --format={{.State.Status}}
I1204 23:18:23.680088 302325 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I1204 23:18:23.722094 302325 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I1204 23:18:23.722125 302325 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I1204 23:18:23.722207 302325 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-457847
I1204 23:18:23.722810 302325 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I1204 23:18:23.726181 302325 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.3
I1204 23:18:23.726433 302325 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20045-296174/.minikube/machines/addons-457847/id_rsa Username:docker}
I1204 23:18:23.743859 302325 out.go:177] - Using image docker.io/registry:2.8.3
I1204 23:18:23.734145 302325 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.0
I1204 23:18:23.750224 302325 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I1204 23:18:23.750289 302325 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I1204 23:18:23.750533 302325 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1204 23:18:23.750568 302325 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I1204 23:18:23.750671 302325 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-457847
I1204 23:18:23.776404 302325 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.8
I1204 23:18:23.781990 302325 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I1204 23:18:23.782060 302325 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I1204 23:18:23.782158 302325 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-457847
I1204 23:18:23.790626 302325 ssh_runner.go:195] Run: sudo systemctl start kubelet
I1204 23:18:23.791012 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/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.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I1204 23:18:23.793424 302325 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I1204 23:18:23.793488 302325 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I1204 23:18:23.793680 302325 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I1204 23:18:23.796334 302325 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I1204 23:18:23.796354 302325 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I1204 23:18:23.796432 302325 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-457847
I1204 23:18:23.812410 302325 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I1204 23:18:23.815418 302325 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I1204 23:18:23.815494 302325 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I1204 23:18:23.815601 302325 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-457847
W1204 23:18:23.833846 302325 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I1204 23:18:23.834543 302325 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20045-296174/.minikube/machines/addons-457847/id_rsa Username:docker}
I1204 23:18:23.835161 302325 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I1204 23:18:23.835174 302325 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I1204 23:18:23.835229 302325 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-457847
I1204 23:18:23.850815 302325 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20045-296174/.minikube/machines/addons-457847/id_rsa Username:docker}
I1204 23:18:23.856075 302325 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20045-296174/.minikube/machines/addons-457847/id_rsa Username:docker}
I1204 23:18:23.912548 302325 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I1204 23:18:23.912570 302325 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I1204 23:18:23.912636 302325 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-457847
I1204 23:18:23.918346 302325 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I1204 23:18:23.920898 302325 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I1204 23:18:23.920925 302325 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I1204 23:18:23.920996 302325 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-457847
I1204 23:18:23.935190 302325 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20045-296174/.minikube/machines/addons-457847/id_rsa Username:docker}
I1204 23:18:23.938865 302325 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20045-296174/.minikube/machines/addons-457847/id_rsa Username:docker}
I1204 23:18:23.941711 302325 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I1204 23:18:23.943918 302325 out.go:177] - Using image docker.io/busybox:stable
I1204 23:18:23.947165 302325 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1204 23:18:23.947193 302325 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I1204 23:18:23.947262 302325 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-457847
I1204 23:18:24.025417 302325 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20045-296174/.minikube/machines/addons-457847/id_rsa Username:docker}
I1204 23:18:24.029104 302325 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20045-296174/.minikube/machines/addons-457847/id_rsa Username:docker}
I1204 23:18:24.033607 302325 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20045-296174/.minikube/machines/addons-457847/id_rsa Username:docker}
I1204 23:18:24.040177 302325 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20045-296174/.minikube/machines/addons-457847/id_rsa Username:docker}
I1204 23:18:24.057479 302325 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20045-296174/.minikube/machines/addons-457847/id_rsa Username:docker}
I1204 23:18:24.087941 302325 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20045-296174/.minikube/machines/addons-457847/id_rsa Username:docker}
I1204 23:18:24.088930 302325 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20045-296174/.minikube/machines/addons-457847/id_rsa Username:docker}
I1204 23:18:24.090209 302325 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20045-296174/.minikube/machines/addons-457847/id_rsa Username:docker}
W1204 23:18:24.091340 302325 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I1204 23:18:24.091368 302325 retry.go:31] will retry after 262.414075ms: ssh: handshake failed: EOF
I1204 23:18:24.253424 302325 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I1204 23:18:24.253532 302325 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I1204 23:18:24.391720 302325 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I1204 23:18:24.394429 302325 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I1204 23:18:24.394502 302325 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I1204 23:18:24.423914 302325 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I1204 23:18:24.470338 302325 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I1204 23:18:24.470415 302325 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I1204 23:18:24.473211 302325 addons.go:431] installing /etc/kubernetes/addons/ig-deployment.yaml
I1204 23:18:24.473279 302325 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (14451 bytes)
I1204 23:18:24.485746 302325 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I1204 23:18:24.485826 302325 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I1204 23:18:24.526221 302325 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I1204 23:18:24.526284 302325 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I1204 23:18:24.564801 302325 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1204 23:18:24.574219 302325 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I1204 23:18:24.580894 302325 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I1204 23:18:24.580959 302325 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I1204 23:18:24.585308 302325 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1204 23:18:24.599801 302325 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I1204 23:18:24.599875 302325 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I1204 23:18:24.602368 302325 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I1204 23:18:24.602393 302325 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I1204 23:18:24.612210 302325 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I1204 23:18:24.651892 302325 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I1204 23:18:24.651976 302325 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I1204 23:18:24.666098 302325 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I1204 23:18:24.687403 302325 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1204 23:18:24.722841 302325 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I1204 23:18:24.722866 302325 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I1204 23:18:24.746053 302325 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I1204 23:18:24.746081 302325 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I1204 23:18:24.773321 302325 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I1204 23:18:24.773358 302325 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I1204 23:18:24.804907 302325 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
I1204 23:18:24.830442 302325 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I1204 23:18:24.830520 302325 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-health-monitor-controller.yaml --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I1204 23:18:24.862264 302325 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I1204 23:18:24.921079 302325 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I1204 23:18:24.921157 302325 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I1204 23:18:24.970206 302325 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I1204 23:18:24.970291 302325 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I1204 23:18:25.001537 302325 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I1204 23:18:25.016624 302325 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I1204 23:18:25.016715 302325 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I1204 23:18:25.168461 302325 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/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
I1204 23:18:25.211611 302325 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I1204 23:18:25.211686 302325 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I1204 23:18:25.255675 302325 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I1204 23:18:25.255757 302325 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I1204 23:18:25.393916 302325 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/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
I1204 23:18:25.424601 302325 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I1204 23:18:25.424682 302325 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I1204 23:18:25.543881 302325 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I1204 23:18:25.543957 302325 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I1204 23:18:25.642054 302325 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I1204 23:18:25.642139 302325 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I1204 23:18:25.672950 302325 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I1204 23:18:25.673022 302325 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I1204 23:18:25.781988 302325 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I1204 23:18:25.782063 302325 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I1204 23:18:26.008677 302325 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I1204 23:18:26.008768 302325 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I1204 23:18:26.217604 302325 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/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
I1204 23:18:26.952591 302325 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (3.161902519s)
I1204 23:18:26.952720 302325 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/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.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (3.161688665s)
I1204 23:18:26.952810 302325 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I1204 23:18:26.954453 302325 node_ready.go:35] waiting up to 6m0s for node "addons-457847" to be "Ready" ...
I1204 23:18:27.721617 302325 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml: (3.329814143s)
W1204 23:18:27.871034 302325 kapi.go:211] failed rescaling "coredns" deployment in "kube-system" namespace and "addons-457847" 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
E1204 23:18:27.871070 302325 start.go:160] 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
I1204 23:18:28.736656 302325 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (4.312651905s)
I1204 23:18:28.736768 302325 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (4.171897336s)
I1204 23:18:29.100444 302325 node_ready.go:53] node "addons-457847" has status "Ready":"False"
I1204 23:18:30.817355 302325 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (6.243083872s)
I1204 23:18:30.817392 302325 addons.go:475] Verifying addon ingress=true in "addons-457847"
I1204 23:18:30.817547 302325 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (6.232155397s)
I1204 23:18:30.817716 302325 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (6.205435578s)
I1204 23:18:30.817758 302325 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (6.151584481s)
I1204 23:18:30.817804 302325 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (6.130378164s)
I1204 23:18:30.817848 302325 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (6.012863192s)
I1204 23:18:30.817870 302325 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (5.955535532s)
I1204 23:18:30.817899 302325 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (5.816286605s)
I1204 23:18:30.819926 302325 addons.go:475] Verifying addon registry=true in "addons-457847"
I1204 23:18:30.817975 302325 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/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: (5.649436216s)
I1204 23:18:30.820210 302325 addons.go:475] Verifying addon metrics-server=true in "addons-457847"
I1204 23:18:30.818405 302325 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/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: (5.424407982s)
W1204 23:18:30.820285 302325 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/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
I1204 23:18:30.820301 302325 retry.go:31] will retry after 282.093767ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/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
I1204 23:18:30.825176 302325 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-457847 service yakd-dashboard -n yakd-dashboard
I1204 23:18:30.825322 302325 out.go:177] * Verifying registry addon...
I1204 23:18:30.825358 302325 out.go:177] * Verifying ingress addon...
I1204 23:18:30.829867 302325 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I1204 23:18:30.830947 302325 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I1204 23:18:30.879775 302325 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I1204 23:18:30.879814 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:30.881362 302325 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I1204 23:18:30.881387 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:31.103268 302325 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/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
I1204 23:18:31.161595 302325 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/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: (4.94388498s)
I1204 23:18:31.161636 302325 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-457847"
I1204 23:18:31.166584 302325 out.go:177] * Verifying csi-hostpath-driver addon...
I1204 23:18:31.170362 302325 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I1204 23:18:31.177223 302325 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1204 23:18:31.177252 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:31.336205 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:31.337602 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:31.460415 302325 node_ready.go:53] node "addons-457847" has status "Ready":"False"
I1204 23:18:31.675204 302325 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1204 23:18:31.675228 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:31.835124 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:31.835992 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:32.175641 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:32.334077 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:32.336042 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:32.674388 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:32.834824 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:32.835811 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:33.174717 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:33.334505 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:33.335466 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:33.676724 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:33.834601 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:33.835915 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:33.930429 302325 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/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: (2.827108117s)
I1204 23:18:33.959109 302325 node_ready.go:53] node "addons-457847" has status "Ready":"False"
I1204 23:18:34.175158 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:34.334820 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:34.335514 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:34.407504 302325 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I1204 23:18:34.407611 302325 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-457847
I1204 23:18:34.424819 302325 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20045-296174/.minikube/machines/addons-457847/id_rsa Username:docker}
I1204 23:18:34.528650 302325 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I1204 23:18:34.547462 302325 addons.go:234] Setting addon gcp-auth=true in "addons-457847"
I1204 23:18:34.547520 302325 host.go:66] Checking if "addons-457847" exists ...
I1204 23:18:34.548004 302325 cli_runner.go:164] Run: docker container inspect addons-457847 --format={{.State.Status}}
I1204 23:18:34.565898 302325 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I1204 23:18:34.565982 302325 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-457847
I1204 23:18:34.583331 302325 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/20045-296174/.minikube/machines/addons-457847/id_rsa Username:docker}
I1204 23:18:34.674065 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:34.691812 302325 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I1204 23:18:34.693811 302325 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
I1204 23:18:34.696226 302325 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I1204 23:18:34.696255 302325 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I1204 23:18:34.717848 302325 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I1204 23:18:34.717871 302325 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I1204 23:18:34.736627 302325 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I1204 23:18:34.736653 302325 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I1204 23:18:34.758371 302325 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/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
I1204 23:18:34.838977 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:34.840041 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:35.178491 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:35.296705 302325 addons.go:475] Verifying addon gcp-auth=true in "addons-457847"
I1204 23:18:35.299586 302325 out.go:177] * Verifying gcp-auth addon...
I1204 23:18:35.302662 302325 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I1204 23:18:35.314778 302325 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I1204 23:18:35.314846 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:35.414549 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:35.415309 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:35.674545 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:35.806836 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:35.833650 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:35.835450 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:36.174249 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:36.306279 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:36.333949 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:36.335819 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:36.458306 302325 node_ready.go:53] node "addons-457847" has status "Ready":"False"
I1204 23:18:36.675062 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:36.806814 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:36.834652 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:36.835482 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:37.175072 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:37.306900 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:37.334370 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:37.335196 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:37.675178 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:37.806754 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:37.833869 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:37.836134 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:38.175232 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:38.306763 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:38.334572 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:38.337219 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:38.459282 302325 node_ready.go:53] node "addons-457847" has status "Ready":"False"
I1204 23:18:38.674568 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:38.807991 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:38.835130 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:38.836112 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:39.174583 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:39.307601 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:39.333813 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:39.335036 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:39.673975 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:39.806787 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:39.834381 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:39.835893 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:40.174234 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:40.310024 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:40.333310 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:40.335854 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:40.673851 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:40.806209 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:40.832747 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:40.834920 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:40.958673 302325 node_ready.go:53] node "addons-457847" has status "Ready":"False"
I1204 23:18:41.173813 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:41.306674 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:41.333886 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:41.335163 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:41.673730 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:41.807305 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:41.833856 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:41.835015 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:42.174755 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:42.307199 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:42.334856 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:42.335839 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:42.674647 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:42.807792 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:42.833901 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:42.835768 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:43.174796 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:43.306491 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:43.334843 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:43.335473 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:43.458546 302325 node_ready.go:53] node "addons-457847" has status "Ready":"False"
I1204 23:18:43.674608 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:43.808330 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:43.834246 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:43.835247 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:44.174541 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:44.306848 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:44.333035 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:44.335237 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:44.675161 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:44.807329 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:44.833862 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:44.834553 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:45.198145 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:45.308115 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:45.339644 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:45.340467 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:45.458726 302325 node_ready.go:53] node "addons-457847" has status "Ready":"False"
I1204 23:18:45.673857 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:45.806396 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:45.833523 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:45.836324 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:46.174779 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:46.307862 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:46.334522 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:46.336525 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:46.674342 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:46.810004 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:46.833444 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:46.835389 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:47.174672 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:47.306098 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:47.334792 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:47.336231 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:47.459277 302325 node_ready.go:53] node "addons-457847" has status "Ready":"False"
I1204 23:18:47.673985 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:47.807196 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:47.834303 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:47.835067 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:48.176080 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:48.306921 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:48.333629 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:48.336017 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:48.674194 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:48.807469 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:48.835201 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:48.835577 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:49.174357 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:49.306031 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:49.333084 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:49.334853 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:49.674173 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:49.808158 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:49.833839 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:49.835791 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:49.958673 302325 node_ready.go:53] node "addons-457847" has status "Ready":"False"
I1204 23:18:50.174452 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:50.306544 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:50.334505 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:50.334740 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:50.674210 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:50.806534 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:50.833967 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:50.834820 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:51.173642 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:51.306870 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:51.333302 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:51.334976 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:51.674213 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:51.810978 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:51.833322 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:51.834586 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:52.174146 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:52.307344 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:52.333571 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:52.335598 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:52.463185 302325 node_ready.go:53] node "addons-457847" has status "Ready":"False"
I1204 23:18:52.674738 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:52.806918 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:52.834247 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:52.834949 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:53.174710 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:53.305989 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:53.334705 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:53.334789 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:53.674229 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:53.806140 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:53.834466 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:53.834729 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:54.173816 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:54.307207 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:54.333327 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:54.334677 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:54.674689 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:54.806389 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:54.833138 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:54.835098 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:54.958362 302325 node_ready.go:53] node "addons-457847" has status "Ready":"False"
I1204 23:18:55.174773 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:55.306479 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:55.334308 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:55.336476 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:55.674202 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:55.807687 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:55.833278 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:55.836569 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:56.174611 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:56.305839 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:56.335038 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:56.338146 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:56.674123 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:56.806725 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:56.834932 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:56.835668 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:56.958552 302325 node_ready.go:53] node "addons-457847" has status "Ready":"False"
I1204 23:18:57.173548 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:57.306093 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:57.334836 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:57.335367 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:57.675050 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:57.807298 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:57.834088 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:57.834665 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:58.175447 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:58.306216 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:58.333197 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:58.335339 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:58.673849 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:58.806966 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:58.833318 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:58.835221 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:58.958781 302325 node_ready.go:53] node "addons-457847" has status "Ready":"False"
I1204 23:18:59.174602 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:59.306699 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:59.333411 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:59.334911 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:18:59.674205 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:18:59.810766 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:18:59.836645 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:18:59.837730 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:00.176877 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:00.308202 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:00.334645 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:00.340549 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:00.674516 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:00.807221 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:00.833799 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:00.835458 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:01.174782 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:01.306743 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:01.334857 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:01.335339 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:01.458704 302325 node_ready.go:53] node "addons-457847" has status "Ready":"False"
I1204 23:19:01.674486 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:01.806868 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:01.833719 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:01.834467 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:02.173916 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:02.308063 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:02.333458 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:02.334860 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:02.674784 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:02.806338 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:02.834702 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:02.835551 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:03.173930 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:03.307542 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:03.334656 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:03.335289 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:03.674706 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:03.807909 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:03.833169 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:03.835403 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:03.957823 302325 node_ready.go:53] node "addons-457847" has status "Ready":"False"
I1204 23:19:04.174560 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:04.305811 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:04.334337 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:04.335130 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:04.673940 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:04.807313 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:04.833489 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:04.834843 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:05.173948 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:05.307017 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:05.333669 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:05.335727 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:05.674244 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:05.806492 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:05.833630 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:05.834600 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:06.173895 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:06.306715 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:06.334864 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:06.335679 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:06.457929 302325 node_ready.go:53] node "addons-457847" has status "Ready":"False"
I1204 23:19:06.674373 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:06.806652 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:06.834453 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:06.835346 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:07.174115 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:07.306482 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:07.333524 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:07.335168 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:07.674390 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:07.807332 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:07.833620 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:07.835445 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:08.175197 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:08.306500 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:08.333651 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:08.335371 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:08.459015 302325 node_ready.go:53] node "addons-457847" has status "Ready":"False"
I1204 23:19:08.674184 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:08.806188 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:08.833319 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:08.834331 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:09.174192 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:09.306573 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:09.334845 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:09.335188 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:09.674650 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:09.806878 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:09.834701 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:09.835390 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:10.174235 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:10.340944 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:10.361211 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:10.364979 302325 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I1204 23:19:10.365015 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:10.475356 302325 node_ready.go:49] node "addons-457847" has status "Ready":"True"
I1204 23:19:10.475382 302325 node_ready.go:38] duration metric: took 43.520646651s for node "addons-457847" to be "Ready" ...
I1204 23:19:10.475405 302325 pod_ready.go:36] 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" ...
I1204 23:19:10.547952 302325 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-ndbpf" in "kube-system" namespace to be "Ready" ...
I1204 23:19:10.699018 302325 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1204 23:19:10.699088 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:10.832112 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:10.840607 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:10.842062 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:11.207897 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:11.318201 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:11.358358 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:11.359718 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:11.676649 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:11.810795 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:11.836877 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:11.837923 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:12.180606 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:12.307143 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:12.336605 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:12.337994 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:12.576274 302325 pod_ready.go:93] pod "coredns-7c65d6cfc9-ndbpf" in "kube-system" namespace has status "Ready":"True"
I1204 23:19:12.576301 302325 pod_ready.go:82] duration metric: took 2.028296841s for pod "coredns-7c65d6cfc9-ndbpf" in "kube-system" namespace to be "Ready" ...
I1204 23:19:12.576313 302325 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-qvw49" in "kube-system" namespace to be "Ready" ...
I1204 23:19:12.602765 302325 pod_ready.go:93] pod "coredns-7c65d6cfc9-qvw49" in "kube-system" namespace has status "Ready":"True"
I1204 23:19:12.602792 302325 pod_ready.go:82] duration metric: took 26.470383ms for pod "coredns-7c65d6cfc9-qvw49" in "kube-system" namespace to be "Ready" ...
I1204 23:19:12.602827 302325 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-457847" in "kube-system" namespace to be "Ready" ...
I1204 23:19:12.626307 302325 pod_ready.go:93] pod "etcd-addons-457847" in "kube-system" namespace has status "Ready":"True"
I1204 23:19:12.626335 302325 pod_ready.go:82] duration metric: took 23.499582ms for pod "etcd-addons-457847" in "kube-system" namespace to be "Ready" ...
I1204 23:19:12.626352 302325 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-457847" in "kube-system" namespace to be "Ready" ...
I1204 23:19:12.638474 302325 pod_ready.go:93] pod "kube-apiserver-addons-457847" in "kube-system" namespace has status "Ready":"True"
I1204 23:19:12.638499 302325 pod_ready.go:82] duration metric: took 12.131191ms for pod "kube-apiserver-addons-457847" in "kube-system" namespace to be "Ready" ...
I1204 23:19:12.638511 302325 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-457847" in "kube-system" namespace to be "Ready" ...
I1204 23:19:12.655111 302325 pod_ready.go:93] pod "kube-controller-manager-addons-457847" in "kube-system" namespace has status "Ready":"True"
I1204 23:19:12.655137 302325 pod_ready.go:82] duration metric: took 16.617964ms for pod "kube-controller-manager-addons-457847" in "kube-system" namespace to be "Ready" ...
I1204 23:19:12.655152 302325 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-m2tmb" in "kube-system" namespace to be "Ready" ...
I1204 23:19:12.676496 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:12.806042 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:12.833652 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:12.836427 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:12.952887 302325 pod_ready.go:93] pod "kube-proxy-m2tmb" in "kube-system" namespace has status "Ready":"True"
I1204 23:19:12.952915 302325 pod_ready.go:82] duration metric: took 297.754523ms for pod "kube-proxy-m2tmb" in "kube-system" namespace to be "Ready" ...
I1204 23:19:12.952927 302325 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-457847" in "kube-system" namespace to be "Ready" ...
I1204 23:19:13.175656 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:13.307558 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:13.335554 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:13.336073 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:13.354379 302325 pod_ready.go:93] pod "kube-scheduler-addons-457847" in "kube-system" namespace has status "Ready":"True"
I1204 23:19:13.354455 302325 pod_ready.go:82] duration metric: took 401.501168ms for pod "kube-scheduler-addons-457847" in "kube-system" namespace to be "Ready" ...
I1204 23:19:13.354484 302325 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace to be "Ready" ...
I1204 23:19:13.676014 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:13.807696 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:13.836489 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:13.837190 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:14.176025 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:14.307040 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:14.334945 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:14.338446 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:14.675663 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:14.807865 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:14.833900 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:14.837763 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:15.176763 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:15.307165 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:15.333867 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:15.336109 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:15.361746 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:19:15.677708 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:15.806086 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:15.834443 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:15.834895 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:16.175225 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:16.306792 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:16.346151 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:16.346241 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:16.675397 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:16.808222 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:16.835216 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:16.837567 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:17.175686 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:17.306821 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:17.333750 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:17.336998 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:17.675205 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:17.807588 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:17.833811 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:17.835108 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:17.861210 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:19:18.176432 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:18.307818 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:18.335450 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:18.338176 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:18.677591 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:18.815203 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:18.833648 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:18.837884 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:19.175979 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:19.306582 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:19.335941 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:19.336631 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:19.678584 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:19.817553 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:19.847202 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:19.848260 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:19.866140 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:19:20.176490 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:20.307252 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:20.338357 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:20.340351 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:20.675689 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:20.815365 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:20.839047 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:20.845685 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:21.183358 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:21.306033 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:21.336012 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:21.336530 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:21.678100 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:21.811732 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:21.838535 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:21.840895 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:22.174585 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:22.306522 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:22.335266 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:22.338520 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:22.361566 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:19:22.676367 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:22.810515 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:22.839406 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:22.839903 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:23.176659 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:23.306592 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:23.337449 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:23.339205 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:23.676788 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:23.806914 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:23.833267 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:23.835107 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:24.175399 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:24.306752 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:24.334796 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:24.337176 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:24.677730 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:24.825790 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:24.844388 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:24.849055 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:24.866493 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:19:25.176525 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:25.308353 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:25.334112 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:25.336211 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:25.676126 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:25.809562 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:25.836785 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:25.838332 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:26.180205 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:26.310468 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:26.410953 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:26.412423 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:26.678985 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:26.813090 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:26.837146 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:26.838819 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:27.176277 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:27.307989 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:27.336621 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:27.338083 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:27.365637 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:19:27.677040 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:27.818828 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:27.843017 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:27.848113 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:28.180411 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:28.307910 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:28.340299 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:28.342596 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:28.676458 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:28.827733 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:28.835852 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:28.836922 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:29.175653 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:29.306549 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:29.335255 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:29.335859 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:29.675704 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:29.807536 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:29.833681 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:29.836650 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:29.861113 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:19:30.183436 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:30.306589 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:30.341199 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:30.341592 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:30.676408 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:30.815826 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:30.844371 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:30.845611 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:31.182761 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:31.306682 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:31.334996 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:31.336765 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:31.676709 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:31.807937 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:31.833676 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:31.836794 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:32.177306 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:32.306436 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:32.334021 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:32.335536 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:32.360920 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:19:32.675798 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:32.807578 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:32.833855 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:32.837276 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:33.175678 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:33.306684 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:33.335698 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:33.335899 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:33.675696 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:33.807994 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:33.834705 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:33.836295 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:34.176268 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:34.307124 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:34.338053 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:34.338665 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:34.365177 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:19:34.675690 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:34.817439 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:34.837926 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:34.839135 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:35.176549 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:35.307264 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:35.337122 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:35.338685 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:35.675305 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:35.808272 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:35.834923 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:35.836964 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:36.175739 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:36.307237 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:36.335232 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:19:36.336389 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:36.677619 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:36.806737 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:36.835044 302325 kapi.go:107] duration metric: took 1m6.005176576s to wait for kubernetes.io/minikube-addons=registry ...
I1204 23:19:36.837251 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:36.861887 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:19:37.175502 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:37.306614 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:37.335959 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:37.675857 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:37.807351 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:37.835780 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:38.178308 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:38.308637 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:38.337514 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:38.676288 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:38.812166 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:38.835717 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:39.176342 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:39.307392 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:39.336716 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:39.367467 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:19:39.676653 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:39.815273 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:39.846713 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:40.176891 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:40.306849 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:40.335903 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:40.676564 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:40.816699 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:40.836150 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:41.176496 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:41.307580 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:41.335339 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:41.367854 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:19:41.676455 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:41.813360 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:41.837866 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:42.177518 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:42.306621 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:42.337656 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:42.676349 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:42.811971 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:42.838361 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:43.175754 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:43.306711 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:43.336499 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:43.675410 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:43.807255 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:43.836019 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:43.862875 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:19:44.177690 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:44.306182 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:44.336460 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:44.676338 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:44.808122 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:44.835548 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:45.178286 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:45.307887 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:45.337968 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:45.676668 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:45.811040 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:45.837267 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:46.176446 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:46.308196 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:46.336396 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:46.363457 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:19:46.675874 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:46.810860 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:46.835700 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:47.175590 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:47.306627 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:47.337302 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:47.676887 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:47.806841 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:47.835512 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:48.178341 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:48.306510 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:48.335622 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:48.675486 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:48.807920 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:48.835211 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:48.861260 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:19:49.176012 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:49.306300 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:49.335602 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:49.676822 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:49.818171 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:49.836743 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:50.177337 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:50.307034 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:50.335327 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:50.676459 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:50.808809 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:50.836382 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:51.175730 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:51.306648 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:51.335374 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:51.361316 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:19:51.675324 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:51.807305 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:51.835650 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:52.175457 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:52.306892 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:52.335693 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:52.676497 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:52.813015 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:52.835523 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:53.175626 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:53.306988 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:53.335532 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:53.363343 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:19:53.676670 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:53.808309 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:53.835473 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:54.175609 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:54.306684 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:54.335891 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:54.675791 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:54.807213 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:54.835577 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:55.177658 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:55.306840 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:55.335798 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:55.367172 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:19:55.677473 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:55.809355 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:55.840197 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:56.181278 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:56.326055 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:56.336886 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:56.675738 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:56.814919 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:56.835498 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:57.176050 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:57.306724 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:57.336247 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:57.676853 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:57.818426 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:57.835439 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:57.863266 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:19:58.176011 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:58.307376 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:58.335911 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:58.676862 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:58.808219 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:58.835381 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:59.175809 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:59.308957 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:59.410916 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:19:59.675529 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:19:59.807085 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:19:59.835278 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:00.316955 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:00.335201 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:00.422859 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:00.554924 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:20:00.708734 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:00.837231 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:00.875443 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:01.176745 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:01.308007 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:01.336084 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:01.677721 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:01.814618 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:01.836448 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:02.176242 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:02.308518 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:02.340994 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:02.676690 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:02.809356 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:02.841371 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:02.870339 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:20:03.176993 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:03.307510 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:03.336644 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:03.676728 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:03.811204 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:03.842119 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:04.184439 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:04.306713 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:04.336330 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:04.676498 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:04.808980 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:04.836148 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:05.176074 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:05.306602 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:05.337417 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:05.380354 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:20:05.677458 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:05.807476 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:05.835085 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:06.175413 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:06.306825 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:06.337388 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:06.675012 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:06.806778 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:06.836520 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:07.176386 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:07.306693 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:07.336190 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:07.676024 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:07.813007 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:07.835902 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:07.861571 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:20:08.178677 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:08.307543 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:08.336865 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:08.675564 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:08.808198 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:08.836140 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:09.183004 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:09.306908 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:09.336101 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:09.676568 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:09.807784 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:09.841057 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:09.862888 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:20:10.177688 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:10.310318 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:10.336265 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:10.675928 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:10.817319 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:10.835564 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:11.177237 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:11.308619 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:11.336347 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:11.677917 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:11.810925 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:11.835131 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:12.175528 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:12.308433 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:12.336490 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:12.361611 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:20:12.675504 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:12.807662 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:12.836605 302325 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:20:13.174944 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:13.307121 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:13.335825 302325 kapi.go:107] duration metric: took 1m42.504875268s to wait for app.kubernetes.io/name=ingress-nginx ...
I1204 23:20:13.675285 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:13.806672 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:14.177042 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:14.307374 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:14.361939 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:20:14.676623 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:14.808988 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:15.176910 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:15.307005 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:15.676444 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:15.819030 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:16.176001 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:16.308036 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:16.674936 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:16.811014 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:16.865139 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:20:17.174796 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:17.307161 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:17.675873 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:17.815106 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:18.177075 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:18.316468 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:18.676241 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:18.807278 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:19.177330 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:19.307242 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:19.364337 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:20:19.675303 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:19.807586 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:20.175716 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:20.307218 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:20.678651 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:20.813539 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:21.176734 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:21.309965 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:21.675936 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:21.807476 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:20:21.860625 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:20:22.176165 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:22.307892 302325 kapi.go:107] duration metric: took 1m47.005220029s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I1204 23:20:22.309644 302325 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-457847 cluster.
I1204 23:20:22.311763 302325 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.
I1204 23:20:22.313689 302325 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I1204 23:20:22.675708 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:23.176773 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:23.676534 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:23.861962 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:20:24.176558 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:24.676433 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:25.176195 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:25.676416 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:26.179164 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:26.361628 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:20:26.679933 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:27.175686 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:27.677116 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:28.180702 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:28.363639 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:20:28.675916 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:29.176322 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:29.675998 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:30.193523 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:30.367914 302325 pod_ready.go:103] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"False"
I1204 23:20:30.686071 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:30.867591 302325 pod_ready.go:93] pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace has status "Ready":"True"
I1204 23:20:30.867617 302325 pod_ready.go:82] duration metric: took 1m17.513110345s for pod "metrics-server-84c5f94fbc-x7pgt" in "kube-system" namespace to be "Ready" ...
I1204 23:20:30.867630 302325 pod_ready.go:79] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-8ggqq" in "kube-system" namespace to be "Ready" ...
I1204 23:20:30.878911 302325 pod_ready.go:93] pod "nvidia-device-plugin-daemonset-8ggqq" in "kube-system" namespace has status "Ready":"True"
I1204 23:20:30.878989 302325 pod_ready.go:82] duration metric: took 11.341858ms for pod "nvidia-device-plugin-daemonset-8ggqq" in "kube-system" namespace to be "Ready" ...
I1204 23:20:30.879027 302325 pod_ready.go:39] duration metric: took 1m20.403607489s 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" ...
I1204 23:20:30.879068 302325 api_server.go:52] waiting for apiserver process to appear ...
I1204 23:20:30.879120 302325 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1204 23:20:30.879208 302325 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1204 23:20:31.001046 302325 cri.go:89] found id: "3b257c3cf2e2a7b451baddc23cd658cb2c6d82bf3c3f45a3e3d8b35177730afb"
I1204 23:20:31.001130 302325 cri.go:89] found id: ""
I1204 23:20:31.001153 302325 logs.go:282] 1 containers: [3b257c3cf2e2a7b451baddc23cd658cb2c6d82bf3c3f45a3e3d8b35177730afb]
I1204 23:20:31.001240 302325 ssh_runner.go:195] Run: which crictl
I1204 23:20:31.020581 302325 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1204 23:20:31.020712 302325 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1204 23:20:31.137810 302325 cri.go:89] found id: "3a3ec8a8e70c1e4f11b2e6c73d678a633a9f3a0afdbee946e58a82bef2b1d3cf"
I1204 23:20:31.137890 302325 cri.go:89] found id: ""
I1204 23:20:31.137913 302325 logs.go:282] 1 containers: [3a3ec8a8e70c1e4f11b2e6c73d678a633a9f3a0afdbee946e58a82bef2b1d3cf]
I1204 23:20:31.138013 302325 ssh_runner.go:195] Run: which crictl
I1204 23:20:31.144629 302325 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1204 23:20:31.144766 302325 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1204 23:20:31.181065 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:31.266511 302325 cri.go:89] found id: "72f0b99bdeafbb52d7c1d1672ae5563a4baa58ecda33a83aeed89be29aa26a2a"
I1204 23:20:31.266546 302325 cri.go:89] found id: "4d72f31e9f5a5adbe23dc8ea79603a979147058d3593860f3c327f4458999722"
I1204 23:20:31.266554 302325 cri.go:89] found id: ""
I1204 23:20:31.266567 302325 logs.go:282] 2 containers: [72f0b99bdeafbb52d7c1d1672ae5563a4baa58ecda33a83aeed89be29aa26a2a 4d72f31e9f5a5adbe23dc8ea79603a979147058d3593860f3c327f4458999722]
I1204 23:20:31.266640 302325 ssh_runner.go:195] Run: which crictl
I1204 23:20:31.276710 302325 ssh_runner.go:195] Run: which crictl
I1204 23:20:31.281651 302325 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1204 23:20:31.281798 302325 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1204 23:20:31.329888 302325 cri.go:89] found id: "b1027035630cfcc574e2265f92322ddedb40ce4df8281b44da7f3baf83187daa"
I1204 23:20:31.329963 302325 cri.go:89] found id: ""
I1204 23:20:31.329987 302325 logs.go:282] 1 containers: [b1027035630cfcc574e2265f92322ddedb40ce4df8281b44da7f3baf83187daa]
I1204 23:20:31.330080 302325 ssh_runner.go:195] Run: which crictl
I1204 23:20:31.343420 302325 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1204 23:20:31.343553 302325 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1204 23:20:31.401004 302325 cri.go:89] found id: "fe2ec1432f8122a0ee2641f98c79b7f1fdf758e5899f3f22d55148a4cd4c3d4b"
I1204 23:20:31.401081 302325 cri.go:89] found id: ""
I1204 23:20:31.401104 302325 logs.go:282] 1 containers: [fe2ec1432f8122a0ee2641f98c79b7f1fdf758e5899f3f22d55148a4cd4c3d4b]
I1204 23:20:31.401203 302325 ssh_runner.go:195] Run: which crictl
I1204 23:20:31.404994 302325 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1204 23:20:31.405118 302325 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1204 23:20:31.457704 302325 cri.go:89] found id: "fdc6451acd7121ea9eb1437122bdd567c4db2142d371ad1a06d435a16253a250"
I1204 23:20:31.457823 302325 cri.go:89] found id: ""
I1204 23:20:31.457852 302325 logs.go:282] 1 containers: [fdc6451acd7121ea9eb1437122bdd567c4db2142d371ad1a06d435a16253a250]
I1204 23:20:31.457968 302325 ssh_runner.go:195] Run: which crictl
I1204 23:20:31.462869 302325 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1204 23:20:31.463050 302325 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1204 23:20:31.509231 302325 cri.go:89] found id: "4567964eed0b107ca745f6cadc34765966d1e9f5a39054cea85138972ebd38bb"
I1204 23:20:31.509309 302325 cri.go:89] found id: ""
I1204 23:20:31.509331 302325 logs.go:282] 1 containers: [4567964eed0b107ca745f6cadc34765966d1e9f5a39054cea85138972ebd38bb]
I1204 23:20:31.509431 302325 ssh_runner.go:195] Run: which crictl
I1204 23:20:31.513173 302325 logs.go:123] Gathering logs for kube-proxy [fe2ec1432f8122a0ee2641f98c79b7f1fdf758e5899f3f22d55148a4cd4c3d4b] ...
I1204 23:20:31.513245 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fe2ec1432f8122a0ee2641f98c79b7f1fdf758e5899f3f22d55148a4cd4c3d4b"
I1204 23:20:31.557083 302325 logs.go:123] Gathering logs for kindnet [4567964eed0b107ca745f6cadc34765966d1e9f5a39054cea85138972ebd38bb] ...
I1204 23:20:31.557113 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4567964eed0b107ca745f6cadc34765966d1e9f5a39054cea85138972ebd38bb"
I1204 23:20:31.596522 302325 logs.go:123] Gathering logs for CRI-O ...
I1204 23:20:31.596566 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1204 23:20:31.676502 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:20:31.688831 302325 logs.go:123] Gathering logs for container status ...
I1204 23:20:31.688872 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1204 23:20:31.750864 302325 logs.go:123] Gathering logs for dmesg ...
I1204 23:20:31.750899 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1204 23:20:31.770853 302325 logs.go:123] Gathering logs for kube-apiserver [3b257c3cf2e2a7b451baddc23cd658cb2c6d82bf3c3f45a3e3d8b35177730afb] ...
I1204 23:20:31.770883 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3b257c3cf2e2a7b451baddc23cd658cb2c6d82bf3c3f45a3e3d8b35177730afb"
I1204 23:20:31.846758 302325 logs.go:123] Gathering logs for coredns [72f0b99bdeafbb52d7c1d1672ae5563a4baa58ecda33a83aeed89be29aa26a2a] ...
I1204 23:20:31.846794 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 72f0b99bdeafbb52d7c1d1672ae5563a4baa58ecda33a83aeed89be29aa26a2a"
I1204 23:20:31.895074 302325 logs.go:123] Gathering logs for coredns [4d72f31e9f5a5adbe23dc8ea79603a979147058d3593860f3c327f4458999722] ...
I1204 23:20:31.895108 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4d72f31e9f5a5adbe23dc8ea79603a979147058d3593860f3c327f4458999722"
I1204 23:20:31.939120 302325 logs.go:123] Gathering logs for kube-scheduler [b1027035630cfcc574e2265f92322ddedb40ce4df8281b44da7f3baf83187daa] ...
I1204 23:20:31.939152 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b1027035630cfcc574e2265f92322ddedb40ce4df8281b44da7f3baf83187daa"
I1204 23:20:31.991647 302325 logs.go:123] Gathering logs for kube-controller-manager [fdc6451acd7121ea9eb1437122bdd567c4db2142d371ad1a06d435a16253a250] ...
I1204 23:20:31.991681 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fdc6451acd7121ea9eb1437122bdd567c4db2142d371ad1a06d435a16253a250"
I1204 23:20:32.096142 302325 logs.go:123] Gathering logs for kubelet ...
I1204 23:20:32.096222 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
I1204 23:20:32.176716 302325 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
W1204 23:20:32.180998 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.299912 1500 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-457847" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-457847' and this object
W1204 23:20:32.181239 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.299959 1500 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
W1204 23:20:32.181412 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.300358 1500 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-457847" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-457847' and this object
W1204 23:20:32.181690 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.300389 1500 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
W1204 23:20:32.181883 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.314626 1500 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-457847" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-457847' and this object
W1204 23:20:32.182115 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.314680 1500 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
W1204 23:20:32.182304 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.314625 1500 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-457847" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-457847' and this object
W1204 23:20:32.182531 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.314722 1500 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
W1204 23:20:32.182709 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.328069 1500 reflector.go:561] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-457847" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-457847' and this object
W1204 23:20:32.182930 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.328119 1500 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
W1204 23:20:32.183112 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.329637 1500 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-457847" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-457847' and this object
W1204 23:20:32.183337 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.329681 1500 reflector.go:158] "Unhandled Error" err="object-\"yakd-dashboard\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
W1204 23:20:32.183523 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.329637 1500 reflector.go:561] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-457847" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-457847' and this object
W1204 23:20:32.183747 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.329718 1500 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"ingress-nginx-admission\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"ingress-nginx-admission\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
I1204 23:20:32.223391 302325 logs.go:123] Gathering logs for describe nodes ...
I1204 23:20:32.223430 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1204 23:20:32.452675 302325 logs.go:123] Gathering logs for etcd [3a3ec8a8e70c1e4f11b2e6c73d678a633a9f3a0afdbee946e58a82bef2b1d3cf] ...
I1204 23:20:32.452707 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3a3ec8a8e70c1e4f11b2e6c73d678a633a9f3a0afdbee946e58a82bef2b1d3cf"
I1204 23:20:32.519708 302325 out.go:358] Setting ErrFile to fd 2...
I1204 23:20:32.519742 302325 out.go:392] TERM=,COLORTERM=, which probably does not support color
W1204 23:20:32.519801 302325 out.go:270] X Problems detected in kubelet:
W1204 23:20:32.519818 302325 out.go:270] Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.328119 1500 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
W1204 23:20:32.519831 302325 out.go:270] Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.329637 1500 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-457847" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-457847' and this object
W1204 23:20:32.519839 302325 out.go:270] Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.329681 1500 reflector.go:158] "Unhandled Error" err="object-\"yakd-dashboard\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
W1204 23:20:32.519846 302325 out.go:270] Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.329637 1500 reflector.go:561] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-457847" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-457847' and this object
W1204 23:20:32.519861 302325 out.go:270] Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.329718 1500 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"ingress-nginx-admission\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"ingress-nginx-admission\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
I1204 23:20:32.519868 302325 out.go:358] Setting ErrFile to fd 2...
I1204 23:20:32.519876 302325 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1204 23:20:32.675196 302325 kapi.go:107] duration metric: took 2m1.504832979s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I1204 23:20:32.678888 302325 out.go:177] * Enabled addons: amd-gpu-device-plugin, cloud-spanner, nvidia-device-plugin, inspektor-gadget, storage-provisioner, ingress-dns, metrics-server, yakd, default-storageclass, storage-provisioner-rancher, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
I1204 23:20:32.680783 302325 addons.go:510] duration metric: took 2m9.315877233s for enable addons: enabled=[amd-gpu-device-plugin cloud-spanner nvidia-device-plugin inspektor-gadget storage-provisioner ingress-dns metrics-server yakd default-storageclass storage-provisioner-rancher volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
I1204 23:20:42.520241 302325 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I1204 23:20:42.535095 302325 api_server.go:72] duration metric: took 2m19.17066622s to wait for apiserver process to appear ...
I1204 23:20:42.535121 302325 api_server.go:88] waiting for apiserver healthz status ...
I1204 23:20:42.535157 302325 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1204 23:20:42.535221 302325 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1204 23:20:42.576718 302325 cri.go:89] found id: "3b257c3cf2e2a7b451baddc23cd658cb2c6d82bf3c3f45a3e3d8b35177730afb"
I1204 23:20:42.576740 302325 cri.go:89] found id: ""
I1204 23:20:42.576748 302325 logs.go:282] 1 containers: [3b257c3cf2e2a7b451baddc23cd658cb2c6d82bf3c3f45a3e3d8b35177730afb]
I1204 23:20:42.576808 302325 ssh_runner.go:195] Run: which crictl
I1204 23:20:42.581246 302325 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1204 23:20:42.581321 302325 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1204 23:20:42.623240 302325 cri.go:89] found id: "3a3ec8a8e70c1e4f11b2e6c73d678a633a9f3a0afdbee946e58a82bef2b1d3cf"
I1204 23:20:42.623262 302325 cri.go:89] found id: ""
I1204 23:20:42.623271 302325 logs.go:282] 1 containers: [3a3ec8a8e70c1e4f11b2e6c73d678a633a9f3a0afdbee946e58a82bef2b1d3cf]
I1204 23:20:42.623333 302325 ssh_runner.go:195] Run: which crictl
I1204 23:20:42.626979 302325 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1204 23:20:42.627057 302325 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1204 23:20:42.669673 302325 cri.go:89] found id: "72f0b99bdeafbb52d7c1d1672ae5563a4baa58ecda33a83aeed89be29aa26a2a"
I1204 23:20:42.669705 302325 cri.go:89] found id: "4d72f31e9f5a5adbe23dc8ea79603a979147058d3593860f3c327f4458999722"
I1204 23:20:42.669711 302325 cri.go:89] found id: ""
I1204 23:20:42.669719 302325 logs.go:282] 2 containers: [72f0b99bdeafbb52d7c1d1672ae5563a4baa58ecda33a83aeed89be29aa26a2a 4d72f31e9f5a5adbe23dc8ea79603a979147058d3593860f3c327f4458999722]
I1204 23:20:42.669786 302325 ssh_runner.go:195] Run: which crictl
I1204 23:20:42.673403 302325 ssh_runner.go:195] Run: which crictl
I1204 23:20:42.676856 302325 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1204 23:20:42.676939 302325 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1204 23:20:42.716223 302325 cri.go:89] found id: "b1027035630cfcc574e2265f92322ddedb40ce4df8281b44da7f3baf83187daa"
I1204 23:20:42.716248 302325 cri.go:89] found id: ""
I1204 23:20:42.716257 302325 logs.go:282] 1 containers: [b1027035630cfcc574e2265f92322ddedb40ce4df8281b44da7f3baf83187daa]
I1204 23:20:42.716316 302325 ssh_runner.go:195] Run: which crictl
I1204 23:20:42.720895 302325 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1204 23:20:42.720969 302325 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1204 23:20:42.762467 302325 cri.go:89] found id: "fe2ec1432f8122a0ee2641f98c79b7f1fdf758e5899f3f22d55148a4cd4c3d4b"
I1204 23:20:42.762491 302325 cri.go:89] found id: ""
I1204 23:20:42.762500 302325 logs.go:282] 1 containers: [fe2ec1432f8122a0ee2641f98c79b7f1fdf758e5899f3f22d55148a4cd4c3d4b]
I1204 23:20:42.762557 302325 ssh_runner.go:195] Run: which crictl
I1204 23:20:42.766290 302325 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1204 23:20:42.766390 302325 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1204 23:20:42.816682 302325 cri.go:89] found id: "fdc6451acd7121ea9eb1437122bdd567c4db2142d371ad1a06d435a16253a250"
I1204 23:20:42.816762 302325 cri.go:89] found id: ""
I1204 23:20:42.816786 302325 logs.go:282] 1 containers: [fdc6451acd7121ea9eb1437122bdd567c4db2142d371ad1a06d435a16253a250]
I1204 23:20:42.816880 302325 ssh_runner.go:195] Run: which crictl
I1204 23:20:42.820465 302325 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1204 23:20:42.820548 302325 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1204 23:20:42.863358 302325 cri.go:89] found id: "4567964eed0b107ca745f6cadc34765966d1e9f5a39054cea85138972ebd38bb"
I1204 23:20:42.863422 302325 cri.go:89] found id: ""
I1204 23:20:42.863445 302325 logs.go:282] 1 containers: [4567964eed0b107ca745f6cadc34765966d1e9f5a39054cea85138972ebd38bb]
I1204 23:20:42.863522 302325 ssh_runner.go:195] Run: which crictl
I1204 23:20:42.867237 302325 logs.go:123] Gathering logs for kube-scheduler [b1027035630cfcc574e2265f92322ddedb40ce4df8281b44da7f3baf83187daa] ...
I1204 23:20:42.867295 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b1027035630cfcc574e2265f92322ddedb40ce4df8281b44da7f3baf83187daa"
I1204 23:20:42.911354 302325 logs.go:123] Gathering logs for kindnet [4567964eed0b107ca745f6cadc34765966d1e9f5a39054cea85138972ebd38bb] ...
I1204 23:20:42.911393 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4567964eed0b107ca745f6cadc34765966d1e9f5a39054cea85138972ebd38bb"
I1204 23:20:42.965328 302325 logs.go:123] Gathering logs for container status ...
I1204 23:20:42.965359 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1204 23:20:43.031222 302325 logs.go:123] Gathering logs for dmesg ...
I1204 23:20:43.031253 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1204 23:20:43.048720 302325 logs.go:123] Gathering logs for describe nodes ...
I1204 23:20:43.048749 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1204 23:20:43.200064 302325 logs.go:123] Gathering logs for kube-apiserver [3b257c3cf2e2a7b451baddc23cd658cb2c6d82bf3c3f45a3e3d8b35177730afb] ...
I1204 23:20:43.200121 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3b257c3cf2e2a7b451baddc23cd658cb2c6d82bf3c3f45a3e3d8b35177730afb"
I1204 23:20:43.263379 302325 logs.go:123] Gathering logs for etcd [3a3ec8a8e70c1e4f11b2e6c73d678a633a9f3a0afdbee946e58a82bef2b1d3cf] ...
I1204 23:20:43.263420 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3a3ec8a8e70c1e4f11b2e6c73d678a633a9f3a0afdbee946e58a82bef2b1d3cf"
I1204 23:20:43.315832 302325 logs.go:123] Gathering logs for coredns [4d72f31e9f5a5adbe23dc8ea79603a979147058d3593860f3c327f4458999722] ...
I1204 23:20:43.315867 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4d72f31e9f5a5adbe23dc8ea79603a979147058d3593860f3c327f4458999722"
I1204 23:20:43.355100 302325 logs.go:123] Gathering logs for kubelet ...
I1204 23:20:43.355129 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W1204 23:20:43.429914 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.299912 1500 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-457847" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-457847' and this object
W1204 23:20:43.430166 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.299959 1500 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
W1204 23:20:43.430337 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.300358 1500 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-457847" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-457847' and this object
W1204 23:20:43.430544 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.300389 1500 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
W1204 23:20:43.430735 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.314626 1500 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-457847" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-457847' and this object
W1204 23:20:43.430966 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.314680 1500 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
W1204 23:20:43.431154 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.314625 1500 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-457847" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-457847' and this object
W1204 23:20:43.431384 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.314722 1500 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
W1204 23:20:43.431565 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.328069 1500 reflector.go:561] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-457847" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-457847' and this object
W1204 23:20:43.431789 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.328119 1500 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
W1204 23:20:43.431978 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.329637 1500 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-457847" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-457847' and this object
W1204 23:20:43.432205 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.329681 1500 reflector.go:158] "Unhandled Error" err="object-\"yakd-dashboard\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
W1204 23:20:43.432393 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.329637 1500 reflector.go:561] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-457847" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-457847' and this object
W1204 23:20:43.432646 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.329718 1500 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"ingress-nginx-admission\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"ingress-nginx-admission\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
I1204 23:20:43.470519 302325 logs.go:123] Gathering logs for coredns [72f0b99bdeafbb52d7c1d1672ae5563a4baa58ecda33a83aeed89be29aa26a2a] ...
I1204 23:20:43.470552 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 72f0b99bdeafbb52d7c1d1672ae5563a4baa58ecda33a83aeed89be29aa26a2a"
I1204 23:20:43.512102 302325 logs.go:123] Gathering logs for kube-proxy [fe2ec1432f8122a0ee2641f98c79b7f1fdf758e5899f3f22d55148a4cd4c3d4b] ...
I1204 23:20:43.512142 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fe2ec1432f8122a0ee2641f98c79b7f1fdf758e5899f3f22d55148a4cd4c3d4b"
I1204 23:20:43.552127 302325 logs.go:123] Gathering logs for kube-controller-manager [fdc6451acd7121ea9eb1437122bdd567c4db2142d371ad1a06d435a16253a250] ...
I1204 23:20:43.552155 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fdc6451acd7121ea9eb1437122bdd567c4db2142d371ad1a06d435a16253a250"
I1204 23:20:43.635492 302325 logs.go:123] Gathering logs for CRI-O ...
I1204 23:20:43.635530 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1204 23:20:43.735110 302325 out.go:358] Setting ErrFile to fd 2...
I1204 23:20:43.735143 302325 out.go:392] TERM=,COLORTERM=, which probably does not support color
W1204 23:20:43.735202 302325 out.go:270] X Problems detected in kubelet:
W1204 23:20:43.735220 302325 out.go:270] Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.328119 1500 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
W1204 23:20:43.735232 302325 out.go:270] Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.329637 1500 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-457847" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-457847' and this object
W1204 23:20:43.735241 302325 out.go:270] Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.329681 1500 reflector.go:158] "Unhandled Error" err="object-\"yakd-dashboard\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
W1204 23:20:43.735247 302325 out.go:270] Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.329637 1500 reflector.go:561] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-457847" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-457847' and this object
W1204 23:20:43.735254 302325 out.go:270] Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.329718 1500 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"ingress-nginx-admission\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"ingress-nginx-admission\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
I1204 23:20:43.735263 302325 out.go:358] Setting ErrFile to fd 2...
I1204 23:20:43.735269 302325 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1204 23:20:53.735899 302325 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I1204 23:20:53.744649 302325 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I1204 23:20:53.745805 302325 api_server.go:141] control plane version: v1.31.2
I1204 23:20:53.745838 302325 api_server.go:131] duration metric: took 11.210708903s to wait for apiserver health ...
I1204 23:20:53.745848 302325 system_pods.go:43] waiting for kube-system pods to appear ...
I1204 23:20:53.745871 302325 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1204 23:20:53.745940 302325 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1204 23:20:53.799114 302325 cri.go:89] found id: "3b257c3cf2e2a7b451baddc23cd658cb2c6d82bf3c3f45a3e3d8b35177730afb"
I1204 23:20:53.799138 302325 cri.go:89] found id: ""
I1204 23:20:53.799147 302325 logs.go:282] 1 containers: [3b257c3cf2e2a7b451baddc23cd658cb2c6d82bf3c3f45a3e3d8b35177730afb]
I1204 23:20:53.799208 302325 ssh_runner.go:195] Run: which crictl
I1204 23:20:53.804433 302325 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1204 23:20:53.804509 302325 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1204 23:20:53.851769 302325 cri.go:89] found id: "3a3ec8a8e70c1e4f11b2e6c73d678a633a9f3a0afdbee946e58a82bef2b1d3cf"
I1204 23:20:53.851791 302325 cri.go:89] found id: ""
I1204 23:20:53.851800 302325 logs.go:282] 1 containers: [3a3ec8a8e70c1e4f11b2e6c73d678a633a9f3a0afdbee946e58a82bef2b1d3cf]
I1204 23:20:53.851857 302325 ssh_runner.go:195] Run: which crictl
I1204 23:20:53.855399 302325 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1204 23:20:53.855471 302325 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1204 23:20:53.895387 302325 cri.go:89] found id: "72f0b99bdeafbb52d7c1d1672ae5563a4baa58ecda33a83aeed89be29aa26a2a"
I1204 23:20:53.895411 302325 cri.go:89] found id: "4d72f31e9f5a5adbe23dc8ea79603a979147058d3593860f3c327f4458999722"
I1204 23:20:53.895417 302325 cri.go:89] found id: ""
I1204 23:20:53.895424 302325 logs.go:282] 2 containers: [72f0b99bdeafbb52d7c1d1672ae5563a4baa58ecda33a83aeed89be29aa26a2a 4d72f31e9f5a5adbe23dc8ea79603a979147058d3593860f3c327f4458999722]
I1204 23:20:53.895487 302325 ssh_runner.go:195] Run: which crictl
I1204 23:20:53.899770 302325 ssh_runner.go:195] Run: which crictl
I1204 23:20:53.903954 302325 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1204 23:20:53.904038 302325 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1204 23:20:53.943948 302325 cri.go:89] found id: "b1027035630cfcc574e2265f92322ddedb40ce4df8281b44da7f3baf83187daa"
I1204 23:20:53.943968 302325 cri.go:89] found id: ""
I1204 23:20:53.943976 302325 logs.go:282] 1 containers: [b1027035630cfcc574e2265f92322ddedb40ce4df8281b44da7f3baf83187daa]
I1204 23:20:53.944029 302325 ssh_runner.go:195] Run: which crictl
I1204 23:20:53.947599 302325 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1204 23:20:53.947676 302325 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1204 23:20:53.987408 302325 cri.go:89] found id: "fe2ec1432f8122a0ee2641f98c79b7f1fdf758e5899f3f22d55148a4cd4c3d4b"
I1204 23:20:53.987428 302325 cri.go:89] found id: ""
I1204 23:20:53.987435 302325 logs.go:282] 1 containers: [fe2ec1432f8122a0ee2641f98c79b7f1fdf758e5899f3f22d55148a4cd4c3d4b]
I1204 23:20:53.987491 302325 ssh_runner.go:195] Run: which crictl
I1204 23:20:53.990978 302325 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1204 23:20:53.991102 302325 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1204 23:20:54.041125 302325 cri.go:89] found id: "fdc6451acd7121ea9eb1437122bdd567c4db2142d371ad1a06d435a16253a250"
I1204 23:20:54.041222 302325 cri.go:89] found id: ""
I1204 23:20:54.041297 302325 logs.go:282] 1 containers: [fdc6451acd7121ea9eb1437122bdd567c4db2142d371ad1a06d435a16253a250]
I1204 23:20:54.041363 302325 ssh_runner.go:195] Run: which crictl
I1204 23:20:54.045615 302325 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1204 23:20:54.045713 302325 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1204 23:20:54.089234 302325 cri.go:89] found id: "4567964eed0b107ca745f6cadc34765966d1e9f5a39054cea85138972ebd38bb"
I1204 23:20:54.089258 302325 cri.go:89] found id: ""
I1204 23:20:54.089267 302325 logs.go:282] 1 containers: [4567964eed0b107ca745f6cadc34765966d1e9f5a39054cea85138972ebd38bb]
I1204 23:20:54.089343 302325 ssh_runner.go:195] Run: which crictl
I1204 23:20:54.093393 302325 logs.go:123] Gathering logs for kube-proxy [fe2ec1432f8122a0ee2641f98c79b7f1fdf758e5899f3f22d55148a4cd4c3d4b] ...
I1204 23:20:54.093427 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fe2ec1432f8122a0ee2641f98c79b7f1fdf758e5899f3f22d55148a4cd4c3d4b"
I1204 23:20:54.134845 302325 logs.go:123] Gathering logs for kube-controller-manager [fdc6451acd7121ea9eb1437122bdd567c4db2142d371ad1a06d435a16253a250] ...
I1204 23:20:54.134926 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fdc6451acd7121ea9eb1437122bdd567c4db2142d371ad1a06d435a16253a250"
I1204 23:20:54.210962 302325 logs.go:123] Gathering logs for kindnet [4567964eed0b107ca745f6cadc34765966d1e9f5a39054cea85138972ebd38bb] ...
I1204 23:20:54.211004 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4567964eed0b107ca745f6cadc34765966d1e9f5a39054cea85138972ebd38bb"
I1204 23:20:54.251967 302325 logs.go:123] Gathering logs for CRI-O ...
I1204 23:20:54.251998 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1204 23:20:54.347541 302325 logs.go:123] Gathering logs for kubelet ...
I1204 23:20:54.347580 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W1204 23:20:54.432553 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.299912 1500 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-457847" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-457847' and this object
W1204 23:20:54.432866 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.299959 1500 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
W1204 23:20:54.433063 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.300358 1500 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-457847" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-457847' and this object
W1204 23:20:54.433298 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.300389 1500 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
W1204 23:20:54.433539 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.314626 1500 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-457847" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-457847' and this object
W1204 23:20:54.433798 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.314680 1500 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
W1204 23:20:54.434014 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.314625 1500 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-457847" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-457847' and this object
W1204 23:20:54.434271 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.314722 1500 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
W1204 23:20:54.434486 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.328069 1500 reflector.go:561] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-457847" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-457847' and this object
W1204 23:20:54.434739 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.328119 1500 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
W1204 23:20:54.434953 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.329637 1500 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-457847" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-457847' and this object
W1204 23:20:54.435209 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.329681 1500 reflector.go:158] "Unhandled Error" err="object-\"yakd-dashboard\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
W1204 23:20:54.435427 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.329637 1500 reflector.go:561] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-457847" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-457847' and this object
W1204 23:20:54.435682 302325 logs.go:138] Found kubelet problem: Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.329718 1500 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"ingress-nginx-admission\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"ingress-nginx-admission\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
I1204 23:20:54.504910 302325 logs.go:123] Gathering logs for describe nodes ...
I1204 23:20:54.504961 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1204 23:20:54.660304 302325 logs.go:123] Gathering logs for kube-apiserver [3b257c3cf2e2a7b451baddc23cd658cb2c6d82bf3c3f45a3e3d8b35177730afb] ...
I1204 23:20:54.660336 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3b257c3cf2e2a7b451baddc23cd658cb2c6d82bf3c3f45a3e3d8b35177730afb"
I1204 23:20:54.732950 302325 logs.go:123] Gathering logs for coredns [4d72f31e9f5a5adbe23dc8ea79603a979147058d3593860f3c327f4458999722] ...
I1204 23:20:54.732992 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4d72f31e9f5a5adbe23dc8ea79603a979147058d3593860f3c327f4458999722"
I1204 23:20:54.774623 302325 logs.go:123] Gathering logs for kube-scheduler [b1027035630cfcc574e2265f92322ddedb40ce4df8281b44da7f3baf83187daa] ...
I1204 23:20:54.774651 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b1027035630cfcc574e2265f92322ddedb40ce4df8281b44da7f3baf83187daa"
I1204 23:20:54.831241 302325 logs.go:123] Gathering logs for container status ...
I1204 23:20:54.831275 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1204 23:20:54.881694 302325 logs.go:123] Gathering logs for dmesg ...
I1204 23:20:54.881730 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1204 23:20:54.898496 302325 logs.go:123] Gathering logs for etcd [3a3ec8a8e70c1e4f11b2e6c73d678a633a9f3a0afdbee946e58a82bef2b1d3cf] ...
I1204 23:20:54.898525 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3a3ec8a8e70c1e4f11b2e6c73d678a633a9f3a0afdbee946e58a82bef2b1d3cf"
I1204 23:20:54.943503 302325 logs.go:123] Gathering logs for coredns [72f0b99bdeafbb52d7c1d1672ae5563a4baa58ecda33a83aeed89be29aa26a2a] ...
I1204 23:20:54.943535 302325 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 72f0b99bdeafbb52d7c1d1672ae5563a4baa58ecda33a83aeed89be29aa26a2a"
I1204 23:20:54.986868 302325 out.go:358] Setting ErrFile to fd 2...
I1204 23:20:54.986894 302325 out.go:392] TERM=,COLORTERM=, which probably does not support color
W1204 23:20:54.987051 302325 out.go:270] X Problems detected in kubelet:
W1204 23:20:54.987199 302325 out.go:270] Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.328119 1500 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
W1204 23:20:54.987209 302325 out.go:270] Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.329637 1500 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-457847" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-457847' and this object
W1204 23:20:54.987223 302325 out.go:270] Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.329681 1500 reflector.go:158] "Unhandled Error" err="object-\"yakd-dashboard\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
W1204 23:20:54.987229 302325 out.go:270] Dec 04 23:19:10 addons-457847 kubelet[1500]: W1204 23:19:10.329637 1500 reflector.go:561] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-457847" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-457847' and this object
W1204 23:20:54.987236 302325 out.go:270] Dec 04 23:19:10 addons-457847 kubelet[1500]: E1204 23:19:10.329718 1500 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"ingress-nginx-admission\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"ingress-nginx-admission\" is forbidden: User \"system:node:addons-457847\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-457847' and this object" logger="UnhandledError"
I1204 23:20:54.987250 302325 out.go:358] Setting ErrFile to fd 2...
I1204 23:20:54.987259 302325 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1204 23:21:05.001957 302325 system_pods.go:59] 19 kube-system pods found
I1204 23:21:05.001999 302325 system_pods.go:61] "coredns-7c65d6cfc9-ndbpf" [7199e81e-8599-4905-9d3c-ebf1d710cc71] Running
I1204 23:21:05.002007 302325 system_pods.go:61] "coredns-7c65d6cfc9-qvw49" [1a8c5e0a-67fa-450a-bf92-59b045a29947] Running
I1204 23:21:05.002012 302325 system_pods.go:61] "csi-hostpath-attacher-0" [36093fa9-9701-429e-8bfc-2cb41a31bf32] Running
I1204 23:21:05.002016 302325 system_pods.go:61] "csi-hostpath-resizer-0" [1588f26e-61f2-4a91-a903-a4dfaad4679b] Running
I1204 23:21:05.002020 302325 system_pods.go:61] "csi-hostpathplugin-hr5vl" [5fce9e27-097c-4a58-85ba-563972d1252e] Running
I1204 23:21:05.002027 302325 system_pods.go:61] "etcd-addons-457847" [4c2fda94-0f35-4d9c-a7cc-032e42b52780] Running
I1204 23:21:05.002031 302325 system_pods.go:61] "kindnet-w8ln2" [a5710fe8-d718-446d-9117-4e883d48932d] Running
I1204 23:21:05.002036 302325 system_pods.go:61] "kube-apiserver-addons-457847" [0bef8051-a955-4462-a9d9-c1478df8d203] Running
I1204 23:21:05.002040 302325 system_pods.go:61] "kube-controller-manager-addons-457847" [14521867-dda7-4ba7-ba9d-f169abe0561c] Running
I1204 23:21:05.002045 302325 system_pods.go:61] "kube-ingress-dns-minikube" [872fdcb6-14db-4126-b9d5-f42b7e67e5b0] Running
I1204 23:21:05.002049 302325 system_pods.go:61] "kube-proxy-m2tmb" [9266c508-7c15-44bd-b8e9-bc01a330abf4] Running
I1204 23:21:05.002053 302325 system_pods.go:61] "kube-scheduler-addons-457847" [173f39ba-2344-4f08-81d6-f6707ef542f2] Running
I1204 23:21:05.002058 302325 system_pods.go:61] "metrics-server-84c5f94fbc-x7pgt" [d1f2855b-fa91-4a6e-a0d9-4381f68cab8c] Running
I1204 23:21:05.002063 302325 system_pods.go:61] "nvidia-device-plugin-daemonset-8ggqq" [5df46728-9c61-4137-a9d3-e7d2a473be89] Running
I1204 23:21:05.002067 302325 system_pods.go:61] "registry-66c9cd494c-nfgxr" [42b07db4-4999-456d-a0f9-b37449ef99ee] Running
I1204 23:21:05.002081 302325 system_pods.go:61] "registry-proxy-m8627" [92305fd6-98e6-4645-8fb6-feaaa079e9fe] Running
I1204 23:21:05.002085 302325 system_pods.go:61] "snapshot-controller-56fcc65765-4fphs" [e6dce1ee-4491-493d-b824-bf9698e350c5] Running
I1204 23:21:05.002089 302325 system_pods.go:61] "snapshot-controller-56fcc65765-psnlm" [953c731d-4159-40d9-9c29-6817c3d8bd7a] Running
I1204 23:21:05.002093 302325 system_pods.go:61] "storage-provisioner" [5bde4400-9a9e-46d3-bc2b-dcbe112a1fbf] Running
I1204 23:21:05.002104 302325 system_pods.go:74] duration metric: took 11.256248968s to wait for pod list to return data ...
I1204 23:21:05.002117 302325 default_sa.go:34] waiting for default service account to be created ...
I1204 23:21:05.006946 302325 default_sa.go:45] found service account: "default"
I1204 23:21:05.006981 302325 default_sa.go:55] duration metric: took 4.856962ms for default service account to be created ...
I1204 23:21:05.006992 302325 system_pods.go:116] waiting for k8s-apps to be running ...
I1204 23:21:05.027448 302325 system_pods.go:86] 19 kube-system pods found
I1204 23:21:05.027495 302325 system_pods.go:89] "coredns-7c65d6cfc9-ndbpf" [7199e81e-8599-4905-9d3c-ebf1d710cc71] Running
I1204 23:21:05.027504 302325 system_pods.go:89] "coredns-7c65d6cfc9-qvw49" [1a8c5e0a-67fa-450a-bf92-59b045a29947] Running
I1204 23:21:05.027510 302325 system_pods.go:89] "csi-hostpath-attacher-0" [36093fa9-9701-429e-8bfc-2cb41a31bf32] Running
I1204 23:21:05.027516 302325 system_pods.go:89] "csi-hostpath-resizer-0" [1588f26e-61f2-4a91-a903-a4dfaad4679b] Running
I1204 23:21:05.027521 302325 system_pods.go:89] "csi-hostpathplugin-hr5vl" [5fce9e27-097c-4a58-85ba-563972d1252e] Running
I1204 23:21:05.027526 302325 system_pods.go:89] "etcd-addons-457847" [4c2fda94-0f35-4d9c-a7cc-032e42b52780] Running
I1204 23:21:05.027532 302325 system_pods.go:89] "kindnet-w8ln2" [a5710fe8-d718-446d-9117-4e883d48932d] Running
I1204 23:21:05.027537 302325 system_pods.go:89] "kube-apiserver-addons-457847" [0bef8051-a955-4462-a9d9-c1478df8d203] Running
I1204 23:21:05.027543 302325 system_pods.go:89] "kube-controller-manager-addons-457847" [14521867-dda7-4ba7-ba9d-f169abe0561c] Running
I1204 23:21:05.027548 302325 system_pods.go:89] "kube-ingress-dns-minikube" [872fdcb6-14db-4126-b9d5-f42b7e67e5b0] Running
I1204 23:21:05.027556 302325 system_pods.go:89] "kube-proxy-m2tmb" [9266c508-7c15-44bd-b8e9-bc01a330abf4] Running
I1204 23:21:05.027560 302325 system_pods.go:89] "kube-scheduler-addons-457847" [173f39ba-2344-4f08-81d6-f6707ef542f2] Running
I1204 23:21:05.027566 302325 system_pods.go:89] "metrics-server-84c5f94fbc-x7pgt" [d1f2855b-fa91-4a6e-a0d9-4381f68cab8c] Running
I1204 23:21:05.027571 302325 system_pods.go:89] "nvidia-device-plugin-daemonset-8ggqq" [5df46728-9c61-4137-a9d3-e7d2a473be89] Running
I1204 23:21:05.027575 302325 system_pods.go:89] "registry-66c9cd494c-nfgxr" [42b07db4-4999-456d-a0f9-b37449ef99ee] Running
I1204 23:21:05.027579 302325 system_pods.go:89] "registry-proxy-m8627" [92305fd6-98e6-4645-8fb6-feaaa079e9fe] Running
I1204 23:21:05.027590 302325 system_pods.go:89] "snapshot-controller-56fcc65765-4fphs" [e6dce1ee-4491-493d-b824-bf9698e350c5] Running
I1204 23:21:05.027595 302325 system_pods.go:89] "snapshot-controller-56fcc65765-psnlm" [953c731d-4159-40d9-9c29-6817c3d8bd7a] Running
I1204 23:21:05.027601 302325 system_pods.go:89] "storage-provisioner" [5bde4400-9a9e-46d3-bc2b-dcbe112a1fbf] Running
I1204 23:21:05.027609 302325 system_pods.go:126] duration metric: took 20.61028ms to wait for k8s-apps to be running ...
I1204 23:21:05.027622 302325 system_svc.go:44] waiting for kubelet service to be running ....
I1204 23:21:05.027685 302325 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I1204 23:21:05.042500 302325 system_svc.go:56] duration metric: took 14.868063ms WaitForService to wait for kubelet
I1204 23:21:05.042548 302325 kubeadm.go:582] duration metric: took 2m41.678124789s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I1204 23:21:05.042569 302325 node_conditions.go:102] verifying NodePressure condition ...
I1204 23:21:05.046595 302325 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I1204 23:21:05.046639 302325 node_conditions.go:123] node cpu capacity is 2
I1204 23:21:05.046666 302325 node_conditions.go:105] duration metric: took 4.090553ms to run NodePressure ...
I1204 23:21:05.046678 302325 start.go:241] waiting for startup goroutines ...
I1204 23:21:05.046690 302325 start.go:246] waiting for cluster config update ...
I1204 23:21:05.046717 302325 start.go:255] writing updated cluster config ...
I1204 23:21:05.047062 302325 ssh_runner.go:195] Run: rm -f paused
I1204 23:21:05.439607 302325 start.go:600] kubectl: 1.31.3, cluster: 1.31.2 (minor skew: 0)
I1204 23:21:05.442179 302325 out.go:177] * Done! kubectl is now configured to use "addons-457847" cluster and "default" namespace by default
==> CRI-O <==
Dec 04 23:23:18 addons-457847 crio[972]: time="2024-12-04 23:23:18.459178558Z" level=info msg="Removed pod sandbox: 79aea4211227007c329a0c8aa6fedd8c3e84c58f4623012ab418464678fc85da" id=5b275a3a-a064-4d1a-8875-45bf2238980c name=/runtime.v1.RuntimeService/RemovePodSandbox
Dec 04 23:25:13 addons-457847 crio[972]: time="2024-12-04 23:25:13.045661885Z" level=info msg="Running pod sandbox: default/hello-world-app-55bf9c44b4-pjmlj/POD" id=aec7bbde-9f7f-4b6e-b531-9824e100dddc name=/runtime.v1.RuntimeService/RunPodSandbox
Dec 04 23:25:13 addons-457847 crio[972]: time="2024-12-04 23:25:13.045755433Z" level=warning msg="Allowed annotations are specified for workload []"
Dec 04 23:25:13 addons-457847 crio[972]: time="2024-12-04 23:25:13.083707352Z" level=info msg="Got pod network &{Name:hello-world-app-55bf9c44b4-pjmlj Namespace:default ID:384eb9b1bf1a3cf82aa40546674bc277b4a439aef0dc9ba31173c003544a9c95 UID:e10d96c5-3a97-44ba-a35b-0ad160534c2f NetNS:/var/run/netns/6c5cd563-5ad2-44c5-9adb-fbc2178a888a Networks:[] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Dec 04 23:25:13 addons-457847 crio[972]: time="2024-12-04 23:25:13.083753391Z" level=info msg="Adding pod default_hello-world-app-55bf9c44b4-pjmlj to CNI network \"kindnet\" (type=ptp)"
Dec 04 23:25:13 addons-457847 crio[972]: time="2024-12-04 23:25:13.093135581Z" level=info msg="Got pod network &{Name:hello-world-app-55bf9c44b4-pjmlj Namespace:default ID:384eb9b1bf1a3cf82aa40546674bc277b4a439aef0dc9ba31173c003544a9c95 UID:e10d96c5-3a97-44ba-a35b-0ad160534c2f NetNS:/var/run/netns/6c5cd563-5ad2-44c5-9adb-fbc2178a888a Networks:[] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Dec 04 23:25:13 addons-457847 crio[972]: time="2024-12-04 23:25:13.093305052Z" level=info msg="Checking pod default_hello-world-app-55bf9c44b4-pjmlj for CNI network kindnet (type=ptp)"
Dec 04 23:25:13 addons-457847 crio[972]: time="2024-12-04 23:25:13.096238545Z" level=info msg="Ran pod sandbox 384eb9b1bf1a3cf82aa40546674bc277b4a439aef0dc9ba31173c003544a9c95 with infra container: default/hello-world-app-55bf9c44b4-pjmlj/POD" id=aec7bbde-9f7f-4b6e-b531-9824e100dddc name=/runtime.v1.RuntimeService/RunPodSandbox
Dec 04 23:25:13 addons-457847 crio[972]: time="2024-12-04 23:25:13.098517704Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=a6390f64-ac38-4b52-a2b8-f6480778f03f name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:25:13 addons-457847 crio[972]: time="2024-12-04 23:25:13.098753932Z" level=info msg="Image docker.io/kicbase/echo-server:1.0 not found" id=a6390f64-ac38-4b52-a2b8-f6480778f03f name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:25:13 addons-457847 crio[972]: time="2024-12-04 23:25:13.099834422Z" level=info msg="Pulling image: docker.io/kicbase/echo-server:1.0" id=216a4a11-27c6-47e8-b283-b1f451f70c25 name=/runtime.v1.ImageService/PullImage
Dec 04 23:25:13 addons-457847 crio[972]: time="2024-12-04 23:25:13.102829906Z" level=info msg="Trying to access \"docker.io/kicbase/echo-server:1.0\""
Dec 04 23:25:13 addons-457847 crio[972]: time="2024-12-04 23:25:13.359228260Z" level=info msg="Trying to access \"docker.io/kicbase/echo-server:1.0\""
Dec 04 23:25:14 addons-457847 crio[972]: time="2024-12-04 23:25:14.206368696Z" level=info msg="Pulled image: docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6" id=216a4a11-27c6-47e8-b283-b1f451f70c25 name=/runtime.v1.ImageService/PullImage
Dec 04 23:25:14 addons-457847 crio[972]: time="2024-12-04 23:25:14.207295223Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=90759fcb-103b-4616-8564-bf51694567d9 name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:25:14 addons-457847 crio[972]: time="2024-12-04 23:25:14.207985020Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17,RepoTags:[docker.io/kicbase/echo-server:1.0],RepoDigests:[docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 docker.io/kicbase/echo-server@sha256:42a89d9b22e5307cb88494990d5d929c401339f508c0a7e98a4d8ac52623fc5b],Size_:4789170,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=90759fcb-103b-4616-8564-bf51694567d9 name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:25:14 addons-457847 crio[972]: time="2024-12-04 23:25:14.209324746Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=eee593ac-c589-478c-a3b8-a28f79f23566 name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:25:14 addons-457847 crio[972]: time="2024-12-04 23:25:14.210268068Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17,RepoTags:[docker.io/kicbase/echo-server:1.0],RepoDigests:[docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 docker.io/kicbase/echo-server@sha256:42a89d9b22e5307cb88494990d5d929c401339f508c0a7e98a4d8ac52623fc5b],Size_:4789170,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=eee593ac-c589-478c-a3b8-a28f79f23566 name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:25:14 addons-457847 crio[972]: time="2024-12-04 23:25:14.212091574Z" level=info msg="Creating container: default/hello-world-app-55bf9c44b4-pjmlj/hello-world-app" id=1b738b59-754c-4f23-8aee-68ec7ff4caed name=/runtime.v1.RuntimeService/CreateContainer
Dec 04 23:25:14 addons-457847 crio[972]: time="2024-12-04 23:25:14.212191735Z" level=warning msg="Allowed annotations are specified for workload []"
Dec 04 23:25:14 addons-457847 crio[972]: time="2024-12-04 23:25:14.243909221Z" level=warning msg="Failed to open /etc/passwd: open /var/lib/containers/storage/overlay/aff6d1144c9bd9e129fb4d6eb38265b7a3541cb63a9d21b661bbc308835a795b/merged/etc/passwd: no such file or directory"
Dec 04 23:25:14 addons-457847 crio[972]: time="2024-12-04 23:25:14.244416370Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/aff6d1144c9bd9e129fb4d6eb38265b7a3541cb63a9d21b661bbc308835a795b/merged/etc/group: no such file or directory"
Dec 04 23:25:14 addons-457847 crio[972]: time="2024-12-04 23:25:14.309262132Z" level=info msg="Created container f1bd9d01b30df9ca5b7eb54b8bcba08f968cedeefc36e8e51de4eb5780e97aed: default/hello-world-app-55bf9c44b4-pjmlj/hello-world-app" id=1b738b59-754c-4f23-8aee-68ec7ff4caed name=/runtime.v1.RuntimeService/CreateContainer
Dec 04 23:25:14 addons-457847 crio[972]: time="2024-12-04 23:25:14.310157626Z" level=info msg="Starting container: f1bd9d01b30df9ca5b7eb54b8bcba08f968cedeefc36e8e51de4eb5780e97aed" id=f46fff29-548e-4955-811b-52e6dd61170f name=/runtime.v1.RuntimeService/StartContainer
Dec 04 23:25:14 addons-457847 crio[972]: time="2024-12-04 23:25:14.319227303Z" level=info msg="Started container" PID=8520 containerID=f1bd9d01b30df9ca5b7eb54b8bcba08f968cedeefc36e8e51de4eb5780e97aed description=default/hello-world-app-55bf9c44b4-pjmlj/hello-world-app id=f46fff29-548e-4955-811b-52e6dd61170f name=/runtime.v1.RuntimeService/StartContainer sandboxID=384eb9b1bf1a3cf82aa40546674bc277b4a439aef0dc9ba31173c003544a9c95
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
f1bd9d01b30df docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 Less than a second ago Running hello-world-app 0 384eb9b1bf1a3 hello-world-app-55bf9c44b4-pjmlj
b274c67904cba docker.io/library/nginx@sha256:41523187cf7d7a2f2677a80609d9caa14388bf5c1fbca9c410ba3de602aaaab4 2 minutes ago Running nginx 0 241ae53e818f3 nginx
757a00174c757 gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e 4 minutes ago Running busybox 0 d5b6e5fdb06d5 busybox
e27f0f8ffa925 registry.k8s.io/ingress-nginx/controller@sha256:787a5408fa511266888b2e765f9666bee67d9bf2518a6b7cfd4ab6cc01c22eee 5 minutes ago Running controller 0 52d57e6d52e05 ingress-nginx-controller-5f85ff4588-qgt59
afba30368d8b6 docker.io/rancher/local-path-provisioner@sha256:689a2489a24e74426e4a4666e611c988202c5fa995908b0c60133aca3eb87d98 5 minutes ago Running local-path-provisioner 0 eefc2b72002d7 local-path-provisioner-86d989889c-vxglm
0b90b54031d61 docker.io/marcnuri/yakd@sha256:1c961556224d57fc747de0b1874524208e5fb4f8386f23e9c1c4c18e97109f17 5 minutes ago Running yakd 0 52dc8b7b87289 yakd-dashboard-67d98fc6b-zn8gt
f3024f104775d gcr.io/cloud-spanner-emulator/emulator@sha256:7cf2be1ac85c39a0c5b34185b6c3d0ea479269f5c8ecc785713308f93194ca27 5 minutes ago Running cloud-spanner-emulator 0 50a75bd67e3db cloud-spanner-emulator-dc5db94f4-zhbsv
94e6b556dbd9c nvcr.io/nvidia/k8s-device-plugin@sha256:7089559ce6153018806857f5049085bae15b3bf6f1c8bd19d8b12f707d087dea 5 minutes ago Running nvidia-device-plugin-ctr 0 75a3f45537972 nvidia-device-plugin-daemonset-8ggqq
11fb7e612ec1d registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:0550b75a965592f1dde3fbeaa98f67a1e10c5a086bcd69a29054cc4edcb56771 5 minutes ago Exited patch 0 dd0ba81096e62 ingress-nginx-admission-patch-msmrx
0e38beb38a111 registry.k8s.io/metrics-server/metrics-server@sha256:048bcf48fc2cce517a61777e22bac782ba59ea5e9b9a54bcb42dbee99566a91f 5 minutes ago Running metrics-server 0 6952865bc914e metrics-server-84c5f94fbc-x7pgt
b195095841ebe gcr.io/k8s-minikube/minikube-ingress-dns@sha256:4211a1de532376c881851542238121b26792225faa36a7b02dccad88fd05797c 5 minutes ago Running minikube-ingress-dns 0 67b519de7ca37 kube-ingress-dns-minikube
8f70f91a3cb0c registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:0550b75a965592f1dde3fbeaa98f67a1e10c5a086bcd69a29054cc4edcb56771 5 minutes ago Exited create 0 1363920a93771 ingress-nginx-admission-create-92f8m
72f0b99bdeafb 2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4 6 minutes ago Running coredns 0 7527edbdb88b5 coredns-7c65d6cfc9-qvw49
b0f29fcad906c ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 6 minutes ago Running storage-provisioner 0 63ae4bf939c4f storage-provisioner
4d72f31e9f5a5 2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4 6 minutes ago Running coredns 0 04d7b21c105f5 coredns-7c65d6cfc9-ndbpf
4567964eed0b1 docker.io/kindest/kindnetd@sha256:96156439ac8537499e45fedf68a7cb80f0fbafd77fc4d7a5204d3151cf412450 6 minutes ago Running kindnet-cni 0 573981bec8e32 kindnet-w8ln2
fe2ec1432f812 021d2420133054f8835987db659750ff639ab6863776460264dd8025c06644ba 6 minutes ago Running kube-proxy 0 5af29e9851fe9 kube-proxy-m2tmb
fdc6451acd712 9404aea098d9e80cb648d86c07d56130a1fe875ed7c2526251c2ae68a9bf07ba 7 minutes ago Running kube-controller-manager 0 b73844178fce9 kube-controller-manager-addons-457847
b1027035630cf d6b061e73ae454743cbfe0e3479aa23e4ed65c61d38b4408a1e7f3d3859dda8a 7 minutes ago Running kube-scheduler 0 5ff68548df606 kube-scheduler-addons-457847
3a3ec8a8e70c1 27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da 7 minutes ago Running etcd 0 a382d785776b1 etcd-addons-457847
3b257c3cf2e2a f9c26480f1e722a7d05d7f1bb339180b19f941b23bcc928208e362df04a61270 7 minutes ago Running kube-apiserver 0 45b1de34f994d kube-apiserver-addons-457847
==> coredns [4d72f31e9f5a5adbe23dc8ea79603a979147058d3593860f3c327f4458999722] <==
.:53
[INFO] plugin/reload: Running configuration SHA512 = 05e3eaddc414b2d71a69b2e2bc6f2681fc1f4d04bcdd3acc1a41457bb7db518208b95ddfc4c9fffedc59c25a8faf458be1af4915a4a3c0d6777cb7a346bc5d86
CoreDNS-1.11.3
linux/arm64, go1.21.11, a6338e9
[INFO] 127.0.0.1:36322 - 10478 "HINFO IN 3371820510057885366.1722914065898674845. udp 57 false 512" NXDOMAIN qr,rd,ra 57 0.015784305s
[INFO] 10.244.0.7:42590 - 15045 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000181951s
[INFO] 10.244.0.7:42590 - 14765 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000074725s
[INFO] 10.244.0.22:40257 - 62732 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000235654s
[INFO] 10.244.0.22:57298 - 3358 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000193635s
[INFO] 10.244.0.22:48369 - 42771 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000140523s
[INFO] 10.244.0.22:36422 - 55454 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001078471s
[INFO] 10.244.0.25:51102 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000217726s
[INFO] 10.244.0.25:32859 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000227367s
==> coredns [72f0b99bdeafbb52d7c1d1672ae5563a4baa58ecda33a83aeed89be29aa26a2a] <==
[INFO] 127.0.0.1:57818 - 35037 "HINFO IN 7651153394395112310.1456585426028828281. udp 57 false 512" NXDOMAIN qr,rd,ra 57 0.022994624s
[INFO] 10.244.0.7:43824 - 29101 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.00021286s
[INFO] 10.244.0.7:43824 - 2919 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000138381s
[INFO] 10.244.0.7:43824 - 25475 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.000145299s
[INFO] 10.244.0.7:43824 - 47010 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.000083513s
[INFO] 10.244.0.7:43824 - 3156 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000140588s
[INFO] 10.244.0.7:43824 - 60021 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000115997s
[INFO] 10.244.0.7:43824 - 52475 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 83 0.00250229s
[INFO] 10.244.0.7:43824 - 37611 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 83 0.002274669s
[INFO] 10.244.0.7:43824 - 62471 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000164515s
[INFO] 10.244.0.7:43824 - 5501 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000126763s
[INFO] 10.244.0.7:33643 - 38202 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000094434s
[INFO] 10.244.0.7:33643 - 38021 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000142156s
[INFO] 10.244.0.7:47353 - 44906 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000057905s
[INFO] 10.244.0.7:47353 - 44701 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000035759s
[INFO] 10.244.0.7:38945 - 65223 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001483571s
[INFO] 10.244.0.7:38945 - 65018 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.008156448s
[INFO] 10.244.0.7:38126 - 33968 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000192019s
[INFO] 10.244.0.7:38126 - 33738 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000177709s
[INFO] 10.244.0.22:59668 - 49511 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000176774s
[INFO] 10.244.0.22:43627 - 7138 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000214657s
[INFO] 10.244.0.22:50182 - 8499 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000208052s
[INFO] 10.244.0.22:55197 - 41086 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002243777s
[INFO] 10.244.0.22:54781 - 59353 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002380887s
[INFO] 10.244.0.22:39556 - 56650 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.002518694s
==> describe nodes <==
Name: addons-457847
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-457847
kubernetes.io/os=linux
minikube.k8s.io/commit=efbd8efc50652fe861e71899e50212cc75e3480d
minikube.k8s.io/name=addons-457847
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_12_04T23_18_19_0700
minikube.k8s.io/version=v1.34.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-457847
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Wed, 04 Dec 2024 23:18:15 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-457847
AcquireTime: <unset>
RenewTime: Wed, 04 Dec 2024 23:25:07 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Wed, 04 Dec 2024 23:23:23 +0000 Wed, 04 Dec 2024 23:18:11 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Wed, 04 Dec 2024 23:23:23 +0000 Wed, 04 Dec 2024 23:18:11 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Wed, 04 Dec 2024 23:23:23 +0000 Wed, 04 Dec 2024 23:18:11 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Wed, 04 Dec 2024 23:23:23 +0000 Wed, 04 Dec 2024 23:19:10 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-457847
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022296Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022296Ki
pods: 110
System Info:
Machine ID: e0322563b8c74a0fad995ec9ffd9c8c7
System UUID: 2a0041e9-7bba-4959-8642-94557311ffbd
Boot ID: 7bfe03e6-41fc-4bc5-a1fe-21c86b5f6313
Kernel Version: 5.15.0-1072-aws
OS Image: Ubuntu 22.04.5 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.31.2
Kube-Proxy Version: v1.31.2
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 busybox 0 (0%) 0 (0%) 0 (0%) 0 (0%) 4m8s
default cloud-spanner-emulator-dc5db94f4-zhbsv 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6m46s
default hello-world-app-55bf9c44b4-pjmlj 0 (0%) 0 (0%) 0 (0%) 0 (0%) 2s
default nginx 0 (0%) 0 (0%) 0 (0%) 0 (0%) 2m21s
ingress-nginx ingress-nginx-controller-5f85ff4588-qgt59 100m (5%) 0 (0%) 90Mi (1%) 0 (0%) 6m44s
kube-system coredns-7c65d6cfc9-ndbpf 100m (5%) 0 (0%) 70Mi (0%) 170Mi (2%) 6m47s
kube-system coredns-7c65d6cfc9-qvw49 100m (5%) 0 (0%) 70Mi (0%) 170Mi (2%) 6m48s
kube-system etcd-addons-457847 100m (5%) 0 (0%) 100Mi (1%) 0 (0%) 6m56s
kube-system kindnet-w8ln2 100m (5%) 100m (5%) 50Mi (0%) 50Mi (0%) 6m51s
kube-system kube-apiserver-addons-457847 250m (12%) 0 (0%) 0 (0%) 0 (0%) 6m56s
kube-system kube-controller-manager-addons-457847 200m (10%) 0 (0%) 0 (0%) 0 (0%) 6m56s
kube-system kube-ingress-dns-minikube 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6m45s
kube-system kube-proxy-m2tmb 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6m51s
kube-system kube-scheduler-addons-457847 100m (5%) 0 (0%) 0 (0%) 0 (0%) 6m56s
kube-system metrics-server-84c5f94fbc-x7pgt 100m (5%) 0 (0%) 200Mi (2%) 0 (0%) 6m45s
kube-system nvidia-device-plugin-daemonset-8ggqq 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6m4s
kube-system storage-provisioner 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6m45s
local-path-storage local-path-provisioner-86d989889c-vxglm 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6m45s
yakd-dashboard yakd-dashboard-67d98fc6b-zn8gt 0 (0%) 0 (0%) 128Mi (1%) 256Mi (3%) 6m45s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 1150m (57%) 100m (5%)
memory 708Mi (9%) 646Mi (8%)
ephemeral-storage 0 (0%) 0 (0%)
hugepages-1Gi 0 (0%) 0 (0%)
hugepages-2Mi 0 (0%) 0 (0%)
hugepages-32Mi 0 (0%) 0 (0%)
hugepages-64Ki 0 (0%) 0 (0%)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 6m44s kube-proxy
Normal Starting 6m56s kubelet Starting kubelet.
Warning CgroupV1 6m56s kubelet Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
Normal NodeHasSufficientMemory 6m56s kubelet Node addons-457847 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m56s kubelet Node addons-457847 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m56s kubelet Node addons-457847 status is now: NodeHasSufficientPID
Normal RegisteredNode 6m52s node-controller Node addons-457847 event: Registered Node addons-457847 in Controller
Normal NodeReady 6m4s kubelet Node addons-457847 status is now: NodeReady
==> dmesg <==
[Dec 4 21:17] ACPI: SRAT not present
[ +0.000000] ACPI: SRAT not present
[ +0.000000] SPI driver altr_a10sr has no spi_device_id for altr,a10sr
[ +0.014918] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ +0.497168] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[ +0.031963] systemd[1]: /lib/systemd/system/snapd.service:23: Unknown key name 'RestartMode' in section 'Service', ignoring.
[ +0.033383] systemd[1]: /lib/systemd/system/cloud-init.service:20: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.019416] systemd[1]: /lib/systemd/system/cloud-init-hotplugd.socket:11: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.679819] ena 0000:00:05.0: LLQ is not supported Fallback to host mode policy.
[ +5.972088] kauditd_printk_skb: 36 callbacks suppressed
[Dec 4 22:20] hrtimer: interrupt took 47749727 ns
[Dec 4 22:45] kmem.limit_in_bytes is deprecated and will be removed. Please report your usecase to linux-mm@kvack.org if you depend on this functionality.
==> etcd [3a3ec8a8e70c1e4f11b2e6c73d678a633a9f3a0afdbee946e58a82bef2b1d3cf] <==
{"level":"info","ts":"2024-12-04T23:18:11.861738Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-12-04T23:18:11.865657Z","caller":"etcdserver/server.go:2629","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-12-04T23:18:11.871117Z","caller":"etcdserver/server.go:2118","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-457847 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-12-04T23:18:11.871173Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-12-04T23:18:11.871599Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-12-04T23:18:11.872432Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
{"level":"info","ts":"2024-12-04T23:18:11.873452Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-12-04T23:18:11.873838Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
{"level":"info","ts":"2024-12-04T23:18:11.873924Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-12-04T23:18:11.873962Z","caller":"etcdserver/server.go:2653","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-12-04T23:18:11.874589Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
{"level":"info","ts":"2024-12-04T23:18:11.875549Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-12-04T23:18:11.892459Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-12-04T23:18:11.892495Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-12-04T23:18:24.190568Z","caller":"traceutil/trace.go:171","msg":"trace[896076635] transaction","detail":"{read_only:false; response_revision:321; number_of_response:1; }","duration":"225.6063ms","start":"2024-12-04T23:18:23.964930Z","end":"2024-12-04T23:18:24.190536Z","steps":["trace[896076635] 'process raft request' (duration: 200.690162ms)","trace[896076635] 'compare' (duration: 24.824691ms)"],"step_count":2}
{"level":"info","ts":"2024-12-04T23:18:25.107253Z","caller":"traceutil/trace.go:171","msg":"trace[1517798925] transaction","detail":"{read_only:false; response_revision:324; number_of_response:1; }","duration":"167.286899ms","start":"2024-12-04T23:18:24.939952Z","end":"2024-12-04T23:18:25.107239Z","steps":["trace[1517798925] 'process raft request' (duration: 167.171657ms)"],"step_count":1}
{"level":"warn","ts":"2024-12-04T23:18:25.211531Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"133.435007ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/configmaps/kube-system/coredns\" ","response":"range_response_count:1 size:612"}
{"level":"info","ts":"2024-12-04T23:18:25.217641Z","caller":"traceutil/trace.go:171","msg":"trace[2064168072] range","detail":"{range_begin:/registry/configmaps/kube-system/coredns; range_end:; response_count:1; response_revision:328; }","duration":"139.479683ms","start":"2024-12-04T23:18:25.078069Z","end":"2024-12-04T23:18:25.217548Z","steps":["trace[2064168072] 'agreement among raft nodes before linearized reading' (duration: 133.377792ms)"],"step_count":1}
{"level":"warn","ts":"2024-12-04T23:18:25.218047Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"111.479569ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-12-04T23:18:25.222111Z","caller":"traceutil/trace.go:171","msg":"trace[647199917] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:328; }","duration":"115.531105ms","start":"2024-12-04T23:18:25.106548Z","end":"2024-12-04T23:18:25.222079Z","steps":["trace[647199917] 'agreement among raft nodes before linearized reading' (duration: 111.457407ms)"],"step_count":1}
{"level":"info","ts":"2024-12-04T23:18:26.875661Z","caller":"traceutil/trace.go:171","msg":"trace[939896237] transaction","detail":"{read_only:false; response_revision:340; number_of_response:1; }","duration":"107.824403ms","start":"2024-12-04T23:18:26.767820Z","end":"2024-12-04T23:18:26.875645Z","steps":["trace[939896237] 'process raft request' (duration: 105.403098ms)"],"step_count":1}
{"level":"warn","ts":"2024-12-04T23:18:26.907012Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"114.59557ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/minikube-ingress-dns\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-12-04T23:18:26.925717Z","caller":"traceutil/trace.go:171","msg":"trace[212976368] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/minikube-ingress-dns; range_end:; response_count:0; response_revision:340; }","duration":"133.196358ms","start":"2024-12-04T23:18:26.792392Z","end":"2024-12-04T23:18:26.925588Z","steps":["trace[212976368] 'agreement among raft nodes before linearized reading' (duration: 114.526678ms)"],"step_count":1}
{"level":"info","ts":"2024-12-04T23:18:27.251468Z","caller":"traceutil/trace.go:171","msg":"trace[1865675011] transaction","detail":"{read_only:false; response_revision:343; number_of_response:1; }","duration":"133.251153ms","start":"2024-12-04T23:18:27.118201Z","end":"2024-12-04T23:18:27.251452Z","steps":["trace[1865675011] 'process raft request' (duration: 133.064205ms)"],"step_count":1}
{"level":"info","ts":"2024-12-04T23:18:27.323077Z","caller":"traceutil/trace.go:171","msg":"trace[2094652966] transaction","detail":"{read_only:false; response_revision:344; number_of_response:1; }","duration":"116.184537ms","start":"2024-12-04T23:18:27.206875Z","end":"2024-12-04T23:18:27.323059Z","steps":["trace[2094652966] 'process raft request' (duration: 70.936947ms)","trace[2094652966] 'compare' (duration: 43.837686ms)"],"step_count":2}
==> kernel <==
23:25:14 up 2:07, 0 users, load average: 0.35, 1.27, 2.22
Linux addons-457847 5.15.0-1072-aws #78~20.04.1-Ubuntu SMP Wed Oct 9 15:29:54 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.5 LTS"
==> kindnet [4567964eed0b107ca745f6cadc34765966d1e9f5a39054cea85138972ebd38bb] <==
I1204 23:23:09.769271 1 main.go:301] handling current node
I1204 23:23:19.772088 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 23:23:19.772121 1 main.go:301] handling current node
I1204 23:23:29.763944 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 23:23:29.763988 1 main.go:301] handling current node
I1204 23:23:39.770748 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 23:23:39.770797 1 main.go:301] handling current node
I1204 23:23:49.767173 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 23:23:49.767210 1 main.go:301] handling current node
I1204 23:23:59.763820 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 23:23:59.763934 1 main.go:301] handling current node
I1204 23:24:09.765214 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 23:24:09.765260 1 main.go:301] handling current node
I1204 23:24:19.769605 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 23:24:19.769641 1 main.go:301] handling current node
I1204 23:24:29.763477 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 23:24:29.763512 1 main.go:301] handling current node
I1204 23:24:39.768854 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 23:24:39.768887 1 main.go:301] handling current node
I1204 23:24:49.772734 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 23:24:49.772767 1 main.go:301] handling current node
I1204 23:24:59.772761 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 23:24:59.772796 1 main.go:301] handling current node
I1204 23:25:09.765596 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 23:25:09.765736 1 main.go:301] handling current node
==> kube-apiserver [3b257c3cf2e2a7b451baddc23cd658cb2c6d82bf3c3f45a3e3d8b35177730afb] <==
E1204 23:20:30.687007 1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.103.54.121:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.103.54.121:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.103.54.121:443: connect: connection refused" logger="UnhandledError"
E1204 23:20:30.697101 1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.103.54.121:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.103.54.121:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.103.54.121:443: connect: connection refused" logger="UnhandledError"
I1204 23:20:31.051757 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
E1204 23:21:16.527564 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:51292: use of closed network connection
E1204 23:21:16.935106 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:51338: use of closed network connection
I1204 23:21:26.301910 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.105.228.232"}
I1204 23:22:10.064802 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I1204 23:22:33.959666 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1204 23:22:33.959724 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1204 23:22:33.974450 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1204 23:22:33.974599 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1204 23:22:34.055243 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1204 23:22:34.055446 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1204 23:22:34.088544 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1204 23:22:34.088726 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1204 23:22:34.147886 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1204 23:22:34.148011 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W1204 23:22:35.089020 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W1204 23:22:35.148303 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W1204 23:22:35.232073 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I1204 23:22:47.874072 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W1204 23:22:48.904876 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
I1204 23:22:53.512991 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I1204 23:22:53.823858 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.101.246.79"}
I1204 23:25:12.977706 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.99.87.13"}
==> kube-controller-manager [fdc6451acd7121ea9eb1437122bdd567c4db2142d371ad1a06d435a16253a250] <==
E1204 23:23:31.354315 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1204 23:23:43.466785 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 23:23:43.466832 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1204 23:23:50.259957 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 23:23:50.260007 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1204 23:24:00.493767 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 23:24:00.496138 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1204 23:24:04.785302 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 23:24:04.785342 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1204 23:24:29.139214 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 23:24:29.139257 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1204 23:24:33.136023 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 23:24:33.136066 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1204 23:24:45.112175 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 23:24:45.112238 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1204 23:24:59.489161 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 23:24:59.489206 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1204 23:25:01.733570 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 23:25:01.733648 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
I1204 23:25:12.736663 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="40.228862ms"
I1204 23:25:12.772100 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="35.30309ms"
I1204 23:25:12.791970 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="19.577731ms"
I1204 23:25:12.792144 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="57.232µs"
I1204 23:25:15.203399 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="21.90389ms"
I1204 23:25:15.203502 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="57.642µs"
==> kube-proxy [fe2ec1432f8122a0ee2641f98c79b7f1fdf758e5899f3f22d55148a4cd4c3d4b] <==
I1204 23:18:29.375416 1 server_linux.go:66] "Using iptables proxy"
I1204 23:18:30.103128 1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
E1204 23:18:30.103207 1 server.go:234] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
I1204 23:18:30.494631 1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I1204 23:18:30.494697 1 server_linux.go:169] "Using iptables Proxier"
I1204 23:18:30.496982 1 proxier.go:255] "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" ipFamily="IPv4"
I1204 23:18:30.497912 1 server.go:483] "Version info" version="v1.31.2"
I1204 23:18:30.497940 1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I1204 23:18:30.500631 1 config.go:199] "Starting service config controller"
I1204 23:18:30.500657 1 shared_informer.go:313] Waiting for caches to sync for service config
I1204 23:18:30.500693 1 config.go:105] "Starting endpoint slice config controller"
I1204 23:18:30.500698 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I1204 23:18:30.501078 1 config.go:328] "Starting node config controller"
I1204 23:18:30.501091 1 shared_informer.go:313] Waiting for caches to sync for node config
I1204 23:18:30.601001 1 shared_informer.go:320] Caches are synced for endpoint slice config
I1204 23:18:30.601157 1 shared_informer.go:320] Caches are synced for node config
I1204 23:18:30.601210 1 shared_informer.go:320] Caches are synced for service config
==> kube-scheduler [b1027035630cfcc574e2265f92322ddedb40ce4df8281b44da7f3baf83187daa] <==
W1204 23:18:16.241064 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E1204 23:18:16.241114 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError"
W1204 23:18:16.241223 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E1204 23:18:16.241269 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: 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" logger="UnhandledError"
W1204 23:18:16.241388 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E1204 23:18:16.241437 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError"
W1204 23:18:16.241554 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E1204 23:18:16.241601 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: 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" logger="UnhandledError"
W1204 23:18:16.241692 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
E1204 23:18:16.241737 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W1204 23:18:16.241864 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: 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
E1204 23:18:16.241921 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: 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" logger="UnhandledError"
W1204 23:18:16.242099 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E1204 23:18:16.242158 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: 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" logger="UnhandledError"
W1204 23:18:16.242256 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: 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
E1204 23:18:16.242306 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: 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" logger="UnhandledError"
W1204 23:18:16.242403 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E1204 23:18:16.242442 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W1204 23:18:16.245736 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
W1204 23:18:16.245824 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: 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
E1204 23:18:16.245861 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: 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" logger="UnhandledError"
E1204 23:18:16.245873 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W1204 23:18:16.245925 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E1204 23:18:16.246025 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: 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" logger="UnhandledError"
I1204 23:18:17.731778 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Dec 04 23:23:38 addons-457847 kubelet[1500]: E1204 23:23:38.378619 1500 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354618378304654,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:577443,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:23:40 addons-457847 kubelet[1500]: I1204 23:23:40.197965 1500 kubelet_pods.go:1007] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/busybox" secret="" err="secret \"gcp-auth\" not found"
Dec 04 23:23:48 addons-457847 kubelet[1500]: I1204 23:23:48.197398 1500 kubelet_pods.go:1007] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/nvidia-device-plugin-daemonset-8ggqq" secret="" err="secret \"gcp-auth\" not found"
Dec 04 23:23:48 addons-457847 kubelet[1500]: E1204 23:23:48.380664 1500 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354628380396115,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:577443,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:23:48 addons-457847 kubelet[1500]: E1204 23:23:48.380704 1500 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354628380396115,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:577443,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:23:58 addons-457847 kubelet[1500]: E1204 23:23:58.383441 1500 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354638383150006,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:577443,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:23:58 addons-457847 kubelet[1500]: E1204 23:23:58.383491 1500 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354638383150006,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:577443,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:24:08 addons-457847 kubelet[1500]: E1204 23:24:08.386329 1500 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354648386074014,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:577443,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:24:08 addons-457847 kubelet[1500]: E1204 23:24:08.386365 1500 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354648386074014,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:577443,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:24:11 addons-457847 kubelet[1500]: I1204 23:24:11.197326 1500 kubelet_pods.go:1007] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/cloud-spanner-emulator-dc5db94f4-zhbsv" secret="" err="secret \"gcp-auth\" not found"
Dec 04 23:24:18 addons-457847 kubelet[1500]: E1204 23:24:18.388849 1500 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354658388579747,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:577443,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:24:18 addons-457847 kubelet[1500]: E1204 23:24:18.388887 1500 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354658388579747,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:577443,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:24:28 addons-457847 kubelet[1500]: E1204 23:24:28.391111 1500 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354668390798682,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:577443,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:24:28 addons-457847 kubelet[1500]: E1204 23:24:28.391153 1500 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354668390798682,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:577443,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:24:38 addons-457847 kubelet[1500]: E1204 23:24:38.394183 1500 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354678393914980,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:577443,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:24:38 addons-457847 kubelet[1500]: E1204 23:24:38.394227 1500 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354678393914980,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:577443,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:24:48 addons-457847 kubelet[1500]: E1204 23:24:48.397364 1500 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354688397080497,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:577443,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:24:48 addons-457847 kubelet[1500]: E1204 23:24:48.397405 1500 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354688397080497,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:577443,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:24:49 addons-457847 kubelet[1500]: I1204 23:24:49.197324 1500 kubelet_pods.go:1007] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/busybox" secret="" err="secret \"gcp-auth\" not found"
Dec 04 23:24:58 addons-457847 kubelet[1500]: E1204 23:24:58.399641 1500 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354698399354019,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:577443,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:24:58 addons-457847 kubelet[1500]: E1204 23:24:58.399684 1500 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354698399354019,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:577443,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:25:07 addons-457847 kubelet[1500]: I1204 23:25:07.196890 1500 kubelet_pods.go:1007] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/nvidia-device-plugin-daemonset-8ggqq" secret="" err="secret \"gcp-auth\" not found"
Dec 04 23:25:08 addons-457847 kubelet[1500]: E1204 23:25:08.401994 1500 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354708401738886,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:577443,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:25:08 addons-457847 kubelet[1500]: E1204 23:25:08.402488 1500 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354708401738886,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:577443,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:25:12 addons-457847 kubelet[1500]: I1204 23:25:12.877754 1500 reconciler_common.go:245] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-whmnx\" (UniqueName: \"kubernetes.io/projected/e10d96c5-3a97-44ba-a35b-0ad160534c2f-kube-api-access-whmnx\") pod \"hello-world-app-55bf9c44b4-pjmlj\" (UID: \"e10d96c5-3a97-44ba-a35b-0ad160534c2f\") " pod="default/hello-world-app-55bf9c44b4-pjmlj"
==> storage-provisioner [b0f29fcad906c04929eb0595c8d2e0090bd5de5373b2f6853c06c9feb678143e] <==
I1204 23:19:11.434832 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I1204 23:19:11.456972 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I1204 23:19:11.457028 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I1204 23:19:11.538035 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I1204 23:19:11.538344 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-457847_465bcc67-fa56-419a-a40a-58e8a5c8deea!
I1204 23:19:11.544305 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"04aa6e8e-6fb8-40f5-b98b-db7b8e9ee08f", APIVersion:"v1", ResourceVersion:"896", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-457847_465bcc67-fa56-419a-a40a-58e8a5c8deea became leader
I1204 23:19:11.639118 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-457847_465bcc67-fa56-419a-a40a-58e8a5c8deea!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-457847 -n addons-457847
helpers_test.go:261: (dbg) Run: kubectl --context addons-457847 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: ingress-nginx-admission-create-92f8m ingress-nginx-admission-patch-msmrx
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Ingress]: describe non-running pods <======
helpers_test.go:277: (dbg) Run: kubectl --context addons-457847 describe pod ingress-nginx-admission-create-92f8m ingress-nginx-admission-patch-msmrx
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-457847 describe pod ingress-nginx-admission-create-92f8m ingress-nginx-admission-patch-msmrx: exit status 1 (85.545517ms)
** stderr **
Error from server (NotFound): pods "ingress-nginx-admission-create-92f8m" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-msmrx" not found
** /stderr **
helpers_test.go:279: kubectl --context addons-457847 describe pod ingress-nginx-admission-create-92f8m ingress-nginx-admission-patch-msmrx: exit status 1
addons_test.go:992: (dbg) Run: out/minikube-linux-arm64 -p addons-457847 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-457847 addons disable ingress-dns --alsologtostderr -v=1: (1.107404762s)
addons_test.go:992: (dbg) Run: out/minikube-linux-arm64 -p addons-457847 addons disable ingress --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-457847 addons disable ingress --alsologtostderr -v=1: (7.790285462s)
--- FAIL: TestAddons/parallel/Ingress (151.87s)