=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-413286 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-413286 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-413286 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" [e305e8a8-88f6-4b2a-b42b-3b23f4ed870f] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [e305e8a8-88f6-4b2a-b42b-3b23f4ed870f] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 10.003585781s
I0408 22:50:17.375465 7602 kapi.go:150] Service nginx in namespace default found.
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-413286 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-413286 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m9.801634909s)
** 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-413286 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-413286 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-413286
helpers_test.go:235: (dbg) docker inspect addons-413286:
-- stdout --
[
{
"Id": "223a960f8567ca7dd4fdaa34b764687c10e2ebd627fbe36d6d3dce0184889dc4",
"Created": "2025-04-08T22:45:40.796297509Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 8770,
"ExitCode": 0,
"Error": "",
"StartedAt": "2025-04-08T22:45:40.861942755Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:1a97cd9e9bbab266425b883d3ed87fee4969302ed9a49ce4df4bf460f6bbf404",
"ResolvConfPath": "/var/lib/docker/containers/223a960f8567ca7dd4fdaa34b764687c10e2ebd627fbe36d6d3dce0184889dc4/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/223a960f8567ca7dd4fdaa34b764687c10e2ebd627fbe36d6d3dce0184889dc4/hostname",
"HostsPath": "/var/lib/docker/containers/223a960f8567ca7dd4fdaa34b764687c10e2ebd627fbe36d6d3dce0184889dc4/hosts",
"LogPath": "/var/lib/docker/containers/223a960f8567ca7dd4fdaa34b764687c10e2ebd627fbe36d6d3dce0184889dc4/223a960f8567ca7dd4fdaa34b764687c10e2ebd627fbe36d6d3dce0184889dc4-json.log",
"Name": "/addons-413286",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-413286:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-413286",
"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": {
"ID": "223a960f8567ca7dd4fdaa34b764687c10e2ebd627fbe36d6d3dce0184889dc4",
"LowerDir": "/var/lib/docker/overlay2/5368107c660994f49f889a8c4d3e6718ff9ef2b7e6baf498ba7e50d20ad72fa4-init/diff:/var/lib/docker/overlay2/efe7ed534890fc41c101b3848a18f0d44d8838492d5fd86f14e02adda92f6301/diff",
"MergedDir": "/var/lib/docker/overlay2/5368107c660994f49f889a8c4d3e6718ff9ef2b7e6baf498ba7e50d20ad72fa4/merged",
"UpperDir": "/var/lib/docker/overlay2/5368107c660994f49f889a8c4d3e6718ff9ef2b7e6baf498ba7e50d20ad72fa4/diff",
"WorkDir": "/var/lib/docker/overlay2/5368107c660994f49f889a8c4d3e6718ff9ef2b7e6baf498ba7e50d20ad72fa4/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-413286",
"Source": "/var/lib/docker/volumes/addons-413286/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-413286",
"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.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727",
"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-413286",
"name.minikube.sigs.k8s.io": "addons-413286",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "476d7f8f163b7be63619e0114fd969c27673e59ed02c9c033f58910955ff205a",
"SandboxKey": "/var/run/docker/netns/476d7f8f163b",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32768"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32769"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32772"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32770"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32771"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-413286": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "42:bd:e8:3e:bf:a7",
"DriverOpts": null,
"GwPriority": 0,
"NetworkID": "67f5c50896719d845b54f92e20728059e8f2351ad3efa9a7bb4607a9a8648f78",
"EndpointID": "5b9b29c3fb0f0f27f5a8a4271361deb7a8a11e6d7d5ac533b345dc697410e775",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-413286",
"223a960f8567"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-413286 -n addons-413286
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-413286 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-413286 logs -n 25: (1.620812596s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-690998 | download-only-690998 | jenkins | v1.35.0 | 08 Apr 25 22:45 UTC | 08 Apr 25 22:45 UTC |
| start | --download-only -p | download-docker-405169 | jenkins | v1.35.0 | 08 Apr 25 22:45 UTC | |
| | download-docker-405169 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-405169 | download-docker-405169 | jenkins | v1.35.0 | 08 Apr 25 22:45 UTC | 08 Apr 25 22:45 UTC |
| start | --download-only -p | binary-mirror-612763 | jenkins | v1.35.0 | 08 Apr 25 22:45 UTC | |
| | binary-mirror-612763 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:41561 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-612763 | binary-mirror-612763 | jenkins | v1.35.0 | 08 Apr 25 22:45 UTC | 08 Apr 25 22:45 UTC |
| addons | disable dashboard -p | addons-413286 | jenkins | v1.35.0 | 08 Apr 25 22:45 UTC | |
| | addons-413286 | | | | | |
| addons | enable dashboard -p | addons-413286 | jenkins | v1.35.0 | 08 Apr 25 22:45 UTC | |
| | addons-413286 | | | | | |
| start | -p addons-413286 --wait=true | addons-413286 | jenkins | v1.35.0 | 08 Apr 25 22:45 UTC | 08 Apr 25 22:48 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-413286 addons disable | addons-413286 | jenkins | v1.35.0 | 08 Apr 25 22:48 UTC | 08 Apr 25 22:48 UTC |
| | volcano --alsologtostderr -v=1 | | | | | |
| addons | addons-413286 addons disable | addons-413286 | jenkins | v1.35.0 | 08 Apr 25 22:48 UTC | 08 Apr 25 22:48 UTC |
| | gcp-auth --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | enable headlamp | addons-413286 | jenkins | v1.35.0 | 08 Apr 25 22:48 UTC | 08 Apr 25 22:48 UTC |
| | -p addons-413286 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-413286 addons disable | addons-413286 | jenkins | v1.35.0 | 08 Apr 25 22:48 UTC | 08 Apr 25 22:49 UTC |
| | headlamp --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| ip | addons-413286 ip | addons-413286 | jenkins | v1.35.0 | 08 Apr 25 22:49 UTC | 08 Apr 25 22:49 UTC |
| addons | addons-413286 addons disable | addons-413286 | jenkins | v1.35.0 | 08 Apr 25 22:49 UTC | 08 Apr 25 22:49 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-413286 addons disable | addons-413286 | jenkins | v1.35.0 | 08 Apr 25 22:49 UTC | 08 Apr 25 22:49 UTC |
| | yakd --alsologtostderr -v=1 | | | | | |
| addons | addons-413286 addons | addons-413286 | jenkins | v1.35.0 | 08 Apr 25 22:49 UTC | 08 Apr 25 22:49 UTC |
| | disable nvidia-device-plugin | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-413286 ssh cat | addons-413286 | jenkins | v1.35.0 | 08 Apr 25 22:49 UTC | 08 Apr 25 22:49 UTC |
| | /opt/local-path-provisioner/pvc-b613c904-66d9-4d83-a076-346525b84f48_default_test-pvc/file1 | | | | | |
| addons | addons-413286 addons disable | addons-413286 | jenkins | v1.35.0 | 08 Apr 25 22:49 UTC | 08 Apr 25 22:50 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-413286 addons | addons-413286 | jenkins | v1.35.0 | 08 Apr 25 22:49 UTC | 08 Apr 25 22:49 UTC |
| | disable cloud-spanner | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-413286 addons | addons-413286 | jenkins | v1.35.0 | 08 Apr 25 22:49 UTC | 08 Apr 25 22:49 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-413286 addons | addons-413286 | jenkins | v1.35.0 | 08 Apr 25 22:49 UTC | 08 Apr 25 22:49 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-413286 addons | addons-413286 | jenkins | v1.35.0 | 08 Apr 25 22:49 UTC | 08 Apr 25 22:50 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-413286 addons | addons-413286 | jenkins | v1.35.0 | 08 Apr 25 22:50 UTC | 08 Apr 25 22:50 UTC |
| | disable inspektor-gadget | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-413286 ssh curl -s | addons-413286 | jenkins | v1.35.0 | 08 Apr 25 22:50 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-413286 ip | addons-413286 | jenkins | v1.35.0 | 08 Apr 25 22:52 UTC | 08 Apr 25 22:52 UTC |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2025/04/08 22:45:16
Running on machine: ip-172-31-21-244
Binary: Built with gc go1.24.0 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0408 22:45:16.325294 8364 out.go:345] Setting OutFile to fd 1 ...
I0408 22:45:16.326556 8364 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0408 22:45:16.326621 8364 out.go:358] Setting ErrFile to fd 2...
I0408 22:45:16.326770 8364 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0408 22:45:16.327127 8364 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20501-2291/.minikube/bin
I0408 22:45:16.327638 8364 out.go:352] Setting JSON to false
I0408 22:45:16.328378 8364 start.go:129] hostinfo: {"hostname":"ip-172-31-21-244","uptime":1664,"bootTime":1744150653,"procs":145,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1081-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"da8ac1fd-6236-412a-a346-95873c98230d"}
I0408 22:45:16.328449 8364 start.go:139] virtualization:
I0408 22:45:16.331820 8364 out.go:177] * [addons-413286] minikube v1.35.0 on Ubuntu 20.04 (arm64)
I0408 22:45:16.335666 8364 out.go:177] - MINIKUBE_LOCATION=20501
I0408 22:45:16.335751 8364 notify.go:220] Checking for updates...
I0408 22:45:16.341194 8364 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0408 22:45:16.344086 8364 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/20501-2291/kubeconfig
I0408 22:45:16.346959 8364 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/20501-2291/.minikube
I0408 22:45:16.349842 8364 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0408 22:45:16.352617 8364 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0408 22:45:16.355635 8364 driver.go:404] Setting default libvirt URI to qemu:///system
I0408 22:45:16.386447 8364 docker.go:123] docker version: linux-28.0.4:Docker Engine - Community
I0408 22:45:16.386556 8364 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0408 22:45:16.445390 8364 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH 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:23 OomKillDisable:true NGoroutines:43 SystemTime:2025-04-08 22:45:16.436670113 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1081-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:28.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:05044ec0a9a75232cad458027ca83437aae3f4da Expected:05044ec0a9a75232cad458027ca83437aae3f4da} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> Se
rverErrors:[] 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.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0]] Warnings:<nil>}}
I0408 22:45:16.445500 8364 docker.go:318] overlay module found
I0408 22:45:16.448615 8364 out.go:177] * Using the docker driver based on user configuration
I0408 22:45:16.451396 8364 start.go:297] selected driver: docker
I0408 22:45:16.451427 8364 start.go:901] validating driver "docker" against <nil>
I0408 22:45:16.451449 8364 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0408 22:45:16.452191 8364 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0408 22:45:16.507888 8364 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH 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:23 OomKillDisable:true NGoroutines:43 SystemTime:2025-04-08 22:45:16.499243405 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1081-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:28.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:05044ec0a9a75232cad458027ca83437aae3f4da Expected:05044ec0a9a75232cad458027ca83437aae3f4da} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> Se
rverErrors:[] 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.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0]] Warnings:<nil>}}
I0408 22:45:16.508037 8364 start_flags.go:311] no existing cluster config was found, will generate one from the flags
I0408 22:45:16.508277 8364 start_flags.go:975] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0408 22:45:16.511297 8364 out.go:177] * Using Docker driver with root privileges
I0408 22:45:16.514249 8364 cni.go:84] Creating CNI manager for ""
I0408 22:45:16.514317 8364 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0408 22:45:16.514333 8364 start_flags.go:320] Found "CNI" CNI - setting NetworkPlugin=cni
I0408 22:45:16.514421 8364 start.go:340] cluster config:
{Name:addons-413286 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 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.32.2 ClusterName:addons-413286 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.32.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}
I0408 22:45:16.517546 8364 out.go:177] * Starting "addons-413286" primary control-plane node in "addons-413286" cluster
I0408 22:45:16.520402 8364 cache.go:121] Beginning downloading kic base image for docker with crio
I0408 22:45:16.523374 8364 out.go:177] * Pulling base image v0.0.46-1743675393-20591 ...
I0408 22:45:16.526095 8364 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime crio
I0408 22:45:16.526160 8364 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20501-2291/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-cri-o-overlay-arm64.tar.lz4
I0408 22:45:16.526175 8364 cache.go:56] Caching tarball of preloaded images
I0408 22:45:16.526275 8364 preload.go:172] Found /home/jenkins/minikube-integration/20501-2291/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I0408 22:45:16.526286 8364 cache.go:59] Finished verifying existence of preloaded tar for v1.32.2 on crio
I0408 22:45:16.526667 8364 profile.go:143] Saving config to /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/config.json ...
I0408 22:45:16.526688 8364 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/config.json: {Name:mka95470cd9d421acd6b4ad08891a813abd27a2a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0408 22:45:16.526849 8364 image.go:81] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 in local docker daemon
I0408 22:45:16.542038 8364 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 to local cache
I0408 22:45:16.542169 8364 image.go:65] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 in local cache directory
I0408 22:45:16.542191 8364 image.go:68] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 in local cache directory, skipping pull
I0408 22:45:16.542199 8364 image.go:137] gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 exists in cache, skipping pull
I0408 22:45:16.542206 8364 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 as a tarball
I0408 22:45:16.542212 8364 cache.go:163] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 from local cache
I0408 22:45:34.480015 8364 cache.go:165] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 from cached tarball
I0408 22:45:34.480055 8364 cache.go:230] Successfully downloaded all kic artifacts
I0408 22:45:34.480090 8364 start.go:360] acquireMachinesLock for addons-413286: {Name:mke424661e5ee9eb7d453c5e2f2907a5bef88134 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0408 22:45:34.480205 8364 start.go:364] duration metric: took 91.268µs to acquireMachinesLock for "addons-413286"
I0408 22:45:34.480235 8364 start.go:93] Provisioning new machine with config: &{Name:addons-413286 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 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.32.2 ClusterName:addons-413286 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.32.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.32.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0408 22:45:34.480302 8364 start.go:125] createHost starting for "" (driver="docker")
I0408 22:45:34.483940 8364 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0408 22:45:34.484176 8364 start.go:159] libmachine.API.Create for "addons-413286" (driver="docker")
I0408 22:45:34.484214 8364 client.go:168] LocalClient.Create starting
I0408 22:45:34.484334 8364 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/20501-2291/.minikube/certs/ca.pem
I0408 22:45:34.533325 8364 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/20501-2291/.minikube/certs/cert.pem
I0408 22:45:34.840356 8364 cli_runner.go:164] Run: docker network inspect addons-413286 --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}}]}"
W0408 22:45:34.857086 8364 cli_runner.go:211] docker network inspect addons-413286 --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
I0408 22:45:34.857177 8364 network_create.go:284] running [docker network inspect addons-413286] to gather additional debugging logs...
I0408 22:45:34.857196 8364 cli_runner.go:164] Run: docker network inspect addons-413286
W0408 22:45:34.875522 8364 cli_runner.go:211] docker network inspect addons-413286 returned with exit code 1
I0408 22:45:34.875552 8364 network_create.go:287] error running [docker network inspect addons-413286]: docker network inspect addons-413286: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-413286 not found
I0408 22:45:34.875565 8364 network_create.go:289] output of [docker network inspect addons-413286]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-413286 not found
** /stderr **
I0408 22:45:34.875650 8364 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}}]}"
I0408 22:45:34.891699 8364 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:0x4001a5e490}
I0408 22:45:34.891736 8364 network_create.go:124] attempt to create docker network addons-413286 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0408 22:45:34.891797 8364 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-413286 addons-413286
I0408 22:45:34.950190 8364 network_create.go:108] docker network addons-413286 192.168.49.0/24 created
I0408 22:45:34.950219 8364 kic.go:121] calculated static IP "192.168.49.2" for the "addons-413286" container
I0408 22:45:34.950297 8364 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0408 22:45:34.966852 8364 cli_runner.go:164] Run: docker volume create addons-413286 --label name.minikube.sigs.k8s.io=addons-413286 --label created_by.minikube.sigs.k8s.io=true
I0408 22:45:34.984993 8364 oci.go:103] Successfully created a docker volume addons-413286
I0408 22:45:34.985088 8364 cli_runner.go:164] Run: docker run --rm --name addons-413286-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-413286 --entrypoint /usr/bin/test -v addons-413286:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 -d /var/lib
I0408 22:45:36.462488 8364 cli_runner.go:217] Completed: docker run --rm --name addons-413286-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-413286 --entrypoint /usr/bin/test -v addons-413286:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 -d /var/lib: (1.477353046s)
I0408 22:45:36.462516 8364 oci.go:107] Successfully prepared a docker volume addons-413286
I0408 22:45:36.462551 8364 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime crio
I0408 22:45:36.462569 8364 kic.go:194] Starting extracting preloaded images to volume ...
I0408 22:45:36.462629 8364 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20501-2291/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-413286:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 -I lz4 -xf /preloaded.tar -C /extractDir
I0408 22:45:40.724501 8364 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20501-2291/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-413286:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 -I lz4 -xf /preloaded.tar -C /extractDir: (4.26181282s)
I0408 22:45:40.724531 8364 kic.go:203] duration metric: took 4.261958768s to extract preloaded images to volume ...
W0408 22:45:40.724666 8364 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0408 22:45:40.724785 8364 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0408 22:45:40.780306 8364 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-413286 --name addons-413286 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-413286 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-413286 --network addons-413286 --ip 192.168.49.2 --volume addons-413286:/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.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727
I0408 22:45:41.136389 8364 cli_runner.go:164] Run: docker container inspect addons-413286 --format={{.State.Running}}
I0408 22:45:41.169163 8364 cli_runner.go:164] Run: docker container inspect addons-413286 --format={{.State.Status}}
I0408 22:45:41.197023 8364 cli_runner.go:164] Run: docker exec addons-413286 stat /var/lib/dpkg/alternatives/iptables
I0408 22:45:41.260796 8364 oci.go:144] the created container "addons-413286" has a running status.
I0408 22:45:41.260827 8364 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/20501-2291/.minikube/machines/addons-413286/id_rsa...
I0408 22:45:41.752901 8364 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/20501-2291/.minikube/machines/addons-413286/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0408 22:45:41.779318 8364 cli_runner.go:164] Run: docker container inspect addons-413286 --format={{.State.Status}}
I0408 22:45:41.806247 8364 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0408 22:45:41.806271 8364 kic_runner.go:114] Args: [docker exec --privileged addons-413286 chown docker:docker /home/docker/.ssh/authorized_keys]
I0408 22:45:41.877279 8364 cli_runner.go:164] Run: docker container inspect addons-413286 --format={{.State.Status}}
I0408 22:45:41.907294 8364 machine.go:93] provisionDockerMachine start ...
I0408 22:45:41.907392 8364 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-413286
I0408 22:45:41.934818 8364 main.go:141] libmachine: Using SSH client type: native
I0408 22:45:41.935219 8364 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e66c0] 0x3e8e80 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0408 22:45:41.935237 8364 main.go:141] libmachine: About to run SSH command:
hostname
I0408 22:45:42.079140 8364 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-413286
I0408 22:45:42.079163 8364 ubuntu.go:169] provisioning hostname "addons-413286"
I0408 22:45:42.079227 8364 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-413286
I0408 22:45:42.106873 8364 main.go:141] libmachine: Using SSH client type: native
I0408 22:45:42.107213 8364 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e66c0] 0x3e8e80 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0408 22:45:42.107227 8364 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-413286 && echo "addons-413286" | sudo tee /etc/hostname
I0408 22:45:42.259303 8364 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-413286
I0408 22:45:42.259388 8364 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-413286
I0408 22:45:42.281422 8364 main.go:141] libmachine: Using SSH client type: native
I0408 22:45:42.281736 8364 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e66c0] 0x3e8e80 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0408 22:45:42.281753 8364 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-413286' /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-413286/g' /etc/hosts;
else
echo '127.0.1.1 addons-413286' | sudo tee -a /etc/hosts;
fi
fi
I0408 22:45:42.411484 8364 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0408 22:45:42.411519 8364 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/20501-2291/.minikube CaCertPath:/home/jenkins/minikube-integration/20501-2291/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/20501-2291/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/20501-2291/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/20501-2291/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/20501-2291/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/20501-2291/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/20501-2291/.minikube}
I0408 22:45:42.411538 8364 ubuntu.go:177] setting up certificates
I0408 22:45:42.411549 8364 provision.go:84] configureAuth start
I0408 22:45:42.411608 8364 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-413286
I0408 22:45:42.432881 8364 provision.go:143] copyHostCerts
I0408 22:45:42.432985 8364 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20501-2291/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/20501-2291/.minikube/key.pem (1675 bytes)
I0408 22:45:42.433121 8364 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20501-2291/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/20501-2291/.minikube/ca.pem (1082 bytes)
I0408 22:45:42.433189 8364 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20501-2291/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/20501-2291/.minikube/cert.pem (1123 bytes)
I0408 22:45:42.433244 8364 provision.go:117] generating server cert: /home/jenkins/minikube-integration/20501-2291/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/20501-2291/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/20501-2291/.minikube/certs/ca-key.pem org=jenkins.addons-413286 san=[127.0.0.1 192.168.49.2 addons-413286 localhost minikube]
I0408 22:45:43.343747 8364 provision.go:177] copyRemoteCerts
I0408 22:45:43.343814 8364 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0408 22:45:43.343889 8364 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-413286
I0408 22:45:43.361266 8364 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20501-2291/.minikube/machines/addons-413286/id_rsa Username:docker}
I0408 22:45:43.451820 8364 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20501-2291/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I0408 22:45:43.476397 8364 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20501-2291/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0408 22:45:43.500448 8364 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20501-2291/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0408 22:45:43.524343 8364 provision.go:87] duration metric: took 1.112781357s to configureAuth
I0408 22:45:43.524368 8364 ubuntu.go:193] setting minikube options for container-runtime
I0408 22:45:43.524561 8364 config.go:182] Loaded profile config "addons-413286": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.2
I0408 22:45:43.524664 8364 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-413286
I0408 22:45:43.542567 8364 main.go:141] libmachine: Using SSH client type: native
I0408 22:45:43.542875 8364 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e66c0] 0x3e8e80 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0408 22:45:43.542890 8364 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
I0408 22:45:43.769170 8364 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0408 22:45:43.769193 8364 machine.go:96] duration metric: took 1.861878927s to provisionDockerMachine
I0408 22:45:43.769203 8364 client.go:171] duration metric: took 9.284977502s to LocalClient.Create
I0408 22:45:43.769217 8364 start.go:167] duration metric: took 9.285041781s to libmachine.API.Create "addons-413286"
I0408 22:45:43.769224 8364 start.go:293] postStartSetup for "addons-413286" (driver="docker")
I0408 22:45:43.769243 8364 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]
I0408 22:45:43.769308 8364 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
I0408 22:45:43.769354 8364 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-413286
I0408 22:45:43.787010 8364 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20501-2291/.minikube/machines/addons-413286/id_rsa Username:docker}
I0408 22:45:43.876057 8364 ssh_runner.go:195] Run: cat /etc/os-release
I0408 22:45:43.879300 8364 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0408 22:45:43.879342 8364 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0408 22:45:43.879353 8364 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0408 22:45:43.879374 8364 info.go:137] Remote host: Ubuntu 22.04.5 LTS
I0408 22:45:43.879409 8364 filesync.go:126] Scanning /home/jenkins/minikube-integration/20501-2291/.minikube/addons for local assets ...
I0408 22:45:43.879532 8364 filesync.go:126] Scanning /home/jenkins/minikube-integration/20501-2291/.minikube/files for local assets ...
I0408 22:45:43.879576 8364 start.go:296] duration metric: took 110.337975ms for postStartSetup
I0408 22:45:43.879896 8364 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-413286
I0408 22:45:43.896511 8364 profile.go:143] Saving config to /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/config.json ...
I0408 22:45:43.896804 8364 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0408 22:45:43.896852 8364 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-413286
I0408 22:45:43.913419 8364 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20501-2291/.minikube/machines/addons-413286/id_rsa Username:docker}
I0408 22:45:44.003527 8364 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0408 22:45:44.007767 8364 start.go:128] duration metric: took 9.527445871s to createHost
I0408 22:45:44.007789 8364 start.go:83] releasing machines lock for "addons-413286", held for 9.527569558s
I0408 22:45:44.007855 8364 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-413286
I0408 22:45:44.026041 8364 ssh_runner.go:195] Run: cat /version.json
I0408 22:45:44.026094 8364 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-413286
I0408 22:45:44.026405 8364 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0408 22:45:44.026462 8364 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-413286
I0408 22:45:44.047006 8364 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20501-2291/.minikube/machines/addons-413286/id_rsa Username:docker}
I0408 22:45:44.049440 8364 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20501-2291/.minikube/machines/addons-413286/id_rsa Username:docker}
I0408 22:45:44.271051 8364 ssh_runner.go:195] Run: systemctl --version
I0408 22:45:44.275120 8364 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0408 22:45:44.418226 8364 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0408 22:45:44.422442 8364 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" ;
I0408 22:45:44.446102 8364 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0408 22:45:44.446189 8364 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" ;
I0408 22:45:44.486006 8364 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0408 22:45:44.486090 8364 start.go:495] detecting cgroup driver to use...
I0408 22:45:44.486140 8364 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0408 22:45:44.486202 8364 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0408 22:45:44.503088 8364 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0408 22:45:44.515897 8364 docker.go:217] disabling cri-docker service (if available) ...
I0408 22:45:44.515959 8364 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0408 22:45:44.530063 8364 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0408 22:45:44.544878 8364 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0408 22:45:44.637495 8364 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0408 22:45:44.749697 8364 docker.go:233] disabling docker service ...
I0408 22:45:44.749761 8364 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0408 22:45:44.776505 8364 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0408 22:45:44.788581 8364 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0408 22:45:44.870837 8364 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0408 22:45:44.965875 8364 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0408 22:45:44.978109 8364 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"
I0408 22:45:44.994626 8364 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
I0408 22:45:44.994746 8364 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"
I0408 22:45:45.004839 8364 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0408 22:45:45.004919 8364 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0408 22:45:45.016509 8364 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0408 22:45:45.030369 8364 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0408 22:45:45.043447 8364 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0408 22:45:45.054759 8364 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"
I0408 22:45:45.069758 8364 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"
I0408 22:45:45.088851 8364 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"
I0408 22:45:45.101133 8364 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0408 22:45:45.111847 8364 crio.go:166] couldn't verify netfilter by "sudo sysctl net.bridge.bridge-nf-call-iptables" which might be okay. error: sudo sysctl net.bridge.bridge-nf-call-iptables: Process exited with status 255
stdout:
stderr:
sysctl: cannot stat /proc/sys/net/bridge/bridge-nf-call-iptables: No such file or directory
I0408 22:45:45.111961 8364 ssh_runner.go:195] Run: sudo modprobe br_netfilter
I0408 22:45:45.128135 8364 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0408 22:45:45.139083 8364 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0408 22:45:45.235367 8364 ssh_runner.go:195] Run: sudo systemctl restart crio
I0408 22:45:45.380752 8364 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
I0408 22:45:45.380876 8364 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0408 22:45:45.384502 8364 start.go:563] Will wait 60s for crictl version
I0408 22:45:45.384617 8364 ssh_runner.go:195] Run: which crictl
I0408 22:45:45.388217 8364 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0408 22:45:45.429995 8364 start.go:579] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0408 22:45:45.430143 8364 ssh_runner.go:195] Run: crio --version
I0408 22:45:45.469409 8364 ssh_runner.go:195] Run: crio --version
I0408 22:45:45.516417 8364 out.go:177] * Preparing Kubernetes v1.32.2 on CRI-O 1.24.6 ...
I0408 22:45:45.519250 8364 cli_runner.go:164] Run: docker network inspect addons-413286 --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}}]}"
I0408 22:45:45.535838 8364 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0408 22:45:45.539570 8364 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""
I0408 22:45:45.550171 8364 kubeadm.go:883] updating cluster {Name:addons-413286 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 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.32.2 ClusterName:addons-413286 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.32.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} ...
I0408 22:45:45.550283 8364 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime crio
I0408 22:45:45.550335 8364 ssh_runner.go:195] Run: sudo crictl images --output json
I0408 22:45:45.629086 8364 crio.go:514] all images are preloaded for cri-o runtime.
I0408 22:45:45.629112 8364 crio.go:433] Images already preloaded, skipping extraction
I0408 22:45:45.629163 8364 ssh_runner.go:195] Run: sudo crictl images --output json
I0408 22:45:45.664929 8364 crio.go:514] all images are preloaded for cri-o runtime.
I0408 22:45:45.664968 8364 cache_images.go:84] Images are preloaded, skipping loading
I0408 22:45:45.664977 8364 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.32.2 crio true true} ...
I0408 22:45:45.665064 8364 kubeadm.go:946] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.32.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-413286 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.32.2 ClusterName:addons-413286 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:}
I0408 22:45:45.665146 8364 ssh_runner.go:195] Run: crio config
I0408 22:45:45.718750 8364 cni.go:84] Creating CNI manager for ""
I0408 22:45:45.718775 8364 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0408 22:45:45.718786 8364 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0408 22:45:45.718807 8364 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.32.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-413286 NodeName:addons-413286 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}
I0408 22:45:45.718926 8364 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-413286"
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.32.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
I0408 22:45:45.719027 8364 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.32.2
I0408 22:45:45.727351 8364 binaries.go:44] Found k8s binaries, skipping transfer
I0408 22:45:45.727486 8364 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0408 22:45:45.735633 8364 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0408 22:45:45.752569 8364 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0408 22:45:45.770464 8364 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2287 bytes)
I0408 22:45:45.789251 8364 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0408 22:45:45.792675 8364 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""
I0408 22:45:45.803685 8364 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0408 22:45:45.887128 8364 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0408 22:45:45.900925 8364 certs.go:68] Setting up /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286 for IP: 192.168.49.2
I0408 22:45:45.900998 8364 certs.go:194] generating shared ca certs ...
I0408 22:45:45.901029 8364 certs.go:226] acquiring lock for ca certs: {Name:mk503a8b252099092caabec072a3dd90b672fb91 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0408 22:45:45.901213 8364 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/20501-2291/.minikube/ca.key
I0408 22:45:45.989682 8364 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20501-2291/.minikube/ca.crt ...
I0408 22:45:45.989715 8364 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20501-2291/.minikube/ca.crt: {Name:mk553da8cbde6bf4a82601ced1ec89908c0eab44 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0408 22:45:45.989913 8364 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20501-2291/.minikube/ca.key ...
I0408 22:45:45.989926 8364 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20501-2291/.minikube/ca.key: {Name:mk111ff94297b247b8cf2ad275261a3e8302031d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0408 22:45:45.990025 8364 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/20501-2291/.minikube/proxy-client-ca.key
I0408 22:45:46.619205 8364 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20501-2291/.minikube/proxy-client-ca.crt ...
I0408 22:45:46.619236 8364 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20501-2291/.minikube/proxy-client-ca.crt: {Name:mk742418454a8039b304f3fbbf0bab0f6096c6a8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0408 22:45:46.619421 8364 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20501-2291/.minikube/proxy-client-ca.key ...
I0408 22:45:46.619433 8364 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20501-2291/.minikube/proxy-client-ca.key: {Name:mk3932d73cf051e039144ea90cd721db9fa58487 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0408 22:45:46.619516 8364 certs.go:256] generating profile certs ...
I0408 22:45:46.619573 8364 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/client.key
I0408 22:45:46.619598 8364 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/client.crt with IP's: []
I0408 22:45:47.243498 8364 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/client.crt ...
I0408 22:45:47.243534 8364 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/client.crt: {Name:mk9d998aa89e1d31184c3844f2c2583b1521003a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0408 22:45:47.243734 8364 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/client.key ...
I0408 22:45:47.243749 8364 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/client.key: {Name:mka1fc1ce73bdc8d37a6f4258b5911f9d4324006 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0408 22:45:47.243837 8364 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/apiserver.key.a3abe03f
I0408 22:45:47.243858 8364 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/apiserver.crt.a3abe03f with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0408 22:45:47.429649 8364 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/apiserver.crt.a3abe03f ...
I0408 22:45:47.429677 8364 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/apiserver.crt.a3abe03f: {Name:mkb196c0d6e95fcf65463b48f4ce5fe4ab182257 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0408 22:45:47.429846 8364 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/apiserver.key.a3abe03f ...
I0408 22:45:47.429860 8364 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/apiserver.key.a3abe03f: {Name:mke077039f246e52cc26a9bb2652ec05b85b7bcc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0408 22:45:47.429949 8364 certs.go:381] copying /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/apiserver.crt.a3abe03f -> /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/apiserver.crt
I0408 22:45:47.430028 8364 certs.go:385] copying /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/apiserver.key.a3abe03f -> /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/apiserver.key
I0408 22:45:47.430082 8364 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/proxy-client.key
I0408 22:45:47.430103 8364 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/proxy-client.crt with IP's: []
I0408 22:45:47.947779 8364 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/proxy-client.crt ...
I0408 22:45:47.947811 8364 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/proxy-client.crt: {Name:mk6caa2eff6a6a9663a10209e24f4967e68c7e9c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0408 22:45:47.947994 8364 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/proxy-client.key ...
I0408 22:45:47.948007 8364 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/proxy-client.key: {Name:mkec377a7c018389c94254cbe1006c56b9654607 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0408 22:45:47.948184 8364 certs.go:484] found cert: /home/jenkins/minikube-integration/20501-2291/.minikube/certs/ca-key.pem (1679 bytes)
I0408 22:45:47.948229 8364 certs.go:484] found cert: /home/jenkins/minikube-integration/20501-2291/.minikube/certs/ca.pem (1082 bytes)
I0408 22:45:47.948256 8364 certs.go:484] found cert: /home/jenkins/minikube-integration/20501-2291/.minikube/certs/cert.pem (1123 bytes)
I0408 22:45:47.948284 8364 certs.go:484] found cert: /home/jenkins/minikube-integration/20501-2291/.minikube/certs/key.pem (1675 bytes)
I0408 22:45:47.948837 8364 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20501-2291/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0408 22:45:47.973660 8364 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20501-2291/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0408 22:45:47.997960 8364 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20501-2291/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0408 22:45:48.022528 8364 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20501-2291/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0408 22:45:48.048702 8364 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0408 22:45:48.074131 8364 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0408 22:45:48.099266 8364 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0408 22:45:48.123435 8364 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20501-2291/.minikube/profiles/addons-413286/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0408 22:45:48.148105 8364 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20501-2291/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0408 22:45:48.172538 8364 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0408 22:45:48.191339 8364 ssh_runner.go:195] Run: openssl version
I0408 22:45:48.197182 8364 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"
I0408 22:45:48.207328 8364 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0408 22:45:48.210917 8364 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Apr 8 22:45 /usr/share/ca-certificates/minikubeCA.pem
I0408 22:45:48.211011 8364 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0408 22:45:48.218233 8364 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"
I0408 22:45:48.227986 8364 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0408 22:45:48.231633 8364 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
I0408 22:45:48.231716 8364 kubeadm.go:392] StartCluster: {Name:addons-413286 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 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.32.2 ClusterName:addons-413286 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.32.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}
I0408 22:45:48.231791 8364 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0408 22:45:48.231863 8364 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0408 22:45:48.271510 8364 cri.go:89] found id: ""
I0408 22:45:48.271580 8364 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0408 22:45:48.283082 8364 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0408 22:45:48.294522 8364 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0408 22:45:48.294586 8364 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
I0408 22:45:48.307400 8364 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
I0408 22:45:48.307424 8364 kubeadm.go:157] found existing configuration files:
I0408 22:45:48.307499 8364 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0408 22:45:48.319831 8364 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
I0408 22:45:48.319903 8364 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0408 22:45:48.330951 8364 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0408 22:45:48.340382 8364 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
I0408 22:45:48.340472 8364 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0408 22:45:48.348947 8364 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0408 22:45:48.357527 8364 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
I0408 22:45:48.357589 8364 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0408 22:45:48.366024 8364 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0408 22:45:48.377830 8364 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
I0408 22:45:48.377901 8364 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0408 22:45:48.387728 8364 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.32.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"
I0408 22:45:48.428430 8364 kubeadm.go:310] [init] Using Kubernetes version: v1.32.2
I0408 22:45:48.428658 8364 kubeadm.go:310] [preflight] Running pre-flight checks
I0408 22:45:48.447015 8364 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I0408 22:45:48.447174 8364 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1081-aws[0m
I0408 22:45:48.447260 8364 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I0408 22:45:48.447333 8364 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0408 22:45:48.447412 8364 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0408 22:45:48.447512 8364 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0408 22:45:48.447586 8364 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0408 22:45:48.447662 8364 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0408 22:45:48.447732 8364 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0408 22:45:48.447801 8364 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0408 22:45:48.447871 8364 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0408 22:45:48.447941 8364 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0408 22:45:48.513030 8364 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0408 22:45:48.513194 8364 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0408 22:45:48.513320 8364 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I0408 22:45:48.519936 8364 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0408 22:45:48.526480 8364 out.go:235] - Generating certificates and keys ...
I0408 22:45:48.526659 8364 kubeadm.go:310] [certs] Using existing ca certificate authority
I0408 22:45:48.526754 8364 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0408 22:45:49.254878 8364 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0408 22:45:49.926996 8364 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0408 22:45:50.113074 8364 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0408 22:45:50.532603 8364 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0408 22:45:51.102217 8364 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0408 22:45:51.102360 8364 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-413286 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0408 22:45:51.906136 8364 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0408 22:45:51.906593 8364 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-413286 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0408 22:45:52.743101 8364 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0408 22:45:53.515338 8364 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0408 22:45:54.035874 8364 kubeadm.go:310] [certs] Generating "sa" key and public key
I0408 22:45:54.036037 8364 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0408 22:45:55.028826 8364 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0408 22:45:55.629040 8364 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0408 22:45:55.977786 8364 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0408 22:45:56.692262 8364 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0408 22:45:56.941428 8364 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0408 22:45:56.942019 8364 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0408 22:45:56.945490 8364 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0408 22:45:56.948969 8364 out.go:235] - Booting up control plane ...
I0408 22:45:56.949081 8364 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0408 22:45:56.949164 8364 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0408 22:45:56.950322 8364 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0408 22:45:56.962852 8364 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0408 22:45:56.970348 8364 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0408 22:45:56.970410 8364 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0408 22:45:57.067558 8364 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0408 22:45:57.067679 8364 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I0408 22:45:58.569173 8364 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.501739055s
I0408 22:45:58.569263 8364 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0408 22:46:04.571417 8364 kubeadm.go:310] [api-check] The API server is healthy after 6.002328559s
I0408 22:46:04.596586 8364 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0408 22:46:04.610401 8364 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0408 22:46:04.637184 8364 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0408 22:46:04.637386 8364 kubeadm.go:310] [mark-control-plane] Marking the node addons-413286 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0408 22:46:04.647598 8364 kubeadm.go:310] [bootstrap-token] Using token: pz9rxe.hiqdrblfos5f21cd
I0408 22:46:04.652621 8364 out.go:235] - Configuring RBAC rules ...
I0408 22:46:04.652768 8364 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0408 22:46:04.657027 8364 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0408 22:46:04.666307 8364 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
I0408 22:46:04.672559 8364 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0408 22:46:04.677030 8364 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0408 22:46:04.680749 8364 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0408 22:46:04.977571 8364 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0408 22:46:05.434411 8364 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0408 22:46:05.980217 8364 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0408 22:46:05.981308 8364 kubeadm.go:310]
I0408 22:46:05.981379 8364 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0408 22:46:05.981385 8364 kubeadm.go:310]
I0408 22:46:05.981461 8364 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0408 22:46:05.981466 8364 kubeadm.go:310]
I0408 22:46:05.981491 8364 kubeadm.go:310] mkdir -p $HOME/.kube
I0408 22:46:05.981549 8364 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0408 22:46:05.981599 8364 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0408 22:46:05.981603 8364 kubeadm.go:310]
I0408 22:46:05.981657 8364 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0408 22:46:05.981661 8364 kubeadm.go:310]
I0408 22:46:05.981708 8364 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0408 22:46:05.981713 8364 kubeadm.go:310]
I0408 22:46:05.981764 8364 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0408 22:46:05.981838 8364 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0408 22:46:05.981906 8364 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0408 22:46:05.981911 8364 kubeadm.go:310]
I0408 22:46:05.981994 8364 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0408 22:46:05.982071 8364 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0408 22:46:05.982075 8364 kubeadm.go:310]
I0408 22:46:05.982158 8364 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token pz9rxe.hiqdrblfos5f21cd \
I0408 22:46:05.982260 8364 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:826a5960b2f2edfefbc65c482801ad19c3fea018e3ed6325ba2220b67089039c \
I0408 22:46:05.982284 8364 kubeadm.go:310] --control-plane
I0408 22:46:05.982288 8364 kubeadm.go:310]
I0408 22:46:05.982373 8364 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0408 22:46:05.982377 8364 kubeadm.go:310]
I0408 22:46:05.982458 8364 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token pz9rxe.hiqdrblfos5f21cd \
I0408 22:46:05.982559 8364 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:826a5960b2f2edfefbc65c482801ad19c3fea018e3ed6325ba2220b67089039c
I0408 22:46:05.986190 8364 kubeadm.go:310] [WARNING SystemVerification]: cgroups v1 support is in maintenance mode, please migrate to cgroups v2
I0408 22:46:05.986444 8364 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-1081-aws\n", err: exit status 1
I0408 22:46:05.986559 8364 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0408 22:46:05.986583 8364 cni.go:84] Creating CNI manager for ""
I0408 22:46:05.986594 8364 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0408 22:46:05.989663 8364 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0408 22:46:05.992406 8364 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0408 22:46:05.996415 8364 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.32.2/kubectl ...
I0408 22:46:05.996435 8364 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
I0408 22:46:06.015483 8364 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0408 22:46:06.303485 8364 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0408 22:46:06.303633 8364 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0408 22:46:06.303727 8364 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-413286 minikube.k8s.io/updated_at=2025_04_08T22_46_06_0700 minikube.k8s.io/version=v1.35.0 minikube.k8s.io/commit=fd2f4c3eba2bd452b5997c855e28d0966165ba83 minikube.k8s.io/name=addons-413286 minikube.k8s.io/primary=true
I0408 22:46:06.311596 8364 ops.go:34] apiserver oom_adj: -16
I0408 22:46:06.454656 8364 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0408 22:46:06.955261 8364 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0408 22:46:07.454861 8364 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0408 22:46:07.954796 8364 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0408 22:46:08.455346 8364 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0408 22:46:08.955259 8364 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0408 22:46:09.455702 8364 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0408 22:46:09.954711 8364 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0408 22:46:10.455615 8364 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0408 22:46:10.540290 8364 kubeadm.go:1113] duration metric: took 4.236723565s to wait for elevateKubeSystemPrivileges
I0408 22:46:10.540326 8364 kubeadm.go:394] duration metric: took 22.308648271s to StartCluster
I0408 22:46:10.540343 8364 settings.go:142] acquiring lock: {Name:mk07231a42d391252cde4999af019ca4b2e3d391 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0408 22:46:10.540452 8364 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/20501-2291/kubeconfig
I0408 22:46:10.540876 8364 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20501-2291/kubeconfig: {Name:mk80f4232eb0cf55ee247da96c88c38ddfc99888 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0408 22:46:10.541074 8364 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0408 22:46:10.541259 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0408 22:46:10.541406 8364 addons.go:511] 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]
I0408 22:46:10.541515 8364 config.go:182] Loaded profile config "addons-413286": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.2
I0408 22:46:10.541526 8364 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-413286"
I0408 22:46:10.541538 8364 addons.go:238] Setting addon amd-gpu-device-plugin=true in "addons-413286"
I0408 22:46:10.541550 8364 addons.go:69] Setting inspektor-gadget=true in profile "addons-413286"
I0408 22:46:10.541560 8364 addons.go:238] Setting addon inspektor-gadget=true in "addons-413286"
I0408 22:46:10.541562 8364 host.go:66] Checking if "addons-413286" exists ...
I0408 22:46:10.541578 8364 host.go:66] Checking if "addons-413286" exists ...
I0408 22:46:10.541515 8364 addons.go:69] Setting yakd=true in profile "addons-413286"
I0408 22:46:10.541682 8364 addons.go:238] Setting addon yakd=true in "addons-413286"
I0408 22:46:10.541697 8364 host.go:66] Checking if "addons-413286" exists ...
I0408 22:46:10.542027 8364 cli_runner.go:164] Run: docker container inspect addons-413286 --format={{.State.Status}}
I0408 22:46:10.542078 8364 cli_runner.go:164] Run: docker container inspect addons-413286 --format={{.State.Status}}
I0408 22:46:10.543886 8364 addons.go:69] Setting cloud-spanner=true in profile "addons-413286"
I0408 22:46:10.546389 8364 addons.go:238] Setting addon cloud-spanner=true in "addons-413286"
I0408 22:46:10.544644 8364 addons.go:69] Setting metrics-server=true in profile "addons-413286"
I0408 22:46:10.544663 8364 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-413286"
I0408 22:46:10.545022 8364 addons.go:69] Setting registry=true in profile "addons-413286"
I0408 22:46:10.545039 8364 addons.go:69] Setting storage-provisioner=true in profile "addons-413286"
I0408 22:46:10.545045 8364 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-413286"
I0408 22:46:10.545052 8364 addons.go:69] Setting volcano=true in profile "addons-413286"
I0408 22:46:10.545057 8364 addons.go:69] Setting volumesnapshots=true in profile "addons-413286"
I0408 22:46:10.545193 8364 out.go:177] * Verifying Kubernetes components...
I0408 22:46:10.545215 8364 addons.go:69] Setting ingress=true in profile "addons-413286"
I0408 22:46:10.545221 8364 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-413286"
I0408 22:46:10.545227 8364 addons.go:69] Setting default-storageclass=true in profile "addons-413286"
I0408 22:46:10.545330 8364 addons.go:69] Setting gcp-auth=true in profile "addons-413286"
I0408 22:46:10.545818 8364 addons.go:69] Setting ingress-dns=true in profile "addons-413286"
I0408 22:46:10.546574 8364 cli_runner.go:164] Run: docker container inspect addons-413286 --format={{.State.Status}}
I0408 22:46:10.549511 8364 host.go:66] Checking if "addons-413286" exists ...
I0408 22:46:10.550269 8364 cli_runner.go:164] Run: docker container inspect addons-413286 --format={{.State.Status}}
I0408 22:46:10.549620 8364 addons.go:238] Setting addon registry=true in "addons-413286"
I0408 22:46:10.558166 8364 host.go:66] Checking if "addons-413286" exists ...
I0408 22:46:10.558649 8364 cli_runner.go:164] Run: docker container inspect addons-413286 --format={{.State.Status}}
I0408 22:46:10.549646 8364 addons.go:238] Setting addon metrics-server=true in "addons-413286"
I0408 22:46:10.559086 8364 host.go:66] Checking if "addons-413286" exists ...
I0408 22:46:10.559531 8364 cli_runner.go:164] Run: docker container inspect addons-413286 --format={{.State.Status}}
I0408 22:46:10.549655 8364 addons.go:238] Setting addon nvidia-device-plugin=true in "addons-413286"
I0408 22:46:10.563297 8364 host.go:66] Checking if "addons-413286" exists ...
I0408 22:46:10.563814 8364 cli_runner.go:164] Run: docker container inspect addons-413286 --format={{.State.Status}}
I0408 22:46:10.549666 8364 addons.go:238] Setting addon volcano=true in "addons-413286"
I0408 22:46:10.575568 8364 host.go:66] Checking if "addons-413286" exists ...
I0408 22:46:10.576042 8364 cli_runner.go:164] Run: docker container inspect addons-413286 --format={{.State.Status}}
I0408 22:46:10.549671 8364 addons.go:238] Setting addon storage-provisioner=true in "addons-413286"
I0408 22:46:10.586267 8364 host.go:66] Checking if "addons-413286" exists ...
I0408 22:46:10.586732 8364 cli_runner.go:164] Run: docker container inspect addons-413286 --format={{.State.Status}}
I0408 22:46:10.549680 8364 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-413286"
I0408 22:46:10.608600 8364 cli_runner.go:164] Run: docker container inspect addons-413286 --format={{.State.Status}}
I0408 22:46:10.549696 8364 addons.go:238] Setting addon volumesnapshots=true in "addons-413286"
I0408 22:46:10.649193 8364 host.go:66] Checking if "addons-413286" exists ...
I0408 22:46:10.649770 8364 cli_runner.go:164] Run: docker container inspect addons-413286 --format={{.State.Status}}
I0408 22:46:10.549716 8364 addons.go:238] Setting addon ingress=true in "addons-413286"
I0408 22:46:10.656704 8364 host.go:66] Checking if "addons-413286" exists ...
I0408 22:46:10.657370 8364 cli_runner.go:164] Run: docker container inspect addons-413286 --format={{.State.Status}}
I0408 22:46:10.549745 8364 addons.go:238] Setting addon csi-hostpath-driver=true in "addons-413286"
I0408 22:46:10.662163 8364 host.go:66] Checking if "addons-413286" exists ...
I0408 22:46:10.662648 8364 cli_runner.go:164] Run: docker container inspect addons-413286 --format={{.State.Status}}
I0408 22:46:10.662986 8364 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0408 22:46:10.689096 8364 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.37.0
I0408 22:46:10.549752 8364 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-413286"
I0408 22:46:10.692922 8364 cli_runner.go:164] Run: docker container inspect addons-413286 --format={{.State.Status}}
I0408 22:46:10.694700 8364 addons.go:435] installing /etc/kubernetes/addons/ig-crd.yaml
I0408 22:46:10.694754 8364 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5248 bytes)
I0408 22:46:10.694839 8364 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-413286
I0408 22:46:10.549763 8364 mustload.go:65] Loading cluster: addons-413286
I0408 22:46:10.699459 8364 config.go:182] Loaded profile config "addons-413286": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.2
I0408 22:46:10.699748 8364 cli_runner.go:164] Run: docker container inspect addons-413286 --format={{.State.Status}}
I0408 22:46:10.549778 8364 addons.go:238] Setting addon ingress-dns=true in "addons-413286"
I0408 22:46:10.711121 8364 host.go:66] Checking if "addons-413286" exists ...
I0408 22:46:10.711595 8364 cli_runner.go:164] Run: docker container inspect addons-413286 --format={{.State.Status}}
I0408 22:46:10.715157 8364 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0408 22:46:10.718682 8364 addons.go:435] installing /etc/kubernetes/addons/yakd-ns.yaml
I0408 22:46:10.718761 8364 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0408 22:46:10.718889 8364 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-413286
I0408 22:46:10.735946 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.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.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0408 22:46:10.744476 8364 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0408 22:46:10.759673 8364 out.go:177] - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
I0408 22:46:10.762623 8364 addons.go:435] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I0408 22:46:10.762648 8364 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
I0408 22:46:10.762716 8364 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-413286
I0408 22:46:10.769130 8364 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.31
I0408 22:46:10.774780 8364 addons.go:435] installing /etc/kubernetes/addons/deployment.yaml
I0408 22:46:10.774804 8364 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0408 22:46:10.774872 8364 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-413286
W0408 22:46:10.775125 8364 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I0408 22:46:10.775382 8364 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
I0408 22:46:10.775928 8364 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.8
I0408 22:46:10.776275 8364 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0408 22:46:10.776304 8364 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0408 22:46:10.776377 8364 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-413286
I0408 22:46:10.815511 8364 addons.go:435] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0408 22:46:10.815529 8364 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0408 22:46:10.815596 8364 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-413286
I0408 22:46:10.860512 8364 out.go:177] - Using image docker.io/registry:2.8.3
I0408 22:46:10.860795 8364 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.0
I0408 22:46:10.860874 8364 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0408 22:46:10.867442 8364 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I0408 22:46:10.872236 8364 addons.go:238] Setting addon storage-provisioner-rancher=true in "addons-413286"
I0408 22:46:10.872277 8364 host.go:66] Checking if "addons-413286" exists ...
I0408 22:46:10.872677 8364 cli_runner.go:164] Run: docker container inspect addons-413286 --format={{.State.Status}}
I0408 22:46:10.876600 8364 addons.go:435] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0408 22:46:10.876618 8364 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0408 22:46:10.876674 8364 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-413286
I0408 22:46:10.897476 8364 addons.go:435] installing /etc/kubernetes/addons/registry-rc.yaml
I0408 22:46:10.897498 8364 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0408 22:46:10.897558 8364 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-413286
I0408 22:46:10.928489 8364 addons.go:238] Setting addon default-storageclass=true in "addons-413286"
I0408 22:46:10.928542 8364 host.go:66] Checking if "addons-413286" exists ...
I0408 22:46:10.929083 8364 cli_runner.go:164] Run: docker container inspect addons-413286 --format={{.State.Status}}
I0408 22:46:10.948518 8364 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0408 22:46:10.948539 8364 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0408 22:46:10.948607 8364 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-413286
I0408 22:46:10.965282 8364 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20501-2291/.minikube/machines/addons-413286/id_rsa Username:docker}
I0408 22:46:10.966697 8364 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20501-2291/.minikube/machines/addons-413286/id_rsa Username:docker}
I0408 22:46:10.968508 8364 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0408 22:46:10.969697 8364 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.3
I0408 22:46:10.976523 8364 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I0408 22:46:10.976658 8364 addons.go:435] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0408 22:46:10.976669 8364 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0408 22:46:10.976733 8364 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-413286
I0408 22:46:10.977007 8364 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0408 22:46:10.981286 8364 host.go:66] Checking if "addons-413286" exists ...
I0408 22:46:10.982908 8364 addons.go:435] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0408 22:46:10.982922 8364 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0408 22:46:10.983002 8364 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-413286
I0408 22:46:10.995424 8364 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0408 22:46:11.001718 8364 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0408 22:46:11.004594 8364 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0408 22:46:11.007699 8364 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0408 22:46:11.013060 8364 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0408 22:46:11.016278 8364 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0408 22:46:11.019200 8364 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0408 22:46:11.019433 8364 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20501-2291/.minikube/machines/addons-413286/id_rsa Username:docker}
I0408 22:46:11.024769 8364 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20501-2291/.minikube/machines/addons-413286/id_rsa Username:docker}
I0408 22:46:11.026532 8364 addons.go:435] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0408 22:46:11.026571 8364 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0408 22:46:11.026637 8364 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-413286
I0408 22:46:11.076632 8364 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20501-2291/.minikube/machines/addons-413286/id_rsa Username:docker}
I0408 22:46:11.088789 8364 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20501-2291/.minikube/machines/addons-413286/id_rsa Username:docker}
I0408 22:46:11.134250 8364 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
I0408 22:46:11.134271 8364 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0408 22:46:11.134336 8364 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-413286
I0408 22:46:11.138711 8364 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0408 22:46:11.143118 8364 out.go:177] - Using image docker.io/busybox:stable
I0408 22:46:11.148465 8364 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0408 22:46:11.148492 8364 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0408 22:46:11.148558 8364 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-413286
I0408 22:46:11.161756 8364 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20501-2291/.minikube/machines/addons-413286/id_rsa Username:docker}
I0408 22:46:11.162380 8364 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20501-2291/.minikube/machines/addons-413286/id_rsa Username:docker}
I0408 22:46:11.193183 8364 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20501-2291/.minikube/machines/addons-413286/id_rsa Username:docker}
I0408 22:46:11.195805 8364 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20501-2291/.minikube/machines/addons-413286/id_rsa Username:docker}
I0408 22:46:11.198564 8364 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20501-2291/.minikube/machines/addons-413286/id_rsa Username:docker}
I0408 22:46:11.215752 8364 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20501-2291/.minikube/machines/addons-413286/id_rsa Username:docker}
I0408 22:46:11.247080 8364 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20501-2291/.minikube/machines/addons-413286/id_rsa Username:docker}
W0408 22:46:11.248538 8364 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0408 22:46:11.248569 8364 retry.go:31] will retry after 368.52409ms: ssh: handshake failed: EOF
I0408 22:46:11.253956 8364 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20501-2291/.minikube/machines/addons-413286/id_rsa Username:docker}
I0408 22:46:11.369214 8364 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0408 22:46:11.504147 8364 addons.go:435] installing /etc/kubernetes/addons/ig-deployment.yaml
I0408 22:46:11.504185 8364 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (14539 bytes)
I0408 22:46:11.507614 8364 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0408 22:46:11.507638 8364 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0408 22:46:11.532344 8364 addons.go:435] installing /etc/kubernetes/addons/yakd-sa.yaml
I0408 22:46:11.532368 8364 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0408 22:46:11.561095 8364 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0408 22:46:11.570344 8364 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I0408 22:46:11.601338 8364 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0408 22:46:11.601370 8364 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0408 22:46:11.671144 8364 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0408 22:46:11.699072 8364 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0408 22:46:11.711868 8364 addons.go:435] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0408 22:46:11.711892 8364 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0408 22:46:11.752426 8364 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0408 22:46:11.753166 8364 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0408 22:46:11.753214 8364 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0408 22:46:11.760708 8364 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0408 22:46:11.772055 8364 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0408 22:46:11.779138 8364 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0408 22:46:11.801727 8364 addons.go:435] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0408 22:46:11.801798 8364 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0408 22:46:11.809821 8364 addons.go:435] installing /etc/kubernetes/addons/yakd-crb.yaml
I0408 22:46:11.809896 8364 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0408 22:46:11.842684 8364 addons.go:435] installing /etc/kubernetes/addons/registry-svc.yaml
I0408 22:46:11.842705 8364 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0408 22:46:11.917091 8364 addons.go:435] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0408 22:46:11.917164 8364 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0408 22:46:11.921669 8364 addons.go:435] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0408 22:46:11.921745 8364 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0408 22:46:12.007842 8364 addons.go:435] installing /etc/kubernetes/addons/yakd-svc.yaml
I0408 22:46:12.007915 8364 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0408 22:46:12.012954 8364 addons.go:435] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0408 22:46:12.013036 8364 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)
I0408 22:46:12.032671 8364 addons.go:435] installing /etc/kubernetes/addons/registry-proxy.yaml
I0408 22:46:12.032744 8364 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0408 22:46:12.090890 8364 addons.go:435] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0408 22:46:12.091090 8364 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0408 22:46:12.115556 8364 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0408 22:46:12.147663 8364 addons.go:435] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0408 22:46:12.147684 8364 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0408 22:46:12.182745 8364 addons.go:435] installing /etc/kubernetes/addons/yakd-dp.yaml
I0408 22:46:12.182814 8364 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0408 22:46:12.226203 8364 addons.go:435] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0408 22:46:12.226292 8364 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0408 22:46:12.231199 8364 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0408 22:46:12.271949 8364 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.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.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.535964076s)
I0408 22:46:12.272044 8364 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0408 22:46:12.274078 8364 node_ready.go:35] waiting up to 6m0s for node "addons-413286" to be "Ready" ...
I0408 22:46:12.292474 8364 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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
I0408 22:46:12.294698 8364 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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
I0408 22:46:12.348861 8364 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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
I0408 22:46:12.420085 8364 addons.go:435] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0408 22:46:12.420170 8364 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0408 22:46:12.597710 8364 addons.go:435] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0408 22:46:12.597792 8364 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0408 22:46:12.748111 8364 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0408 22:46:12.748195 8364 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0408 22:46:12.843252 8364 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0408 22:46:12.843342 8364 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0408 22:46:12.989379 8364 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0408 22:46:12.989450 8364 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0408 22:46:13.175513 8364 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0408 22:46:13.175587 8364 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0408 22:46:13.366150 8364 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0408 22:46:13.366241 8364 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0408 22:46:13.593596 8364 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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
I0408 22:46:13.867947 8364 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-413286" context rescaled to 1 replicas
I0408 22:46:14.450434 8364 node_ready.go:53] node "addons-413286" has status "Ready":"False"
I0408 22:46:15.115909 8364 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml: (3.545526399s)
I0408 22:46:15.115976 8364 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (3.444808712s)
I0408 22:46:15.116177 8364 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.555055359s)
I0408 22:46:16.787807 8364 node_ready.go:53] node "addons-413286" has status "Ready":"False"
I0408 22:46:17.789592 8364 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (6.090483053s)
I0408 22:46:17.789624 8364 addons.go:479] Verifying addon ingress=true in "addons-413286"
I0408 22:46:17.789789 8364 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (6.037229222s)
I0408 22:46:17.789917 8364 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (6.02912955s)
I0408 22:46:17.789959 8364 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (6.01783385s)
I0408 22:46:17.790062 8364 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (6.010864186s)
I0408 22:46:17.790137 8364 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (5.674563047s)
I0408 22:46:17.790209 8364 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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.558941498s)
I0408 22:46:17.790223 8364 addons.go:479] Verifying addon registry=true in "addons-413286"
I0408 22:46:17.792886 8364 out.go:177] * Verifying registry addon...
I0408 22:46:17.792889 8364 out.go:177] * Verifying ingress addon...
I0408 22:46:17.797443 8364 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0408 22:46:17.797443 8364 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0408 22:46:17.824333 8364 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0408 22:46:17.824357 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:17.824933 8364 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0408 22:46:17.824953 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:17.901050 8364 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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.608479336s)
W0408 22:46:17.901089 8364 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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
I0408 22:46:17.901109 8364 retry.go:31] will retry after 220.101275ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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
I0408 22:46:17.901187 8364 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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.60642981s)
I0408 22:46:17.901203 8364 addons.go:479] Verifying addon metrics-server=true in "addons-413286"
I0408 22:46:17.901254 8364 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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: (5.552314071s)
I0408 22:46:17.904507 8364 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-413286 service yakd-dashboard -n yakd-dashboard
I0408 22:46:17.995971 8364 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0408 22:46:17.996060 8364 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-413286
I0408 22:46:18.026840 8364 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20501-2291/.minikube/machines/addons-413286/id_rsa Username:docker}
I0408 22:46:18.122319 8364 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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
I0408 22:46:18.154176 8364 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0408 22:46:18.182937 8364 addons.go:238] Setting addon gcp-auth=true in "addons-413286"
I0408 22:46:18.183006 8364 host.go:66] Checking if "addons-413286" exists ...
I0408 22:46:18.183460 8364 cli_runner.go:164] Run: docker container inspect addons-413286 --format={{.State.Status}}
I0408 22:46:18.208330 8364 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0408 22:46:18.208389 8364 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-413286
I0408 22:46:18.239474 8364 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20501-2291/.minikube/machines/addons-413286/id_rsa Username:docker}
I0408 22:46:18.277168 8364 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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.683522678s)
I0408 22:46:18.277196 8364 addons.go:479] Verifying addon csi-hostpath-driver=true in "addons-413286"
I0408 22:46:18.280160 8364 out.go:177] * Verifying csi-hostpath-driver addon...
I0408 22:46:18.283806 8364 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0408 22:46:18.326796 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:18.327625 8364 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0408 22:46:18.327641 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:18.328109 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:18.787847 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:18.801676 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:18.801753 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:19.276850 8364 node_ready.go:53] node "addons-413286" has status "Ready":"False"
I0408 22:46:19.287636 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:19.300278 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:19.300607 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:19.786891 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:19.800717 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:19.801288 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:20.287268 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:20.302179 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:20.302395 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:20.788243 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:20.805202 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:20.807056 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:20.885192 8364 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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.762817223s)
I0408 22:46:20.885250 8364 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (2.676900318s)
I0408 22:46:20.888357 8364 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I0408 22:46:20.891247 8364 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
I0408 22:46:20.893962 8364 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0408 22:46:20.893990 8364 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0408 22:46:20.913106 8364 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0408 22:46:20.913183 8364 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0408 22:46:20.933018 8364 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0408 22:46:20.933041 8364 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0408 22:46:20.951888 8364 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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
I0408 22:46:21.278884 8364 node_ready.go:53] node "addons-413286" has status "Ready":"False"
I0408 22:46:21.287728 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:21.302703 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:21.303674 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:21.497296 8364 addons.go:479] Verifying addon gcp-auth=true in "addons-413286"
I0408 22:46:21.500511 8364 out.go:177] * Verifying gcp-auth addon...
I0408 22:46:21.504227 8364 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0408 22:46:21.507106 8364 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0408 22:46:21.507129 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:21.786491 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:21.800499 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:21.800770 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:22.007912 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:22.287492 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:22.301322 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:22.301471 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:22.507300 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:22.786945 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:22.801142 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:22.801527 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:23.007264 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:23.286989 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:23.301048 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:23.301092 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:23.507401 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:23.777565 8364 node_ready.go:53] node "addons-413286" has status "Ready":"False"
I0408 22:46:23.787635 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:23.800740 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:23.800926 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:24.007812 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:24.287066 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:24.301378 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:24.301542 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:24.507945 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:24.786496 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:24.801288 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:24.801414 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:25.007627 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:25.287235 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:25.302382 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:25.302627 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:25.507155 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:25.786843 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:25.800794 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:25.801182 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:26.007020 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:26.277017 8364 node_ready.go:53] node "addons-413286" has status "Ready":"False"
I0408 22:46:26.287225 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:26.388595 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:26.388705 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:26.507509 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:26.786866 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:26.800636 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:26.800859 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:27.007616 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:27.287200 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:27.301142 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:27.301323 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:27.507104 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:27.786907 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:27.800657 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:27.800841 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:28.007436 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:28.277406 8364 node_ready.go:53] node "addons-413286" has status "Ready":"False"
I0408 22:46:28.287116 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:28.301927 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:28.302466 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:28.507072 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:28.786947 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:28.801164 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:28.801318 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:29.007938 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:29.286741 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:29.300642 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:29.301007 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:29.507868 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:29.787392 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:29.801293 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:29.801646 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:30.007384 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:30.287167 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:30.301389 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:30.301563 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:30.507604 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:30.777449 8364 node_ready.go:53] node "addons-413286" has status "Ready":"False"
I0408 22:46:30.786996 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:30.800970 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:30.801092 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:31.006857 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:31.287275 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:31.301717 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:31.302303 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:31.507103 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:31.786764 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:31.800769 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:31.801041 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:32.007598 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:32.287055 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:32.301137 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:32.301456 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:32.507384 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:32.786799 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:32.800502 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:32.800894 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:33.012175 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:33.277342 8364 node_ready.go:53] node "addons-413286" has status "Ready":"False"
I0408 22:46:33.287038 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:33.301001 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:33.301360 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:33.508178 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:33.787121 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:33.800798 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:33.800957 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:34.007010 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:34.287315 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:34.303286 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:34.303568 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:34.507496 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:34.787174 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:34.800754 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:34.801617 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:35.007552 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:35.287158 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:35.301651 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:35.302399 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:35.507017 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:35.776892 8364 node_ready.go:53] node "addons-413286" has status "Ready":"False"
I0408 22:46:35.786466 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:35.800345 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:35.800546 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:36.007563 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:36.287534 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:36.388597 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:36.388769 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:36.507612 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:36.787064 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:36.800851 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:36.800917 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:37.007757 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:37.287033 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:37.300989 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:37.301304 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:37.506937 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:37.777894 8364 node_ready.go:53] node "addons-413286" has status "Ready":"False"
I0408 22:46:37.786760 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:37.800745 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:37.800873 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:38.007936 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:38.286665 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:38.302616 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:38.302674 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:38.507683 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:38.787318 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:38.801345 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:38.801607 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:39.007188 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:39.296962 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:39.304957 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:39.305322 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:39.506914 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:39.786520 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:39.800734 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:39.800830 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:40.007528 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:40.277545 8364 node_ready.go:53] node "addons-413286" has status "Ready":"False"
I0408 22:46:40.287377 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:40.301505 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:40.301893 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:40.507585 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:40.787084 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:40.800956 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:40.801278 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:41.007300 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:41.287273 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:41.301045 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:41.301395 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:41.507868 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:41.786498 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:41.801517 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:41.801619 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:42.007536 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:42.277794 8364 node_ready.go:53] node "addons-413286" has status "Ready":"False"
I0408 22:46:42.286760 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:42.300957 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:42.301334 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:42.506803 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:42.787384 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:42.800578 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:42.800792 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:43.007757 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:43.287213 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:43.300965 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:43.301256 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:43.506697 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:43.786917 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:43.800943 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:43.801070 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:44.008355 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:44.286856 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:44.300886 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:44.301549 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:44.507883 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:44.776739 8364 node_ready.go:53] node "addons-413286" has status "Ready":"False"
I0408 22:46:44.787338 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:44.801120 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:44.801641 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:45.007588 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:45.289451 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:45.301623 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:45.302017 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:45.507777 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:45.787290 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:45.801762 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:45.801854 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:46.007620 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:46.287249 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:46.301200 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:46.301325 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:46.507742 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:46.777436 8364 node_ready.go:53] node "addons-413286" has status "Ready":"False"
I0408 22:46:46.787100 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:46.801086 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:46.801234 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:47.007026 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:47.286389 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:47.300483 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:47.300619 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:47.507182 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:47.787524 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:47.800377 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:47.800602 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:48.007384 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:48.287427 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:48.300479 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:48.300621 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:48.507430 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:48.786770 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:48.800948 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:48.801039 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:49.007931 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:49.277584 8364 node_ready.go:53] node "addons-413286" has status "Ready":"False"
I0408 22:46:49.287198 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:49.300942 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:49.301177 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:49.507002 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:49.786270 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:49.800901 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:49.801306 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:50.007149 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:50.287368 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:50.300361 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:50.300373 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:50.506987 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:50.786576 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:50.800453 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:50.800970 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:51.007956 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:51.278009 8364 node_ready.go:53] node "addons-413286" has status "Ready":"False"
I0408 22:46:51.286895 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:51.300940 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:51.301287 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:51.508754 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:51.787082 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:51.800820 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:51.800901 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:52.007451 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:52.287106 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:52.300849 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:52.301043 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:52.506819 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:52.787642 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:52.800333 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:52.800392 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:53.007308 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:53.286939 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:53.300821 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:53.301060 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:53.507191 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:53.776864 8364 node_ready.go:53] node "addons-413286" has status "Ready":"False"
I0408 22:46:53.787487 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:53.801588 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:53.801673 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:54.007438 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:54.287161 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:54.300689 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:54.300940 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:54.508341 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:54.786844 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:54.800468 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:54.800928 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:55.007728 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:55.287232 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:55.301061 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:55.301368 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:55.507059 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:55.787520 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:55.801194 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:55.801441 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:56.007462 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:56.277246 8364 node_ready.go:53] node "addons-413286" has status "Ready":"False"
I0408 22:46:56.286935 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:56.302172 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:56.302226 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:56.507550 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:56.787217 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:56.800890 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:56.801115 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:57.025599 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:57.345677 8364 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0408 22:46:57.345741 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:57.346607 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:57.347074 8364 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0408 22:46:57.347120 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:57.348405 8364 node_ready.go:49] node "addons-413286" has status "Ready":"True"
I0408 22:46:57.348452 8364 node_ready.go:38] duration metric: took 45.074294618s for node "addons-413286" to be "Ready" ...
I0408 22:46:57.348475 8364 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" ...
I0408 22:46:57.384868 8364 pod_ready.go:79] waiting up to 6m0s for pod "coredns-668d6bf9bc-4dw4b" in "kube-system" namespace to be "Ready" ...
I0408 22:46:57.543978 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:57.792020 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:57.891764 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:57.892353 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:58.007809 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:58.288722 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:58.300671 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:58.301127 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:58.507327 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:58.787724 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:58.800709 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:58.801077 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:58.889666 8364 pod_ready.go:93] pod "coredns-668d6bf9bc-4dw4b" in "kube-system" namespace has status "Ready":"True"
I0408 22:46:58.889693 8364 pod_ready.go:82] duration metric: took 1.504741983s for pod "coredns-668d6bf9bc-4dw4b" in "kube-system" namespace to be "Ready" ...
I0408 22:46:58.889715 8364 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-413286" in "kube-system" namespace to be "Ready" ...
I0408 22:46:58.903349 8364 pod_ready.go:93] pod "etcd-addons-413286" in "kube-system" namespace has status "Ready":"True"
I0408 22:46:58.903376 8364 pod_ready.go:82] duration metric: took 13.65304ms for pod "etcd-addons-413286" in "kube-system" namespace to be "Ready" ...
I0408 22:46:58.903405 8364 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-413286" in "kube-system" namespace to be "Ready" ...
I0408 22:46:58.908300 8364 pod_ready.go:93] pod "kube-apiserver-addons-413286" in "kube-system" namespace has status "Ready":"True"
I0408 22:46:58.908356 8364 pod_ready.go:82] duration metric: took 4.941375ms for pod "kube-apiserver-addons-413286" in "kube-system" namespace to be "Ready" ...
I0408 22:46:58.908369 8364 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-413286" in "kube-system" namespace to be "Ready" ...
I0408 22:46:58.913011 8364 pod_ready.go:93] pod "kube-controller-manager-addons-413286" in "kube-system" namespace has status "Ready":"True"
I0408 22:46:58.913034 8364 pod_ready.go:82] duration metric: took 4.656799ms for pod "kube-controller-manager-addons-413286" in "kube-system" namespace to be "Ready" ...
I0408 22:46:58.913047 8364 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-m2zft" in "kube-system" namespace to be "Ready" ...
I0408 22:46:58.917486 8364 pod_ready.go:93] pod "kube-proxy-m2zft" in "kube-system" namespace has status "Ready":"True"
I0408 22:46:58.917560 8364 pod_ready.go:82] duration metric: took 4.504722ms for pod "kube-proxy-m2zft" in "kube-system" namespace to be "Ready" ...
I0408 22:46:58.917583 8364 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-413286" in "kube-system" namespace to be "Ready" ...
I0408 22:46:59.008063 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:59.287965 8364 pod_ready.go:93] pod "kube-scheduler-addons-413286" in "kube-system" namespace has status "Ready":"True"
I0408 22:46:59.287998 8364 pod_ready.go:82] duration metric: took 370.404724ms for pod "kube-scheduler-addons-413286" in "kube-system" namespace to be "Ready" ...
I0408 22:46:59.288011 8364 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-7fbb699795-675rt" in "kube-system" namespace to be "Ready" ...
I0408 22:46:59.288237 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:59.301956 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:46:59.302100 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:59.507776 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:46:59.790623 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:46:59.803896 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:46:59.804883 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:00.007890 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:00.289163 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:00.302488 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:00.303029 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:00.508150 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:00.793383 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:00.809300 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:00.809807 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:01.007499 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:01.287306 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:01.296071 8364 pod_ready.go:103] pod "metrics-server-7fbb699795-675rt" in "kube-system" namespace has status "Ready":"False"
I0408 22:47:01.301563 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:01.301813 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:01.508026 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:01.787510 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:01.802736 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:01.805681 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:02.009448 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:02.287919 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:02.300460 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:02.300781 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:02.507962 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:02.786919 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:02.801120 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:02.801221 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:03.009008 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:03.287688 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:03.301413 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:03.302089 8364 pod_ready.go:103] pod "metrics-server-7fbb699795-675rt" in "kube-system" namespace has status "Ready":"False"
I0408 22:47:03.303919 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:03.507797 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:03.788883 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:03.810253 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:03.810579 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:04.007969 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:04.287730 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:04.304688 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:04.305158 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:04.508839 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:04.796856 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:04.803087 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:04.803330 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:05.007773 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:05.287540 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:05.300566 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:05.300772 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:05.507323 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:05.787958 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:05.810525 8364 pod_ready.go:103] pod "metrics-server-7fbb699795-675rt" in "kube-system" namespace has status "Ready":"False"
I0408 22:47:05.815847 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:05.816181 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:06.007120 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:06.287533 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:06.302211 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:06.305166 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:06.507521 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:06.792485 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:06.803692 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:06.804133 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:07.007089 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:07.287773 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:07.300834 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:07.301159 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:07.507819 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:07.787252 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:07.800860 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:07.801079 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:08.008413 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:08.288517 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:08.295018 8364 pod_ready.go:103] pod "metrics-server-7fbb699795-675rt" in "kube-system" namespace has status "Ready":"False"
I0408 22:47:08.310656 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:08.310862 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:08.507137 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:08.789170 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:08.813691 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:08.814340 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:09.008322 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:09.287931 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:09.301414 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:09.303293 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:09.507213 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:09.787787 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:09.800829 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:09.801385 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:10.007796 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:10.286919 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:10.300376 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:10.300793 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:10.508272 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:10.787352 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:10.795907 8364 pod_ready.go:103] pod "metrics-server-7fbb699795-675rt" in "kube-system" namespace has status "Ready":"False"
I0408 22:47:10.801057 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:10.801166 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:11.007446 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:11.287469 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:11.301791 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:11.301879 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:11.507910 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:11.788075 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:11.802585 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:11.803014 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:12.008465 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:12.294195 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:12.305667 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:12.305991 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:12.507111 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:12.788071 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:12.804592 8364 pod_ready.go:103] pod "metrics-server-7fbb699795-675rt" in "kube-system" namespace has status "Ready":"False"
I0408 22:47:12.805190 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:12.807030 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:13.008691 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:13.287675 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:13.308983 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:13.309362 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:13.507815 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:13.788216 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:13.803645 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:13.804766 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:14.007941 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:14.287232 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:14.302052 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:14.302415 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:14.509002 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:14.787420 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:14.800529 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:14.801635 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:15.008048 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:15.289366 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:15.295115 8364 pod_ready.go:103] pod "metrics-server-7fbb699795-675rt" in "kube-system" namespace has status "Ready":"False"
I0408 22:47:15.301595 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:15.301708 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:15.507459 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:15.787875 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:15.805657 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:15.805964 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:16.010171 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:16.296152 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:16.324780 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:16.325098 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:16.507398 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:16.790127 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:16.810031 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:16.818472 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:17.008074 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:17.288835 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:17.311945 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:17.312395 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:17.507775 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:17.791555 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:17.804000 8364 pod_ready.go:103] pod "metrics-server-7fbb699795-675rt" in "kube-system" namespace has status "Ready":"False"
I0408 22:47:17.805299 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:17.805444 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:18.013215 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:18.287393 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:18.301866 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:18.306012 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:18.507727 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:18.786822 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:18.802269 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:18.802501 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:19.007606 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:19.287265 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:19.305611 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:19.306161 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:19.508033 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:19.787185 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:19.801541 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:19.801773 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:20.008445 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:20.293123 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:20.307201 8364 pod_ready.go:103] pod "metrics-server-7fbb699795-675rt" in "kube-system" namespace has status "Ready":"False"
I0408 22:47:20.307766 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:20.308214 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:20.507885 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:20.787692 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:20.800758 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:20.801256 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:21.007005 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:21.287674 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:21.301062 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:21.301173 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:21.507614 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:21.787449 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:21.801480 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:21.801658 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:22.008364 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:22.288369 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:22.302552 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:22.302944 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:22.508318 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:22.789826 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:22.808767 8364 pod_ready.go:103] pod "metrics-server-7fbb699795-675rt" in "kube-system" namespace has status "Ready":"False"
I0408 22:47:22.816546 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:22.817946 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:23.008175 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:23.287870 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:23.301143 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:23.303197 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:23.506938 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:23.786838 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:23.801259 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:23.801688 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:24.007647 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:24.286715 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:24.301357 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:24.301577 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:24.507869 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:24.794948 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:24.800778 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:24.800926 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:25.009204 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:25.291653 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:25.298985 8364 pod_ready.go:103] pod "metrics-server-7fbb699795-675rt" in "kube-system" namespace has status "Ready":"False"
I0408 22:47:25.302336 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:25.302921 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:25.508588 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:25.793570 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:25.801581 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:25.801693 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:26.017676 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:26.287517 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:26.302609 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:26.303072 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:26.507534 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:26.788113 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:26.810763 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:26.811179 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:27.008100 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:27.287744 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:27.305424 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:27.305542 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:27.507781 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:27.788618 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:27.798476 8364 pod_ready.go:103] pod "metrics-server-7fbb699795-675rt" in "kube-system" namespace has status "Ready":"False"
I0408 22:47:27.805215 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:27.805613 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:28.010519 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:28.288018 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:28.305168 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:28.305325 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:28.507294 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:28.787459 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:28.801835 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:28.801973 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:29.009388 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:29.311073 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:29.312048 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:29.313955 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:29.507599 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:29.788024 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:29.801063 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:29.801754 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:30.008266 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:30.292639 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:30.295187 8364 pod_ready.go:103] pod "metrics-server-7fbb699795-675rt" in "kube-system" namespace has status "Ready":"False"
I0408 22:47:30.301937 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:30.302014 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:30.507823 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:30.787200 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:30.801046 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:30.801439 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:31.007398 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:31.288581 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:31.303135 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:31.304089 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:31.508568 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:31.787564 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:31.805527 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:31.805822 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:32.009323 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:32.288043 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:32.301570 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:32.301906 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:32.508302 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:32.787699 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:32.794533 8364 pod_ready.go:103] pod "metrics-server-7fbb699795-675rt" in "kube-system" namespace has status "Ready":"False"
I0408 22:47:32.801822 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:32.802442 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:33.008573 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:33.288282 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:33.301061 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:33.301194 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:33.506957 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:33.786904 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:33.800738 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:33.800835 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:34.007817 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:34.288257 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:34.315620 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:34.315823 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:34.511096 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:34.787406 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:34.794774 8364 pod_ready.go:103] pod "metrics-server-7fbb699795-675rt" in "kube-system" namespace has status "Ready":"False"
I0408 22:47:34.802301 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:34.802737 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:35.008990 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:35.288727 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:35.301173 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:35.301294 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:35.508216 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:35.787221 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:35.801775 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:35.801975 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:36.007767 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:36.289445 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:36.301142 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:36.301285 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:36.510845 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:36.788026 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:36.795207 8364 pod_ready.go:103] pod "metrics-server-7fbb699795-675rt" in "kube-system" namespace has status "Ready":"False"
I0408 22:47:36.804559 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:36.804907 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:37.008669 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:37.288121 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:37.303223 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:37.303881 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:37.507596 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:37.800407 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:37.804213 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:37.806500 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:38.015831 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:38.302799 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:38.390527 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:38.392644 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:38.513335 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:38.788568 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:38.802029 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:38.802372 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:39.007445 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:39.305648 8364 pod_ready.go:103] pod "metrics-server-7fbb699795-675rt" in "kube-system" namespace has status "Ready":"False"
I0408 22:47:39.307184 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:39.311881 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:39.312061 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:39.509289 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:39.788479 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:39.808808 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:39.809394 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:40.007373 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:40.308442 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:40.309346 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:40.309841 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:40.507638 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:40.788395 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:40.800683 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:40.801343 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:41.007331 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:41.292860 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:41.304335 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:41.304435 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:41.508102 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:41.790150 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:41.805421 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:41.805919 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:41.808513 8364 pod_ready.go:103] pod "metrics-server-7fbb699795-675rt" in "kube-system" namespace has status "Ready":"False"
I0408 22:47:42.008286 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:42.288668 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:42.303150 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:42.311069 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:42.514839 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:42.786802 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:42.801728 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:42.802231 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:43.008814 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:43.306785 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:43.313724 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:43.314392 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:43.507730 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:43.787493 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:43.801523 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:43.801872 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:44.008989 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:44.287699 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:44.295745 8364 pod_ready.go:103] pod "metrics-server-7fbb699795-675rt" in "kube-system" namespace has status "Ready":"False"
I0408 22:47:44.303570 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0408 22:47:44.303814 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:44.536154 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:44.788188 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:44.807420 8364 kapi.go:107] duration metric: took 1m27.009976842s to wait for kubernetes.io/minikube-addons=registry ...
I0408 22:47:44.807843 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:45.008157 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:45.290643 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:45.315584 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:45.509932 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:45.787937 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:45.812434 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:46.007442 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:46.288437 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:46.297933 8364 pod_ready.go:103] pod "metrics-server-7fbb699795-675rt" in "kube-system" namespace has status "Ready":"False"
I0408 22:47:46.300655 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:46.513368 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:46.787765 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:46.801881 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:47.012902 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:47.287788 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:47.301040 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:47.508465 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:47.787901 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:47.801035 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:48.008036 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:48.287580 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:48.301712 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:48.512973 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:48.786498 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:48.793072 8364 pod_ready.go:103] pod "metrics-server-7fbb699795-675rt" in "kube-system" namespace has status "Ready":"False"
I0408 22:47:48.800585 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:49.008943 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:49.287555 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:49.301006 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:49.514571 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:49.787875 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:49.801976 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:50.007681 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:50.292649 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:50.312993 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:50.564762 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:50.797077 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:50.802864 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:50.804263 8364 pod_ready.go:93] pod "metrics-server-7fbb699795-675rt" in "kube-system" namespace has status "Ready":"True"
I0408 22:47:50.804287 8364 pod_ready.go:82] duration metric: took 51.516268181s for pod "metrics-server-7fbb699795-675rt" in "kube-system" namespace to be "Ready" ...
I0408 22:47:50.804298 8364 pod_ready.go:79] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-tqqgl" in "kube-system" namespace to be "Ready" ...
I0408 22:47:50.811252 8364 pod_ready.go:93] pod "nvidia-device-plugin-daemonset-tqqgl" in "kube-system" namespace has status "Ready":"True"
I0408 22:47:50.811279 8364 pod_ready.go:82] duration metric: took 6.972629ms for pod "nvidia-device-plugin-daemonset-tqqgl" in "kube-system" namespace to be "Ready" ...
I0408 22:47:50.811300 8364 pod_ready.go:39] duration metric: took 53.462789716s 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" ...
I0408 22:47:50.811315 8364 api_server.go:52] waiting for apiserver process to appear ...
I0408 22:47:50.811365 8364 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0408 22:47:50.811462 8364 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0408 22:47:50.883841 8364 cri.go:89] found id: "d9ab95dc2f75c22fdab7bdd2941f8737ea99b8b9b1205bc62987ac9bdded6b7e"
I0408 22:47:50.883934 8364 cri.go:89] found id: ""
I0408 22:47:50.883946 8364 logs.go:282] 1 containers: [d9ab95dc2f75c22fdab7bdd2941f8737ea99b8b9b1205bc62987ac9bdded6b7e]
I0408 22:47:50.884045 8364 ssh_runner.go:195] Run: which crictl
I0408 22:47:50.888009 8364 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0408 22:47:50.888122 8364 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0408 22:47:50.943062 8364 cri.go:89] found id: "c63d942893c4f00a1976a941658a8dd4541c6b025572993e0c227ad0337a5584"
I0408 22:47:50.943133 8364 cri.go:89] found id: ""
I0408 22:47:50.943155 8364 logs.go:282] 1 containers: [c63d942893c4f00a1976a941658a8dd4541c6b025572993e0c227ad0337a5584]
I0408 22:47:50.943237 8364 ssh_runner.go:195] Run: which crictl
I0408 22:47:50.947291 8364 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0408 22:47:50.947402 8364 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0408 22:47:51.007373 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:51.013594 8364 cri.go:89] found id: "a2ae7176c69faf4bebd5dbab9af3c5ffa9a1d96e3680193fdada5e386abefb07"
I0408 22:47:51.013671 8364 cri.go:89] found id: ""
I0408 22:47:51.013694 8364 logs.go:282] 1 containers: [a2ae7176c69faf4bebd5dbab9af3c5ffa9a1d96e3680193fdada5e386abefb07]
I0408 22:47:51.013807 8364 ssh_runner.go:195] Run: which crictl
I0408 22:47:51.018382 8364 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0408 22:47:51.018514 8364 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0408 22:47:51.065795 8364 cri.go:89] found id: "e5810a187fc60da56a24340d63b460d4a6488bf78201441f6e1d6755eceae3f6"
I0408 22:47:51.065872 8364 cri.go:89] found id: ""
I0408 22:47:51.065893 8364 logs.go:282] 1 containers: [e5810a187fc60da56a24340d63b460d4a6488bf78201441f6e1d6755eceae3f6]
I0408 22:47:51.065980 8364 ssh_runner.go:195] Run: which crictl
I0408 22:47:51.070147 8364 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0408 22:47:51.070272 8364 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0408 22:47:51.130516 8364 cri.go:89] found id: "3713d12856e054b9f9a3782a4f0b98777160dc20ca824cbdf5af013ae02a0f4c"
I0408 22:47:51.130618 8364 cri.go:89] found id: ""
I0408 22:47:51.130641 8364 logs.go:282] 1 containers: [3713d12856e054b9f9a3782a4f0b98777160dc20ca824cbdf5af013ae02a0f4c]
I0408 22:47:51.130741 8364 ssh_runner.go:195] Run: which crictl
I0408 22:47:51.135296 8364 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0408 22:47:51.135418 8364 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0408 22:47:51.206854 8364 cri.go:89] found id: "aad5ecf47fd0da96511c1f1a70c2f57a640546e3533fdae4047d5e2a523d8d68"
I0408 22:47:51.206930 8364 cri.go:89] found id: ""
I0408 22:47:51.206953 8364 logs.go:282] 1 containers: [aad5ecf47fd0da96511c1f1a70c2f57a640546e3533fdae4047d5e2a523d8d68]
I0408 22:47:51.207046 8364 ssh_runner.go:195] Run: which crictl
I0408 22:47:51.211889 8364 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0408 22:47:51.212016 8364 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0408 22:47:51.274366 8364 cri.go:89] found id: "1ffbb24cf6ac90a67e439a508b7cf594d8653971284aa5a2adc70fe90f23eb81"
I0408 22:47:51.274438 8364 cri.go:89] found id: ""
I0408 22:47:51.274459 8364 logs.go:282] 1 containers: [1ffbb24cf6ac90a67e439a508b7cf594d8653971284aa5a2adc70fe90f23eb81]
I0408 22:47:51.274549 8364 ssh_runner.go:195] Run: which crictl
I0408 22:47:51.278463 8364 logs.go:123] Gathering logs for container status ...
I0408 22:47:51.278542 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0408 22:47:51.287531 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:51.302057 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:51.365535 8364 logs.go:123] Gathering logs for dmesg ...
I0408 22:47:51.365609 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0408 22:47:51.384484 8364 logs.go:123] Gathering logs for describe nodes ...
I0408 22:47:51.384559 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0408 22:47:51.507539 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:51.680390 8364 logs.go:123] Gathering logs for coredns [a2ae7176c69faf4bebd5dbab9af3c5ffa9a1d96e3680193fdada5e386abefb07] ...
I0408 22:47:51.680459 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a2ae7176c69faf4bebd5dbab9af3c5ffa9a1d96e3680193fdada5e386abefb07"
I0408 22:47:51.771565 8364 logs.go:123] Gathering logs for kube-scheduler [e5810a187fc60da56a24340d63b460d4a6488bf78201441f6e1d6755eceae3f6] ...
I0408 22:47:51.771730 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e5810a187fc60da56a24340d63b460d4a6488bf78201441f6e1d6755eceae3f6"
I0408 22:47:51.790556 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:51.811549 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:51.911301 8364 logs.go:123] Gathering logs for kube-proxy [3713d12856e054b9f9a3782a4f0b98777160dc20ca824cbdf5af013ae02a0f4c] ...
I0408 22:47:51.911376 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3713d12856e054b9f9a3782a4f0b98777160dc20ca824cbdf5af013ae02a0f4c"
I0408 22:47:51.998786 8364 logs.go:123] Gathering logs for kindnet [1ffbb24cf6ac90a67e439a508b7cf594d8653971284aa5a2adc70fe90f23eb81] ...
I0408 22:47:51.998813 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1ffbb24cf6ac90a67e439a508b7cf594d8653971284aa5a2adc70fe90f23eb81"
I0408 22:47:52.007968 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:52.062048 8364 logs.go:123] Gathering logs for CRI-O ...
I0408 22:47:52.062195 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0408 22:47:52.193011 8364 logs.go:123] Gathering logs for kubelet ...
I0408 22:47:52.194110 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
I0408 22:47:52.307255 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:52.317282 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W0408 22:47:52.340851 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:09 addons-413286 kubelet[1529]: W0408 22:46:09.460260 1529 reflector.go:569] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-413286" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-413286' and this object
W0408 22:47:52.341182 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:09 addons-413286 kubelet[1529]: E0408 22:46:09.460310 1529 reflector.go:166] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:addons-413286\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
W0408 22:47:52.371536 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: W0408 22:46:57.014364 1529 reflector.go:569] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-413286" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-413286' and this object
W0408 22:47:52.371877 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: E0408 22:46:57.014605 1529 reflector.go:166] "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-413286\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
W0408 22:47:52.372091 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: W0408 22:46:57.029710 1529 reflector.go:569] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-413286" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-413286' and this object
W0408 22:47:52.372343 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: E0408 22:46:57.029771 1529 reflector.go:166] "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-413286\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
W0408 22:47:52.372566 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: W0408 22:46:57.029827 1529 reflector.go:569] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-413286" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-413286' and this object
W0408 22:47:52.372846 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: E0408 22:46:57.029844 1529 reflector.go:166] "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-413286\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
W0408 22:47:52.373109 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: W0408 22:46:57.030477 1529 reflector.go:569] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-413286" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-413286' and this object
W0408 22:47:52.373373 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: E0408 22:46:57.030515 1529 reflector.go:166] "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-413286\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
W0408 22:47:52.373577 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: W0408 22:46:57.034749 1529 reflector.go:569] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-413286" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-413286' and this object
W0408 22:47:52.373839 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: E0408 22:46:57.034796 1529 reflector.go:166] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-413286\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
I0408 22:47:52.418889 8364 logs.go:123] Gathering logs for kube-apiserver [d9ab95dc2f75c22fdab7bdd2941f8737ea99b8b9b1205bc62987ac9bdded6b7e] ...
I0408 22:47:52.419004 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d9ab95dc2f75c22fdab7bdd2941f8737ea99b8b9b1205bc62987ac9bdded6b7e"
I0408 22:47:52.507949 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:52.534247 8364 logs.go:123] Gathering logs for etcd [c63d942893c4f00a1976a941658a8dd4541c6b025572993e0c227ad0337a5584] ...
I0408 22:47:52.534319 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c63d942893c4f00a1976a941658a8dd4541c6b025572993e0c227ad0337a5584"
I0408 22:47:52.642239 8364 logs.go:123] Gathering logs for kube-controller-manager [aad5ecf47fd0da96511c1f1a70c2f57a640546e3533fdae4047d5e2a523d8d68] ...
I0408 22:47:52.643832 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 aad5ecf47fd0da96511c1f1a70c2f57a640546e3533fdae4047d5e2a523d8d68"
I0408 22:47:52.767873 8364 out.go:358] Setting ErrFile to fd 2...
I0408 22:47:52.767979 8364 out.go:392] TERM=,COLORTERM=, which probably does not support color
W0408 22:47:52.768079 8364 out.go:270] X Problems detected in kubelet:
W0408 22:47:52.768124 8364 out.go:270] Apr 08 22:46:57 addons-413286 kubelet[1529]: E0408 22:46:57.029844 1529 reflector.go:166] "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-413286\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
W0408 22:47:52.768287 8364 out.go:270] Apr 08 22:46:57 addons-413286 kubelet[1529]: W0408 22:46:57.030477 1529 reflector.go:569] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-413286" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-413286' and this object
W0408 22:47:52.768325 8364 out.go:270] Apr 08 22:46:57 addons-413286 kubelet[1529]: E0408 22:46:57.030515 1529 reflector.go:166] "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-413286\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
W0408 22:47:52.768374 8364 out.go:270] Apr 08 22:46:57 addons-413286 kubelet[1529]: W0408 22:46:57.034749 1529 reflector.go:569] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-413286" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-413286' and this object
W0408 22:47:52.768412 8364 out.go:270] Apr 08 22:46:57 addons-413286 kubelet[1529]: E0408 22:46:57.034796 1529 reflector.go:166] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-413286\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
I0408 22:47:52.768456 8364 out.go:358] Setting ErrFile to fd 2...
I0408 22:47:52.768482 8364 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0408 22:47:52.788615 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:52.800788 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:53.008200 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:53.287620 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:53.302794 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:53.507864 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:53.789353 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:53.803520 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:54.008256 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:54.288516 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:54.300355 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:54.507460 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:54.787768 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:54.801048 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:55.007878 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:55.287431 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:55.303744 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:55.508409 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:55.788596 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:55.801148 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:56.007576 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:56.287907 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:56.300812 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:56.507638 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:56.786897 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:56.802182 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:57.007892 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:57.287652 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:57.316631 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:57.508780 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:57.787018 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:57.801206 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:58.009368 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:58.290816 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:58.300798 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:58.508627 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:58.786928 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:58.801892 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:59.007668 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:59.286742 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:59.300694 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:47:59.508299 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:47:59.792329 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:47:59.801248 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:48:00.010742 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:00.301583 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:00.306984 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:48:00.509875 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:00.787542 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:00.801548 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:48:01.007387 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:01.288291 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:01.301037 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:48:01.507343 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:01.791783 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:01.800724 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:48:02.008443 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:02.288462 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:02.301609 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:48:02.510632 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:02.769012 8364 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0408 22:48:02.791509 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:02.793044 8364 api_server.go:72] duration metric: took 1m52.251943927s to wait for apiserver process to appear ...
I0408 22:48:02.793078 8364 api_server.go:88] waiting for apiserver healthz status ...
I0408 22:48:02.793109 8364 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0408 22:48:02.793179 8364 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0408 22:48:02.802878 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:48:02.848179 8364 cri.go:89] found id: "d9ab95dc2f75c22fdab7bdd2941f8737ea99b8b9b1205bc62987ac9bdded6b7e"
I0408 22:48:02.848201 8364 cri.go:89] found id: ""
I0408 22:48:02.848209 8364 logs.go:282] 1 containers: [d9ab95dc2f75c22fdab7bdd2941f8737ea99b8b9b1205bc62987ac9bdded6b7e]
I0408 22:48:02.848275 8364 ssh_runner.go:195] Run: which crictl
I0408 22:48:02.855570 8364 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0408 22:48:02.855653 8364 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0408 22:48:02.935170 8364 cri.go:89] found id: "c63d942893c4f00a1976a941658a8dd4541c6b025572993e0c227ad0337a5584"
I0408 22:48:02.935203 8364 cri.go:89] found id: ""
I0408 22:48:02.935211 8364 logs.go:282] 1 containers: [c63d942893c4f00a1976a941658a8dd4541c6b025572993e0c227ad0337a5584]
I0408 22:48:02.935280 8364 ssh_runner.go:195] Run: which crictl
I0408 22:48:02.938707 8364 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0408 22:48:02.938783 8364 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0408 22:48:02.984150 8364 cri.go:89] found id: "a2ae7176c69faf4bebd5dbab9af3c5ffa9a1d96e3680193fdada5e386abefb07"
I0408 22:48:02.984185 8364 cri.go:89] found id: ""
I0408 22:48:02.984193 8364 logs.go:282] 1 containers: [a2ae7176c69faf4bebd5dbab9af3c5ffa9a1d96e3680193fdada5e386abefb07]
I0408 22:48:02.984257 8364 ssh_runner.go:195] Run: which crictl
I0408 22:48:02.987810 8364 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0408 22:48:02.987880 8364 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0408 22:48:03.008185 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:03.028177 8364 cri.go:89] found id: "e5810a187fc60da56a24340d63b460d4a6488bf78201441f6e1d6755eceae3f6"
I0408 22:48:03.028200 8364 cri.go:89] found id: ""
I0408 22:48:03.028209 8364 logs.go:282] 1 containers: [e5810a187fc60da56a24340d63b460d4a6488bf78201441f6e1d6755eceae3f6]
I0408 22:48:03.028266 8364 ssh_runner.go:195] Run: which crictl
I0408 22:48:03.032013 8364 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0408 22:48:03.032088 8364 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0408 22:48:03.072400 8364 cri.go:89] found id: "3713d12856e054b9f9a3782a4f0b98777160dc20ca824cbdf5af013ae02a0f4c"
I0408 22:48:03.072423 8364 cri.go:89] found id: ""
I0408 22:48:03.072431 8364 logs.go:282] 1 containers: [3713d12856e054b9f9a3782a4f0b98777160dc20ca824cbdf5af013ae02a0f4c]
I0408 22:48:03.072489 8364 ssh_runner.go:195] Run: which crictl
I0408 22:48:03.076263 8364 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0408 22:48:03.076330 8364 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0408 22:48:03.128571 8364 cri.go:89] found id: "aad5ecf47fd0da96511c1f1a70c2f57a640546e3533fdae4047d5e2a523d8d68"
I0408 22:48:03.128594 8364 cri.go:89] found id: ""
I0408 22:48:03.128602 8364 logs.go:282] 1 containers: [aad5ecf47fd0da96511c1f1a70c2f57a640546e3533fdae4047d5e2a523d8d68]
I0408 22:48:03.128676 8364 ssh_runner.go:195] Run: which crictl
I0408 22:48:03.132312 8364 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0408 22:48:03.132380 8364 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0408 22:48:03.187530 8364 cri.go:89] found id: "1ffbb24cf6ac90a67e439a508b7cf594d8653971284aa5a2adc70fe90f23eb81"
I0408 22:48:03.187551 8364 cri.go:89] found id: ""
I0408 22:48:03.187558 8364 logs.go:282] 1 containers: [1ffbb24cf6ac90a67e439a508b7cf594d8653971284aa5a2adc70fe90f23eb81]
I0408 22:48:03.187612 8364 ssh_runner.go:195] Run: which crictl
I0408 22:48:03.191137 8364 logs.go:123] Gathering logs for describe nodes ...
I0408 22:48:03.191166 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0408 22:48:03.287237 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:03.301952 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:48:03.323753 8364 logs.go:123] Gathering logs for etcd [c63d942893c4f00a1976a941658a8dd4541c6b025572993e0c227ad0337a5584] ...
I0408 22:48:03.323783 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c63d942893c4f00a1976a941658a8dd4541c6b025572993e0c227ad0337a5584"
I0408 22:48:03.391783 8364 logs.go:123] Gathering logs for kube-scheduler [e5810a187fc60da56a24340d63b460d4a6488bf78201441f6e1d6755eceae3f6] ...
I0408 22:48:03.391818 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e5810a187fc60da56a24340d63b460d4a6488bf78201441f6e1d6755eceae3f6"
I0408 22:48:03.444699 8364 logs.go:123] Gathering logs for kube-proxy [3713d12856e054b9f9a3782a4f0b98777160dc20ca824cbdf5af013ae02a0f4c] ...
I0408 22:48:03.444733 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3713d12856e054b9f9a3782a4f0b98777160dc20ca824cbdf5af013ae02a0f4c"
I0408 22:48:03.495580 8364 logs.go:123] Gathering logs for kindnet [1ffbb24cf6ac90a67e439a508b7cf594d8653971284aa5a2adc70fe90f23eb81] ...
I0408 22:48:03.495609 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1ffbb24cf6ac90a67e439a508b7cf594d8653971284aa5a2adc70fe90f23eb81"
I0408 22:48:03.507708 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:03.542102 8364 logs.go:123] Gathering logs for container status ...
I0408 22:48:03.542131 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0408 22:48:03.593856 8364 logs.go:123] Gathering logs for kubelet ...
I0408 22:48:03.593891 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0408 22:48:03.648191 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:09 addons-413286 kubelet[1529]: W0408 22:46:09.460260 1529 reflector.go:569] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-413286" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-413286' and this object
W0408 22:48:03.648456 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:09 addons-413286 kubelet[1529]: E0408 22:46:09.460310 1529 reflector.go:166] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:addons-413286\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
W0408 22:48:03.676729 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: W0408 22:46:57.014364 1529 reflector.go:569] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-413286" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-413286' and this object
W0408 22:48:03.676980 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: E0408 22:46:57.014605 1529 reflector.go:166] "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-413286\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
W0408 22:48:03.677166 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: W0408 22:46:57.029710 1529 reflector.go:569] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-413286" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-413286' and this object
W0408 22:48:03.677390 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: E0408 22:46:57.029771 1529 reflector.go:166] "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-413286\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
W0408 22:48:03.677579 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: W0408 22:46:57.029827 1529 reflector.go:569] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-413286" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-413286' and this object
W0408 22:48:03.677814 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: E0408 22:46:57.029844 1529 reflector.go:166] "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-413286\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
W0408 22:48:03.678008 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: W0408 22:46:57.030477 1529 reflector.go:569] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-413286" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-413286' and this object
W0408 22:48:03.678248 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: E0408 22:46:57.030515 1529 reflector.go:166] "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-413286\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
W0408 22:48:03.678423 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: W0408 22:46:57.034749 1529 reflector.go:569] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-413286" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-413286' and this object
W0408 22:48:03.678637 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: E0408 22:46:57.034796 1529 reflector.go:166] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-413286\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
I0408 22:48:03.717169 8364 logs.go:123] Gathering logs for dmesg ...
I0408 22:48:03.717205 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0408 22:48:03.732043 8364 logs.go:123] Gathering logs for kube-apiserver [d9ab95dc2f75c22fdab7bdd2941f8737ea99b8b9b1205bc62987ac9bdded6b7e] ...
I0408 22:48:03.732078 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d9ab95dc2f75c22fdab7bdd2941f8737ea99b8b9b1205bc62987ac9bdded6b7e"
I0408 22:48:03.787235 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:03.804371 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:48:03.812897 8364 logs.go:123] Gathering logs for coredns [a2ae7176c69faf4bebd5dbab9af3c5ffa9a1d96e3680193fdada5e386abefb07] ...
I0408 22:48:03.812934 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a2ae7176c69faf4bebd5dbab9af3c5ffa9a1d96e3680193fdada5e386abefb07"
I0408 22:48:03.852871 8364 logs.go:123] Gathering logs for kube-controller-manager [aad5ecf47fd0da96511c1f1a70c2f57a640546e3533fdae4047d5e2a523d8d68] ...
I0408 22:48:03.852901 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 aad5ecf47fd0da96511c1f1a70c2f57a640546e3533fdae4047d5e2a523d8d68"
I0408 22:48:03.922247 8364 logs.go:123] Gathering logs for CRI-O ...
I0408 22:48:03.922280 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0408 22:48:04.008123 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:04.025309 8364 out.go:358] Setting ErrFile to fd 2...
I0408 22:48:04.025339 8364 out.go:392] TERM=,COLORTERM=, which probably does not support color
W0408 22:48:04.025394 8364 out.go:270] X Problems detected in kubelet:
W0408 22:48:04.025403 8364 out.go:270] Apr 08 22:46:57 addons-413286 kubelet[1529]: E0408 22:46:57.029844 1529 reflector.go:166] "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-413286\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
W0408 22:48:04.025414 8364 out.go:270] Apr 08 22:46:57 addons-413286 kubelet[1529]: W0408 22:46:57.030477 1529 reflector.go:569] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-413286" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-413286' and this object
W0408 22:48:04.025423 8364 out.go:270] Apr 08 22:46:57 addons-413286 kubelet[1529]: E0408 22:46:57.030515 1529 reflector.go:166] "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-413286\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
W0408 22:48:04.025436 8364 out.go:270] Apr 08 22:46:57 addons-413286 kubelet[1529]: W0408 22:46:57.034749 1529 reflector.go:569] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-413286" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-413286' and this object
W0408 22:48:04.025442 8364 out.go:270] Apr 08 22:46:57 addons-413286 kubelet[1529]: E0408 22:46:57.034796 1529 reflector.go:166] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-413286\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
I0408 22:48:04.025447 8364 out.go:358] Setting ErrFile to fd 2...
I0408 22:48:04.025452 8364 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0408 22:48:04.291269 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:04.301190 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:48:04.508380 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:04.790291 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:04.802439 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:48:05.007100 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:05.288215 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:05.301433 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:48:05.508273 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:05.789081 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:05.801888 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:48:06.008224 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:06.288103 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:06.305577 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:48:06.511290 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:06.788698 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:06.801744 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:48:07.007862 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:07.288244 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:07.301013 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:48:07.507603 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:07.787875 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:07.802048 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:48:08.007976 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:08.286956 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:08.301185 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:48:08.508614 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:08.788279 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:08.802825 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:48:09.011450 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:09.290679 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:09.301219 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:48:09.508211 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:09.787516 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:09.800679 8364 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0408 22:48:10.008929 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:10.287811 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:10.300456 8364 kapi.go:107] duration metric: took 1m52.503009774s to wait for app.kubernetes.io/name=ingress-nginx ...
I0408 22:48:10.507586 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:10.787602 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:11.008002 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:11.287289 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:11.507988 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:11.787157 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:12.007837 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:12.290408 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:12.507852 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:12.788380 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:13.008164 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:13.287301 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:13.507633 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0408 22:48:13.788205 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:14.007764 8364 kapi.go:107] duration metric: took 1m52.503535913s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0408 22:48:14.010817 8364 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-413286 cluster.
I0408 22:48:14.017431 8364 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.
I0408 22:48:14.020276 8364 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0408 22:48:14.027593 8364 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0408 22:48:14.035558 8364 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0408 22:48:14.037770 8364 api_server.go:141] control plane version: v1.32.2
I0408 22:48:14.037798 8364 api_server.go:131] duration metric: took 11.244712506s to wait for apiserver health ...
I0408 22:48:14.037809 8364 system_pods.go:43] waiting for kube-system pods to appear ...
I0408 22:48:14.037833 8364 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0408 22:48:14.037920 8364 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0408 22:48:14.098601 8364 cri.go:89] found id: "d9ab95dc2f75c22fdab7bdd2941f8737ea99b8b9b1205bc62987ac9bdded6b7e"
I0408 22:48:14.098625 8364 cri.go:89] found id: ""
I0408 22:48:14.098633 8364 logs.go:282] 1 containers: [d9ab95dc2f75c22fdab7bdd2941f8737ea99b8b9b1205bc62987ac9bdded6b7e]
I0408 22:48:14.098694 8364 ssh_runner.go:195] Run: which crictl
I0408 22:48:14.102158 8364 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0408 22:48:14.102227 8364 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0408 22:48:14.157244 8364 cri.go:89] found id: "c63d942893c4f00a1976a941658a8dd4541c6b025572993e0c227ad0337a5584"
I0408 22:48:14.157269 8364 cri.go:89] found id: ""
I0408 22:48:14.157277 8364 logs.go:282] 1 containers: [c63d942893c4f00a1976a941658a8dd4541c6b025572993e0c227ad0337a5584]
I0408 22:48:14.157333 8364 ssh_runner.go:195] Run: which crictl
I0408 22:48:14.162052 8364 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0408 22:48:14.162133 8364 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0408 22:48:14.205595 8364 cri.go:89] found id: "a2ae7176c69faf4bebd5dbab9af3c5ffa9a1d96e3680193fdada5e386abefb07"
I0408 22:48:14.205617 8364 cri.go:89] found id: ""
I0408 22:48:14.205625 8364 logs.go:282] 1 containers: [a2ae7176c69faf4bebd5dbab9af3c5ffa9a1d96e3680193fdada5e386abefb07]
I0408 22:48:14.205682 8364 ssh_runner.go:195] Run: which crictl
I0408 22:48:14.209549 8364 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0408 22:48:14.209622 8364 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0408 22:48:14.258999 8364 cri.go:89] found id: "e5810a187fc60da56a24340d63b460d4a6488bf78201441f6e1d6755eceae3f6"
I0408 22:48:14.259023 8364 cri.go:89] found id: ""
I0408 22:48:14.259031 8364 logs.go:282] 1 containers: [e5810a187fc60da56a24340d63b460d4a6488bf78201441f6e1d6755eceae3f6]
I0408 22:48:14.259087 8364 ssh_runner.go:195] Run: which crictl
I0408 22:48:14.262868 8364 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0408 22:48:14.262947 8364 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0408 22:48:14.290118 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:14.308285 8364 cri.go:89] found id: "3713d12856e054b9f9a3782a4f0b98777160dc20ca824cbdf5af013ae02a0f4c"
I0408 22:48:14.308305 8364 cri.go:89] found id: ""
I0408 22:48:14.308312 8364 logs.go:282] 1 containers: [3713d12856e054b9f9a3782a4f0b98777160dc20ca824cbdf5af013ae02a0f4c]
I0408 22:48:14.308365 8364 ssh_runner.go:195] Run: which crictl
I0408 22:48:14.311900 8364 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0408 22:48:14.311965 8364 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0408 22:48:14.356328 8364 cri.go:89] found id: "aad5ecf47fd0da96511c1f1a70c2f57a640546e3533fdae4047d5e2a523d8d68"
I0408 22:48:14.356347 8364 cri.go:89] found id: ""
I0408 22:48:14.356354 8364 logs.go:282] 1 containers: [aad5ecf47fd0da96511c1f1a70c2f57a640546e3533fdae4047d5e2a523d8d68]
I0408 22:48:14.356411 8364 ssh_runner.go:195] Run: which crictl
I0408 22:48:14.360081 8364 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0408 22:48:14.360154 8364 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0408 22:48:14.402830 8364 cri.go:89] found id: "1ffbb24cf6ac90a67e439a508b7cf594d8653971284aa5a2adc70fe90f23eb81"
I0408 22:48:14.402857 8364 cri.go:89] found id: ""
I0408 22:48:14.402866 8364 logs.go:282] 1 containers: [1ffbb24cf6ac90a67e439a508b7cf594d8653971284aa5a2adc70fe90f23eb81]
I0408 22:48:14.402927 8364 ssh_runner.go:195] Run: which crictl
I0408 22:48:14.406661 8364 logs.go:123] Gathering logs for kubelet ...
I0408 22:48:14.406730 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0408 22:48:14.461055 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:09 addons-413286 kubelet[1529]: W0408 22:46:09.460260 1529 reflector.go:569] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-413286" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-413286' and this object
W0408 22:48:14.461319 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:09 addons-413286 kubelet[1529]: E0408 22:46:09.460310 1529 reflector.go:166] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:addons-413286\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
W0408 22:48:14.492858 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: W0408 22:46:57.014364 1529 reflector.go:569] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-413286" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-413286' and this object
W0408 22:48:14.493131 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: E0408 22:46:57.014605 1529 reflector.go:166] "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-413286\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
W0408 22:48:14.493316 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: W0408 22:46:57.029710 1529 reflector.go:569] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-413286" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-413286' and this object
W0408 22:48:14.493540 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: E0408 22:46:57.029771 1529 reflector.go:166] "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-413286\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
W0408 22:48:14.493728 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: W0408 22:46:57.029827 1529 reflector.go:569] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-413286" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-413286' and this object
W0408 22:48:14.493955 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: E0408 22:46:57.029844 1529 reflector.go:166] "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-413286\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
W0408 22:48:14.494145 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: W0408 22:46:57.030477 1529 reflector.go:569] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-413286" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-413286' and this object
W0408 22:48:14.494372 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: E0408 22:46:57.030515 1529 reflector.go:166] "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-413286\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
W0408 22:48:14.494544 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: W0408 22:46:57.034749 1529 reflector.go:569] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-413286" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-413286' and this object
W0408 22:48:14.494757 8364 logs.go:138] Found kubelet problem: Apr 08 22:46:57 addons-413286 kubelet[1529]: E0408 22:46:57.034796 1529 reflector.go:166] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-413286\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
I0408 22:48:14.533599 8364 logs.go:123] Gathering logs for describe nodes ...
I0408 22:48:14.533630 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0408 22:48:14.679936 8364 logs.go:123] Gathering logs for etcd [c63d942893c4f00a1976a941658a8dd4541c6b025572993e0c227ad0337a5584] ...
I0408 22:48:14.679972 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c63d942893c4f00a1976a941658a8dd4541c6b025572993e0c227ad0337a5584"
I0408 22:48:14.738699 8364 logs.go:123] Gathering logs for kube-proxy [3713d12856e054b9f9a3782a4f0b98777160dc20ca824cbdf5af013ae02a0f4c] ...
I0408 22:48:14.738738 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3713d12856e054b9f9a3782a4f0b98777160dc20ca824cbdf5af013ae02a0f4c"
I0408 22:48:14.780490 8364 logs.go:123] Gathering logs for kube-controller-manager [aad5ecf47fd0da96511c1f1a70c2f57a640546e3533fdae4047d5e2a523d8d68] ...
I0408 22:48:14.780519 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 aad5ecf47fd0da96511c1f1a70c2f57a640546e3533fdae4047d5e2a523d8d68"
I0408 22:48:14.788122 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:14.855613 8364 logs.go:123] Gathering logs for CRI-O ...
I0408 22:48:14.855647 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0408 22:48:14.951233 8364 logs.go:123] Gathering logs for container status ...
I0408 22:48:14.951306 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0408 22:48:15.005840 8364 logs.go:123] Gathering logs for dmesg ...
I0408 22:48:15.005871 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0408 22:48:15.022464 8364 logs.go:123] Gathering logs for kube-apiserver [d9ab95dc2f75c22fdab7bdd2941f8737ea99b8b9b1205bc62987ac9bdded6b7e] ...
I0408 22:48:15.022551 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d9ab95dc2f75c22fdab7bdd2941f8737ea99b8b9b1205bc62987ac9bdded6b7e"
I0408 22:48:15.143060 8364 logs.go:123] Gathering logs for coredns [a2ae7176c69faf4bebd5dbab9af3c5ffa9a1d96e3680193fdada5e386abefb07] ...
I0408 22:48:15.143141 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a2ae7176c69faf4bebd5dbab9af3c5ffa9a1d96e3680193fdada5e386abefb07"
I0408 22:48:15.215788 8364 logs.go:123] Gathering logs for kube-scheduler [e5810a187fc60da56a24340d63b460d4a6488bf78201441f6e1d6755eceae3f6] ...
I0408 22:48:15.215874 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e5810a187fc60da56a24340d63b460d4a6488bf78201441f6e1d6755eceae3f6"
I0408 22:48:15.277128 8364 logs.go:123] Gathering logs for kindnet [1ffbb24cf6ac90a67e439a508b7cf594d8653971284aa5a2adc70fe90f23eb81] ...
I0408 22:48:15.277210 8364 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1ffbb24cf6ac90a67e439a508b7cf594d8653971284aa5a2adc70fe90f23eb81"
I0408 22:48:15.288108 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:15.356484 8364 out.go:358] Setting ErrFile to fd 2...
I0408 22:48:15.356705 8364 out.go:392] TERM=,COLORTERM=, which probably does not support color
W0408 22:48:15.356903 8364 out.go:270] X Problems detected in kubelet:
W0408 22:48:15.356963 8364 out.go:270] Apr 08 22:46:57 addons-413286 kubelet[1529]: E0408 22:46:57.029844 1529 reflector.go:166] "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-413286\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
W0408 22:48:15.356997 8364 out.go:270] Apr 08 22:46:57 addons-413286 kubelet[1529]: W0408 22:46:57.030477 1529 reflector.go:569] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-413286" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-413286' and this object
W0408 22:48:15.357054 8364 out.go:270] Apr 08 22:46:57 addons-413286 kubelet[1529]: E0408 22:46:57.030515 1529 reflector.go:166] "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-413286\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
W0408 22:48:15.357101 8364 out.go:270] Apr 08 22:46:57 addons-413286 kubelet[1529]: W0408 22:46:57.034749 1529 reflector.go:569] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-413286" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-413286' and this object
W0408 22:48:15.357140 8364 out.go:270] Apr 08 22:46:57 addons-413286 kubelet[1529]: E0408 22:46:57.034796 1529 reflector.go:166] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-413286\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-413286' and this object" logger="UnhandledError"
I0408 22:48:15.357188 8364 out.go:358] Setting ErrFile to fd 2...
I0408 22:48:15.357213 8364 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0408 22:48:15.787011 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:16.287943 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:16.787415 8364 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0408 22:48:17.287233 8364 kapi.go:107] duration metric: took 1m59.003425443s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0408 22:48:17.290257 8364 out.go:177] * Enabled addons: amd-gpu-device-plugin, cloud-spanner, default-storageclass, ingress-dns, storage-provisioner, nvidia-device-plugin, inspektor-gadget, storage-provisioner-rancher, metrics-server, yakd, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
I0408 22:48:17.293273 8364 addons.go:514] duration metric: took 2m6.751865758s for enable addons: enabled=[amd-gpu-device-plugin cloud-spanner default-storageclass ingress-dns storage-provisioner nvidia-device-plugin inspektor-gadget storage-provisioner-rancher metrics-server yakd volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
I0408 22:48:25.362819 8364 system_pods.go:59] 18 kube-system pods found
I0408 22:48:25.362852 8364 system_pods.go:61] "coredns-668d6bf9bc-4dw4b" [b36b7133-1c5b-4f99-93d4-ab10046a58c9] Running
I0408 22:48:25.362858 8364 system_pods.go:61] "csi-hostpath-attacher-0" [6454eeaa-326a-4003-821c-024d4f245ae0] Running
I0408 22:48:25.362863 8364 system_pods.go:61] "csi-hostpath-resizer-0" [86712f9c-87d7-4a79-ac69-29aa62bac437] Running
I0408 22:48:25.362867 8364 system_pods.go:61] "csi-hostpathplugin-9sb45" [6894f6bf-0c5e-4685-a799-b60f7671d638] Running
I0408 22:48:25.362870 8364 system_pods.go:61] "etcd-addons-413286" [4dab0af8-93ec-49e1-ab30-6b60696487a4] Running
I0408 22:48:25.362874 8364 system_pods.go:61] "kindnet-s7hx5" [3f051a70-5cdd-453d-9f7c-808488fdde77] Running
I0408 22:48:25.362878 8364 system_pods.go:61] "kube-apiserver-addons-413286" [f64b9104-7068-4dfd-bae4-fde7831d552c] Running
I0408 22:48:25.362882 8364 system_pods.go:61] "kube-controller-manager-addons-413286" [5f752be4-30e3-4259-bb36-56bfb5c3061e] Running
I0408 22:48:25.362886 8364 system_pods.go:61] "kube-ingress-dns-minikube" [be613d6b-0a05-43c7-a9af-db5ab80fd4ed] Running
I0408 22:48:25.362890 8364 system_pods.go:61] "kube-proxy-m2zft" [dbe9da07-e70b-48bc-8333-514aecccd34d] Running
I0408 22:48:25.362899 8364 system_pods.go:61] "kube-scheduler-addons-413286" [75fe78e8-5a4f-4fe2-9cf6-676a13b9ee12] Running
I0408 22:48:25.362903 8364 system_pods.go:61] "metrics-server-7fbb699795-675rt" [826ac489-195c-4120-8676-7845252fba53] Running
I0408 22:48:25.362915 8364 system_pods.go:61] "nvidia-device-plugin-daemonset-tqqgl" [33ffac31-7b95-4bb2-80ef-c8002cd40a96] Running
I0408 22:48:25.362919 8364 system_pods.go:61] "registry-6c88467877-z76wm" [2f54ebf3-a758-4db8-bc60-ddc94741948c] Running
I0408 22:48:25.362922 8364 system_pods.go:61] "registry-proxy-xj75r" [492b5ea8-15fb-4de0-a29e-38e771c9bcd3] Running
I0408 22:48:25.362926 8364 system_pods.go:61] "snapshot-controller-68b874b76f-mpw76" [a6467a08-777c-4027-ae86-85664123c83a] Running
I0408 22:48:25.362932 8364 system_pods.go:61] "snapshot-controller-68b874b76f-r766n" [ec30445d-9681-4183-aa3a-970e58bdd2c4] Running
I0408 22:48:25.362938 8364 system_pods.go:61] "storage-provisioner" [511a01ed-46fb-4df9-9af2-16636164fb15] Running
I0408 22:48:25.362944 8364 system_pods.go:74] duration metric: took 11.325129399s to wait for pod list to return data ...
I0408 22:48:25.362955 8364 default_sa.go:34] waiting for default service account to be created ...
I0408 22:48:25.364880 8364 default_sa.go:45] found service account: "default"
I0408 22:48:25.364907 8364 default_sa.go:55] duration metric: took 1.944195ms for default service account to be created ...
I0408 22:48:25.364916 8364 system_pods.go:116] waiting for k8s-apps to be running ...
I0408 22:48:25.367670 8364 system_pods.go:86] 18 kube-system pods found
I0408 22:48:25.367698 8364 system_pods.go:89] "coredns-668d6bf9bc-4dw4b" [b36b7133-1c5b-4f99-93d4-ab10046a58c9] Running
I0408 22:48:25.367705 8364 system_pods.go:89] "csi-hostpath-attacher-0" [6454eeaa-326a-4003-821c-024d4f245ae0] Running
I0408 22:48:25.367710 8364 system_pods.go:89] "csi-hostpath-resizer-0" [86712f9c-87d7-4a79-ac69-29aa62bac437] Running
I0408 22:48:25.367714 8364 system_pods.go:89] "csi-hostpathplugin-9sb45" [6894f6bf-0c5e-4685-a799-b60f7671d638] Running
I0408 22:48:25.367720 8364 system_pods.go:89] "etcd-addons-413286" [4dab0af8-93ec-49e1-ab30-6b60696487a4] Running
I0408 22:48:25.367725 8364 system_pods.go:89] "kindnet-s7hx5" [3f051a70-5cdd-453d-9f7c-808488fdde77] Running
I0408 22:48:25.367729 8364 system_pods.go:89] "kube-apiserver-addons-413286" [f64b9104-7068-4dfd-bae4-fde7831d552c] Running
I0408 22:48:25.367734 8364 system_pods.go:89] "kube-controller-manager-addons-413286" [5f752be4-30e3-4259-bb36-56bfb5c3061e] Running
I0408 22:48:25.367740 8364 system_pods.go:89] "kube-ingress-dns-minikube" [be613d6b-0a05-43c7-a9af-db5ab80fd4ed] Running
I0408 22:48:25.367748 8364 system_pods.go:89] "kube-proxy-m2zft" [dbe9da07-e70b-48bc-8333-514aecccd34d] Running
I0408 22:48:25.367752 8364 system_pods.go:89] "kube-scheduler-addons-413286" [75fe78e8-5a4f-4fe2-9cf6-676a13b9ee12] Running
I0408 22:48:25.367756 8364 system_pods.go:89] "metrics-server-7fbb699795-675rt" [826ac489-195c-4120-8676-7845252fba53] Running
I0408 22:48:25.367763 8364 system_pods.go:89] "nvidia-device-plugin-daemonset-tqqgl" [33ffac31-7b95-4bb2-80ef-c8002cd40a96] Running
I0408 22:48:25.367767 8364 system_pods.go:89] "registry-6c88467877-z76wm" [2f54ebf3-a758-4db8-bc60-ddc94741948c] Running
I0408 22:48:25.367778 8364 system_pods.go:89] "registry-proxy-xj75r" [492b5ea8-15fb-4de0-a29e-38e771c9bcd3] Running
I0408 22:48:25.367783 8364 system_pods.go:89] "snapshot-controller-68b874b76f-mpw76" [a6467a08-777c-4027-ae86-85664123c83a] Running
I0408 22:48:25.367786 8364 system_pods.go:89] "snapshot-controller-68b874b76f-r766n" [ec30445d-9681-4183-aa3a-970e58bdd2c4] Running
I0408 22:48:25.367790 8364 system_pods.go:89] "storage-provisioner" [511a01ed-46fb-4df9-9af2-16636164fb15] Running
I0408 22:48:25.367797 8364 system_pods.go:126] duration metric: took 2.875472ms to wait for k8s-apps to be running ...
I0408 22:48:25.367808 8364 system_svc.go:44] waiting for kubelet service to be running ....
I0408 22:48:25.367861 8364 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0408 22:48:25.380100 8364 system_svc.go:56] duration metric: took 12.283334ms WaitForService to wait for kubelet
I0408 22:48:25.380130 8364 kubeadm.go:582] duration metric: took 2m14.839032114s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0408 22:48:25.380148 8364 node_conditions.go:102] verifying NodePressure condition ...
I0408 22:48:25.384337 8364 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0408 22:48:25.384374 8364 node_conditions.go:123] node cpu capacity is 2
I0408 22:48:25.384387 8364 node_conditions.go:105] duration metric: took 4.232997ms to run NodePressure ...
I0408 22:48:25.384399 8364 start.go:241] waiting for startup goroutines ...
I0408 22:48:25.384410 8364 start.go:246] waiting for cluster config update ...
I0408 22:48:25.384431 8364 start.go:255] writing updated cluster config ...
I0408 22:48:25.384711 8364 ssh_runner.go:195] Run: rm -f paused
I0408 22:48:25.780996 8364 start.go:600] kubectl: 1.32.3, cluster: 1.32.2 (minor skew: 0)
I0408 22:48:25.785377 8364 out.go:177] * Done! kubectl is now configured to use "addons-413286" cluster and "default" namespace by default
==> CRI-O <==
Apr 08 22:51:05 addons-413286 crio[989]: time="2025-04-08 22:51:05.833477386Z" level=info msg="Removed pod sandbox: 8956a40a5bca7d014fcb44f9442f44a96a392652c1f7615b450b9d67832d3436" id=628bfeea-316d-466a-86c1-873b8e05742a name=/runtime.v1.RuntimeService/RemovePodSandbox
Apr 08 22:52:27 addons-413286 crio[989]: time="2025-04-08 22:52:27.668604313Z" level=info msg="Running pod sandbox: default/hello-world-app-7d9564db4-5774r/POD" id=467aea93-9012-4845-a6cb-b51aed6dc629 name=/runtime.v1.RuntimeService/RunPodSandbox
Apr 08 22:52:27 addons-413286 crio[989]: time="2025-04-08 22:52:27.668662036Z" level=warning msg="Allowed annotations are specified for workload []"
Apr 08 22:52:27 addons-413286 crio[989]: time="2025-04-08 22:52:27.715539104Z" level=info msg="Got pod network &{Name:hello-world-app-7d9564db4-5774r Namespace:default ID:84a97d69f77cad0e780c03a86f5c8bc1bc3f6ccfaa05e8e6b4c98b1da0c5f299 UID:6c4f71b0-504d-477f-8a81-40adad8499cf NetNS:/var/run/netns/2dacf22e-6d1b-42bf-9772-ed424f9fb4a5 Networks:[] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Apr 08 22:52:27 addons-413286 crio[989]: time="2025-04-08 22:52:27.715584134Z" level=info msg="Adding pod default_hello-world-app-7d9564db4-5774r to CNI network \"kindnet\" (type=ptp)"
Apr 08 22:52:27 addons-413286 crio[989]: time="2025-04-08 22:52:27.727496215Z" level=info msg="Got pod network &{Name:hello-world-app-7d9564db4-5774r Namespace:default ID:84a97d69f77cad0e780c03a86f5c8bc1bc3f6ccfaa05e8e6b4c98b1da0c5f299 UID:6c4f71b0-504d-477f-8a81-40adad8499cf NetNS:/var/run/netns/2dacf22e-6d1b-42bf-9772-ed424f9fb4a5 Networks:[] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Apr 08 22:52:27 addons-413286 crio[989]: time="2025-04-08 22:52:27.727644210Z" level=info msg="Checking pod default_hello-world-app-7d9564db4-5774r for CNI network kindnet (type=ptp)"
Apr 08 22:52:27 addons-413286 crio[989]: time="2025-04-08 22:52:27.733426258Z" level=info msg="Ran pod sandbox 84a97d69f77cad0e780c03a86f5c8bc1bc3f6ccfaa05e8e6b4c98b1da0c5f299 with infra container: default/hello-world-app-7d9564db4-5774r/POD" id=467aea93-9012-4845-a6cb-b51aed6dc629 name=/runtime.v1.RuntimeService/RunPodSandbox
Apr 08 22:52:27 addons-413286 crio[989]: time="2025-04-08 22:52:27.734493085Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=7a51bd32-33c4-40af-b093-cbb0e69da031 name=/runtime.v1.ImageService/ImageStatus
Apr 08 22:52:27 addons-413286 crio[989]: time="2025-04-08 22:52:27.734702972Z" level=info msg="Image docker.io/kicbase/echo-server:1.0 not found" id=7a51bd32-33c4-40af-b093-cbb0e69da031 name=/runtime.v1.ImageService/ImageStatus
Apr 08 22:52:27 addons-413286 crio[989]: time="2025-04-08 22:52:27.735569923Z" level=info msg="Pulling image: docker.io/kicbase/echo-server:1.0" id=12d2e261-d615-413d-8168-296e7e81129f name=/runtime.v1.ImageService/PullImage
Apr 08 22:52:27 addons-413286 crio[989]: time="2025-04-08 22:52:27.738018975Z" level=info msg="Trying to access \"docker.io/kicbase/echo-server:1.0\""
Apr 08 22:52:28 addons-413286 crio[989]: time="2025-04-08 22:52:28.053185047Z" level=info msg="Trying to access \"docker.io/kicbase/echo-server:1.0\""
Apr 08 22:52:28 addons-413286 crio[989]: time="2025-04-08 22:52:28.834404633Z" level=info msg="Pulled image: docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6" id=12d2e261-d615-413d-8168-296e7e81129f name=/runtime.v1.ImageService/PullImage
Apr 08 22:52:28 addons-413286 crio[989]: time="2025-04-08 22:52:28.835420310Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=ab6daf43-3797-4ed4-bfd3-53f27a472733 name=/runtime.v1.ImageService/ImageStatus
Apr 08 22:52:28 addons-413286 crio[989]: time="2025-04-08 22:52:28.836077662Z" 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=ab6daf43-3797-4ed4-bfd3-53f27a472733 name=/runtime.v1.ImageService/ImageStatus
Apr 08 22:52:28 addons-413286 crio[989]: time="2025-04-08 22:52:28.839372504Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=73f75e1b-6221-4506-84c4-0b21a0ff30fc name=/runtime.v1.ImageService/ImageStatus
Apr 08 22:52:28 addons-413286 crio[989]: time="2025-04-08 22:52:28.841513167Z" 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=73f75e1b-6221-4506-84c4-0b21a0ff30fc name=/runtime.v1.ImageService/ImageStatus
Apr 08 22:52:28 addons-413286 crio[989]: time="2025-04-08 22:52:28.842521090Z" level=info msg="Creating container: default/hello-world-app-7d9564db4-5774r/hello-world-app" id=f99505d5-8a80-4ee1-b1ce-e23460d04f2d name=/runtime.v1.RuntimeService/CreateContainer
Apr 08 22:52:28 addons-413286 crio[989]: time="2025-04-08 22:52:28.842622292Z" level=warning msg="Allowed annotations are specified for workload []"
Apr 08 22:52:28 addons-413286 crio[989]: time="2025-04-08 22:52:28.891389795Z" level=warning msg="Failed to open /etc/passwd: open /var/lib/containers/storage/overlay/4b7940b3cd3fb8aaf10285277e1edd574c8fbf93ca31d94c8f09d4f62b3411d7/merged/etc/passwd: no such file or directory"
Apr 08 22:52:28 addons-413286 crio[989]: time="2025-04-08 22:52:28.891599583Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/4b7940b3cd3fb8aaf10285277e1edd574c8fbf93ca31d94c8f09d4f62b3411d7/merged/etc/group: no such file or directory"
Apr 08 22:52:28 addons-413286 crio[989]: time="2025-04-08 22:52:28.954756772Z" level=info msg="Created container 622c40dc419706c01dcd26960ae907a795ae0da20e196643a49f7e9f27fddb8b: default/hello-world-app-7d9564db4-5774r/hello-world-app" id=f99505d5-8a80-4ee1-b1ce-e23460d04f2d name=/runtime.v1.RuntimeService/CreateContainer
Apr 08 22:52:28 addons-413286 crio[989]: time="2025-04-08 22:52:28.955643555Z" level=info msg="Starting container: 622c40dc419706c01dcd26960ae907a795ae0da20e196643a49f7e9f27fddb8b" id=8c1fc162-bf8d-45d1-a6b5-a47f74d3e307 name=/runtime.v1.RuntimeService/StartContainer
Apr 08 22:52:28 addons-413286 crio[989]: time="2025-04-08 22:52:28.971111015Z" level=info msg="Started container" PID=9107 containerID=622c40dc419706c01dcd26960ae907a795ae0da20e196643a49f7e9f27fddb8b description=default/hello-world-app-7d9564db4-5774r/hello-world-app id=8c1fc162-bf8d-45d1-a6b5-a47f74d3e307 name=/runtime.v1.RuntimeService/StartContainer sandboxID=84a97d69f77cad0e780c03a86f5c8bc1bc3f6ccfaa05e8e6b4c98b1da0c5f299
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
622c40dc41970 docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 Less than a second ago Running hello-world-app 0 84a97d69f77ca hello-world-app-7d9564db4-5774r
45497473c065c docker.io/library/nginx@sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591 2 minutes ago Running nginx 0 b227a15377cc5 nginx
9ee62533125de gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e 3 minutes ago Running busybox 0 108b700ad25a1 busybox
5f3a707f75d49 registry.k8s.io/ingress-nginx/controller@sha256:787a5408fa511266888b2e765f9666bee67d9bf2518a6b7cfd4ab6cc01c22eee 4 minutes ago Running controller 0 65ad6100257ab ingress-nginx-controller-56d7c84fd4-q9j9z
1888be1c1faab registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:0550b75a965592f1dde3fbeaa98f67a1e10c5a086bcd69a29054cc4edcb56771 4 minutes ago Exited patch 0 d92201fde8f93 ingress-nginx-admission-patch-jcpdn
ded3ba79553ec registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:0550b75a965592f1dde3fbeaa98f67a1e10c5a086bcd69a29054cc4edcb56771 4 minutes ago Exited create 0 459f461322004 ingress-nginx-admission-create-pc8fn
020e98030f90e gcr.io/k8s-minikube/minikube-ingress-dns@sha256:4211a1de532376c881851542238121b26792225faa36a7b02dccad88fd05797c 5 minutes ago Running minikube-ingress-dns 0 9ae0c7bfcbe73 kube-ingress-dns-minikube
a2ae7176c69fa 2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4 5 minutes ago Running coredns 0 451f3300470ad coredns-668d6bf9bc-4dw4b
63958d9201195 ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 5 minutes ago Running storage-provisioner 0 caaa015779313 storage-provisioner
1ffbb24cf6ac9 docker.io/kindest/kindnetd@sha256:86c933f3845d6a993c8f64632752b10aae67a4756c59096b3259426e839be955 6 minutes ago Running kindnet-cni 0 53a28ecd1b777 kindnet-s7hx5
3713d12856e05 e5aac5df76d9b8dc899ab8c4db25a7648e7fb25cafe7a155066247883c78f062 6 minutes ago Running kube-proxy 0 85f711c9991c6 kube-proxy-m2zft
d9ab95dc2f75c 6417e1437b6d9a789e1ca789695a574e1df00a632bdbfbcae9695c9a7d500e32 6 minutes ago Running kube-apiserver 0 7f142dbd68db5 kube-apiserver-addons-413286
aad5ecf47fd0d 3c9285acfd2ff7915bb451cc40ac060366ac519f3fef00c455f5aca0e0346c4d 6 minutes ago Running kube-controller-manager 0 574c074735b3d kube-controller-manager-addons-413286
c63d942893c4f 7fc9d4aa817aa6a3e549f3cd49d1f7b496407be979fc36dd5f356d59ce8c3a82 6 minutes ago Running etcd 0 abb178796b07b etcd-addons-413286
e5810a187fc60 82dfa03f692fb5d84f66c17d6ee9126b081182152b25d28ea456d89b7d5d8911 6 minutes ago Running kube-scheduler 0 6ca8f1937bd1e kube-scheduler-addons-413286
==> coredns [a2ae7176c69faf4bebd5dbab9af3c5ffa9a1d96e3680193fdada5e386abefb07] <==
[INFO] 10.244.0.14:47214 - 9811 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 83 0.003946303s
[INFO] 10.244.0.14:47214 - 64376 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.00011974s
[INFO] 10.244.0.14:47214 - 44165 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.00006419s
[INFO] 10.244.0.14:38106 - 62900 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000170449s
[INFO] 10.244.0.14:38106 - 62653 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000082258s
[INFO] 10.244.0.14:39362 - 38659 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000081495s
[INFO] 10.244.0.14:39362 - 38470 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000064116s
[INFO] 10.244.0.14:60498 - 51020 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000086821s
[INFO] 10.244.0.14:60498 - 50856 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000070804s
[INFO] 10.244.0.14:57845 - 59688 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001372819s
[INFO] 10.244.0.14:57845 - 59475 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001358797s
[INFO] 10.244.0.14:42594 - 6840 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000091579s
[INFO] 10.244.0.14:42594 - 6428 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000230044s
[INFO] 10.244.0.21:43563 - 19492 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000166116s
[INFO] 10.244.0.21:43535 - 51163 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.00008147s
[INFO] 10.244.0.21:36865 - 55207 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000110377s
[INFO] 10.244.0.21:43782 - 5280 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000122513s
[INFO] 10.244.0.21:35319 - 1382 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000132171s
[INFO] 10.244.0.21:42205 - 64108 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000067177s
[INFO] 10.244.0.21:39778 - 13657 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002628361s
[INFO] 10.244.0.21:41812 - 43716 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002913839s
[INFO] 10.244.0.21:43894 - 10896 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.003816865s
[INFO] 10.244.0.21:43980 - 36927 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.003528113s
[INFO] 10.244.0.24:43151 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000144536s
[INFO] 10.244.0.24:45452 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000119264s
==> describe nodes <==
Name: addons-413286
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-413286
kubernetes.io/os=linux
minikube.k8s.io/commit=fd2f4c3eba2bd452b5997c855e28d0966165ba83
minikube.k8s.io/name=addons-413286
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2025_04_08T22_46_06_0700
minikube.k8s.io/version=v1.35.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-413286
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: Tue, 08 Apr 2025 22:46:02 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-413286
AcquireTime: <unset>
RenewTime: Tue, 08 Apr 2025 22:52:22 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Tue, 08 Apr 2025 22:50:42 +0000 Tue, 08 Apr 2025 22:45:59 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Tue, 08 Apr 2025 22:50:42 +0000 Tue, 08 Apr 2025 22:45:59 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Tue, 08 Apr 2025 22:50:42 +0000 Tue, 08 Apr 2025 22:45:59 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Tue, 08 Apr 2025 22:50:42 +0000 Tue, 08 Apr 2025 22:46:56 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-413286
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022300Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022300Ki
pods: 110
System Info:
Machine ID: 6e932b95b17940de8100ef20ca622886
System UUID: e6595d8d-1ac4-46f3-9b63-661731ebd2ad
Boot ID: 640a4709-b186-4f05-b4ed-ff6d0f013da6
Kernel Version: 5.15.0-1081-aws
OS Image: Ubuntu 22.04.5 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.32.2
Kube-Proxy Version: v1.32.2
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (13 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default busybox 0 (0%) 0 (0%) 0 (0%) 0 (0%) 4m3s
default hello-world-app-7d9564db4-5774r 0 (0%) 0 (0%) 0 (0%) 0 (0%) 2s
default nginx 0 (0%) 0 (0%) 0 (0%) 0 (0%) 2m22s
ingress-nginx ingress-nginx-controller-56d7c84fd4-q9j9z 100m (5%) 0 (0%) 90Mi (1%) 0 (0%) 6m12s
kube-system coredns-668d6bf9bc-4dw4b 100m (5%) 0 (0%) 70Mi (0%) 170Mi (2%) 6m19s
kube-system etcd-addons-413286 100m (5%) 0 (0%) 100Mi (1%) 0 (0%) 6m24s
kube-system kindnet-s7hx5 100m (5%) 100m (5%) 50Mi (0%) 50Mi (0%) 6m20s
kube-system kube-apiserver-addons-413286 250m (12%) 0 (0%) 0 (0%) 0 (0%) 6m25s
kube-system kube-controller-manager-addons-413286 200m (10%) 0 (0%) 0 (0%) 0 (0%) 6m24s
kube-system kube-ingress-dns-minikube 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6m13s
kube-system kube-proxy-m2zft 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6m20s
kube-system kube-scheduler-addons-413286 100m (5%) 0 (0%) 0 (0%) 0 (0%) 6m24s
kube-system storage-provisioner 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6m13s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 950m (47%) 100m (5%)
memory 310Mi (3%) 220Mi (2%)
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 6m12s kube-proxy
Normal NodeHasSufficientMemory 6m31s (x9 over 6m31s) kubelet Node addons-413286 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m31s (x8 over 6m31s) kubelet Node addons-413286 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m31s (x7 over 6m31s) kubelet Node addons-413286 status is now: NodeHasSufficientPID
Normal Starting 6m24s kubelet Starting kubelet.
Warning CgroupV1 6m24s kubelet cgroup v1 support is in maintenance mode, please migrate to cgroup v2
Normal NodeHasSufficientMemory 6m24s kubelet Node addons-413286 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m24s kubelet Node addons-413286 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m24s kubelet Node addons-413286 status is now: NodeHasSufficientPID
Normal RegisteredNode 6m20s node-controller Node addons-413286 event: Registered Node addons-413286 in Controller
Normal NodeReady 5m33s kubelet Node addons-413286 status is now: NodeReady
==> dmesg <==
[Apr 8 22: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.014274] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ +0.493679] 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.032378] systemd[1]: /lib/systemd/system/snapd.service:23: Unknown key name 'RestartMode' in section 'Service', ignoring.
[ +0.766018] ena 0000:00:05.0: LLQ is not supported Fallback to host mode policy.
[ +6.763832] kauditd_printk_skb: 36 callbacks suppressed
==> etcd [c63d942893c4f00a1976a941658a8dd4541c6b025572993e0c227ad0337a5584] <==
{"level":"info","ts":"2025-04-08T22:45:59.384273Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
{"level":"info","ts":"2025-04-08T22:45:59.385054Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2025-04-08T22:45:59.385122Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2025-04-08T22:45:59.385510Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2025-04-08T22:45:59.385862Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
{"level":"info","ts":"2025-04-08T22:45:59.386631Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"warn","ts":"2025-04-08T22:46:12.158790Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"144.752949ms","expected-duration":"100ms","prefix":"","request":"header:<ID:8128036455524088713 username:\"kube-apiserver-etcd-client\" auth_revision:1 > txn:<compare:<target:MOD key:\"/registry/configmaps/kube-system/coredns\" mod_revision:263 > success:<request_put:<key:\"/registry/configmaps/kube-system/coredns\" value_size:782 >> failure:<request_range:<key:\"/registry/configmaps/kube-system/coredns\" > >>","response":"size:16"}
{"level":"info","ts":"2025-04-08T22:46:12.202302Z","caller":"traceutil/trace.go:171","msg":"trace[65018377] transaction","detail":"{read_only:false; response_revision:388; number_of_response:1; }","duration":"298.824171ms","start":"2025-04-08T22:46:11.903462Z","end":"2025-04-08T22:46:12.202286Z","steps":["trace[65018377] 'compare' (duration: 143.988248ms)"],"step_count":1}
{"level":"info","ts":"2025-04-08T22:46:12.280081Z","caller":"traceutil/trace.go:171","msg":"trace[259028809] transaction","detail":"{read_only:false; response_revision:389; number_of_response:1; }","duration":"224.199275ms","start":"2025-04-08T22:46:12.055865Z","end":"2025-04-08T22:46:12.280064Z","steps":["trace[259028809] 'process raft request' (duration: 224.036138ms)"],"step_count":1}
{"level":"warn","ts":"2025-04-08T22:46:13.279626Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"143.84432ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/default/cloud-spanner-emulator\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-04-08T22:46:13.279767Z","caller":"traceutil/trace.go:171","msg":"trace[536172806] range","detail":"{range_begin:/registry/deployments/default/cloud-spanner-emulator; range_end:; response_count:0; response_revision:391; }","duration":"144.022121ms","start":"2025-04-08T22:46:13.135731Z","end":"2025-04-08T22:46:13.279753Z","steps":["trace[536172806] 'agreement among raft nodes before linearized reading' (duration: 53.633498ms)","trace[536172806] 'range keys from in-memory index tree' (duration: 90.201772ms)"],"step_count":2}
{"level":"warn","ts":"2025-04-08T22:46:13.280070Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"120.526369ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-413286\" limit:1 ","response":"range_response_count:1 size:5745"}
{"level":"info","ts":"2025-04-08T22:46:13.281327Z","caller":"traceutil/trace.go:171","msg":"trace[211267399] range","detail":"{range_begin:/registry/minions/addons-413286; range_end:; response_count:1; response_revision:391; }","duration":"121.77976ms","start":"2025-04-08T22:46:13.159533Z","end":"2025-04-08T22:46:13.281313Z","steps":["trace[211267399] 'agreement among raft nodes before linearized reading' (duration: 29.821711ms)","trace[211267399] 'range keys from in-memory index tree' (duration: 90.688486ms)"],"step_count":2}
{"level":"info","ts":"2025-04-08T22:46:13.684026Z","caller":"traceutil/trace.go:171","msg":"trace[1232778443] transaction","detail":"{read_only:false; response_revision:396; number_of_response:1; }","duration":"132.018059ms","start":"2025-04-08T22:46:13.551981Z","end":"2025-04-08T22:46:13.683999Z","steps":["trace[1232778443] 'process raft request' (duration: 131.645933ms)"],"step_count":1}
{"level":"info","ts":"2025-04-08T22:46:13.698662Z","caller":"traceutil/trace.go:171","msg":"trace[586434306] transaction","detail":"{read_only:false; response_revision:397; number_of_response:1; }","duration":"114.417267ms","start":"2025-04-08T22:46:13.584228Z","end":"2025-04-08T22:46:13.698645Z","steps":["trace[586434306] 'process raft request' (duration: 99.653085ms)"],"step_count":1}
{"level":"info","ts":"2025-04-08T22:46:13.719548Z","caller":"traceutil/trace.go:171","msg":"trace[1062551614] linearizableReadLoop","detail":"{readStateIndex:408; appliedIndex:405; }","duration":"121.042268ms","start":"2025-04-08T22:46:13.598486Z","end":"2025-04-08T22:46:13.719528Z","steps":["trace[1062551614] 'read index received' (duration: 51.589732ms)","trace[1062551614] 'applied index is now lower than readState.Index' (duration: 69.450674ms)"],"step_count":2}
{"level":"warn","ts":"2025-04-08T22:46:13.758176Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"173.537636ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/coredns\" limit:1 ","response":"range_response_count:1 size:4109"}
{"level":"info","ts":"2025-04-08T22:46:13.758311Z","caller":"traceutil/trace.go:171","msg":"trace[1739680110] range","detail":"{range_begin:/registry/deployments/kube-system/coredns; range_end:; response_count:1; response_revision:397; }","duration":"173.695365ms","start":"2025-04-08T22:46:13.584602Z","end":"2025-04-08T22:46:13.758297Z","steps":["trace[1739680110] 'agreement among raft nodes before linearized reading' (duration: 134.98565ms)","trace[1739680110] 'range keys from in-memory index tree' (duration: 38.520911ms)"],"step_count":2}
{"level":"warn","ts":"2025-04-08T22:46:13.758540Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"174.403097ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/apiextensions.k8s.io/customresourcedefinitions\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-04-08T22:46:13.758618Z","caller":"traceutil/trace.go:171","msg":"trace[1199850668] range","detail":"{range_begin:/registry/apiextensions.k8s.io/customresourcedefinitions; range_end:; response_count:0; response_revision:397; }","duration":"174.482729ms","start":"2025-04-08T22:46:13.584126Z","end":"2025-04-08T22:46:13.758609Z","steps":["trace[1199850668] 'agreement among raft nodes before linearized reading' (duration: 135.47654ms)","trace[1199850668] 'range keys from in-memory index tree' (duration: 38.918679ms)"],"step_count":2}
{"level":"warn","ts":"2025-04-08T22:46:13.758834Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"190.008263ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-413286\" limit:1 ","response":"range_response_count:1 size:5745"}
{"level":"info","ts":"2025-04-08T22:46:13.758917Z","caller":"traceutil/trace.go:171","msg":"trace[599240812] range","detail":"{range_begin:/registry/minions/addons-413286; range_end:; response_count:1; response_revision:397; }","duration":"190.092688ms","start":"2025-04-08T22:46:13.568816Z","end":"2025-04-08T22:46:13.758908Z","steps":["trace[599240812] 'agreement among raft nodes before linearized reading' (duration: 150.976646ms)","trace[599240812] 'range keys from in-memory index tree' (duration: 39.014329ms)"],"step_count":2}
{"level":"info","ts":"2025-04-08T22:46:13.936806Z","caller":"traceutil/trace.go:171","msg":"trace[845335049] transaction","detail":"{read_only:false; response_revision:400; number_of_response:1; }","duration":"107.152697ms","start":"2025-04-08T22:46:13.829623Z","end":"2025-04-08T22:46:13.936776Z","steps":["trace[845335049] 'process raft request' (duration: 94.871805ms)","trace[845335049] 'compare' (duration: 11.590958ms)"],"step_count":2}
{"level":"info","ts":"2025-04-08T22:46:14.300563Z","caller":"traceutil/trace.go:171","msg":"trace[1280279807] transaction","detail":"{read_only:false; response_revision:405; number_of_response:1; }","duration":"102.884305ms","start":"2025-04-08T22:46:14.197660Z","end":"2025-04-08T22:46:14.300545Z","steps":["trace[1280279807] 'process raft request' (duration: 83.233978ms)","trace[1280279807] 'compare' (duration: 19.505306ms)"],"step_count":2}
{"level":"info","ts":"2025-04-08T22:46:14.336762Z","caller":"traceutil/trace.go:171","msg":"trace[1939959645] transaction","detail":"{read_only:false; response_revision:406; number_of_response:1; }","duration":"114.624329ms","start":"2025-04-08T22:46:14.222124Z","end":"2025-04-08T22:46:14.336748Z","steps":["trace[1939959645] 'process raft request' (duration: 114.29958ms)"],"step_count":1}
==> kernel <==
22:52:29 up 34 min, 0 users, load average: 0.26, 1.12, 0.68
Linux addons-413286 5.15.0-1081-aws #88~20.04.1-Ubuntu SMP Fri Mar 28 14:48:25 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.5 LTS"
==> kindnet [1ffbb24cf6ac90a67e439a508b7cf594d8653971284aa5a2adc70fe90f23eb81] <==
I0408 22:50:26.765095 1 main.go:301] handling current node
I0408 22:50:36.767893 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0408 22:50:36.767928 1 main.go:301] handling current node
I0408 22:50:46.763057 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0408 22:50:46.763088 1 main.go:301] handling current node
I0408 22:50:56.764888 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0408 22:50:56.764923 1 main.go:301] handling current node
I0408 22:51:06.767978 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0408 22:51:06.768011 1 main.go:301] handling current node
I0408 22:51:16.760804 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0408 22:51:16.760838 1 main.go:301] handling current node
I0408 22:51:26.764265 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0408 22:51:26.764300 1 main.go:301] handling current node
I0408 22:51:36.769279 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0408 22:51:36.769314 1 main.go:301] handling current node
I0408 22:51:46.765975 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0408 22:51:46.766010 1 main.go:301] handling current node
I0408 22:51:56.764340 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0408 22:51:56.764460 1 main.go:301] handling current node
I0408 22:52:06.763987 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0408 22:52:06.764022 1 main.go:301] handling current node
I0408 22:52:16.760347 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0408 22:52:16.760384 1 main.go:301] handling current node
I0408 22:52:26.761452 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0408 22:52:26.761487 1 main.go:301] handling current node
==> kube-apiserver [d9ab95dc2f75c22fdab7bdd2941f8737ea99b8b9b1205bc62987ac9bdded6b7e] <==
E0408 22:47:50.402574 1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.99.44.245:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.99.44.245:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.99.44.245:443: connect: connection refused" logger="UnhandledError"
I0408 22:47:50.620856 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
E0408 22:48:37.344981 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:56778: use of closed network connection
I0408 22:48:46.675771 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.97.62.232"}
E0408 22:49:33.261737 1 authentication.go:74] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I0408 22:49:40.906926 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0408 22:49:51.387596 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I0408 22:49:59.287061 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0408 22:49:59.289322 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0408 22:49:59.323935 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0408 22:49:59.323996 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0408 22:49:59.342400 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0408 22:49:59.342456 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0408 22:49:59.413824 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0408 22:49:59.413887 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0408 22:49:59.435398 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0408 22:49:59.435525 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0408 22:50:00.413916 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0408 22:50:00.436371 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0408 22:50:00.506720 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0408 22:50:07.113558 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0408 22:50:07.361346 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.107.147.210"}
I0408 22:50:07.967816 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0408 22:50:09.005315 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0408 22:52:27.633848 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.99.92.31"}
==> kube-controller-manager [aad5ecf47fd0da96511c1f1a70c2f57a640546e3533fdae4047d5e2a523d8d68] <==
E0408 22:51:36.704373 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="gadget.kinvolk.io/v1alpha1, Resource=traces"
W0408 22:51:36.705335 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0408 22:51:36.705374 1 reflector.go:166] "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"
W0408 22:52:04.731333 1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
E0408 22:52:04.732354 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshotclasses"
W0408 22:52:04.733220 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0408 22:52:04.733258 1 reflector.go:166] "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"
W0408 22:52:12.225371 1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
E0408 22:52:12.226398 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshots"
W0408 22:52:12.227438 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0408 22:52:12.227477 1 reflector.go:166] "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"
W0408 22:52:14.619654 1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
E0408 22:52:14.620739 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshotcontents"
W0408 22:52:14.621721 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0408 22:52:14.621756 1 reflector.go:166] "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"
W0408 22:52:17.116933 1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
E0408 22:52:17.118018 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="gadget.kinvolk.io/v1alpha1, Resource=traces"
W0408 22:52:17.119092 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0408 22:52:17.119128 1 reflector.go:166] "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"
I0408 22:52:27.365636 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="27.999945ms"
I0408 22:52:27.390606 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="24.850432ms"
I0408 22:52:27.390802 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="36.759µs"
I0408 22:52:27.393443 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="37.933µs"
I0408 22:52:29.739284 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="13.254478ms"
I0408 22:52:29.739750 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="45.177µs"
==> kube-proxy [3713d12856e054b9f9a3782a4f0b98777160dc20ca824cbdf5af013ae02a0f4c] <==
I0408 22:46:16.166883 1 server_linux.go:66] "Using iptables proxy"
I0408 22:46:17.119416 1 server.go:698] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
E0408 22:46:17.119499 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`"
I0408 22:46:17.251405 1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0408 22:46:17.251478 1 server_linux.go:170] "Using iptables Proxier"
I0408 22:46:17.265113 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"
I0408 22:46:17.278174 1 server.go:497] "Version info" version="v1.32.2"
I0408 22:46:17.278228 1 server.go:499] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0408 22:46:17.283198 1 config.go:199] "Starting service config controller"
I0408 22:46:17.283233 1 shared_informer.go:313] Waiting for caches to sync for service config
I0408 22:46:17.283253 1 config.go:105] "Starting endpoint slice config controller"
I0408 22:46:17.283267 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0408 22:46:17.287089 1 config.go:329] "Starting node config controller"
I0408 22:46:17.287113 1 shared_informer.go:313] Waiting for caches to sync for node config
I0408 22:46:17.387096 1 shared_informer.go:320] Caches are synced for endpoint slice config
I0408 22:46:17.387144 1 shared_informer.go:320] Caches are synced for service config
I0408 22:46:17.399276 1 shared_informer.go:320] Caches are synced for node config
==> kube-scheduler [e5810a187fc60da56a24340d63b460d4a6488bf78201441f6e1d6755eceae3f6] <==
W0408 22:46:03.811314 1 reflector.go:569] 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
E0408 22:46:03.812405 1 reflector.go:166] "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"
W0408 22:46:03.811335 1 reflector.go:569] 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
E0408 22:46:03.812491 1 reflector.go:166] "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"
W0408 22:46:03.811357 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "volumeattachments" in API group "storage.k8s.io" at the cluster scope
E0408 22:46:03.812577 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.VolumeAttachment: failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"volumeattachments\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W0408 22:46:03.811418 1 reflector.go:569] 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
E0408 22:46:03.812673 1 reflector.go:166] "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"
W0408 22:46:03.811457 1 reflector.go:569] 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
E0408 22:46:03.812784 1 reflector.go:166] "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"
W0408 22:46:03.811481 1 reflector.go:569] 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
E0408 22:46:03.812879 1 reflector.go:166] "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"
W0408 22:46:03.811506 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E0408 22:46:03.812977 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError"
W0408 22:46:03.811537 1 reflector.go:569] 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
E0408 22:46:03.813066 1 reflector.go:166] "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"
W0408 22:46:03.811572 1 reflector.go:569] 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
E0408 22:46:03.813179 1 reflector.go:166] "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"
W0408 22:46:03.811611 1 reflector.go:569] 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
E0408 22:46:03.813278 1 reflector.go:166] "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"
W0408 22:46:03.811632 1 reflector.go:569] 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
E0408 22:46:03.813374 1 reflector.go:166] "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"
W0408 22:46:03.811918 1 reflector.go:569] 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
E0408 22:46:03.813462 1 reflector.go:166] "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"
I0408 22:46:05.103793 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Apr 08 22:52:01 addons-413286 kubelet[1529]: E0408 22:52:01.893595 1529 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/9febb338bb44194aa107fcc33dd194d3fd42a6767439f4802e55451009547853/diff" to get inode usage: stat /var/lib/containers/storage/overlay/9febb338bb44194aa107fcc33dd194d3fd42a6767439f4802e55451009547853/diff: no such file or directory, extraDiskErr: <nil>
Apr 08 22:52:05 addons-413286 kubelet[1529]: E0408 22:52:05.433640 1529 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/6d861a86f0b92d39f19fed6b87e85adb396239d03c8a8270eccbe9d0eb95b71c/diff" to get inode usage: stat /var/lib/containers/storage/overlay/6d861a86f0b92d39f19fed6b87e85adb396239d03c8a8270eccbe9d0eb95b71c/diff: no such file or directory, extraDiskErr: <nil>
Apr 08 22:52:05 addons-413286 kubelet[1529]: E0408 22:52:05.434855 1529 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/a5fe9a0d19fffe018c67183953ca56bcf7693ba0dd8b12457725ed03dfdab151/diff" to get inode usage: stat /var/lib/containers/storage/overlay/a5fe9a0d19fffe018c67183953ca56bcf7693ba0dd8b12457725ed03dfdab151/diff: no such file or directory, extraDiskErr: <nil>
Apr 08 22:52:05 addons-413286 kubelet[1529]: E0408 22:52:05.439268 1529 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/c33491748137e788ee71f1218e1d6d79da6068921cb065f548233439a1d16d07/diff" to get inode usage: stat /var/lib/containers/storage/overlay/c33491748137e788ee71f1218e1d6d79da6068921cb065f548233439a1d16d07/diff: no such file or directory, extraDiskErr: <nil>
Apr 08 22:52:05 addons-413286 kubelet[1529]: E0408 22:52:05.441438 1529 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/fc2266ca99d144fa84e42263ad34bdd8ee8f4f21c0defd66d5c065c0d92a9c67/diff" to get inode usage: stat /var/lib/containers/storage/overlay/fc2266ca99d144fa84e42263ad34bdd8ee8f4f21c0defd66d5c065c0d92a9c67/diff: no such file or directory, extraDiskErr: <nil>
Apr 08 22:52:05 addons-413286 kubelet[1529]: E0408 22:52:05.455799 1529 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/fc2266ca99d144fa84e42263ad34bdd8ee8f4f21c0defd66d5c065c0d92a9c67/diff" to get inode usage: stat /var/lib/containers/storage/overlay/fc2266ca99d144fa84e42263ad34bdd8ee8f4f21c0defd66d5c065c0d92a9c67/diff: no such file or directory, extraDiskErr: <nil>
Apr 08 22:52:05 addons-413286 kubelet[1529]: E0408 22:52:05.455902 1529 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/6d861a86f0b92d39f19fed6b87e85adb396239d03c8a8270eccbe9d0eb95b71c/diff" to get inode usage: stat /var/lib/containers/storage/overlay/6d861a86f0b92d39f19fed6b87e85adb396239d03c8a8270eccbe9d0eb95b71c/diff: no such file or directory, extraDiskErr: <nil>
Apr 08 22:52:05 addons-413286 kubelet[1529]: E0408 22:52:05.464304 1529 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/9d1036df9ef90ea2907c4e80c2a83f6ba218ede20ff209bbb8d995c5db53c028/diff" to get inode usage: stat /var/lib/containers/storage/overlay/9d1036df9ef90ea2907c4e80c2a83f6ba218ede20ff209bbb8d995c5db53c028/diff: no such file or directory, extraDiskErr: <nil>
Apr 08 22:52:05 addons-413286 kubelet[1529]: E0408 22:52:05.464327 1529 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/86f9dd8ab83f493d371be601f0b214dc498996ebb2335d683a385bf0fea24284/diff" to get inode usage: stat /var/lib/containers/storage/overlay/86f9dd8ab83f493d371be601f0b214dc498996ebb2335d683a385bf0fea24284/diff: no such file or directory, extraDiskErr: <nil>
Apr 08 22:52:05 addons-413286 kubelet[1529]: E0408 22:52:05.469778 1529 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/86f9dd8ab83f493d371be601f0b214dc498996ebb2335d683a385bf0fea24284/diff" to get inode usage: stat /var/lib/containers/storage/overlay/86f9dd8ab83f493d371be601f0b214dc498996ebb2335d683a385bf0fea24284/diff: no such file or directory, extraDiskErr: <nil>
Apr 08 22:52:05 addons-413286 kubelet[1529]: E0408 22:52:05.475948 1529 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/c5cc42670bd70125bc9a4d32db28552b421dc5f6ca3d7b2b7d8dc4330e0ba33f/diff" to get inode usage: stat /var/lib/containers/storage/overlay/c5cc42670bd70125bc9a4d32db28552b421dc5f6ca3d7b2b7d8dc4330e0ba33f/diff: no such file or directory, extraDiskErr: <nil>
Apr 08 22:52:05 addons-413286 kubelet[1529]: E0408 22:52:05.526370 1529 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1744152725526110840,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606260,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Apr 08 22:52:05 addons-413286 kubelet[1529]: E0408 22:52:05.526403 1529 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1744152725526110840,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606260,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Apr 08 22:52:05 addons-413286 kubelet[1529]: E0408 22:52:05.654460 1529 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/c5cc42670bd70125bc9a4d32db28552b421dc5f6ca3d7b2b7d8dc4330e0ba33f/diff" to get inode usage: stat /var/lib/containers/storage/overlay/c5cc42670bd70125bc9a4d32db28552b421dc5f6ca3d7b2b7d8dc4330e0ba33f/diff: no such file or directory, extraDiskErr: <nil>
Apr 08 22:52:09 addons-413286 kubelet[1529]: E0408 22:52:09.971784 1529 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/207540df80d24a7e31e6accbff1e743b88c0b4991a1c8183ed5cc809c6e1bc82/diff" to get inode usage: stat /var/lib/containers/storage/overlay/207540df80d24a7e31e6accbff1e743b88c0b4991a1c8183ed5cc809c6e1bc82/diff: no such file or directory, extraDiskErr: <nil>
Apr 08 22:52:13 addons-413286 kubelet[1529]: E0408 22:52:13.919587 1529 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/3133c2ae784e8036dbabaec2e79180534e529cb39bcbc995041600e56569317a/diff" to get inode usage: stat /var/lib/containers/storage/overlay/3133c2ae784e8036dbabaec2e79180534e529cb39bcbc995041600e56569317a/diff: no such file or directory, extraDiskErr: <nil>
Apr 08 22:52:15 addons-413286 kubelet[1529]: E0408 22:52:15.529180 1529 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1744152735528930546,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606260,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Apr 08 22:52:15 addons-413286 kubelet[1529]: E0408 22:52:15.529217 1529 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1744152735528930546,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606260,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Apr 08 22:52:17 addons-413286 kubelet[1529]: E0408 22:52:17.608006 1529 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/8071fb1c759e978dbadab79a747f4ea7612f08d48d0efab92f27ec3b52c04bc9/diff" to get inode usage: stat /var/lib/containers/storage/overlay/8071fb1c759e978dbadab79a747f4ea7612f08d48d0efab92f27ec3b52c04bc9/diff: no such file or directory, extraDiskErr: <nil>
Apr 08 22:52:25 addons-413286 kubelet[1529]: E0408 22:52:25.532088 1529 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1744152745531823074,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606260,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Apr 08 22:52:25 addons-413286 kubelet[1529]: E0408 22:52:25.532127 1529 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1744152745531823074,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:606260,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Apr 08 22:52:27 addons-413286 kubelet[1529]: I0408 22:52:27.366524 1529 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/nginx" podStartSLOduration=138.143801358 podStartE2EDuration="2m20.366503592s" podCreationTimestamp="2025-04-08 22:50:07 +0000 UTC" firstStartedPulling="2025-04-08 22:50:07.652163456 +0000 UTC m=+242.456494001" lastFinishedPulling="2025-04-08 22:50:09.87486569 +0000 UTC m=+244.679196235" observedRunningTime="2025-04-08 22:50:10.46586326 +0000 UTC m=+245.270193805" watchObservedRunningTime="2025-04-08 22:52:27.366503592 +0000 UTC m=+382.170834137"
Apr 08 22:52:27 addons-413286 kubelet[1529]: I0408 22:52:27.366935 1529 memory_manager.go:355] "RemoveStaleState removing state" podUID="5c586343-0d23-4e68-88d3-72c71d9fc461" containerName="gadget"
Apr 08 22:52:27 addons-413286 kubelet[1529]: I0408 22:52:27.451168 1529 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-9t5w8\" (UniqueName: \"kubernetes.io/projected/6c4f71b0-504d-477f-8a81-40adad8499cf-kube-api-access-9t5w8\") pod \"hello-world-app-7d9564db4-5774r\" (UID: \"6c4f71b0-504d-477f-8a81-40adad8499cf\") " pod="default/hello-world-app-7d9564db4-5774r"
Apr 08 22:52:27 addons-413286 kubelet[1529]: W0408 22:52:27.729302 1529 manager.go:1169] Failed to process watch event {EventType:0 Name:/docker/223a960f8567ca7dd4fdaa34b764687c10e2ebd627fbe36d6d3dce0184889dc4/crio-84a97d69f77cad0e780c03a86f5c8bc1bc3f6ccfaa05e8e6b4c98b1da0c5f299 WatchSource:0}: Error finding container 84a97d69f77cad0e780c03a86f5c8bc1bc3f6ccfaa05e8e6b4c98b1da0c5f299: Status 404 returned error can't find the container with id 84a97d69f77cad0e780c03a86f5c8bc1bc3f6ccfaa05e8e6b4c98b1da0c5f299
==> storage-provisioner [63958d9201195c9733e162ab902b3e87eee83165e450d2d4810d9b7e7702e098] <==
I0408 22:46:57.647402 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0408 22:46:57.678251 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0408 22:46:57.678411 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0408 22:46:57.709762 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0408 22:46:57.711246 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"f1af306f-5150-405c-a7be-59abb1cec0a5", APIVersion:"v1", ResourceVersion:"921", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-413286_6e5a8c3b-e35a-4640-b75a-c9220b20e8c0 became leader
I0408 22:46:57.711657 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-413286_6e5a8c3b-e35a-4640-b75a-c9220b20e8c0!
I0408 22:46:57.812682 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-413286_6e5a8c3b-e35a-4640-b75a-c9220b20e8c0!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-413286 -n addons-413286
helpers_test.go:261: (dbg) Run: kubectl --context addons-413286 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: ingress-nginx-admission-create-pc8fn ingress-nginx-admission-patch-jcpdn
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Ingress]: describe non-running pods <======
helpers_test.go:277: (dbg) Run: kubectl --context addons-413286 describe pod ingress-nginx-admission-create-pc8fn ingress-nginx-admission-patch-jcpdn
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-413286 describe pod ingress-nginx-admission-create-pc8fn ingress-nginx-admission-patch-jcpdn: exit status 1 (80.88147ms)
** stderr **
Error from server (NotFound): pods "ingress-nginx-admission-create-pc8fn" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-jcpdn" not found
** /stderr **
helpers_test.go:279: kubectl --context addons-413286 describe pod ingress-nginx-admission-create-pc8fn ingress-nginx-admission-patch-jcpdn: exit status 1
addons_test.go:992: (dbg) Run: out/minikube-linux-arm64 -p addons-413286 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-413286 addons disable ingress-dns --alsologtostderr -v=1: (1.014344784s)
addons_test.go:992: (dbg) Run: out/minikube-linux-arm64 -p addons-413286 addons disable ingress --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-413286 addons disable ingress --alsologtostderr -v=1: (7.755542945s)
--- FAIL: TestAddons/parallel/Ingress (152.72s)