=== RUN TestAddons/parallel/Registry
=== PAUSE TestAddons/parallel/Registry
=== CONT TestAddons/parallel/Registry
addons_test.go:328: registry stabilized in 3.228443ms
addons_test.go:330: (dbg) TestAddons/parallel/Registry: waiting 6m0s for pods matching "actual-registry=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-66c9cd494c-zkqbk" [c2c43a78-e97a-4901-b870-b1c72e49aac7] Running
addons_test.go:330: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 5.037035254s
addons_test.go:333: (dbg) TestAddons/parallel/Registry: waiting 10m0s for pods matching "registry-proxy=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-proxy-x4t4k" [b2d6c5d9-c0a6-4ade-ac3a-b95c0f14a86d] Running
addons_test.go:333: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 5.003756619s
addons_test.go:338: (dbg) Run: kubectl --context addons-548117 delete po -l run=registry-test --now
addons_test.go:343: (dbg) Run: kubectl --context addons-548117 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c "wget --spider -S http://registry.kube-system.svc.cluster.local"
addons_test.go:343: (dbg) Non-zero exit: kubectl --context addons-548117 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c "wget --spider -S http://registry.kube-system.svc.cluster.local": exit status 1 (1m0.119639705s)
-- stdout --
pod "registry-test" deleted
-- /stdout --
** stderr **
error: timed out waiting for the condition
** /stderr **
addons_test.go:345: failed to hit registry.kube-system.svc.cluster.local. args "kubectl --context addons-548117 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c \"wget --spider -S http://registry.kube-system.svc.cluster.local\"" failed: exit status 1
addons_test.go:349: expected curl response be "HTTP/1.1 200", but got *pod "registry-test" deleted
*
addons_test.go:357: (dbg) Run: out/minikube-linux-arm64 -p addons-548117 ip
2024/09/24 19:08:33 [DEBUG] GET http://192.168.49.2:5000
addons_test.go:386: (dbg) Run: out/minikube-linux-arm64 -p addons-548117 addons disable registry --alsologtostderr -v=1
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======> post-mortem[TestAddons/parallel/Registry]: docker inspect <======
helpers_test.go:231: (dbg) Run: docker inspect addons-548117
helpers_test.go:235: (dbg) docker inspect addons-548117:
-- stdout --
[
{
"Id": "94dfbc435d7e30ca15f2ee31feb40099cc460eb5b39b7d51583a70825ac4729e",
"Created": "2024-09-24T18:56:11.453495983Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 595022,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-09-24T18:56:11.610406564Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:62002f6a97ad1f6cd4117c29b1c488a6bf3b6255c8231f0d600b1bc7ba1bcfd6",
"ResolvConfPath": "/var/lib/docker/containers/94dfbc435d7e30ca15f2ee31feb40099cc460eb5b39b7d51583a70825ac4729e/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/94dfbc435d7e30ca15f2ee31feb40099cc460eb5b39b7d51583a70825ac4729e/hostname",
"HostsPath": "/var/lib/docker/containers/94dfbc435d7e30ca15f2ee31feb40099cc460eb5b39b7d51583a70825ac4729e/hosts",
"LogPath": "/var/lib/docker/containers/94dfbc435d7e30ca15f2ee31feb40099cc460eb5b39b7d51583a70825ac4729e/94dfbc435d7e30ca15f2ee31feb40099cc460eb5b39b7d51583a70825ac4729e-json.log",
"Name": "/addons-548117",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-548117:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-548117",
"PortBindings": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
]
},
"RestartPolicy": {
"Name": "no",
"MaximumRetryCount": 0
},
"AutoRemove": false,
"VolumeDriver": "",
"VolumesFrom": null,
"ConsoleSize": [
0,
0
],
"CapAdd": null,
"CapDrop": null,
"CgroupnsMode": "host",
"Dns": [],
"DnsOptions": [],
"DnsSearch": [],
"ExtraHosts": null,
"GroupAdd": null,
"IpcMode": "private",
"Cgroup": "",
"Links": null,
"OomScoreAdj": 0,
"PidMode": "",
"Privileged": true,
"PublishAllPorts": false,
"ReadonlyRootfs": false,
"SecurityOpt": [
"seccomp=unconfined",
"apparmor=unconfined",
"label=disable"
],
"Tmpfs": {
"/run": "",
"/tmp": ""
},
"UTSMode": "",
"UsernsMode": "",
"ShmSize": 67108864,
"Runtime": "runc",
"Isolation": "",
"CpuShares": 0,
"Memory": 4194304000,
"NanoCpus": 2000000000,
"CgroupParent": "",
"BlkioWeight": 0,
"BlkioWeightDevice": [],
"BlkioDeviceReadBps": [],
"BlkioDeviceWriteBps": [],
"BlkioDeviceReadIOps": [],
"BlkioDeviceWriteIOps": [],
"CpuPeriod": 0,
"CpuQuota": 0,
"CpuRealtimePeriod": 0,
"CpuRealtimeRuntime": 0,
"CpusetCpus": "",
"CpusetMems": "",
"Devices": [],
"DeviceCgroupRules": null,
"DeviceRequests": null,
"MemoryReservation": 0,
"MemorySwap": 8388608000,
"MemorySwappiness": null,
"OomKillDisable": false,
"PidsLimit": null,
"Ulimits": [],
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"MaskedPaths": null,
"ReadonlyPaths": null
},
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/3402f5dc110becba9a9454c88b1b832a35dd51c64f056563e2514c5ffe450786-init/diff:/var/lib/docker/overlay2/525c0f06d4fdfeb2dd879385e1430e7df051c703df0bcd7586866cd652305c7e/diff",
"MergedDir": "/var/lib/docker/overlay2/3402f5dc110becba9a9454c88b1b832a35dd51c64f056563e2514c5ffe450786/merged",
"UpperDir": "/var/lib/docker/overlay2/3402f5dc110becba9a9454c88b1b832a35dd51c64f056563e2514c5ffe450786/diff",
"WorkDir": "/var/lib/docker/overlay2/3402f5dc110becba9a9454c88b1b832a35dd51c64f056563e2514c5ffe450786/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-548117",
"Source": "/var/lib/docker/volumes/addons-548117/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-548117",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21",
"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-548117",
"name.minikube.sigs.k8s.io": "addons-548117",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "cc6c802fab37083e3fa9e27854c0063882b7a8003dc6a4ad651ce185a47d9fd7",
"SandboxKey": "/var/run/docker/netns/cc6c802fab37",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33508"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33509"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33512"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33510"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33511"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-548117": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "424abca52667cbb3186fcfe671e82baab7014ad11c6429c3ad42022c5b69604d",
"EndpointID": "8a12d5c4c4260552241da8b32906dd7d65dfea43996e72ee46abc227582c7a76",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-548117",
"94dfbc435d7e"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-548117 -n addons-548117
helpers_test.go:244: <<< TestAddons/parallel/Registry FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======> post-mortem[TestAddons/parallel/Registry]: minikube logs <======
helpers_test.go:247: (dbg) Run: out/minikube-linux-arm64 -p addons-548117 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-548117 logs -n 25: (1.72320899s)
helpers_test.go:252: TestAddons/parallel/Registry logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| start | -o=json --download-only | download-only-689107 | jenkins | v1.34.0 | 24 Sep 24 18:55 UTC | |
| | -p download-only-689107 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.20.0 | | | | | |
| | --container-runtime=crio | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | --all | minikube | jenkins | v1.34.0 | 24 Sep 24 18:55 UTC | 24 Sep 24 18:55 UTC |
| delete | -p download-only-689107 | download-only-689107 | jenkins | v1.34.0 | 24 Sep 24 18:55 UTC | 24 Sep 24 18:55 UTC |
| start | -o=json --download-only | download-only-376987 | jenkins | v1.34.0 | 24 Sep 24 18:55 UTC | |
| | -p download-only-376987 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.31.1 | | | | | |
| | --container-runtime=crio | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | --all | minikube | jenkins | v1.34.0 | 24 Sep 24 18:55 UTC | 24 Sep 24 18:55 UTC |
| delete | -p download-only-376987 | download-only-376987 | jenkins | v1.34.0 | 24 Sep 24 18:55 UTC | 24 Sep 24 18:55 UTC |
| delete | -p download-only-689107 | download-only-689107 | jenkins | v1.34.0 | 24 Sep 24 18:55 UTC | 24 Sep 24 18:55 UTC |
| delete | -p download-only-376987 | download-only-376987 | jenkins | v1.34.0 | 24 Sep 24 18:55 UTC | 24 Sep 24 18:55 UTC |
| start | --download-only -p | download-docker-876532 | jenkins | v1.34.0 | 24 Sep 24 18:55 UTC | |
| | download-docker-876532 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-876532 | download-docker-876532 | jenkins | v1.34.0 | 24 Sep 24 18:55 UTC | 24 Sep 24 18:55 UTC |
| start | --download-only -p | binary-mirror-453354 | jenkins | v1.34.0 | 24 Sep 24 18:55 UTC | |
| | binary-mirror-453354 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:45183 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-453354 | binary-mirror-453354 | jenkins | v1.34.0 | 24 Sep 24 18:55 UTC | 24 Sep 24 18:55 UTC |
| addons | enable dashboard -p | addons-548117 | jenkins | v1.34.0 | 24 Sep 24 18:55 UTC | |
| | addons-548117 | | | | | |
| addons | disable dashboard -p | addons-548117 | jenkins | v1.34.0 | 24 Sep 24 18:55 UTC | |
| | addons-548117 | | | | | |
| start | -p addons-548117 --wait=true | addons-548117 | jenkins | v1.34.0 | 24 Sep 24 18:55 UTC | 24 Sep 24 18:59 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=storage-provisioner-rancher | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --addons=yakd --addons=volcano | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| addons | enable headlamp | addons-548117 | jenkins | v1.34.0 | 24 Sep 24 19:07 UTC | 24 Sep 24 19:07 UTC |
| | -p addons-548117 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-548117 addons disable | addons-548117 | jenkins | v1.34.0 | 24 Sep 24 19:07 UTC | 24 Sep 24 19:07 UTC |
| | headlamp --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-548117 addons disable | addons-548117 | jenkins | v1.34.0 | 24 Sep 24 19:07 UTC | 24 Sep 24 19:07 UTC |
| | yakd --alsologtostderr -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-548117 | jenkins | v1.34.0 | 24 Sep 24 19:07 UTC | 24 Sep 24 19:07 UTC |
| | -p addons-548117 | | | | | |
| ssh | addons-548117 ssh cat | addons-548117 | jenkins | v1.34.0 | 24 Sep 24 19:08 UTC | 24 Sep 24 19:08 UTC |
| | /opt/local-path-provisioner/pvc-24b7ec41-03e2-4104-a1e5-645e72e53724_default_test-pvc/file1 | | | | | |
| addons | addons-548117 addons disable | addons-548117 | jenkins | v1.34.0 | 24 Sep 24 19:08 UTC | |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-548117 ip | addons-548117 | jenkins | v1.34.0 | 24 Sep 24 19:08 UTC | 24 Sep 24 19:08 UTC |
| addons | addons-548117 addons disable | addons-548117 | jenkins | v1.34.0 | 24 Sep 24 19:08 UTC | 24 Sep 24 19:08 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/09/24 18:55:47
Running on machine: ip-172-31-31-251
Binary: Built with gc go1.23.0 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0924 18:55:47.490012 594526 out.go:345] Setting OutFile to fd 1 ...
I0924 18:55:47.490127 594526 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0924 18:55:47.490265 594526 out.go:358] Setting ErrFile to fd 2...
I0924 18:55:47.490285 594526 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0924 18:55:47.490578 594526 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19700-588376/.minikube/bin
I0924 18:55:47.491100 594526 out.go:352] Setting JSON to false
I0924 18:55:47.492076 594526 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":9495,"bootTime":1727194653,"procs":165,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1070-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
I0924 18:55:47.492151 594526 start.go:139] virtualization:
I0924 18:55:47.494371 594526 out.go:177] * [addons-548117] minikube v1.34.0 on Ubuntu 20.04 (arm64)
I0924 18:55:47.496565 594526 out.go:177] - MINIKUBE_LOCATION=19700
I0924 18:55:47.496637 594526 notify.go:220] Checking for updates...
I0924 18:55:47.500512 594526 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0924 18:55:47.503153 594526 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19700-588376/kubeconfig
I0924 18:55:47.504764 594526 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19700-588376/.minikube
I0924 18:55:47.506572 594526 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0924 18:55:47.508459 594526 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0924 18:55:47.510267 594526 driver.go:394] Setting default libvirt URI to qemu:///system
I0924 18:55:47.536535 594526 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
I0924 18:55:47.536659 594526 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0924 18:55:47.586997 594526 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-24 18:55:47.576794035 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
I0924 18:55:47.587114 594526 docker.go:318] overlay module found
I0924 18:55:47.590742 594526 out.go:177] * Using the docker driver based on user configuration
I0924 18:55:47.592721 594526 start.go:297] selected driver: docker
I0924 18:55:47.592744 594526 start.go:901] validating driver "docker" against <nil>
I0924 18:55:47.592760 594526 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0924 18:55:47.593397 594526 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0924 18:55:47.642469 594526 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-24 18:55:47.633256769 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
I0924 18:55:47.642693 594526 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0924 18:55:47.642923 594526 start_flags.go:947] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0924 18:55:47.644962 594526 out.go:177] * Using Docker driver with root privileges
I0924 18:55:47.646688 594526 cni.go:84] Creating CNI manager for ""
I0924 18:55:47.646770 594526 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0924 18:55:47.646783 594526 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0924 18:55:47.646878 594526 start.go:340] cluster config:
{Name:addons-548117 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:addons-548117 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.1 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}
I0924 18:55:47.649300 594526 out.go:177] * Starting "addons-548117" primary control-plane node in "addons-548117" cluster
I0924 18:55:47.651211 594526 cache.go:121] Beginning downloading kic base image for docker with crio
I0924 18:55:47.653169 594526 out.go:177] * Pulling base image v0.0.45-1727108449-19696 ...
I0924 18:55:47.655533 594526 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
I0924 18:55:47.655586 594526 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19700-588376/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4
I0924 18:55:47.655594 594526 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 in local docker daemon
I0924 18:55:47.655598 594526 cache.go:56] Caching tarball of preloaded images
I0924 18:55:47.655770 594526 preload.go:172] Found /home/jenkins/minikube-integration/19700-588376/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I0924 18:55:47.655781 594526 cache.go:59] Finished verifying existence of preloaded tar for v1.31.1 on crio
I0924 18:55:47.656146 594526 profile.go:143] Saving config to /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/config.json ...
I0924 18:55:47.656213 594526 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/config.json: {Name:mk05d7b4de0a28e055258108e75718884a357b0f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0924 18:55:47.673826 594526 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 to local cache
I0924 18:55:47.673975 594526 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 in local cache directory
I0924 18:55:47.673998 594526 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 in local cache directory, skipping pull
I0924 18:55:47.674003 594526 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 exists in cache, skipping pull
I0924 18:55:47.674010 594526 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 as a tarball
I0924 18:55:47.674016 594526 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 from local cache
I0924 18:56:05.032407 594526 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 from cached tarball
I0924 18:56:05.032446 594526 cache.go:194] Successfully downloaded all kic artifacts
I0924 18:56:05.032477 594526 start.go:360] acquireMachinesLock for addons-548117: {Name:mkdc2be61fe5343d49f21f2bebabb93cd3c90552 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0924 18:56:05.032606 594526 start.go:364] duration metric: took 107.618µs to acquireMachinesLock for "addons-548117"
I0924 18:56:05.032632 594526 start.go:93] Provisioning new machine with config: &{Name:addons-548117 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:addons-548117 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}
I0924 18:56:05.032714 594526 start.go:125] createHost starting for "" (driver="docker")
I0924 18:56:05.035625 594526 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0924 18:56:05.035970 594526 start.go:159] libmachine.API.Create for "addons-548117" (driver="docker")
I0924 18:56:05.036017 594526 client.go:168] LocalClient.Create starting
I0924 18:56:05.036151 594526 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19700-588376/.minikube/certs/ca.pem
I0924 18:56:05.575285 594526 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19700-588376/.minikube/certs/cert.pem
I0924 18:56:05.795385 594526 cli_runner.go:164] Run: docker network inspect addons-548117 --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}}]}"
W0924 18:56:05.811474 594526 cli_runner.go:211] docker network inspect addons-548117 --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
I0924 18:56:05.811565 594526 network_create.go:284] running [docker network inspect addons-548117] to gather additional debugging logs...
I0924 18:56:05.811586 594526 cli_runner.go:164] Run: docker network inspect addons-548117
W0924 18:56:05.826526 594526 cli_runner.go:211] docker network inspect addons-548117 returned with exit code 1
I0924 18:56:05.826559 594526 network_create.go:287] error running [docker network inspect addons-548117]: docker network inspect addons-548117: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-548117 not found
I0924 18:56:05.826573 594526 network_create.go:289] output of [docker network inspect addons-548117]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-548117 not found
** /stderr **
I0924 18:56:05.826680 594526 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}}]}"
I0924 18:56:05.842167 594526 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:0x40018b66a0}
I0924 18:56:05.842208 594526 network_create.go:124] attempt to create docker network addons-548117 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0924 18:56:05.842263 594526 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-548117 addons-548117
I0924 18:56:05.912074 594526 network_create.go:108] docker network addons-548117 192.168.49.0/24 created
I0924 18:56:05.912114 594526 kic.go:121] calculated static IP "192.168.49.2" for the "addons-548117" container
I0924 18:56:05.912189 594526 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0924 18:56:05.925303 594526 cli_runner.go:164] Run: docker volume create addons-548117 --label name.minikube.sigs.k8s.io=addons-548117 --label created_by.minikube.sigs.k8s.io=true
I0924 18:56:05.941340 594526 oci.go:103] Successfully created a docker volume addons-548117
I0924 18:56:05.941431 594526 cli_runner.go:164] Run: docker run --rm --name addons-548117-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-548117 --entrypoint /usr/bin/test -v addons-548117:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 -d /var/lib
I0924 18:56:07.320456 594526 cli_runner.go:217] Completed: docker run --rm --name addons-548117-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-548117 --entrypoint /usr/bin/test -v addons-548117:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 -d /var/lib: (1.378975586s)
I0924 18:56:07.320487 594526 oci.go:107] Successfully prepared a docker volume addons-548117
I0924 18:56:07.320500 594526 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
I0924 18:56:07.320520 594526 kic.go:194] Starting extracting preloaded images to volume ...
I0924 18:56:07.320589 594526 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19700-588376/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-548117:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 -I lz4 -xf /preloaded.tar -C /extractDir
I0924 18:56:11.393941 594526 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19700-588376/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-548117:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 -I lz4 -xf /preloaded.tar -C /extractDir: (4.073292499s)
I0924 18:56:11.393978 594526 kic.go:203] duration metric: took 4.073454631s to extract preloaded images to volume ...
W0924 18:56:11.394123 594526 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0924 18:56:11.394236 594526 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0924 18:56:11.440252 594526 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-548117 --name addons-548117 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-548117 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-548117 --network addons-548117 --ip 192.168.49.2 --volume addons-548117:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21
I0924 18:56:11.788128 594526 cli_runner.go:164] Run: docker container inspect addons-548117 --format={{.State.Running}}
I0924 18:56:11.811468 594526 cli_runner.go:164] Run: docker container inspect addons-548117 --format={{.State.Status}}
I0924 18:56:11.837672 594526 cli_runner.go:164] Run: docker exec addons-548117 stat /var/lib/dpkg/alternatives/iptables
I0924 18:56:11.893152 594526 oci.go:144] the created container "addons-548117" has a running status.
I0924 18:56:11.893182 594526 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19700-588376/.minikube/machines/addons-548117/id_rsa...
I0924 18:56:12.670183 594526 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19700-588376/.minikube/machines/addons-548117/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0924 18:56:12.692808 594526 cli_runner.go:164] Run: docker container inspect addons-548117 --format={{.State.Status}}
I0924 18:56:12.715827 594526 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0924 18:56:12.715846 594526 kic_runner.go:114] Args: [docker exec --privileged addons-548117 chown docker:docker /home/docker/.ssh/authorized_keys]
I0924 18:56:12.769567 594526 cli_runner.go:164] Run: docker container inspect addons-548117 --format={{.State.Status}}
I0924 18:56:12.788390 594526 machine.go:93] provisionDockerMachine start ...
I0924 18:56:12.788488 594526 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548117
I0924 18:56:12.804470 594526 main.go:141] libmachine: Using SSH client type: native
I0924 18:56:12.804728 594526 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil> [] 0s} 127.0.0.1 33508 <nil> <nil>}
I0924 18:56:12.804738 594526 main.go:141] libmachine: About to run SSH command:
hostname
I0924 18:56:12.939574 594526 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-548117
I0924 18:56:12.939658 594526 ubuntu.go:169] provisioning hostname "addons-548117"
I0924 18:56:12.939784 594526 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548117
I0924 18:56:12.964168 594526 main.go:141] libmachine: Using SSH client type: native
I0924 18:56:12.964413 594526 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil> [] 0s} 127.0.0.1 33508 <nil> <nil>}
I0924 18:56:12.964426 594526 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-548117 && echo "addons-548117" | sudo tee /etc/hostname
I0924 18:56:13.116091 594526 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-548117
I0924 18:56:13.116179 594526 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548117
I0924 18:56:13.133308 594526 main.go:141] libmachine: Using SSH client type: native
I0924 18:56:13.133562 594526 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil> [] 0s} 127.0.0.1 33508 <nil> <nil>}
I0924 18:56:13.133585 594526 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-548117' /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-548117/g' /etc/hosts;
else
echo '127.0.1.1 addons-548117' | sudo tee -a /etc/hosts;
fi
fi
I0924 18:56:13.263771 594526 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0924 18:56:13.263860 594526 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19700-588376/.minikube CaCertPath:/home/jenkins/minikube-integration/19700-588376/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19700-588376/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19700-588376/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19700-588376/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19700-588376/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19700-588376/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19700-588376/.minikube}
I0924 18:56:13.263920 594526 ubuntu.go:177] setting up certificates
I0924 18:56:13.263954 594526 provision.go:84] configureAuth start
I0924 18:56:13.264057 594526 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-548117
I0924 18:56:13.280986 594526 provision.go:143] copyHostCerts
I0924 18:56:13.281090 594526 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19700-588376/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19700-588376/.minikube/ca.pem (1078 bytes)
I0924 18:56:13.281224 594526 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19700-588376/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19700-588376/.minikube/cert.pem (1123 bytes)
I0924 18:56:13.281288 594526 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19700-588376/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19700-588376/.minikube/key.pem (1675 bytes)
I0924 18:56:13.281344 594526 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19700-588376/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19700-588376/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19700-588376/.minikube/certs/ca-key.pem org=jenkins.addons-548117 san=[127.0.0.1 192.168.49.2 addons-548117 localhost minikube]
I0924 18:56:14.224776 594526 provision.go:177] copyRemoteCerts
I0924 18:56:14.224845 594526 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0924 18:56:14.224895 594526 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548117
I0924 18:56:14.241478 594526 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19700-588376/.minikube/machines/addons-548117/id_rsa Username:docker}
I0924 18:56:14.332243 594526 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19700-588376/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0924 18:56:14.358434 594526 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19700-588376/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0924 18:56:14.381583 594526 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19700-588376/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0924 18:56:14.404558 594526 provision.go:87] duration metric: took 1.140577808s to configureAuth
I0924 18:56:14.404583 594526 ubuntu.go:193] setting minikube options for container-runtime
I0924 18:56:14.404779 594526 config.go:182] Loaded profile config "addons-548117": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0924 18:56:14.404887 594526 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548117
I0924 18:56:14.432068 594526 main.go:141] libmachine: Using SSH client type: native
I0924 18:56:14.432319 594526 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil> [] 0s} 127.0.0.1 33508 <nil> <nil>}
I0924 18:56:14.432342 594526 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
I0924 18:56:14.659620 594526 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0924 18:56:14.659647 594526 machine.go:96] duration metric: took 1.871231199s to provisionDockerMachine
I0924 18:56:14.659665 594526 client.go:171] duration metric: took 9.623634981s to LocalClient.Create
I0924 18:56:14.659689 594526 start.go:167] duration metric: took 9.623721594s to libmachine.API.Create "addons-548117"
I0924 18:56:14.659744 594526 start.go:293] postStartSetup for "addons-548117" (driver="docker")
I0924 18:56:14.659756 594526 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]
I0924 18:56:14.659837 594526 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
I0924 18:56:14.659907 594526 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548117
I0924 18:56:14.678509 594526 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19700-588376/.minikube/machines/addons-548117/id_rsa Username:docker}
I0924 18:56:14.772844 594526 ssh_runner.go:195] Run: cat /etc/os-release
I0924 18:56:14.775974 594526 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0924 18:56:14.776064 594526 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0924 18:56:14.776097 594526 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0924 18:56:14.776111 594526 info.go:137] Remote host: Ubuntu 22.04.5 LTS
I0924 18:56:14.776123 594526 filesync.go:126] Scanning /home/jenkins/minikube-integration/19700-588376/.minikube/addons for local assets ...
I0924 18:56:14.776194 594526 filesync.go:126] Scanning /home/jenkins/minikube-integration/19700-588376/.minikube/files for local assets ...
I0924 18:56:14.776221 594526 start.go:296] duration metric: took 116.470887ms for postStartSetup
I0924 18:56:14.776530 594526 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-548117
I0924 18:56:14.792665 594526 profile.go:143] Saving config to /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/config.json ...
I0924 18:56:14.792973 594526 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0924 18:56:14.793021 594526 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548117
I0924 18:56:14.812068 594526 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19700-588376/.minikube/machines/addons-548117/id_rsa Username:docker}
I0924 18:56:14.904622 594526 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0924 18:56:14.909259 594526 start.go:128] duration metric: took 9.876526981s to createHost
I0924 18:56:14.909288 594526 start.go:83] releasing machines lock for "addons-548117", held for 9.876673508s
I0924 18:56:14.909367 594526 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-548117
I0924 18:56:14.936326 594526 ssh_runner.go:195] Run: cat /version.json
I0924 18:56:14.936410 594526 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0924 18:56:14.936418 594526 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548117
I0924 18:56:14.936464 594526 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548117
I0924 18:56:14.956994 594526 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19700-588376/.minikube/machines/addons-548117/id_rsa Username:docker}
I0924 18:56:14.970016 594526 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19700-588376/.minikube/machines/addons-548117/id_rsa Username:docker}
I0924 18:56:15.048475 594526 ssh_runner.go:195] Run: systemctl --version
I0924 18:56:15.183203 594526 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0924 18:56:15.323935 594526 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0924 18:56:15.328112 594526 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" ;
I0924 18:56:15.347970 594526 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0924 18:56:15.348060 594526 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" ;
I0924 18:56:15.381839 594526 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0924 18:56:15.381861 594526 start.go:495] detecting cgroup driver to use...
I0924 18:56:15.381893 594526 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0924 18:56:15.381944 594526 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0924 18:56:15.396854 594526 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0924 18:56:15.408818 594526 docker.go:217] disabling cri-docker service (if available) ...
I0924 18:56:15.408930 594526 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0924 18:56:15.423136 594526 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0924 18:56:15.438046 594526 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0924 18:56:15.518573 594526 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0924 18:56:15.613515 594526 docker.go:233] disabling docker service ...
I0924 18:56:15.613631 594526 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0924 18:56:15.632814 594526 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0924 18:56:15.645110 594526 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0924 18:56:15.732113 594526 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0924 18:56:15.828713 594526 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0924 18:56:15.840371 594526 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"
I0924 18:56:15.856731 594526 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
I0924 18:56:15.856833 594526 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"
I0924 18:56:15.866650 594526 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0924 18:56:15.866719 594526 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0924 18:56:15.877563 594526 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0924 18:56:15.886795 594526 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0924 18:56:15.896521 594526 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0924 18:56:15.905625 594526 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"
I0924 18:56:15.914802 594526 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"
I0924 18:56:15.929916 594526 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"
I0924 18:56:15.940133 594526 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0924 18:56:15.948579 594526 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0924 18:56:15.956895 594526 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0924 18:56:16.035927 594526 ssh_runner.go:195] Run: sudo systemctl restart crio
I0924 18:56:16.157757 594526 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
I0924 18:56:16.157862 594526 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0924 18:56:16.161738 594526 start.go:563] Will wait 60s for crictl version
I0924 18:56:16.161842 594526 ssh_runner.go:195] Run: which crictl
I0924 18:56:16.165368 594526 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0924 18:56:16.203490 594526 start.go:579] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0924 18:56:16.203612 594526 ssh_runner.go:195] Run: crio --version
I0924 18:56:16.241905 594526 ssh_runner.go:195] Run: crio --version
I0924 18:56:16.284190 594526 out.go:177] * Preparing Kubernetes v1.31.1 on CRI-O 1.24.6 ...
I0924 18:56:16.286165 594526 cli_runner.go:164] Run: docker network inspect addons-548117 --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}}]}"
I0924 18:56:16.300178 594526 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0924 18:56:16.303833 594526 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""
I0924 18:56:16.314464 594526 kubeadm.go:883] updating cluster {Name:addons-548117 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:addons-548117 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 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} ...
I0924 18:56:16.314576 594526 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
I0924 18:56:16.314634 594526 ssh_runner.go:195] Run: sudo crictl images --output json
I0924 18:56:16.389075 594526 crio.go:514] all images are preloaded for cri-o runtime.
I0924 18:56:16.389100 594526 crio.go:433] Images already preloaded, skipping extraction
I0924 18:56:16.389158 594526 ssh_runner.go:195] Run: sudo crictl images --output json
I0924 18:56:16.425891 594526 crio.go:514] all images are preloaded for cri-o runtime.
I0924 18:56:16.425922 594526 cache_images.go:84] Images are preloaded, skipping loading
I0924 18:56:16.425930 594526 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.1 crio true true} ...
I0924 18:56:16.426040 594526 kubeadm.go:946] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.31.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-548117 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.31.1 ClusterName:addons-548117 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:}
I0924 18:56:16.426130 594526 ssh_runner.go:195] Run: crio config
I0924 18:56:16.500596 594526 cni.go:84] Creating CNI manager for ""
I0924 18:56:16.500615 594526 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0924 18:56:16.500626 594526 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0924 18:56:16.500671 594526 kubeadm.go:181] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.31.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-548117 NodeName:addons-548117 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}
I0924 18:56:16.500858 594526 kubeadm.go:187] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta3
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.49.2
bindPort: 8443
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
ttl: 24h0m0s
usages:
- signing
- authentication
nodeRegistration:
criSocket: unix:///var/run/crio/crio.sock
name: "addons-548117"
kubeletExtraArgs:
node-ip: 192.168.49.2
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
extraArgs:
enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
allocate-node-cidrs: "true"
leader-elect: "false"
scheduler:
extraArgs:
leader-elect: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
etcd:
local:
dataDir: /var/lib/minikube/etcd
extraArgs:
proxy-refresh-interval: "70000"
kubernetesVersion: v1.31.1
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
I0924 18:56:16.500931 594526 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.1
I0924 18:56:16.510084 594526 binaries.go:44] Found k8s binaries, skipping transfer
I0924 18:56:16.510184 594526 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0924 18:56:16.519098 594526 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0924 18:56:16.537898 594526 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0924 18:56:16.556822 594526 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
I0924 18:56:16.574869 594526 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0924 18:56:16.578255 594526 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""
I0924 18:56:16.589286 594526 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0924 18:56:16.669377 594526 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0924 18:56:16.683054 594526 certs.go:68] Setting up /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117 for IP: 192.168.49.2
I0924 18:56:16.683129 594526 certs.go:194] generating shared ca certs ...
I0924 18:56:16.683159 594526 certs.go:226] acquiring lock for ca certs: {Name:mk31e9ae8514717b4f60222c2baf3ad89a00400a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0924 18:56:16.683345 594526 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19700-588376/.minikube/ca.key
I0924 18:56:16.826317 594526 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19700-588376/.minikube/ca.crt ...
I0924 18:56:16.826347 594526 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19700-588376/.minikube/ca.crt: {Name:mkf9a4fd99f3aa2a8ddeecf4647f2fbbd8fcda3e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0924 18:56:16.826572 594526 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19700-588376/.minikube/ca.key ...
I0924 18:56:16.826587 594526 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19700-588376/.minikube/ca.key: {Name:mka1072bcdff1639229114455dca72990b951775 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0924 18:56:16.826676 594526 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19700-588376/.minikube/proxy-client-ca.key
I0924 18:56:17.797660 594526 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19700-588376/.minikube/proxy-client-ca.crt ...
I0924 18:56:17.797695 594526 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19700-588376/.minikube/proxy-client-ca.crt: {Name:mkd0fb30bd982287b7a0e0df94f9cafbb026ce83 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0924 18:56:17.797886 594526 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19700-588376/.minikube/proxy-client-ca.key ...
I0924 18:56:17.797901 594526 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19700-588376/.minikube/proxy-client-ca.key: {Name:mka6d57ce25edc56876a24e93b68ff92d5a5e861 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0924 18:56:17.797985 594526 certs.go:256] generating profile certs ...
I0924 18:56:17.798045 594526 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/client.key
I0924 18:56:17.798061 594526 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/client.crt with IP's: []
I0924 18:56:18.899579 594526 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/client.crt ...
I0924 18:56:18.899615 594526 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/client.crt: {Name:mk5a26dda7d5850ec0bc792e121abb7e023ba6e3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0924 18:56:18.899853 594526 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/client.key ...
I0924 18:56:18.899868 594526 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/client.key: {Name:mked631547773d95bd5fcc1a14bdde4ad81de387 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0924 18:56:18.899968 594526 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/apiserver.key.0b9ee4fe
I0924 18:56:18.899988 594526 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/apiserver.crt.0b9ee4fe with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0924 18:56:19.181506 594526 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/apiserver.crt.0b9ee4fe ...
I0924 18:56:19.181536 594526 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/apiserver.crt.0b9ee4fe: {Name:mk0825f12cde161521aec9f09cfe5ca1b061d9f8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0924 18:56:19.181715 594526 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/apiserver.key.0b9ee4fe ...
I0924 18:56:19.181729 594526 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/apiserver.key.0b9ee4fe: {Name:mkb8899b7d9f133af760458218646496d08f277e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0924 18:56:19.181811 594526 certs.go:381] copying /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/apiserver.crt.0b9ee4fe -> /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/apiserver.crt
I0924 18:56:19.181890 594526 certs.go:385] copying /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/apiserver.key.0b9ee4fe -> /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/apiserver.key
I0924 18:56:19.181943 594526 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/proxy-client.key
I0924 18:56:19.181962 594526 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/proxy-client.crt with IP's: []
I0924 18:56:19.505467 594526 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/proxy-client.crt ...
I0924 18:56:19.505499 594526 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/proxy-client.crt: {Name:mk1eb7d3d7fab7c44499b0702bb92de901722567 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0924 18:56:19.505686 594526 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/proxy-client.key ...
I0924 18:56:19.505697 594526 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/proxy-client.key: {Name:mka774f7886d814815abad1256483a90a638f27b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0924 18:56:19.505882 594526 certs.go:484] found cert: /home/jenkins/minikube-integration/19700-588376/.minikube/certs/ca-key.pem (1679 bytes)
I0924 18:56:19.505925 594526 certs.go:484] found cert: /home/jenkins/minikube-integration/19700-588376/.minikube/certs/ca.pem (1078 bytes)
I0924 18:56:19.505954 594526 certs.go:484] found cert: /home/jenkins/minikube-integration/19700-588376/.minikube/certs/cert.pem (1123 bytes)
I0924 18:56:19.505984 594526 certs.go:484] found cert: /home/jenkins/minikube-integration/19700-588376/.minikube/certs/key.pem (1675 bytes)
I0924 18:56:19.506582 594526 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19700-588376/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0924 18:56:19.531578 594526 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19700-588376/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0924 18:56:19.556220 594526 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19700-588376/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0924 18:56:19.580933 594526 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19700-588376/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0924 18:56:19.607177 594526 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0924 18:56:19.631193 594526 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0924 18:56:19.656093 594526 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0924 18:56:19.680611 594526 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19700-588376/.minikube/profiles/addons-548117/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0924 18:56:19.704808 594526 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19700-588376/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0924 18:56:19.729304 594526 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0924 18:56:19.747124 594526 ssh_runner.go:195] Run: openssl version
I0924 18:56:19.752753 594526 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"
I0924 18:56:19.762341 594526 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0924 18:56:19.765610 594526 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 24 18:56 /usr/share/ca-certificates/minikubeCA.pem
I0924 18:56:19.765675 594526 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0924 18:56:19.772455 594526 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"
I0924 18:56:19.781834 594526 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0924 18:56:19.784989 594526 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
I0924 18:56:19.785037 594526 kubeadm.go:392] StartCluster: {Name:addons-548117 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:addons-548117 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 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}
I0924 18:56:19.785114 594526 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0924 18:56:19.785169 594526 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0924 18:56:19.837357 594526 cri.go:89] found id: ""
I0924 18:56:19.837428 594526 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0924 18:56:19.848121 594526 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0924 18:56:19.857529 594526 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0924 18:56:19.857595 594526 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
I0924 18:56:19.869238 594526 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
I0924 18:56:19.869258 594526 kubeadm.go:157] found existing configuration files:
I0924 18:56:19.869330 594526 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0924 18:56:19.877880 594526 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
I0924 18:56:19.877946 594526 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0924 18:56:19.886500 594526 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0924 18:56:19.894905 594526 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
I0924 18:56:19.894994 594526 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0924 18:56:19.903876 594526 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0924 18:56:19.912407 594526 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
I0924 18:56:19.912488 594526 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0924 18:56:19.921124 594526 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0924 18:56:19.929753 594526 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
I0924 18:56:19.929822 594526 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0924 18:56:19.938457 594526 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.31.1:$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"
I0924 18:56:19.977919 594526 kubeadm.go:310] [init] Using Kubernetes version: v1.31.1
I0924 18:56:19.978247 594526 kubeadm.go:310] [preflight] Running pre-flight checks
I0924 18:56:19.997665 594526 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I0924 18:56:19.997741 594526 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1070-aws[0m
I0924 18:56:19.997784 594526 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I0924 18:56:19.997833 594526 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0924 18:56:19.997885 594526 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0924 18:56:19.997936 594526 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0924 18:56:19.997987 594526 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0924 18:56:19.998038 594526 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0924 18:56:19.998089 594526 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0924 18:56:19.998139 594526 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0924 18:56:19.998190 594526 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0924 18:56:19.998239 594526 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0924 18:56:20.068351 594526 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0924 18:56:20.068538 594526 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0924 18:56:20.068681 594526 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I0924 18:56:20.077720 594526 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0924 18:56:20.081005 594526 out.go:235] - Generating certificates and keys ...
I0924 18:56:20.081116 594526 kubeadm.go:310] [certs] Using existing ca certificate authority
I0924 18:56:20.081209 594526 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0924 18:56:20.837899 594526 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0924 18:56:21.348961 594526 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0924 18:56:21.655298 594526 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0924 18:56:21.887570 594526 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0924 18:56:22.270970 594526 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0924 18:56:22.271113 594526 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-548117 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0924 18:56:22.608422 594526 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0924 18:56:22.608579 594526 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-548117 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0924 18:56:23.743155 594526 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0924 18:56:24.605392 594526 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0924 18:56:24.871540 594526 kubeadm.go:310] [certs] Generating "sa" key and public key
I0924 18:56:24.871868 594526 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0924 18:56:25.345541 594526 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0924 18:56:25.912195 594526 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0924 18:56:26.137108 594526 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0924 18:56:27.322526 594526 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0924 18:56:27.460915 594526 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0924 18:56:27.462840 594526 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0924 18:56:27.466926 594526 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0924 18:56:27.469037 594526 out.go:235] - Booting up control plane ...
I0924 18:56:27.469138 594526 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0924 18:56:27.469215 594526 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0924 18:56:27.470115 594526 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0924 18:56:27.480380 594526 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0924 18:56:27.486425 594526 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0924 18:56:27.486485 594526 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0924 18:56:27.578170 594526 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0924 18:56:27.578293 594526 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I0924 18:56:28.579917 594526 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.001704079s
I0924 18:56:28.580013 594526 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0924 18:56:34.581712 594526 kubeadm.go:310] [api-check] The API server is healthy after 6.001912124s
I0924 18:56:34.601994 594526 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0924 18:56:34.617651 594526 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0924 18:56:34.647112 594526 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0924 18:56:34.647330 594526 kubeadm.go:310] [mark-control-plane] Marking the node addons-548117 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0924 18:56:34.660492 594526 kubeadm.go:310] [bootstrap-token] Using token: 4j45ta.lcnij1bwzy7uimyi
I0924 18:56:34.663951 594526 out.go:235] - Configuring RBAC rules ...
I0924 18:56:34.664113 594526 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0924 18:56:34.669133 594526 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0924 18:56:34.678580 594526 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
I0924 18:56:34.682681 594526 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0924 18:56:34.686544 594526 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0924 18:56:34.690674 594526 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0924 18:56:34.989076 594526 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0924 18:56:35.440804 594526 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0924 18:56:35.988898 594526 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0924 18:56:35.990082 594526 kubeadm.go:310]
I0924 18:56:35.990161 594526 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0924 18:56:35.990172 594526 kubeadm.go:310]
I0924 18:56:35.990249 594526 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0924 18:56:35.990260 594526 kubeadm.go:310]
I0924 18:56:35.990285 594526 kubeadm.go:310] mkdir -p $HOME/.kube
I0924 18:56:35.990348 594526 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0924 18:56:35.990403 594526 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0924 18:56:35.990418 594526 kubeadm.go:310]
I0924 18:56:35.990473 594526 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0924 18:56:35.990482 594526 kubeadm.go:310]
I0924 18:56:35.990529 594526 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0924 18:56:35.990537 594526 kubeadm.go:310]
I0924 18:56:35.990589 594526 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0924 18:56:35.990668 594526 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0924 18:56:35.990739 594526 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0924 18:56:35.990747 594526 kubeadm.go:310]
I0924 18:56:35.990830 594526 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0924 18:56:35.990909 594526 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0924 18:56:35.990917 594526 kubeadm.go:310]
I0924 18:56:35.991001 594526 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 4j45ta.lcnij1bwzy7uimyi \
I0924 18:56:35.991106 594526 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:05b50b1568ebe73c382113abc54242aadad75e83b2ab1da31b1968898d89ec35 \
I0924 18:56:35.991129 594526 kubeadm.go:310] --control-plane
I0924 18:56:35.991137 594526 kubeadm.go:310]
I0924 18:56:35.991221 594526 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0924 18:56:35.991229 594526 kubeadm.go:310]
I0924 18:56:35.991310 594526 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 4j45ta.lcnij1bwzy7uimyi \
I0924 18:56:35.991414 594526 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:05b50b1568ebe73c382113abc54242aadad75e83b2ab1da31b1968898d89ec35
I0924 18:56:35.995226 594526 kubeadm.go:310] W0924 18:56:19.974302 1193 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "ClusterConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
I0924 18:56:35.995546 594526 kubeadm.go:310] W0924 18:56:19.975324 1193 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "InitConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
I0924 18:56:35.995799 594526 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-1070-aws\n", err: exit status 1
I0924 18:56:35.995976 594526 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0924 18:56:35.996005 594526 cni.go:84] Creating CNI manager for ""
I0924 18:56:35.996014 594526 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0924 18:56:35.998229 594526 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0924 18:56:36.000046 594526 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0924 18:56:36.014355 594526 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.31.1/kubectl ...
I0924 18:56:36.014385 594526 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
I0924 18:56:36.041402 594526 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0924 18:56:36.324537 594526 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0924 18:56:36.324683 594526 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0924 18:56:36.324759 594526 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-548117 minikube.k8s.io/updated_at=2024_09_24T18_56_36_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=ab8e06d5efb8aef1f7ea9881c3e41593ddc7876e minikube.k8s.io/name=addons-548117 minikube.k8s.io/primary=true
I0924 18:56:36.485960 594526 ops.go:34] apiserver oom_adj: -16
I0924 18:56:36.486071 594526 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0924 18:56:36.986369 594526 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0924 18:56:37.487061 594526 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0924 18:56:37.987171 594526 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0924 18:56:38.486380 594526 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0924 18:56:38.986125 594526 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0924 18:56:39.486188 594526 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0924 18:56:39.986770 594526 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0924 18:56:40.486142 594526 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0924 18:56:40.611429 594526 kubeadm.go:1113] duration metric: took 4.286794342s to wait for elevateKubeSystemPrivileges
I0924 18:56:40.611459 594526 kubeadm.go:394] duration metric: took 20.82642199s to StartCluster
I0924 18:56:40.611477 594526 settings.go:142] acquiring lock: {Name:mk120536321045862f74205f5ce2b0553de7910a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0924 18:56:40.611593 594526 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19700-588376/kubeconfig
I0924 18:56:40.611987 594526 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19700-588376/kubeconfig: {Name:mkfa1b851b592b2d4be48a31664ef883eda19c76 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0924 18:56:40.612689 594526 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}
I0924 18:56:40.612841 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0924 18:56:40.613084 594526 config.go:182] Loaded profile config "addons-548117": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0924 18:56:40.613112 594526 addons.go:507] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false 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]
I0924 18:56:40.613181 594526 addons.go:69] Setting yakd=true in profile "addons-548117"
I0924 18:56:40.613194 594526 addons.go:234] Setting addon yakd=true in "addons-548117"
I0924 18:56:40.613218 594526 host.go:66] Checking if "addons-548117" exists ...
I0924 18:56:40.613712 594526 cli_runner.go:164] Run: docker container inspect addons-548117 --format={{.State.Status}}
I0924 18:56:40.613887 594526 addons.go:69] Setting inspektor-gadget=true in profile "addons-548117"
I0924 18:56:40.613915 594526 addons.go:234] Setting addon inspektor-gadget=true in "addons-548117"
I0924 18:56:40.613968 594526 host.go:66] Checking if "addons-548117" exists ...
I0924 18:56:40.614192 594526 addons.go:69] Setting metrics-server=true in profile "addons-548117"
I0924 18:56:40.614206 594526 addons.go:234] Setting addon metrics-server=true in "addons-548117"
I0924 18:56:40.614223 594526 host.go:66] Checking if "addons-548117" exists ...
I0924 18:56:40.614594 594526 cli_runner.go:164] Run: docker container inspect addons-548117 --format={{.State.Status}}
I0924 18:56:40.615068 594526 cli_runner.go:164] Run: docker container inspect addons-548117 --format={{.State.Status}}
I0924 18:56:40.616987 594526 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-548117"
I0924 18:56:40.617016 594526 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-548117"
I0924 18:56:40.617041 594526 host.go:66] Checking if "addons-548117" exists ...
I0924 18:56:40.617461 594526 cli_runner.go:164] Run: docker container inspect addons-548117 --format={{.State.Status}}
I0924 18:56:40.619767 594526 addons.go:69] Setting cloud-spanner=true in profile "addons-548117"
I0924 18:56:40.619830 594526 addons.go:234] Setting addon cloud-spanner=true in "addons-548117"
I0924 18:56:40.619872 594526 host.go:66] Checking if "addons-548117" exists ...
I0924 18:56:40.620327 594526 cli_runner.go:164] Run: docker container inspect addons-548117 --format={{.State.Status}}
I0924 18:56:40.620699 594526 addons.go:69] Setting registry=true in profile "addons-548117"
I0924 18:56:40.620728 594526 addons.go:234] Setting addon registry=true in "addons-548117"
I0924 18:56:40.620760 594526 host.go:66] Checking if "addons-548117" exists ...
I0924 18:56:40.621246 594526 cli_runner.go:164] Run: docker container inspect addons-548117 --format={{.State.Status}}
I0924 18:56:40.636718 594526 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-548117"
I0924 18:56:40.636794 594526 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-548117"
I0924 18:56:40.636834 594526 host.go:66] Checking if "addons-548117" exists ...
I0924 18:56:40.637847 594526 cli_runner.go:164] Run: docker container inspect addons-548117 --format={{.State.Status}}
I0924 18:56:40.639530 594526 addons.go:69] Setting storage-provisioner=true in profile "addons-548117"
I0924 18:56:40.642599 594526 addons.go:234] Setting addon storage-provisioner=true in "addons-548117"
I0924 18:56:40.644756 594526 host.go:66] Checking if "addons-548117" exists ...
I0924 18:56:40.647569 594526 cli_runner.go:164] Run: docker container inspect addons-548117 --format={{.State.Status}}
I0924 18:56:40.654478 594526 addons.go:69] Setting default-storageclass=true in profile "addons-548117"
I0924 18:56:40.654553 594526 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-548117"
I0924 18:56:40.654933 594526 cli_runner.go:164] Run: docker container inspect addons-548117 --format={{.State.Status}}
I0924 18:56:40.663799 594526 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-548117"
I0924 18:56:40.663877 594526 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-548117"
I0924 18:56:40.664286 594526 cli_runner.go:164] Run: docker container inspect addons-548117 --format={{.State.Status}}
I0924 18:56:40.675531 594526 addons.go:69] Setting gcp-auth=true in profile "addons-548117"
I0924 18:56:40.675571 594526 mustload.go:65] Loading cluster: addons-548117
I0924 18:56:40.675802 594526 config.go:182] Loaded profile config "addons-548117": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0924 18:56:40.676079 594526 cli_runner.go:164] Run: docker container inspect addons-548117 --format={{.State.Status}}
I0924 18:56:40.683858 594526 addons.go:69] Setting volcano=true in profile "addons-548117"
I0924 18:56:40.684026 594526 addons.go:234] Setting addon volcano=true in "addons-548117"
I0924 18:56:40.684100 594526 host.go:66] Checking if "addons-548117" exists ...
I0924 18:56:40.684707 594526 cli_runner.go:164] Run: docker container inspect addons-548117 --format={{.State.Status}}
I0924 18:56:40.706065 594526 addons.go:69] Setting volumesnapshots=true in profile "addons-548117"
I0924 18:56:40.706119 594526 addons.go:234] Setting addon volumesnapshots=true in "addons-548117"
I0924 18:56:40.706197 594526 host.go:66] Checking if "addons-548117" exists ...
I0924 18:56:40.708019 594526 cli_runner.go:164] Run: docker container inspect addons-548117 --format={{.State.Status}}
I0924 18:56:40.710420 594526 addons.go:69] Setting ingress=true in profile "addons-548117"
I0924 18:56:40.710467 594526 addons.go:234] Setting addon ingress=true in "addons-548117"
I0924 18:56:40.710510 594526 host.go:66] Checking if "addons-548117" exists ...
I0924 18:56:40.711520 594526 cli_runner.go:164] Run: docker container inspect addons-548117 --format={{.State.Status}}
I0924 18:56:40.721099 594526 out.go:177] * Verifying Kubernetes components...
I0924 18:56:40.727785 594526 addons.go:69] Setting ingress-dns=true in profile "addons-548117"
I0924 18:56:40.727821 594526 addons.go:234] Setting addon ingress-dns=true in "addons-548117"
I0924 18:56:40.727869 594526 host.go:66] Checking if "addons-548117" exists ...
I0924 18:56:40.768967 594526 cli_runner.go:164] Run: docker container inspect addons-548117 --format={{.State.Status}}
I0924 18:56:40.728148 594526 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0924 18:56:40.805929 594526 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.2
I0924 18:56:40.810434 594526 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.24
I0924 18:56:40.823587 594526 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0924 18:56:40.826546 594526 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0924 18:56:40.826624 594526 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0924 18:56:40.826764 594526 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
I0924 18:56:40.826876 594526 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548117
I0924 18:56:40.837403 594526 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.32.0
I0924 18:56:40.837885 594526 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0924 18:56:40.837902 594526 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0924 18:56:40.838005 594526 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548117
I0924 18:56:40.838227 594526 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0924 18:56:40.838238 594526 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0924 18:56:40.838295 594526 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548117
I0924 18:56:40.853780 594526 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0924 18:56:40.857269 594526 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0924 18:56:40.857587 594526 host.go:66] Checking if "addons-548117" exists ...
I0924 18:56:40.863860 594526 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0924 18:56:40.863994 594526 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0924 18:56:40.865646 594526 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0924 18:56:40.865849 594526 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0924 18:56:40.865879 594526 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0924 18:56:40.865975 594526 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548117
I0924 18:56:40.867625 594526 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0924 18:56:40.867645 594526 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0924 18:56:40.867779 594526 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548117
I0924 18:56:40.870242 594526 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0924 18:56:40.873025 594526 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0924 18:56:40.874564 594526 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0924 18:56:40.876217 594526 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0924 18:56:40.878379 594526 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0924 18:56:40.878408 594526 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0924 18:56:40.878522 594526 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548117
I0924 18:56:40.884267 594526 addons.go:234] Setting addon default-storageclass=true in "addons-548117"
I0924 18:56:40.884310 594526 host.go:66] Checking if "addons-548117" exists ...
I0924 18:56:40.884742 594526 cli_runner.go:164] Run: docker container inspect addons-548117 --format={{.State.Status}}
I0924 18:56:40.888109 594526 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0924 18:56:40.888131 594526 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0924 18:56:40.888192 594526 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548117
I0924 18:56:40.895752 594526 out.go:177] - Using image docker.io/registry:2.8.3
I0924 18:56:40.899829 594526 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
W0924 18:56:40.907493 594526 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I0924 18:56:40.934122 594526 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0924 18:56:40.934147 594526 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0924 18:56:40.934214 594526 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548117
I0924 18:56:40.936818 594526 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0924 18:56:40.941482 594526 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0924 18:56:40.941512 594526 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0924 18:56:40.941596 594526 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548117
I0924 18:56:40.951597 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0924 18:56:40.952278 594526 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19700-588376/.minikube/machines/addons-548117/id_rsa Username:docker}
I0924 18:56:40.956978 594526 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-548117"
I0924 18:56:40.957063 594526 host.go:66] Checking if "addons-548117" exists ...
I0924 18:56:40.957537 594526 cli_runner.go:164] Run: docker container inspect addons-548117 --format={{.State.Status}}
I0924 18:56:40.971401 594526 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
I0924 18:56:40.973008 594526 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.2
I0924 18:56:40.974894 594526 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
I0924 18:56:40.976694 594526 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0924 18:56:40.976737 594526 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0924 18:56:40.976805 594526 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548117
I0924 18:56:40.991874 594526 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19700-588376/.minikube/machines/addons-548117/id_rsa Username:docker}
I0924 18:56:41.036194 594526 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0924 18:56:41.038595 594526 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0924 18:56:41.038616 594526 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0924 18:56:41.038684 594526 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548117
I0924 18:56:41.110499 594526 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19700-588376/.minikube/machines/addons-548117/id_rsa Username:docker}
I0924 18:56:41.120734 594526 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19700-588376/.minikube/machines/addons-548117/id_rsa Username:docker}
I0924 18:56:41.121477 594526 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19700-588376/.minikube/machines/addons-548117/id_rsa Username:docker}
I0924 18:56:41.123266 594526 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19700-588376/.minikube/machines/addons-548117/id_rsa Username:docker}
I0924 18:56:41.123828 594526 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19700-588376/.minikube/machines/addons-548117/id_rsa Username:docker}
I0924 18:56:41.124431 594526 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0924 18:56:41.124446 594526 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0924 18:56:41.124538 594526 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548117
I0924 18:56:41.146224 594526 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0924 18:56:41.147233 594526 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19700-588376/.minikube/machines/addons-548117/id_rsa Username:docker}
I0924 18:56:41.150246 594526 out.go:177] - Using image docker.io/busybox:stable
I0924 18:56:41.157290 594526 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0924 18:56:41.157315 594526 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0924 18:56:41.157383 594526 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548117
I0924 18:56:41.170045 594526 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19700-588376/.minikube/machines/addons-548117/id_rsa Username:docker}
I0924 18:56:41.184096 594526 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19700-588376/.minikube/machines/addons-548117/id_rsa Username:docker}
I0924 18:56:41.213192 594526 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19700-588376/.minikube/machines/addons-548117/id_rsa Username:docker}
I0924 18:56:41.213199 594526 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19700-588376/.minikube/machines/addons-548117/id_rsa Username:docker}
I0924 18:56:41.221341 594526 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19700-588376/.minikube/machines/addons-548117/id_rsa Username:docker}
I0924 18:56:41.256910 594526 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0924 18:56:41.288370 594526 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0924 18:56:41.288392 594526 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0924 18:56:41.343169 594526 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0924 18:56:41.490193 594526 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0924 18:56:41.490271 594526 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0924 18:56:41.522652 594526 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0924 18:56:41.572638 594526 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0924 18:56:41.572713 594526 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0924 18:56:41.592712 594526 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0924 18:56:41.592787 594526 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0924 18:56:41.672992 594526 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0924 18:56:41.673068 594526 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0924 18:56:41.683816 594526 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0924 18:56:41.683889 594526 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0924 18:56:41.702357 594526 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0924 18:56:41.709209 594526 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0924 18:56:41.709274 594526 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0924 18:56:41.718997 594526 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0924 18:56:41.719075 594526 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0924 18:56:41.747450 594526 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0924 18:56:41.747525 594526 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0924 18:56:41.750822 594526 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0924 18:56:41.758512 594526 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0924 18:56:41.770565 594526 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0924 18:56:41.774297 594526 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0924 18:56:41.774324 594526 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0924 18:56:41.781378 594526 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0924 18:56:41.860963 594526 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0924 18:56:41.860986 594526 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0924 18:56:41.870080 594526 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0924 18:56:41.870106 594526 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)
I0924 18:56:41.900961 594526 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0924 18:56:41.900991 594526 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0924 18:56:41.905020 594526 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0924 18:56:41.905045 594526 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0924 18:56:41.908003 594526 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0924 18:56:41.908027 594526 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0924 18:56:41.915657 594526 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0924 18:56:41.915683 594526 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0924 18:56:42.029330 594526 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0924 18:56:42.029362 594526 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0924 18:56:42.044591 594526 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0924 18:56:42.044620 594526 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0924 18:56:42.055982 594526 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0924 18:56:42.090486 594526 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0924 18:56:42.102420 594526 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0924 18:56:42.119186 594526 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0924 18:56:42.119219 594526 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0924 18:56:42.153282 594526 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0924 18:56:42.153314 594526 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0924 18:56:42.178221 594526 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0924 18:56:42.178266 594526 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0924 18:56:42.355016 594526 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0924 18:56:42.355056 594526 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0924 18:56:42.359896 594526 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0924 18:56:42.359952 594526 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0924 18:56:42.364409 594526 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0924 18:56:42.364452 594526 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0924 18:56:42.434177 594526 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0924 18:56:42.448624 594526 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0924 18:56:42.448653 594526 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0924 18:56:42.527317 594526 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0924 18:56:42.527342 594526 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0924 18:56:42.547166 594526 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0924 18:56:42.547197 594526 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0924 18:56:42.678148 594526 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0924 18:56:42.678175 594526 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0924 18:56:42.706750 594526 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
I0924 18:56:42.848481 594526 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0924 18:56:42.848505 594526 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0924 18:56:42.960029 594526 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0924 18:56:42.960055 594526 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0924 18:56:43.067018 594526 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0924 18:56:43.067046 594526 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0924 18:56:43.165198 594526 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0924 18:56:43.577233 594526 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.62556921s)
I0924 18:56:43.577262 594526 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0924 18:56:43.577204 594526 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.320264044s)
I0924 18:56:43.578932 594526 node_ready.go:35] waiting up to 6m0s for node "addons-548117" to be "Ready" ...
I0924 18:56:44.396716 594526 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-548117" context rescaled to 1 replicas
I0924 18:56:45.194430 594526 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.851222958s)
I0924 18:56:45.689122 594526 node_ready.go:53] node "addons-548117" has status "Ready":"False"
I0924 18:56:45.806685 594526 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.283957151s)
I0924 18:56:45.806662 594526 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (4.104219051s)
I0924 18:56:45.806781 594526 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (4.048249087s)
I0924 18:56:45.806827 594526 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (4.055852098s)
I0924 18:56:46.033086 594526 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.262481923s)
I0924 18:56:46.936129 594526 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.154714627s)
I0924 18:56:46.936215 594526 addons.go:475] Verifying addon ingress=true in "addons-548117"
I0924 18:56:46.936471 594526 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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: (4.880455792s)
I0924 18:56:46.936770 594526 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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: (4.846202983s)
I0924 18:56:46.936787 594526 addons.go:475] Verifying addon metrics-server=true in "addons-548117"
I0924 18:56:46.936834 594526 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.834381131s)
I0924 18:56:46.936842 594526 addons.go:475] Verifying addon registry=true in "addons-548117"
I0924 18:56:46.937039 594526 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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: (4.502822851s)
W0924 18:56:46.937387 594526 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0924 18:56:46.937407 594526 retry.go:31] will retry after 164.117395ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0924 18:56:46.937110 594526 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (4.230332067s)
I0924 18:56:46.938594 594526 out.go:177] * Verifying ingress addon...
I0924 18:56:46.938609 594526 out.go:177] * Verifying registry addon...
I0924 18:56:46.938830 594526 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-548117 service yakd-dashboard -n yakd-dashboard
I0924 18:56:46.942171 594526 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0924 18:56:46.942171 594526 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0924 18:56:46.953718 594526 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0924 18:56:46.953804 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:46.954929 594526 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0924 18:56:46.954999 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:47.102578 594526 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0924 18:56:47.309930 594526 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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.144665184s)
I0924 18:56:47.310017 594526 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-548117"
I0924 18:56:47.312210 594526 out.go:177] * Verifying csi-hostpath-driver addon...
I0924 18:56:47.314690 594526 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0924 18:56:47.328806 594526 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0924 18:56:47.328834 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:47.446748 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:47.448078 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:47.823106 594526 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0924 18:56:47.823131 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:47.947109 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:47.948371 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:48.068540 594526 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0924 18:56:48.068630 594526 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548117
I0924 18:56:48.084858 594526 node_ready.go:53] node "addons-548117" has status "Ready":"False"
I0924 18:56:48.089166 594526 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19700-588376/.minikube/machines/addons-548117/id_rsa Username:docker}
I0924 18:56:48.194710 594526 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0924 18:56:48.213789 594526 addons.go:234] Setting addon gcp-auth=true in "addons-548117"
I0924 18:56:48.213845 594526 host.go:66] Checking if "addons-548117" exists ...
I0924 18:56:48.214293 594526 cli_runner.go:164] Run: docker container inspect addons-548117 --format={{.State.Status}}
I0924 18:56:48.230981 594526 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0924 18:56:48.231036 594526 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548117
I0924 18:56:48.246742 594526 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19700-588376/.minikube/machines/addons-548117/id_rsa Username:docker}
I0924 18:56:48.319194 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:48.448376 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:48.449079 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:48.818562 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:48.946592 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:48.947269 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:49.319603 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:49.448067 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:49.449243 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:49.819557 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:49.947267 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:49.948533 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:50.154660 594526 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (3.051973932s)
I0924 18:56:50.154726 594526 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.92372349s)
I0924 18:56:50.156912 594526 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0924 18:56:50.158719 594526 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
I0924 18:56:50.160567 594526 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0924 18:56:50.160589 594526 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0924 18:56:50.203029 594526 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0924 18:56:50.203061 594526 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0924 18:56:50.224724 594526 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0924 18:56:50.224747 594526 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0924 18:56:50.245680 594526 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0924 18:56:50.320004 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:50.447516 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:50.448784 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:50.582369 594526 node_ready.go:53] node "addons-548117" has status "Ready":"False"
I0924 18:56:50.824903 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:50.913174 594526 addons.go:475] Verifying addon gcp-auth=true in "addons-548117"
I0924 18:56:50.915531 594526 out.go:177] * Verifying gcp-auth addon...
I0924 18:56:50.918265 594526 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0924 18:56:50.972039 594526 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0924 18:56:50.972060 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:56:50.972072 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:50.980778 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:51.320125 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:51.422104 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:56:51.446440 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:51.447803 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:51.818255 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:51.921477 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:56:51.947208 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:51.947613 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:52.319652 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:52.422994 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:56:52.447763 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:52.448842 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:52.582561 594526 node_ready.go:53] node "addons-548117" has status "Ready":"False"
I0924 18:56:52.818658 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:52.922442 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:56:52.947047 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:52.951258 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:53.318433 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:53.422061 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:56:53.448707 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:53.450012 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:53.818678 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:53.921763 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:56:53.948032 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:53.948630 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:54.320687 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:54.428033 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:56:54.447422 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:54.449849 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:54.819523 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:54.922679 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:56:54.947478 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:54.948651 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:55.082407 594526 node_ready.go:53] node "addons-548117" has status "Ready":"False"
I0924 18:56:55.320190 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:55.422200 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:56:55.446495 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:55.447263 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:55.818981 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:55.922523 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:56:55.945512 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:55.946315 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:56.318801 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:56.421960 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:56:56.445949 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:56.446795 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:56.818692 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:56.922179 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:56:56.945669 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:56.947015 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:57.082706 594526 node_ready.go:53] node "addons-548117" has status "Ready":"False"
I0924 18:56:57.318180 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:57.421401 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:56:57.445826 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:57.446781 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:57.818980 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:57.922740 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:56:57.945918 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:57.946842 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:58.318179 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:58.422179 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:56:58.448612 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:58.449532 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:58.818959 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:58.922343 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:56:58.945970 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:58.946750 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:59.318465 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:59.421901 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:56:59.446063 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:59.446866 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:56:59.582172 594526 node_ready.go:53] node "addons-548117" has status "Ready":"False"
I0924 18:56:59.818756 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:56:59.922176 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:56:59.945729 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:56:59.946851 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:00.351048 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:00.422313 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:00.448657 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:00.451399 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:00.818035 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:00.921133 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:00.945385 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:00.946220 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:01.319171 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:01.421765 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:01.446092 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:01.446860 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:01.819769 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:01.922428 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:01.946562 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:01.947406 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:02.083400 594526 node_ready.go:53] node "addons-548117" has status "Ready":"False"
I0924 18:57:02.318175 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:02.421330 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:02.446426 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:02.447235 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:02.818563 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:02.922947 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:02.946694 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:02.947123 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:03.318031 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:03.422449 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:03.446748 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:03.447521 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:03.818599 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:03.921994 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:03.946522 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:03.947267 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:04.318460 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:04.421955 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:04.446055 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:04.446791 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:04.581902 594526 node_ready.go:53] node "addons-548117" has status "Ready":"False"
I0924 18:57:04.818707 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:04.922365 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:04.947058 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:04.948014 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:05.318196 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:05.422144 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:05.446237 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:05.447135 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:05.818211 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:05.922143 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:05.946933 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:05.947757 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:06.318047 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:06.423590 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:06.446843 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:06.446988 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:06.582905 594526 node_ready.go:53] node "addons-548117" has status "Ready":"False"
I0924 18:57:06.818349 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:06.921815 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:06.945893 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:06.946957 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:07.318311 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:07.422186 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:07.445841 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:07.446836 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:07.818782 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:07.921239 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:07.946788 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:07.947361 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:08.318409 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:08.421729 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:08.446718 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:08.447638 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:08.583298 594526 node_ready.go:53] node "addons-548117" has status "Ready":"False"
I0924 18:57:08.818889 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:08.922192 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:08.945319 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:08.946513 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:09.318167 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:09.421407 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:09.446667 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:09.448272 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:09.819317 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:09.929910 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:09.948280 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:09.949921 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:10.318495 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:10.421969 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:10.446029 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:10.447359 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:10.818432 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:10.921972 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:10.946068 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:10.946719 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:11.082641 594526 node_ready.go:53] node "addons-548117" has status "Ready":"False"
I0924 18:57:11.318628 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:11.422162 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:11.446380 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:11.446990 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:11.817921 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:11.922411 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:11.946982 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:11.947765 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:12.318436 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:12.421864 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:12.446282 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:12.447212 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:12.818314 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:12.921701 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:12.946381 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:12.946897 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:13.318642 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:13.422363 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:13.446369 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:13.446858 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:13.582818 594526 node_ready.go:53] node "addons-548117" has status "Ready":"False"
I0924 18:57:13.818808 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:13.921441 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:13.947113 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:13.947339 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:14.319781 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:14.421655 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:14.447600 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:14.447920 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:14.818652 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:14.922462 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:14.946307 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:14.947074 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:15.318513 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:15.422235 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:15.446251 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:15.446954 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:15.817916 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:15.921916 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:15.946401 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:15.947195 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:16.084158 594526 node_ready.go:53] node "addons-548117" has status "Ready":"False"
I0924 18:57:16.318122 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:16.421793 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:16.445822 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:16.446719 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:16.818508 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:16.921354 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:16.946386 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:16.947402 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:17.318457 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:17.421942 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:17.446425 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:17.447041 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:17.818865 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:17.922043 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:17.946918 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:17.947845 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:18.318137 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:18.421415 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:18.446506 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:18.447285 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:18.583339 594526 node_ready.go:53] node "addons-548117" has status "Ready":"False"
I0924 18:57:18.817846 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:18.922282 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:18.945650 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:18.947938 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:19.318805 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:19.421942 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:19.447659 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:19.448426 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:19.818836 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:19.922311 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:19.945686 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:19.946786 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:20.318675 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:20.421581 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:20.445993 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:20.446882 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:20.818412 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:20.921944 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:20.946051 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:20.946980 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:21.082228 594526 node_ready.go:53] node "addons-548117" has status "Ready":"False"
I0924 18:57:21.318292 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:21.421472 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:21.445756 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:21.446637 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:21.818518 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:21.922043 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:21.946545 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:21.947339 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:22.319075 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:22.421724 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:22.445591 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:22.446692 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:22.818279 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:22.921708 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:22.945836 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:22.946566 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:23.082647 594526 node_ready.go:53] node "addons-548117" has status "Ready":"False"
I0924 18:57:23.318966 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:23.422362 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:23.446346 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:23.447092 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:23.818055 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:23.921733 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:23.946484 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:23.947251 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:24.318020 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:24.421821 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:24.446182 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:24.447007 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:24.849141 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:24.923484 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:24.953951 594526 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0924 18:57:24.954023 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:24.954188 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:25.087865 594526 node_ready.go:49] node "addons-548117" has status "Ready":"True"
I0924 18:57:25.087967 594526 node_ready.go:38] duration metric: took 41.50899994s for node "addons-548117" to be "Ready" ...
I0924 18:57:25.087995 594526 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" ...
I0924 18:57:25.114371 594526 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-2dj4t" in "kube-system" namespace to be "Ready" ...
I0924 18:57:25.322632 594526 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0924 18:57:25.322699 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:25.422664 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:25.448155 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:25.449486 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:25.834315 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:25.927994 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:25.946431 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:25.948234 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:26.319505 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:26.423146 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:26.447798 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:26.449203 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:26.820821 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:26.922429 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:26.948623 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:26.950030 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:27.202959 594526 pod_ready.go:93] pod "coredns-7c65d6cfc9-2dj4t" in "kube-system" namespace has status "Ready":"True"
I0924 18:57:27.202989 594526 pod_ready.go:82] duration metric: took 2.088524754s for pod "coredns-7c65d6cfc9-2dj4t" in "kube-system" namespace to be "Ready" ...
I0924 18:57:27.203013 594526 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-548117" in "kube-system" namespace to be "Ready" ...
I0924 18:57:27.215914 594526 pod_ready.go:93] pod "etcd-addons-548117" in "kube-system" namespace has status "Ready":"True"
I0924 18:57:27.215958 594526 pod_ready.go:82] duration metric: took 12.921556ms for pod "etcd-addons-548117" in "kube-system" namespace to be "Ready" ...
I0924 18:57:27.215973 594526 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-548117" in "kube-system" namespace to be "Ready" ...
I0924 18:57:27.288153 594526 pod_ready.go:93] pod "kube-apiserver-addons-548117" in "kube-system" namespace has status "Ready":"True"
I0924 18:57:27.288178 594526 pod_ready.go:82] duration metric: took 72.197088ms for pod "kube-apiserver-addons-548117" in "kube-system" namespace to be "Ready" ...
I0924 18:57:27.288191 594526 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-548117" in "kube-system" namespace to be "Ready" ...
I0924 18:57:27.346956 594526 pod_ready.go:93] pod "kube-controller-manager-addons-548117" in "kube-system" namespace has status "Ready":"True"
I0924 18:57:27.346981 594526 pod_ready.go:82] duration metric: took 58.781282ms for pod "kube-controller-manager-addons-548117" in "kube-system" namespace to be "Ready" ...
I0924 18:57:27.346995 594526 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-w8gxq" in "kube-system" namespace to be "Ready" ...
I0924 18:57:27.366391 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:27.388745 594526 pod_ready.go:93] pod "kube-proxy-w8gxq" in "kube-system" namespace has status "Ready":"True"
I0924 18:57:27.388772 594526 pod_ready.go:82] duration metric: took 41.769187ms for pod "kube-proxy-w8gxq" in "kube-system" namespace to be "Ready" ...
I0924 18:57:27.388784 594526 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-548117" in "kube-system" namespace to be "Ready" ...
I0924 18:57:27.435215 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:27.481193 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:27.482241 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:27.518628 594526 pod_ready.go:93] pod "kube-scheduler-addons-548117" in "kube-system" namespace has status "Ready":"True"
I0924 18:57:27.518651 594526 pod_ready.go:82] duration metric: took 129.860154ms for pod "kube-scheduler-addons-548117" in "kube-system" namespace to be "Ready" ...
I0924 18:57:27.518663 594526 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace to be "Ready" ...
I0924 18:57:27.820411 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:27.925884 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:27.951126 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:27.953367 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:28.322583 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:28.422602 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:28.451691 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:28.453681 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:28.820751 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:28.922579 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:28.948684 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:28.950040 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:29.319666 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:29.424236 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:29.525113 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:29.526104 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:29.528137 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:57:29.819623 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:29.922068 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:29.951779 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:29.952918 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:30.319898 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:30.421946 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:30.446921 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:30.448177 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:30.819670 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:30.922284 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:30.951950 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:30.952070 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:31.319485 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:31.422858 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:31.448760 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:31.449289 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:31.819378 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:31.922947 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:32.024033 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:32.027604 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:32.028049 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:57:32.319573 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:32.422779 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:32.446776 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:32.447876 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:32.819992 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:32.922425 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:32.947322 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:32.948254 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:33.320538 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:33.422204 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:33.448257 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:33.450684 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:33.826392 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:33.922236 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:33.948367 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:33.949132 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:34.320103 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:34.426570 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:34.528297 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:57:34.531165 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:34.533077 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:34.820925 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:34.922671 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:34.949702 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:34.951216 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:35.322609 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:35.425119 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:35.529729 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:35.530435 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:35.820271 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:35.922819 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:35.949719 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:35.953369 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:36.320350 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:36.422176 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:36.448139 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:36.451392 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:36.533019 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:57:36.858592 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:36.923226 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:36.951630 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:36.953065 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:37.320736 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:37.422581 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:37.449361 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:37.450318 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:37.821201 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:37.922678 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:37.947152 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:37.948640 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:38.321499 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:38.421830 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:38.450547 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:38.451859 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:38.820076 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:38.922401 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:38.957323 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:38.958775 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:39.026695 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:57:39.320784 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:39.422285 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:39.450167 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:39.451388 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:39.824004 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:39.922698 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:39.946231 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:39.949160 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:40.319642 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:40.424759 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:40.452838 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:40.453933 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:40.821280 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:40.922772 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:40.948850 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:40.950303 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:41.027889 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:57:41.320135 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:41.422532 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:41.447808 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:41.449987 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:41.821760 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:41.921970 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:41.948264 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:41.949307 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:42.320978 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:42.425926 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:42.448561 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:42.449740 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:42.819775 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:42.922147 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:42.948810 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:42.950184 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:43.319451 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:43.423040 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:43.447539 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:43.450191 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:43.527733 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:57:43.820287 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:43.923309 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:43.948432 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:43.949847 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:44.320398 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:44.422536 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:44.447485 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:44.448092 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:44.820037 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:44.921963 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:44.946194 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:44.947209 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:45.330391 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:45.436065 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:45.456232 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:45.458992 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:45.543736 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:57:45.822812 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:45.922064 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:45.945702 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:45.947962 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:46.324116 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:46.422413 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:46.447069 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:46.448740 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:46.819933 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:46.922669 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:46.946015 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:46.947374 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:47.319459 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:47.422347 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:47.447069 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:47.447500 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:47.819671 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:47.922098 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:47.947512 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:47.948543 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:48.025665 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:57:48.324899 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:48.422367 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:48.448559 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:48.449875 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:48.820807 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:48.922829 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:48.949231 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:48.950654 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:49.319873 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:49.421663 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:49.446382 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:49.447249 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:49.819232 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:49.922620 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:49.947137 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:49.948231 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:50.027308 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:57:50.320931 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:50.421923 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:50.446955 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:50.448769 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:50.819524 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:50.922306 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:50.947294 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:50.948642 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:51.321722 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:51.422187 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:51.448802 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:51.449574 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:51.821260 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:51.922300 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:51.946943 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:51.947970 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:52.320606 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:52.422229 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:52.448634 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:52.449870 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:52.527946 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:57:52.820468 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:52.922242 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:52.947500 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:52.948076 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:53.324808 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:53.422087 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:53.447425 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:53.448929 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:53.819851 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:53.922545 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:53.948522 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:53.953938 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:54.320791 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:54.422496 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:54.448638 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:54.448761 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:54.820876 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:54.922143 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:54.948306 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:54.949735 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:55.039156 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:57:55.322562 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:55.427517 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:55.447761 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:55.448491 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:55.821493 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:55.922146 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:55.948951 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:55.950201 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:56.321991 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:56.422374 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:56.449446 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:56.449793 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:56.819911 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:56.922634 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:56.946390 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:56.946664 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:57.319769 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:57.422318 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:57.452616 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:57.454717 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:57.527975 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:57:57.823825 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:57.922203 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:57.948854 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:57.950149 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:58.321317 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:58.424645 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:58.447159 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:58.447694 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:58.820694 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:58.921892 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:58.947162 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:58.947625 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:59.319477 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:59.422704 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:59.446114 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:59.447265 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:57:59.819039 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:57:59.921944 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:57:59.946613 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:57:59.949289 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:00.037404 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:58:00.337222 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:00.422912 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:00.449274 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:58:00.451010 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:00.819484 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:00.921387 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:00.947221 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:58:00.947615 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:01.321828 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:01.422851 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:01.448187 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:58:01.450259 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:01.820674 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:01.922039 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:01.949176 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:58:01.950561 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:02.321194 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:02.422458 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:02.448031 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:58:02.448532 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:02.526063 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:58:02.819579 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:02.922131 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:02.949292 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:58:02.951775 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:03.320871 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:03.433746 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:03.447556 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:58:03.455435 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:03.820632 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:03.921714 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:03.947855 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:58:03.949368 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:04.331499 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:04.432922 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:04.449635 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:58:04.452541 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:04.822671 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:04.922213 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:04.949197 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:58:04.951656 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:05.026536 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:58:05.320110 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:05.426331 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:05.526611 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:05.527381 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:58:05.819183 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:05.922051 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:05.946574 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:58:05.948037 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:06.320596 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:06.421959 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:06.447447 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:06.448006 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0924 18:58:06.820495 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:06.922503 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:06.950209 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:06.951048 594526 kapi.go:107] duration metric: took 1m20.008875332s to wait for kubernetes.io/minikube-addons=registry ...
I0924 18:58:07.026865 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:58:07.320260 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:07.427480 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:07.447280 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:07.819822 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:07.921411 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:07.946238 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:08.322383 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:08.427743 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:08.446883 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:08.819517 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:08.922649 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:09.025052 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:09.319544 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:09.421149 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:09.447065 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:09.527998 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:58:09.819641 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:09.921741 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:09.946317 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:10.319678 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:10.422275 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:10.447635 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:10.820186 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:10.922814 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:10.946698 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:11.320423 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:11.422885 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:11.447799 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:11.555575 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:58:11.820679 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:11.922266 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:11.947183 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:12.320495 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:12.425321 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:12.446423 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:12.820414 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:12.922452 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:12.950823 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:13.320665 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:13.422206 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:13.447233 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:13.821357 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:13.922030 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:13.947513 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:14.031812 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:58:14.319639 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:14.428639 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:14.447331 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:14.820492 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:14.922356 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:14.947230 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:15.319381 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:15.422092 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:15.448310 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:15.819625 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:15.921652 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:15.947732 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:16.320635 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:16.422480 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:16.449993 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:16.533397 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:58:16.821828 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:16.921696 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:16.948546 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:17.332528 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:17.424746 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:17.450306 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:17.823320 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:17.922747 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:17.949066 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:18.326757 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:18.423945 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:18.448382 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:18.820699 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:18.925202 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:18.952903 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:19.029789 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:58:19.320080 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:19.422086 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:19.447765 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:19.819304 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:19.922030 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:19.947204 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:20.319927 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:20.423211 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:20.446505 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:20.821925 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:20.922329 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:20.946435 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:21.319672 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:21.421713 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:21.446962 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:21.525776 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:58:21.819992 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:21.921677 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:21.946433 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:22.320134 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:22.421945 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:22.446886 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:22.819909 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:22.923805 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:23.024877 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:23.319800 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:23.422131 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:23.447501 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:23.819663 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:23.922322 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:23.946553 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:24.026591 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:58:24.319762 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:24.425104 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:24.449816 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:24.819891 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:24.921711 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:24.946987 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:25.320076 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:25.434948 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:25.529805 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:25.819686 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:25.921748 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:25.946929 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:26.027109 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:58:26.319995 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:26.422591 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:26.447080 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:26.830877 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:26.924702 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:26.951639 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:27.323230 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:27.421699 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:27.447071 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:27.821609 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:27.922198 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:27.946120 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:28.320051 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0924 18:58:28.422603 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:28.447826 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:28.524884 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:58:28.820413 594526 kapi.go:107] duration metric: took 1m41.505726228s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0924 18:58:28.921552 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:28.946521 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:29.422617 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:29.447199 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:29.922445 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:29.949015 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:30.422722 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:30.447106 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:30.526053 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:58:30.926604 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:30.947118 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:31.422480 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:31.446775 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:31.931243 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:31.951160 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:32.429229 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:32.446786 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:32.526605 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:58:32.922973 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:32.947493 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:33.421794 594526 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0924 18:58:33.522919 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:33.921929 594526 kapi.go:107] duration metric: took 1m43.003661623s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0924 18:58:33.924026 594526 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-548117 cluster.
I0924 18:58:33.926020 594526 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.
I0924 18:58:33.927826 594526 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0924 18:58:34.023213 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:34.448585 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:34.947120 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:35.026184 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:58:35.449998 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:35.946713 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:36.446750 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:36.946318 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:37.027825 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:58:37.447116 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:37.946214 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:38.448493 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:38.947881 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:39.447443 594526 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0924 18:58:39.528615 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:58:39.953203 594526 kapi.go:107] duration metric: took 1m53.011024917s to wait for app.kubernetes.io/name=ingress-nginx ...
I0924 18:58:39.955460 594526 out.go:177] * Enabled addons: cloud-spanner, storage-provisioner, ingress-dns, nvidia-device-plugin, default-storageclass, storage-provisioner-rancher, metrics-server, inspektor-gadget, yakd, volumesnapshots, registry, csi-hostpath-driver, gcp-auth, ingress
I0924 18:58:39.957275 594526 addons.go:510] duration metric: took 1m59.344154399s for enable addons: enabled=[cloud-spanner storage-provisioner ingress-dns nvidia-device-plugin default-storageclass storage-provisioner-rancher metrics-server inspektor-gadget yakd volumesnapshots registry csi-hostpath-driver gcp-auth ingress]
I0924 18:58:42.025852 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:58:44.525047 594526 pod_ready.go:103] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"False"
I0924 18:58:45.526682 594526 pod_ready.go:93] pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace has status "Ready":"True"
I0924 18:58:45.526708 594526 pod_ready.go:82] duration metric: took 1m18.008036127s for pod "metrics-server-84c5f94fbc-c6wkh" in "kube-system" namespace to be "Ready" ...
I0924 18:58:45.526722 594526 pod_ready.go:79] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-kqlzs" in "kube-system" namespace to be "Ready" ...
I0924 18:58:45.534624 594526 pod_ready.go:93] pod "nvidia-device-plugin-daemonset-kqlzs" in "kube-system" namespace has status "Ready":"True"
I0924 18:58:45.534692 594526 pod_ready.go:82] duration metric: took 7.961154ms for pod "nvidia-device-plugin-daemonset-kqlzs" in "kube-system" namespace to be "Ready" ...
I0924 18:58:45.534728 594526 pod_ready.go:39] duration metric: took 1m20.446706851s 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" ...
I0924 18:58:45.534766 594526 api_server.go:52] waiting for apiserver process to appear ...
I0924 18:58:45.534810 594526 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0924 18:58:45.534889 594526 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0924 18:58:45.590655 594526 cri.go:89] found id: "8d37a5b04025491b7deede4a7fc37165f068ff0f005fc56fa4dd593fff32d27a"
I0924 18:58:45.590719 594526 cri.go:89] found id: ""
I0924 18:58:45.590742 594526 logs.go:276] 1 containers: [8d37a5b04025491b7deede4a7fc37165f068ff0f005fc56fa4dd593fff32d27a]
I0924 18:58:45.590816 594526 ssh_runner.go:195] Run: which crictl
I0924 18:58:45.594768 594526 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0924 18:58:45.594881 594526 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0924 18:58:45.633034 594526 cri.go:89] found id: "183213078b5b91445fce49f3c5da704ec9116e51e7df99b26d1a1d469c98a9bf"
I0924 18:58:45.633058 594526 cri.go:89] found id: ""
I0924 18:58:45.633067 594526 logs.go:276] 1 containers: [183213078b5b91445fce49f3c5da704ec9116e51e7df99b26d1a1d469c98a9bf]
I0924 18:58:45.633133 594526 ssh_runner.go:195] Run: which crictl
I0924 18:58:45.636688 594526 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0924 18:58:45.636760 594526 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0924 18:58:45.676430 594526 cri.go:89] found id: "0f86a13abbbcd4414c46145d6ca7f44e9150a197ec62d4f1c5e80403d6c16f48"
I0924 18:58:45.676454 594526 cri.go:89] found id: ""
I0924 18:58:45.676462 594526 logs.go:276] 1 containers: [0f86a13abbbcd4414c46145d6ca7f44e9150a197ec62d4f1c5e80403d6c16f48]
I0924 18:58:45.676518 594526 ssh_runner.go:195] Run: which crictl
I0924 18:58:45.680133 594526 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0924 18:58:45.680216 594526 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0924 18:58:45.721214 594526 cri.go:89] found id: "a93786824316da90c925ecaf8ae5a685b52410481774594d5d554c4731a09bf5"
I0924 18:58:45.721236 594526 cri.go:89] found id: ""
I0924 18:58:45.721243 594526 logs.go:276] 1 containers: [a93786824316da90c925ecaf8ae5a685b52410481774594d5d554c4731a09bf5]
I0924 18:58:45.721303 594526 ssh_runner.go:195] Run: which crictl
I0924 18:58:45.724916 594526 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0924 18:58:45.725000 594526 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0924 18:58:45.763297 594526 cri.go:89] found id: "4ce0ce189d3e7b314e427c12871e38ed8d32c2d3abf2e488e3e7b4722b813565"
I0924 18:58:45.763320 594526 cri.go:89] found id: ""
I0924 18:58:45.763328 594526 logs.go:276] 1 containers: [4ce0ce189d3e7b314e427c12871e38ed8d32c2d3abf2e488e3e7b4722b813565]
I0924 18:58:45.763393 594526 ssh_runner.go:195] Run: which crictl
I0924 18:58:45.766978 594526 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0924 18:58:45.767052 594526 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0924 18:58:45.811159 594526 cri.go:89] found id: "bdf5bf4e30f4ed126992d64ab216166991e3c6c61aece949a1462276e8da88d9"
I0924 18:58:45.811179 594526 cri.go:89] found id: ""
I0924 18:58:45.811187 594526 logs.go:276] 1 containers: [bdf5bf4e30f4ed126992d64ab216166991e3c6c61aece949a1462276e8da88d9]
I0924 18:58:45.811246 594526 ssh_runner.go:195] Run: which crictl
I0924 18:58:45.814655 594526 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0924 18:58:45.814720 594526 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0924 18:58:45.857638 594526 cri.go:89] found id: "0b58e7875e9877e3df348dc0bc86c17822205d76fe50e65a90a7e6598cd434c0"
I0924 18:58:45.857706 594526 cri.go:89] found id: ""
I0924 18:58:45.857721 594526 logs.go:276] 1 containers: [0b58e7875e9877e3df348dc0bc86c17822205d76fe50e65a90a7e6598cd434c0]
I0924 18:58:45.857779 594526 ssh_runner.go:195] Run: which crictl
I0924 18:58:45.861482 594526 logs.go:123] Gathering logs for kubelet ...
I0924 18:58:45.861512 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0924 18:58:45.894343 594526 logs.go:138] Found kubelet problem: Sep 24 18:56:40 addons-548117 kubelet[1504]: W0924 18:56:40.523962 1504 reflector.go:561] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-548117" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-548117' and this object
W0924 18:58:45.894588 594526 logs.go:138] Found kubelet problem: Sep 24 18:56:40 addons-548117 kubelet[1504]: E0924 18:56:40.524024 1504 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"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-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:58:45.900177 594526 logs.go:138] Found kubelet problem: Sep 24 18:56:46 addons-548117 kubelet[1504]: W0924 18:56:46.367794 1504 reflector.go:561] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-548117" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-548117' and this object
W0924 18:58:45.900414 594526 logs.go:138] Found kubelet problem: Sep 24 18:56:46 addons-548117 kubelet[1504]: E0924 18:56:46.367844 1504 reflector.go:158] "Unhandled Error" err="object-\"gadget\"/\"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-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gadget\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:58:45.919345 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: W0924 18:57:24.809366 1504 reflector.go:561] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-548117" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-548117' and this object
W0924 18:58:45.919581 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.809411 1504 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:58:45.919797 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: W0924 18:57:24.809465 1504 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-548117" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-548117' and this object
W0924 18:58:45.920035 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.809480 1504 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:58:45.920226 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: W0924 18:57:24.809530 1504 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-548117" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-548117' and this object
W0924 18:58:45.920455 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.809544 1504 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:58:45.920642 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: W0924 18:57:24.809587 1504 reflector.go:561] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-548117" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-548117' and this object
W0924 18:58:45.920874 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.809602 1504 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"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-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:58:45.921085 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: W0924 18:57:24.809679 1504 reflector.go:561] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-548117" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-548117' and this object
W0924 18:58:45.921317 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.809694 1504 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"ingress-nginx-admission\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"ingress-nginx-admission\" is forbidden: User \"system:node:addons-548117\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:58:45.921498 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: W0924 18:57:24.827873 1504 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-548117" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-548117' and this object
W0924 18:58:45.921722 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.827916 1504 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
I0924 18:58:45.963756 594526 logs.go:123] Gathering logs for etcd [183213078b5b91445fce49f3c5da704ec9116e51e7df99b26d1a1d469c98a9bf] ...
I0924 18:58:45.963786 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 183213078b5b91445fce49f3c5da704ec9116e51e7df99b26d1a1d469c98a9bf"
I0924 18:58:46.016322 594526 logs.go:123] Gathering logs for coredns [0f86a13abbbcd4414c46145d6ca7f44e9150a197ec62d4f1c5e80403d6c16f48] ...
I0924 18:58:46.016356 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0f86a13abbbcd4414c46145d6ca7f44e9150a197ec62d4f1c5e80403d6c16f48"
I0924 18:58:46.063817 594526 logs.go:123] Gathering logs for kube-scheduler [a93786824316da90c925ecaf8ae5a685b52410481774594d5d554c4731a09bf5] ...
I0924 18:58:46.063843 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a93786824316da90c925ecaf8ae5a685b52410481774594d5d554c4731a09bf5"
I0924 18:58:46.119536 594526 logs.go:123] Gathering logs for kindnet [0b58e7875e9877e3df348dc0bc86c17822205d76fe50e65a90a7e6598cd434c0] ...
I0924 18:58:46.119569 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0b58e7875e9877e3df348dc0bc86c17822205d76fe50e65a90a7e6598cd434c0"
I0924 18:58:46.160036 594526 logs.go:123] Gathering logs for container status ...
I0924 18:58:46.160066 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0924 18:58:46.230983 594526 logs.go:123] Gathering logs for dmesg ...
I0924 18:58:46.231011 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0924 18:58:46.247267 594526 logs.go:123] Gathering logs for describe nodes ...
I0924 18:58:46.247296 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0924 18:58:46.441693 594526 logs.go:123] Gathering logs for kube-apiserver [8d37a5b04025491b7deede4a7fc37165f068ff0f005fc56fa4dd593fff32d27a] ...
I0924 18:58:46.441732 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8d37a5b04025491b7deede4a7fc37165f068ff0f005fc56fa4dd593fff32d27a"
I0924 18:58:46.504015 594526 logs.go:123] Gathering logs for kube-proxy [4ce0ce189d3e7b314e427c12871e38ed8d32c2d3abf2e488e3e7b4722b813565] ...
I0924 18:58:46.504063 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4ce0ce189d3e7b314e427c12871e38ed8d32c2d3abf2e488e3e7b4722b813565"
I0924 18:58:46.549526 594526 logs.go:123] Gathering logs for kube-controller-manager [bdf5bf4e30f4ed126992d64ab216166991e3c6c61aece949a1462276e8da88d9] ...
I0924 18:58:46.549556 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bdf5bf4e30f4ed126992d64ab216166991e3c6c61aece949a1462276e8da88d9"
I0924 18:58:46.623038 594526 logs.go:123] Gathering logs for CRI-O ...
I0924 18:58:46.623122 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0924 18:58:46.725526 594526 out.go:358] Setting ErrFile to fd 2...
I0924 18:58:46.725560 594526 out.go:392] TERM=,COLORTERM=, which probably does not support color
W0924 18:58:46.725645 594526 out.go:270] X Problems detected in kubelet:
W0924 18:58:46.725661 594526 out.go:270] Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.809602 1504 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"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-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:58:46.725688 594526 out.go:270] Sep 24 18:57:24 addons-548117 kubelet[1504]: W0924 18:57:24.809679 1504 reflector.go:561] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-548117" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-548117' and this object
W0924 18:58:46.725719 594526 out.go:270] Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.809694 1504 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"ingress-nginx-admission\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"ingress-nginx-admission\" is forbidden: User \"system:node:addons-548117\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:58:46.725733 594526 out.go:270] Sep 24 18:57:24 addons-548117 kubelet[1504]: W0924 18:57:24.827873 1504 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-548117" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-548117' and this object
W0924 18:58:46.725740 594526 out.go:270] Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.827916 1504 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
I0924 18:58:46.725752 594526 out.go:358] Setting ErrFile to fd 2...
I0924 18:58:46.725758 594526 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0924 18:58:56.727154 594526 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0924 18:58:56.741073 594526 api_server.go:72] duration metric: took 2m16.128345056s to wait for apiserver process to appear ...
I0924 18:58:56.741095 594526 api_server.go:88] waiting for apiserver healthz status ...
I0924 18:58:56.741129 594526 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0924 18:58:56.741196 594526 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0924 18:58:56.779332 594526 cri.go:89] found id: "8d37a5b04025491b7deede4a7fc37165f068ff0f005fc56fa4dd593fff32d27a"
I0924 18:58:56.779354 594526 cri.go:89] found id: ""
I0924 18:58:56.779362 594526 logs.go:276] 1 containers: [8d37a5b04025491b7deede4a7fc37165f068ff0f005fc56fa4dd593fff32d27a]
I0924 18:58:56.779417 594526 ssh_runner.go:195] Run: which crictl
I0924 18:58:56.782978 594526 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0924 18:58:56.783052 594526 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0924 18:58:56.820650 594526 cri.go:89] found id: "183213078b5b91445fce49f3c5da704ec9116e51e7df99b26d1a1d469c98a9bf"
I0924 18:58:56.820673 594526 cri.go:89] found id: ""
I0924 18:58:56.820681 594526 logs.go:276] 1 containers: [183213078b5b91445fce49f3c5da704ec9116e51e7df99b26d1a1d469c98a9bf]
I0924 18:58:56.820736 594526 ssh_runner.go:195] Run: which crictl
I0924 18:58:56.828134 594526 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0924 18:58:56.828208 594526 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0924 18:58:56.874187 594526 cri.go:89] found id: "0f86a13abbbcd4414c46145d6ca7f44e9150a197ec62d4f1c5e80403d6c16f48"
I0924 18:58:56.874207 594526 cri.go:89] found id: ""
I0924 18:58:56.874215 594526 logs.go:276] 1 containers: [0f86a13abbbcd4414c46145d6ca7f44e9150a197ec62d4f1c5e80403d6c16f48]
I0924 18:58:56.874270 594526 ssh_runner.go:195] Run: which crictl
I0924 18:58:56.878338 594526 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0924 18:58:56.878415 594526 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0924 18:58:56.918391 594526 cri.go:89] found id: "a93786824316da90c925ecaf8ae5a685b52410481774594d5d554c4731a09bf5"
I0924 18:58:56.918415 594526 cri.go:89] found id: ""
I0924 18:58:56.918423 594526 logs.go:276] 1 containers: [a93786824316da90c925ecaf8ae5a685b52410481774594d5d554c4731a09bf5]
I0924 18:58:56.918481 594526 ssh_runner.go:195] Run: which crictl
I0924 18:58:56.922236 594526 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0924 18:58:56.922336 594526 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0924 18:58:56.961551 594526 cri.go:89] found id: "4ce0ce189d3e7b314e427c12871e38ed8d32c2d3abf2e488e3e7b4722b813565"
I0924 18:58:56.961574 594526 cri.go:89] found id: ""
I0924 18:58:56.961582 594526 logs.go:276] 1 containers: [4ce0ce189d3e7b314e427c12871e38ed8d32c2d3abf2e488e3e7b4722b813565]
I0924 18:58:56.961642 594526 ssh_runner.go:195] Run: which crictl
I0924 18:58:56.965165 594526 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0924 18:58:56.965246 594526 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0924 18:58:57.011306 594526 cri.go:89] found id: "bdf5bf4e30f4ed126992d64ab216166991e3c6c61aece949a1462276e8da88d9"
I0924 18:58:57.011326 594526 cri.go:89] found id: ""
I0924 18:58:57.011334 594526 logs.go:276] 1 containers: [bdf5bf4e30f4ed126992d64ab216166991e3c6c61aece949a1462276e8da88d9]
I0924 18:58:57.011393 594526 ssh_runner.go:195] Run: which crictl
I0924 18:58:57.015338 594526 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0924 18:58:57.015413 594526 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0924 18:58:57.055279 594526 cri.go:89] found id: "0b58e7875e9877e3df348dc0bc86c17822205d76fe50e65a90a7e6598cd434c0"
I0924 18:58:57.055300 594526 cri.go:89] found id: ""
I0924 18:58:57.055308 594526 logs.go:276] 1 containers: [0b58e7875e9877e3df348dc0bc86c17822205d76fe50e65a90a7e6598cd434c0]
I0924 18:58:57.055366 594526 ssh_runner.go:195] Run: which crictl
I0924 18:58:57.059131 594526 logs.go:123] Gathering logs for CRI-O ...
I0924 18:58:57.059158 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0924 18:58:57.158310 594526 logs.go:123] Gathering logs for kubelet ...
I0924 18:58:57.158349 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0924 18:58:57.204390 594526 logs.go:138] Found kubelet problem: Sep 24 18:56:40 addons-548117 kubelet[1504]: W0924 18:56:40.523962 1504 reflector.go:561] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-548117" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-548117' and this object
W0924 18:58:57.204653 594526 logs.go:138] Found kubelet problem: Sep 24 18:56:40 addons-548117 kubelet[1504]: E0924 18:56:40.524024 1504 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"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-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:58:57.209992 594526 logs.go:138] Found kubelet problem: Sep 24 18:56:46 addons-548117 kubelet[1504]: W0924 18:56:46.367794 1504 reflector.go:561] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-548117" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-548117' and this object
W0924 18:58:57.210217 594526 logs.go:138] Found kubelet problem: Sep 24 18:56:46 addons-548117 kubelet[1504]: E0924 18:56:46.367844 1504 reflector.go:158] "Unhandled Error" err="object-\"gadget\"/\"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-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gadget\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:58:57.228953 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: W0924 18:57:24.809366 1504 reflector.go:561] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-548117" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-548117' and this object
W0924 18:58:57.229192 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.809411 1504 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:58:57.229380 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: W0924 18:57:24.809465 1504 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-548117" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-548117' and this object
W0924 18:58:57.229617 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.809480 1504 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:58:57.229804 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: W0924 18:57:24.809530 1504 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-548117" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-548117' and this object
W0924 18:58:57.230035 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.809544 1504 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:58:57.230222 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: W0924 18:57:24.809587 1504 reflector.go:561] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-548117" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-548117' and this object
W0924 18:58:57.230448 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.809602 1504 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"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-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:58:57.230636 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: W0924 18:57:24.809679 1504 reflector.go:561] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-548117" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-548117' and this object
W0924 18:58:57.230864 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.809694 1504 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"ingress-nginx-admission\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"ingress-nginx-admission\" is forbidden: User \"system:node:addons-548117\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:58:57.231045 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: W0924 18:57:24.827873 1504 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-548117" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-548117' and this object
W0924 18:58:57.231265 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.827916 1504 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
I0924 18:58:57.273887 594526 logs.go:123] Gathering logs for dmesg ...
I0924 18:58:57.273910 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0924 18:58:57.291828 594526 logs.go:123] Gathering logs for describe nodes ...
I0924 18:58:57.291859 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0924 18:58:57.434336 594526 logs.go:123] Gathering logs for kube-apiserver [8d37a5b04025491b7deede4a7fc37165f068ff0f005fc56fa4dd593fff32d27a] ...
I0924 18:58:57.434365 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8d37a5b04025491b7deede4a7fc37165f068ff0f005fc56fa4dd593fff32d27a"
I0924 18:58:57.504023 594526 logs.go:123] Gathering logs for etcd [183213078b5b91445fce49f3c5da704ec9116e51e7df99b26d1a1d469c98a9bf] ...
I0924 18:58:57.504109 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 183213078b5b91445fce49f3c5da704ec9116e51e7df99b26d1a1d469c98a9bf"
I0924 18:58:57.550503 594526 logs.go:123] Gathering logs for coredns [0f86a13abbbcd4414c46145d6ca7f44e9150a197ec62d4f1c5e80403d6c16f48] ...
I0924 18:58:57.550532 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0f86a13abbbcd4414c46145d6ca7f44e9150a197ec62d4f1c5e80403d6c16f48"
I0924 18:58:57.592507 594526 logs.go:123] Gathering logs for kube-proxy [4ce0ce189d3e7b314e427c12871e38ed8d32c2d3abf2e488e3e7b4722b813565] ...
I0924 18:58:57.592535 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4ce0ce189d3e7b314e427c12871e38ed8d32c2d3abf2e488e3e7b4722b813565"
I0924 18:58:57.633739 594526 logs.go:123] Gathering logs for container status ...
I0924 18:58:57.633768 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0924 18:58:57.680529 594526 logs.go:123] Gathering logs for kube-scheduler [a93786824316da90c925ecaf8ae5a685b52410481774594d5d554c4731a09bf5] ...
I0924 18:58:57.680565 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a93786824316da90c925ecaf8ae5a685b52410481774594d5d554c4731a09bf5"
I0924 18:58:57.730982 594526 logs.go:123] Gathering logs for kube-controller-manager [bdf5bf4e30f4ed126992d64ab216166991e3c6c61aece949a1462276e8da88d9] ...
I0924 18:58:57.731014 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bdf5bf4e30f4ed126992d64ab216166991e3c6c61aece949a1462276e8da88d9"
I0924 18:58:57.825162 594526 logs.go:123] Gathering logs for kindnet [0b58e7875e9877e3df348dc0bc86c17822205d76fe50e65a90a7e6598cd434c0] ...
I0924 18:58:57.825204 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0b58e7875e9877e3df348dc0bc86c17822205d76fe50e65a90a7e6598cd434c0"
I0924 18:58:57.866798 594526 out.go:358] Setting ErrFile to fd 2...
I0924 18:58:57.866825 594526 out.go:392] TERM=,COLORTERM=, which probably does not support color
W0924 18:58:57.866968 594526 out.go:270] X Problems detected in kubelet:
W0924 18:58:57.866984 594526 out.go:270] Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.809602 1504 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"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-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:58:57.867008 594526 out.go:270] Sep 24 18:57:24 addons-548117 kubelet[1504]: W0924 18:57:24.809679 1504 reflector.go:561] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-548117" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-548117' and this object
W0924 18:58:57.867024 594526 out.go:270] Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.809694 1504 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"ingress-nginx-admission\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"ingress-nginx-admission\" is forbidden: User \"system:node:addons-548117\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:58:57.867046 594526 out.go:270] Sep 24 18:57:24 addons-548117 kubelet[1504]: W0924 18:57:24.827873 1504 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-548117" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-548117' and this object
W0924 18:58:57.867062 594526 out.go:270] Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.827916 1504 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
I0924 18:58:57.867074 594526 out.go:358] Setting ErrFile to fd 2...
I0924 18:58:57.867081 594526 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0924 18:59:07.867285 594526 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0924 18:59:07.874977 594526 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0924 18:59:07.876168 594526 api_server.go:141] control plane version: v1.31.1
I0924 18:59:07.876194 594526 api_server.go:131] duration metric: took 11.135091687s to wait for apiserver health ...
I0924 18:59:07.876202 594526 system_pods.go:43] waiting for kube-system pods to appear ...
I0924 18:59:07.876222 594526 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0924 18:59:07.876287 594526 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0924 18:59:07.915663 594526 cri.go:89] found id: "8d37a5b04025491b7deede4a7fc37165f068ff0f005fc56fa4dd593fff32d27a"
I0924 18:59:07.915685 594526 cri.go:89] found id: ""
I0924 18:59:07.915693 594526 logs.go:276] 1 containers: [8d37a5b04025491b7deede4a7fc37165f068ff0f005fc56fa4dd593fff32d27a]
I0924 18:59:07.915778 594526 ssh_runner.go:195] Run: which crictl
I0924 18:59:07.919841 594526 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0924 18:59:07.919911 594526 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0924 18:59:07.971844 594526 cri.go:89] found id: "183213078b5b91445fce49f3c5da704ec9116e51e7df99b26d1a1d469c98a9bf"
I0924 18:59:07.971865 594526 cri.go:89] found id: ""
I0924 18:59:07.971872 594526 logs.go:276] 1 containers: [183213078b5b91445fce49f3c5da704ec9116e51e7df99b26d1a1d469c98a9bf]
I0924 18:59:07.971936 594526 ssh_runner.go:195] Run: which crictl
I0924 18:59:07.975499 594526 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0924 18:59:07.975571 594526 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0924 18:59:08.025955 594526 cri.go:89] found id: "0f86a13abbbcd4414c46145d6ca7f44e9150a197ec62d4f1c5e80403d6c16f48"
I0924 18:59:08.025980 594526 cri.go:89] found id: ""
I0924 18:59:08.025988 594526 logs.go:276] 1 containers: [0f86a13abbbcd4414c46145d6ca7f44e9150a197ec62d4f1c5e80403d6c16f48]
I0924 18:59:08.026048 594526 ssh_runner.go:195] Run: which crictl
I0924 18:59:08.029776 594526 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0924 18:59:08.029848 594526 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0924 18:59:08.087503 594526 cri.go:89] found id: "a93786824316da90c925ecaf8ae5a685b52410481774594d5d554c4731a09bf5"
I0924 18:59:08.087525 594526 cri.go:89] found id: ""
I0924 18:59:08.087533 594526 logs.go:276] 1 containers: [a93786824316da90c925ecaf8ae5a685b52410481774594d5d554c4731a09bf5]
I0924 18:59:08.087589 594526 ssh_runner.go:195] Run: which crictl
I0924 18:59:08.091433 594526 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0924 18:59:08.091546 594526 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0924 18:59:08.132251 594526 cri.go:89] found id: "4ce0ce189d3e7b314e427c12871e38ed8d32c2d3abf2e488e3e7b4722b813565"
I0924 18:59:08.132271 594526 cri.go:89] found id: ""
I0924 18:59:08.132279 594526 logs.go:276] 1 containers: [4ce0ce189d3e7b314e427c12871e38ed8d32c2d3abf2e488e3e7b4722b813565]
I0924 18:59:08.132365 594526 ssh_runner.go:195] Run: which crictl
I0924 18:59:08.136357 594526 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0924 18:59:08.136440 594526 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0924 18:59:08.185456 594526 cri.go:89] found id: "bdf5bf4e30f4ed126992d64ab216166991e3c6c61aece949a1462276e8da88d9"
I0924 18:59:08.185476 594526 cri.go:89] found id: ""
I0924 18:59:08.185484 594526 logs.go:276] 1 containers: [bdf5bf4e30f4ed126992d64ab216166991e3c6c61aece949a1462276e8da88d9]
I0924 18:59:08.185540 594526 ssh_runner.go:195] Run: which crictl
I0924 18:59:08.189544 594526 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0924 18:59:08.189656 594526 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0924 18:59:08.244536 594526 cri.go:89] found id: "0b58e7875e9877e3df348dc0bc86c17822205d76fe50e65a90a7e6598cd434c0"
I0924 18:59:08.244558 594526 cri.go:89] found id: ""
I0924 18:59:08.244566 594526 logs.go:276] 1 containers: [0b58e7875e9877e3df348dc0bc86c17822205d76fe50e65a90a7e6598cd434c0]
I0924 18:59:08.244651 594526 ssh_runner.go:195] Run: which crictl
I0924 18:59:08.248612 594526 logs.go:123] Gathering logs for kube-controller-manager [bdf5bf4e30f4ed126992d64ab216166991e3c6c61aece949a1462276e8da88d9] ...
I0924 18:59:08.248638 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bdf5bf4e30f4ed126992d64ab216166991e3c6c61aece949a1462276e8da88d9"
I0924 18:59:08.323543 594526 logs.go:123] Gathering logs for container status ...
I0924 18:59:08.323582 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0924 18:59:08.388881 594526 logs.go:123] Gathering logs for kubelet ...
I0924 18:59:08.388912 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0924 18:59:08.426370 594526 logs.go:138] Found kubelet problem: Sep 24 18:56:40 addons-548117 kubelet[1504]: W0924 18:56:40.523962 1504 reflector.go:561] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-548117" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-548117' and this object
W0924 18:59:08.426646 594526 logs.go:138] Found kubelet problem: Sep 24 18:56:40 addons-548117 kubelet[1504]: E0924 18:56:40.524024 1504 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"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-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:59:08.432064 594526 logs.go:138] Found kubelet problem: Sep 24 18:56:46 addons-548117 kubelet[1504]: W0924 18:56:46.367794 1504 reflector.go:561] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-548117" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-548117' and this object
W0924 18:59:08.432295 594526 logs.go:138] Found kubelet problem: Sep 24 18:56:46 addons-548117 kubelet[1504]: E0924 18:56:46.367844 1504 reflector.go:158] "Unhandled Error" err="object-\"gadget\"/\"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-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gadget\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:59:08.451378 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: W0924 18:57:24.809366 1504 reflector.go:561] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-548117" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-548117' and this object
W0924 18:59:08.451626 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.809411 1504 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:59:08.451828 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: W0924 18:57:24.809465 1504 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-548117" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-548117' and this object
W0924 18:59:08.452062 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.809480 1504 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:59:08.452254 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: W0924 18:57:24.809530 1504 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-548117" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-548117' and this object
W0924 18:59:08.452481 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.809544 1504 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:59:08.452662 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: W0924 18:57:24.809587 1504 reflector.go:561] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-548117" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-548117' and this object
W0924 18:59:08.452887 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.809602 1504 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"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-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:59:08.453073 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: W0924 18:57:24.809679 1504 reflector.go:561] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-548117" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-548117' and this object
W0924 18:59:08.453298 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.809694 1504 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"ingress-nginx-admission\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"ingress-nginx-admission\" is forbidden: User \"system:node:addons-548117\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:59:08.453476 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: W0924 18:57:24.827873 1504 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-548117" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-548117' and this object
W0924 18:59:08.453696 594526 logs.go:138] Found kubelet problem: Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.827916 1504 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
I0924 18:59:08.498772 594526 logs.go:123] Gathering logs for kube-apiserver [8d37a5b04025491b7deede4a7fc37165f068ff0f005fc56fa4dd593fff32d27a] ...
I0924 18:59:08.498814 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8d37a5b04025491b7deede4a7fc37165f068ff0f005fc56fa4dd593fff32d27a"
I0924 18:59:08.568438 594526 logs.go:123] Gathering logs for kube-proxy [4ce0ce189d3e7b314e427c12871e38ed8d32c2d3abf2e488e3e7b4722b813565] ...
I0924 18:59:08.568472 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4ce0ce189d3e7b314e427c12871e38ed8d32c2d3abf2e488e3e7b4722b813565"
I0924 18:59:08.609274 594526 logs.go:123] Gathering logs for coredns [0f86a13abbbcd4414c46145d6ca7f44e9150a197ec62d4f1c5e80403d6c16f48] ...
I0924 18:59:08.609302 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0f86a13abbbcd4414c46145d6ca7f44e9150a197ec62d4f1c5e80403d6c16f48"
I0924 18:59:08.666052 594526 logs.go:123] Gathering logs for kube-scheduler [a93786824316da90c925ecaf8ae5a685b52410481774594d5d554c4731a09bf5] ...
I0924 18:59:08.666085 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a93786824316da90c925ecaf8ae5a685b52410481774594d5d554c4731a09bf5"
I0924 18:59:08.716323 594526 logs.go:123] Gathering logs for kindnet [0b58e7875e9877e3df348dc0bc86c17822205d76fe50e65a90a7e6598cd434c0] ...
I0924 18:59:08.716394 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0b58e7875e9877e3df348dc0bc86c17822205d76fe50e65a90a7e6598cd434c0"
I0924 18:59:08.768092 594526 logs.go:123] Gathering logs for CRI-O ...
I0924 18:59:08.768133 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0924 18:59:08.864130 594526 logs.go:123] Gathering logs for dmesg ...
I0924 18:59:08.864167 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0924 18:59:08.881339 594526 logs.go:123] Gathering logs for describe nodes ...
I0924 18:59:08.881369 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0924 18:59:09.027026 594526 logs.go:123] Gathering logs for etcd [183213078b5b91445fce49f3c5da704ec9116e51e7df99b26d1a1d469c98a9bf] ...
I0924 18:59:09.027070 594526 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 183213078b5b91445fce49f3c5da704ec9116e51e7df99b26d1a1d469c98a9bf"
I0924 18:59:09.072973 594526 out.go:358] Setting ErrFile to fd 2...
I0924 18:59:09.073003 594526 out.go:392] TERM=,COLORTERM=, which probably does not support color
W0924 18:59:09.073066 594526 out.go:270] X Problems detected in kubelet:
W0924 18:59:09.073080 594526 out.go:270] Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.809602 1504 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"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-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:59:09.073087 594526 out.go:270] Sep 24 18:57:24 addons-548117 kubelet[1504]: W0924 18:57:24.809679 1504 reflector.go:561] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-548117" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-548117' and this object
W0924 18:59:09.073096 594526 out.go:270] Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.809694 1504 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"ingress-nginx-admission\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"ingress-nginx-admission\" is forbidden: User \"system:node:addons-548117\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
W0924 18:59:09.073107 594526 out.go:270] Sep 24 18:57:24 addons-548117 kubelet[1504]: W0924 18:57:24.827873 1504 reflector.go:561] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-548117" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-548117' and this object
W0924 18:59:09.073113 594526 out.go:270] Sep 24 18:57:24 addons-548117 kubelet[1504]: E0924 18:57:24.827916 1504 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-548117\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-548117' and this object" logger="UnhandledError"
I0924 18:59:09.073124 594526 out.go:358] Setting ErrFile to fd 2...
I0924 18:59:09.073131 594526 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0924 18:59:19.087916 594526 system_pods.go:59] 18 kube-system pods found
I0924 18:59:19.087959 594526 system_pods.go:61] "coredns-7c65d6cfc9-2dj4t" [d43e6668-5de4-4a37-bf67-037bcfd75bef] Running
I0924 18:59:19.087972 594526 system_pods.go:61] "csi-hostpath-attacher-0" [3b9393d1-ddf0-4f1b-b9ef-a1c8a48e3402] Running
I0924 18:59:19.087977 594526 system_pods.go:61] "csi-hostpath-resizer-0" [40f5d113-8c80-4096-a4d7-24d9f2785d28] Running
I0924 18:59:19.087983 594526 system_pods.go:61] "csi-hostpathplugin-sh6kc" [5e0f8072-2149-4b1a-a422-4688c32cfa77] Running
I0924 18:59:19.087988 594526 system_pods.go:61] "etcd-addons-548117" [604db1b9-fdd0-4ee2-9f3b-9e9ce5844e0c] Running
I0924 18:59:19.088002 594526 system_pods.go:61] "kindnet-znkll" [777f8fcc-d00f-4d1b-8a7f-9f18bc672286] Running
I0924 18:59:19.088010 594526 system_pods.go:61] "kube-apiserver-addons-548117" [bd320cbb-e24a-4320-9fdc-3a35d7184cb4] Running
I0924 18:59:19.088016 594526 system_pods.go:61] "kube-controller-manager-addons-548117" [b55e4e83-2a1a-4094-b31e-5927ac99c43f] Running
I0924 18:59:19.088051 594526 system_pods.go:61] "kube-ingress-dns-minikube" [712dbf97-3275-4d42-a29c-55cdec0b7f0e] Running
I0924 18:59:19.088055 594526 system_pods.go:61] "kube-proxy-w8gxq" [d66fb918-f8ca-41eb-a35e-d3e9b53a0780] Running
I0924 18:59:19.088059 594526 system_pods.go:61] "kube-scheduler-addons-548117" [2830e3ce-a690-4643-9d99-fd22a9d99832] Running
I0924 18:59:19.088063 594526 system_pods.go:61] "metrics-server-84c5f94fbc-c6wkh" [678976f0-ad94-4412-99be-a214acd119fc] Running
I0924 18:59:19.088067 594526 system_pods.go:61] "nvidia-device-plugin-daemonset-kqlzs" [e9dda12b-8fb7-4c39-a0ac-80d1974bb23d] Running
I0924 18:59:19.088071 594526 system_pods.go:61] "registry-66c9cd494c-zkqbk" [c2c43a78-e97a-4901-b870-b1c72e49aac7] Running
I0924 18:59:19.088075 594526 system_pods.go:61] "registry-proxy-x4t4k" [b2d6c5d9-c0a6-4ade-ac3a-b95c0f14a86d] Running
I0924 18:59:19.088084 594526 system_pods.go:61] "snapshot-controller-56fcc65765-b5wbm" [c209c231-17d6-4ca6-9b1b-4b94881194e7] Running
I0924 18:59:19.088092 594526 system_pods.go:61] "snapshot-controller-56fcc65765-r7rzj" [20126f69-75a5-47bc-b448-0865fe248770] Running
I0924 18:59:19.088102 594526 system_pods.go:61] "storage-provisioner" [9d5b94cf-e237-4057-83dd-9e834944a342] Running
I0924 18:59:19.088109 594526 system_pods.go:74] duration metric: took 11.211900711s to wait for pod list to return data ...
I0924 18:59:19.088119 594526 default_sa.go:34] waiting for default service account to be created ...
I0924 18:59:19.090923 594526 default_sa.go:45] found service account: "default"
I0924 18:59:19.090945 594526 default_sa.go:55] duration metric: took 2.821053ms for default service account to be created ...
I0924 18:59:19.090955 594526 system_pods.go:116] waiting for k8s-apps to be running ...
I0924 18:59:19.101800 594526 system_pods.go:86] 18 kube-system pods found
I0924 18:59:19.101843 594526 system_pods.go:89] "coredns-7c65d6cfc9-2dj4t" [d43e6668-5de4-4a37-bf67-037bcfd75bef] Running
I0924 18:59:19.101851 594526 system_pods.go:89] "csi-hostpath-attacher-0" [3b9393d1-ddf0-4f1b-b9ef-a1c8a48e3402] Running
I0924 18:59:19.101857 594526 system_pods.go:89] "csi-hostpath-resizer-0" [40f5d113-8c80-4096-a4d7-24d9f2785d28] Running
I0924 18:59:19.101862 594526 system_pods.go:89] "csi-hostpathplugin-sh6kc" [5e0f8072-2149-4b1a-a422-4688c32cfa77] Running
I0924 18:59:19.101867 594526 system_pods.go:89] "etcd-addons-548117" [604db1b9-fdd0-4ee2-9f3b-9e9ce5844e0c] Running
I0924 18:59:19.101871 594526 system_pods.go:89] "kindnet-znkll" [777f8fcc-d00f-4d1b-8a7f-9f18bc672286] Running
I0924 18:59:19.101875 594526 system_pods.go:89] "kube-apiserver-addons-548117" [bd320cbb-e24a-4320-9fdc-3a35d7184cb4] Running
I0924 18:59:19.101880 594526 system_pods.go:89] "kube-controller-manager-addons-548117" [b55e4e83-2a1a-4094-b31e-5927ac99c43f] Running
I0924 18:59:19.101884 594526 system_pods.go:89] "kube-ingress-dns-minikube" [712dbf97-3275-4d42-a29c-55cdec0b7f0e] Running
I0924 18:59:19.101890 594526 system_pods.go:89] "kube-proxy-w8gxq" [d66fb918-f8ca-41eb-a35e-d3e9b53a0780] Running
I0924 18:59:19.101894 594526 system_pods.go:89] "kube-scheduler-addons-548117" [2830e3ce-a690-4643-9d99-fd22a9d99832] Running
I0924 18:59:19.101900 594526 system_pods.go:89] "metrics-server-84c5f94fbc-c6wkh" [678976f0-ad94-4412-99be-a214acd119fc] Running
I0924 18:59:19.101904 594526 system_pods.go:89] "nvidia-device-plugin-daemonset-kqlzs" [e9dda12b-8fb7-4c39-a0ac-80d1974bb23d] Running
I0924 18:59:19.101907 594526 system_pods.go:89] "registry-66c9cd494c-zkqbk" [c2c43a78-e97a-4901-b870-b1c72e49aac7] Running
I0924 18:59:19.101927 594526 system_pods.go:89] "registry-proxy-x4t4k" [b2d6c5d9-c0a6-4ade-ac3a-b95c0f14a86d] Running
I0924 18:59:19.101931 594526 system_pods.go:89] "snapshot-controller-56fcc65765-b5wbm" [c209c231-17d6-4ca6-9b1b-4b94881194e7] Running
I0924 18:59:19.101935 594526 system_pods.go:89] "snapshot-controller-56fcc65765-r7rzj" [20126f69-75a5-47bc-b448-0865fe248770] Running
I0924 18:59:19.101941 594526 system_pods.go:89] "storage-provisioner" [9d5b94cf-e237-4057-83dd-9e834944a342] Running
I0924 18:59:19.101948 594526 system_pods.go:126] duration metric: took 10.987752ms to wait for k8s-apps to be running ...
I0924 18:59:19.101960 594526 system_svc.go:44] waiting for kubelet service to be running ....
I0924 18:59:19.102022 594526 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0924 18:59:19.114352 594526 system_svc.go:56] duration metric: took 12.383481ms WaitForService to wait for kubelet
I0924 18:59:19.114429 594526 kubeadm.go:582] duration metric: took 2m38.50170619s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0924 18:59:19.114461 594526 node_conditions.go:102] verifying NodePressure condition ...
I0924 18:59:19.118334 594526 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0924 18:59:19.118411 594526 node_conditions.go:123] node cpu capacity is 2
I0924 18:59:19.118436 594526 node_conditions.go:105] duration metric: took 3.956663ms to run NodePressure ...
I0924 18:59:19.118459 594526 start.go:241] waiting for startup goroutines ...
I0924 18:59:19.118494 594526 start.go:246] waiting for cluster config update ...
I0924 18:59:19.118527 594526 start.go:255] writing updated cluster config ...
I0924 18:59:19.118844 594526 ssh_runner.go:195] Run: rm -f paused
I0924 18:59:19.460317 594526 start.go:600] kubectl: 1.31.1, cluster: 1.31.1 (minor skew: 0)
I0924 18:59:19.462500 594526 out.go:177] * Done! kubectl is now configured to use "addons-548117" cluster and "default" namespace by default
==> CRI-O <==
Sep 24 19:08:33 addons-548117 crio[968]: time="2024-09-24 19:08:33.538434682Z" level=info msg="Stopped pod sandbox: 5cb75bec4885bbe5ca38f66e3e456cf93ab610bcd24ee770a76676b62dbbe911" id=e2b78f36-5862-4a92-a05f-0292df029705 name=/runtime.v1.RuntimeService/StopPodSandbox
Sep 24 19:08:34 addons-548117 crio[968]: time="2024-09-24 19:08:34.207381750Z" level=info msg="Stopping container: 6bad11f913ea693fb4cf8aa90095ad3fb5f4d1daa70399850a5f90c34271f038 (timeout: 30s)" id=ca0c582a-867c-4401-a1cb-49d5d3b823ab name=/runtime.v1.RuntimeService/StopContainer
Sep 24 19:08:34 addons-548117 conmon[3550]: conmon 6bad11f913ea693fb4cf <ninfo>: container 3561 exited with status 2
Sep 24 19:08:34 addons-548117 crio[968]: time="2024-09-24 19:08:34.252048629Z" level=info msg="Stopping container: 4ae28c2d6282cf71dd98ee059a583e28347eef299906ae68eb13de7310a042e0 (timeout: 30s)" id=5d1d1021-0166-45a2-9e8c-9148193100e0 name=/runtime.v1.RuntimeService/StopContainer
Sep 24 19:08:34 addons-548117 crio[968]: time="2024-09-24 19:08:34.399916610Z" level=info msg="Stopped container 6bad11f913ea693fb4cf8aa90095ad3fb5f4d1daa70399850a5f90c34271f038: kube-system/registry-66c9cd494c-zkqbk/registry" id=ca0c582a-867c-4401-a1cb-49d5d3b823ab name=/runtime.v1.RuntimeService/StopContainer
Sep 24 19:08:34 addons-548117 crio[968]: time="2024-09-24 19:08:34.400616701Z" level=info msg="Stopping pod sandbox: 652c39f83c0490b2480e8b21b3bc5799fce521673b9b50e8641883a1707cc02d" id=e0fa0cbd-cc13-4147-ab17-59d40e50f22c name=/runtime.v1.RuntimeService/StopPodSandbox
Sep 24 19:08:34 addons-548117 crio[968]: time="2024-09-24 19:08:34.400870140Z" level=info msg="Got pod network &{Name:registry-66c9cd494c-zkqbk Namespace:kube-system ID:652c39f83c0490b2480e8b21b3bc5799fce521673b9b50e8641883a1707cc02d UID:c2c43a78-e97a-4901-b870-b1c72e49aac7 NetNS:/var/run/netns/b6585a11-f9a8-44b7-9701-6143943872f4 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Sep 24 19:08:34 addons-548117 crio[968]: time="2024-09-24 19:08:34.401004130Z" level=info msg="Deleting pod kube-system_registry-66c9cd494c-zkqbk from CNI network \"kindnet\" (type=ptp)"
Sep 24 19:08:34 addons-548117 crio[968]: time="2024-09-24 19:08:34.471079181Z" level=info msg="Stopped pod sandbox: 652c39f83c0490b2480e8b21b3bc5799fce521673b9b50e8641883a1707cc02d" id=e0fa0cbd-cc13-4147-ab17-59d40e50f22c name=/runtime.v1.RuntimeService/StopPodSandbox
Sep 24 19:08:34 addons-548117 crio[968]: time="2024-09-24 19:08:34.499168008Z" level=info msg="Stopped container 4ae28c2d6282cf71dd98ee059a583e28347eef299906ae68eb13de7310a042e0: kube-system/registry-proxy-x4t4k/registry-proxy" id=5d1d1021-0166-45a2-9e8c-9148193100e0 name=/runtime.v1.RuntimeService/StopContainer
Sep 24 19:08:34 addons-548117 crio[968]: time="2024-09-24 19:08:34.500436934Z" level=info msg="Stopping pod sandbox: e9bfdf50654a4f23fab33fab443081afa91a2a13b1829c8fbaccbf0472b99d3f" id=d9a0f48c-411c-49ff-96b8-846f83b58025 name=/runtime.v1.RuntimeService/StopPodSandbox
Sep 24 19:08:34 addons-548117 crio[968]: time="2024-09-24 19:08:34.509864565Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-APUIPEDXQISILO6R - [0:0]\n:KUBE-HP-WBSKWOJRJNOF4BK7 - [0:0]\n:KUBE-HP-5DGBKAYV7NZMLH6B - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n-A KUBE-HOSTPORTS -p tcp -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-9rbs8_ingress-nginx_ee52e2ad-490b-4cff-ab53-e90a3c33a390_0_ hostport 443\" -m tcp --dport 443 -j KUBE-HP-5DGBKAYV7NZMLH6B\n-A KUBE-HOSTPORTS -p tcp -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-9rbs8_ingress-nginx_ee52e2ad-490b-4cff-ab53-e90a3c33a390_0_ hostport 80\" -m tcp --dport 80 -j KUBE-HP-APUIPEDXQISILO6R\n-A KUBE-HP-5DGBKAYV7NZMLH6B -s 10.244.0.20/32 -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-9rbs8_ingress-nginx_ee52e2ad-490b-4cff-ab53-e90a3c33a390_0_ hostport 443\" -j KUBE-MARK-MASQ\n-A KUBE-HP-5DGBKAYV7NZMLH6B -p tcp -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-9rbs8_ingress-nginx_ee52e2ad-490b-4cff-ab
53-e90a3c33a390_0_ hostport 443\" -m tcp -j DNAT --to-destination 10.244.0.20:443\n-A KUBE-HP-APUIPEDXQISILO6R -s 10.244.0.20/32 -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-9rbs8_ingress-nginx_ee52e2ad-490b-4cff-ab53-e90a3c33a390_0_ hostport 80\" -j KUBE-MARK-MASQ\n-A KUBE-HP-APUIPEDXQISILO6R -p tcp -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-9rbs8_ingress-nginx_ee52e2ad-490b-4cff-ab53-e90a3c33a390_0_ hostport 80\" -m tcp -j DNAT --to-destination 10.244.0.20:80\n-X KUBE-HP-WBSKWOJRJNOF4BK7\nCOMMIT\n"
Sep 24 19:08:34 addons-548117 crio[968]: time="2024-09-24 19:08:34.515145431Z" level=info msg="Closing host port tcp:5000"
Sep 24 19:08:34 addons-548117 crio[968]: time="2024-09-24 19:08:34.516775135Z" level=info msg="Host port tcp:5000 does not have an open socket"
Sep 24 19:08:34 addons-548117 crio[968]: time="2024-09-24 19:08:34.516991528Z" level=info msg="Got pod network &{Name:registry-proxy-x4t4k Namespace:kube-system ID:e9bfdf50654a4f23fab33fab443081afa91a2a13b1829c8fbaccbf0472b99d3f UID:b2d6c5d9-c0a6-4ade-ac3a-b95c0f14a86d NetNS:/var/run/netns/b7784801-fe27-4906-8d55-f72de279225d Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Sep 24 19:08:34 addons-548117 crio[968]: time="2024-09-24 19:08:34.517125337Z" level=info msg="Deleting pod kube-system_registry-proxy-x4t4k from CNI network \"kindnet\" (type=ptp)"
Sep 24 19:08:34 addons-548117 crio[968]: time="2024-09-24 19:08:34.562254073Z" level=info msg="Stopped pod sandbox: e9bfdf50654a4f23fab33fab443081afa91a2a13b1829c8fbaccbf0472b99d3f" id=d9a0f48c-411c-49ff-96b8-846f83b58025 name=/runtime.v1.RuntimeService/StopPodSandbox
Sep 24 19:08:35 addons-548117 crio[968]: time="2024-09-24 19:08:35.318491337Z" level=info msg="Removing container: 6bad11f913ea693fb4cf8aa90095ad3fb5f4d1daa70399850a5f90c34271f038" id=0f5c9ea2-ea83-4349-bfdd-03e83ad6811a name=/runtime.v1.RuntimeService/RemoveContainer
Sep 24 19:08:35 addons-548117 crio[968]: time="2024-09-24 19:08:35.354044365Z" level=info msg="Removed container 6bad11f913ea693fb4cf8aa90095ad3fb5f4d1daa70399850a5f90c34271f038: kube-system/registry-66c9cd494c-zkqbk/registry" id=0f5c9ea2-ea83-4349-bfdd-03e83ad6811a name=/runtime.v1.RuntimeService/RemoveContainer
Sep 24 19:08:35 addons-548117 crio[968]: time="2024-09-24 19:08:35.358863390Z" level=info msg="Removing container: 4ae28c2d6282cf71dd98ee059a583e28347eef299906ae68eb13de7310a042e0" id=8b653bbe-dded-44dc-8dc4-9b9e4051807b name=/runtime.v1.RuntimeService/RemoveContainer
Sep 24 19:08:35 addons-548117 crio[968]: time="2024-09-24 19:08:35.387177381Z" level=info msg="Removed container 4ae28c2d6282cf71dd98ee059a583e28347eef299906ae68eb13de7310a042e0: kube-system/registry-proxy-x4t4k/registry-proxy" id=8b653bbe-dded-44dc-8dc4-9b9e4051807b name=/runtime.v1.RuntimeService/RemoveContainer
Sep 24 19:08:35 addons-548117 crio[968]: time="2024-09-24 19:08:35.619390847Z" level=info msg="Removing container: ed04329c21fb30c211b7c9ca100d1d59ea41b4fde343eb16a0a951392bb66677" id=613207d3-f915-4de0-b0c2-3701e1aab8e9 name=/runtime.v1.RuntimeService/RemoveContainer
Sep 24 19:08:35 addons-548117 crio[968]: time="2024-09-24 19:08:35.656523479Z" level=info msg="Removed container ed04329c21fb30c211b7c9ca100d1d59ea41b4fde343eb16a0a951392bb66677: local-path-storage/helper-pod-delete-pvc-24b7ec41-03e2-4104-a1e5-645e72e53724/helper-pod" id=613207d3-f915-4de0-b0c2-3701e1aab8e9 name=/runtime.v1.RuntimeService/RemoveContainer
Sep 24 19:08:35 addons-548117 crio[968]: time="2024-09-24 19:08:35.659162952Z" level=info msg="Removing container: 8179e2de350de201723f21c38bb9e26765b22351c0a039e12847bfee96f76f5a" id=cd586ec0-a90d-47c9-bfc2-52edb0cf3f4f name=/runtime.v1.RuntimeService/RemoveContainer
Sep 24 19:08:35 addons-548117 crio[968]: time="2024-09-24 19:08:35.686601073Z" level=info msg="Removed container 8179e2de350de201723f21c38bb9e26765b22351c0a039e12847bfee96f76f5a: default/test-local-path/busybox" id=cd586ec0-a90d-47c9-bfc2-52edb0cf3f4f name=/runtime.v1.RuntimeService/RemoveContainer
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
ab76b42d13955 ghcr.io/inspektor-gadget/inspektor-gadget@sha256:03e677e1cf9d2c9bea454e3dbcbcef20b3022e987534a2874eb1abc5bc3e73ec 4 seconds ago Running gadget 8 32c5d0a6ebadb gadget-dt6zv
0d7dfde6f5fb0 ghcr.io/inspektor-gadget/inspektor-gadget@sha256:03e677e1cf9d2c9bea454e3dbcbcef20b3022e987534a2874eb1abc5bc3e73ec 13 seconds ago Exited gadget 7 32c5d0a6ebadb gadget-dt6zv
7deb2ef28210d registry.k8s.io/ingress-nginx/controller@sha256:22f9d129ae8c89a2cabbd13af3c1668944f3dd68fec186199b7024a0a2fc75b3 9 minutes ago Running controller 0 b437feb147584 ingress-nginx-controller-bc57996ff-9rbs8
effe816cd6645 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69 10 minutes ago Running gcp-auth 0 f4d219ccd91f6 gcp-auth-89d5ffd79-bh2b9
2115b9aab805f registry.k8s.io/sig-storage/csi-snapshotter@sha256:291334908ddf71a4661fd7f6d9d97274de8a5378a2b6fdfeb2ce73414a34f82f 10 minutes ago Running csi-snapshotter 0 a2c15ba031fa8 csi-hostpathplugin-sh6kc
f72d2202eaf15 registry.k8s.io/sig-storage/csi-provisioner@sha256:98ffd09c0784203d200e0f8c241501de31c8df79644caac7eed61bd6391e5d49 10 minutes ago Running csi-provisioner 0 a2c15ba031fa8 csi-hostpathplugin-sh6kc
c9d5eb1abea3a registry.k8s.io/sig-storage/livenessprobe@sha256:8b00c6e8f52639ed9c6f866085893ab688e57879741b3089e3cfa9998502e158 10 minutes ago Running liveness-probe 0 a2c15ba031fa8 csi-hostpathplugin-sh6kc
82e1fcb5f7ac9 registry.k8s.io/sig-storage/hostpathplugin@sha256:7b1dfc90a367222067fc468442fdf952e20fc5961f25c1ad654300ddc34d7083 10 minutes ago Running hostpath 0 a2c15ba031fa8 csi-hostpathplugin-sh6kc
1d68ac6a63366 registry.k8s.io/sig-storage/csi-node-driver-registrar@sha256:511b8c8ac828194a753909d26555ff08bc12f497dd8daeb83fe9d593693a26c1 10 minutes ago Running node-driver-registrar 0 a2c15ba031fa8 csi-hostpathplugin-sh6kc
a84a03e2c32e9 docker.io/rancher/local-path-provisioner@sha256:689a2489a24e74426e4a4666e611c988202c5fa995908b0c60133aca3eb87d98 10 minutes ago Running local-path-provisioner 0 3cd80afd6def2 local-path-provisioner-86d989889c-6mgrv
aae5175263dd6 420193b27261a8d37b9fb1faeed45094cefa47e72a7538fd5a6c05e8b5ce192e 10 minutes ago Exited patch 1 d3c66a7a3880e ingress-nginx-admission-patch-6mbxl
f7a2947dada31 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:7c4c1a6ca8855c524a64983eaf590e126a669ae12df83ad65de281c9beee13d3 10 minutes ago Exited create 0 83dd2b200ecec ingress-nginx-admission-create-w5rb7
e0768d522d49d gcr.io/cloud-spanner-emulator/emulator@sha256:6ce1265c73355797b34d2531c7146eed3996346f860517e35d1434182eb5f01d 10 minutes ago Running cloud-spanner-emulator 0 c8c087c8d96cc cloud-spanner-emulator-5b584cc74-4jl8z
1131efb8cb535 registry.k8s.io/sig-storage/snapshot-controller@sha256:5d668e35c15df6e87e2530da25d557f543182cedbdb39d421b87076463ee9857 10 minutes ago Running volume-snapshot-controller 0 9bd9c92acd379 snapshot-controller-56fcc65765-b5wbm
593e5856642ee registry.k8s.io/sig-storage/csi-external-health-monitor-controller@sha256:80b9ba94aa2afe24553d69bd165a6a51552d1582d68618ec00d3b804a7d9193c 10 minutes ago Running csi-external-health-monitor-controller 0 a2c15ba031fa8 csi-hostpathplugin-sh6kc
d559ff50661e2 registry.k8s.io/sig-storage/csi-attacher@sha256:4b5609c78455de45821910065281a368d5f760b41250f90cbde5110543bdc326 10 minutes ago Running csi-attacher 0 92585feb68dd5 csi-hostpath-attacher-0
2587dc1fcee7c registry.k8s.io/sig-storage/csi-resizer@sha256:425d8f1b769398127767b06ed97ce62578a3179bcb99809ce93a1649e025ffe7 10 minutes ago Running csi-resizer 0 774484d6d3591 csi-hostpath-resizer-0
f1fcf5c7e6591 gcr.io/k8s-minikube/minikube-ingress-dns@sha256:4211a1de532376c881851542238121b26792225faa36a7b02dccad88fd05797c 10 minutes ago Running minikube-ingress-dns 0 ce7561434defc kube-ingress-dns-minikube
fed660100ac68 registry.k8s.io/metrics-server/metrics-server@sha256:048bcf48fc2cce517a61777e22bac782ba59ea5e9b9a54bcb42dbee99566a91f 11 minutes ago Running metrics-server 0 9124958a42917 metrics-server-84c5f94fbc-c6wkh
db08c6bae3560 registry.k8s.io/sig-storage/snapshot-controller@sha256:5d668e35c15df6e87e2530da25d557f543182cedbdb39d421b87076463ee9857 11 minutes ago Running volume-snapshot-controller 0 d5dc4ea46b2d8 snapshot-controller-56fcc65765-r7rzj
0f86a13abbbcd 2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4 11 minutes ago Running coredns 0 056532013dc1e coredns-7c65d6cfc9-2dj4t
23545436160c3 ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 11 minutes ago Running storage-provisioner 0 e17eae7164860 storage-provisioner
4ce0ce189d3e7 24a140c548c075e487e45d0ee73b1aa89f8bfb40c08a57e05975559728822b1d 11 minutes ago Running kube-proxy 0 e0acf4e046782 kube-proxy-w8gxq
0b58e7875e987 6a23fa8fd2b78ab58e42ba273808edc936a9c53d8ac4a919f6337be094843a51 11 minutes ago Running kindnet-cni 0 175e91ecea545 kindnet-znkll
8d37a5b040254 d3f53a98c0a9d9163c4848bcf34b2d2f5e1e3691b79f3d1dd6d0206809e02853 12 minutes ago Running kube-apiserver 0 f0bd37773ad70 kube-apiserver-addons-548117
183213078b5b9 27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da 12 minutes ago Running etcd 0 bfe1ffaa600a7 etcd-addons-548117
bdf5bf4e30f4e 279f381cb37365bbbcd133c9531fba9c2beb0f38dbbe6ddfcd0b1b1643d3450e 12 minutes ago Running kube-controller-manager 0 67f3ff1709197 kube-controller-manager-addons-548117
a93786824316d 7f8aa378bb47dffcf430f3a601abe39137e88aee0238e23ed8530fdd18dab82d 12 minutes ago Running kube-scheduler 0 f10d321852060 kube-scheduler-addons-548117
==> coredns [0f86a13abbbcd4414c46145d6ca7f44e9150a197ec62d4f1c5e80403d6c16f48] <==
[INFO] 10.244.0.11:42070 - 41220 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000092816s
[INFO] 10.244.0.11:55384 - 11424 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002436136s
[INFO] 10.244.0.11:55384 - 26786 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002690411s
[INFO] 10.244.0.11:39423 - 30437 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000142358s
[INFO] 10.244.0.11:39423 - 7648 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.00011922s
[INFO] 10.244.0.11:50656 - 15725 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000677511s
[INFO] 10.244.0.11:50656 - 36969 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000786525s
[INFO] 10.244.0.11:44087 - 53218 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000050494s
[INFO] 10.244.0.11:44087 - 42727 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000034601s
[INFO] 10.244.0.11:44518 - 44351 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000048345s
[INFO] 10.244.0.11:44518 - 56121 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000047204s
[INFO] 10.244.0.11:57529 - 37261 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001175044s
[INFO] 10.244.0.11:57529 - 11656 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.00141401s
[INFO] 10.244.0.11:42385 - 33305 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000057986s
[INFO] 10.244.0.11:42385 - 33796 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000041715s
[INFO] 10.244.0.19:51646 - 40792 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.001057489s
[INFO] 10.244.0.19:50232 - 2176 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.001041326s
[INFO] 10.244.0.19:57139 - 52022 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000188521s
[INFO] 10.244.0.19:41396 - 12971 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000127368s
[INFO] 10.244.0.19:34677 - 30264 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000248951s
[INFO] 10.244.0.19:38356 - 28390 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000331052s
[INFO] 10.244.0.19:34785 - 22627 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003663339s
[INFO] 10.244.0.19:58774 - 2774 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003725583s
[INFO] 10.244.0.19:33218 - 55107 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.002028161s
[INFO] 10.244.0.19:50005 - 37232 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.00255241s
==> describe nodes <==
Name: addons-548117
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-548117
kubernetes.io/os=linux
minikube.k8s.io/commit=ab8e06d5efb8aef1f7ea9881c3e41593ddc7876e
minikube.k8s.io/name=addons-548117
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_09_24T18_56_36_0700
minikube.k8s.io/version=v1.34.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-548117
Annotations: csi.volume.kubernetes.io/nodeid: {"hostpath.csi.k8s.io":"addons-548117"}
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, 24 Sep 2024 18:56:32 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-548117
AcquireTime: <unset>
RenewTime: Tue, 24 Sep 2024 19:08:28 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Tue, 24 Sep 2024 19:08:08 +0000 Tue, 24 Sep 2024 18:56:29 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Tue, 24 Sep 2024 19:08:08 +0000 Tue, 24 Sep 2024 18:56:29 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Tue, 24 Sep 2024 19:08:08 +0000 Tue, 24 Sep 2024 18:56:29 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Tue, 24 Sep 2024 19:08:08 +0000 Tue, 24 Sep 2024 18:57:24 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-548117
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: 1dabe58527544eb3b460ead336c17f33
System UUID: 967017d2-20c7-4ca7-a0fc-bd645fbdbe38
Boot ID: c9711954-f02f-4c05-9508-0e3ca8ab86ea
Kernel Version: 5.15.0-1070-aws
OS Image: Ubuntu 22.04.5 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.31.1
Kube-Proxy Version: v1.31.1
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (21 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default busybox 0 (0%) 0 (0%) 0 (0%) 0 (0%) 9m16s
default cloud-spanner-emulator-5b584cc74-4jl8z 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11m
gadget gadget-dt6zv 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11m
gcp-auth gcp-auth-89d5ffd79-bh2b9 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11m
ingress-nginx ingress-nginx-controller-bc57996ff-9rbs8 100m (5%) 0 (0%) 90Mi (1%) 0 (0%) 11m
kube-system coredns-7c65d6cfc9-2dj4t 100m (5%) 0 (0%) 70Mi (0%) 170Mi (2%) 11m
kube-system csi-hostpath-attacher-0 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11m
kube-system csi-hostpath-resizer-0 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11m
kube-system csi-hostpathplugin-sh6kc 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11m
kube-system etcd-addons-548117 100m (5%) 0 (0%) 100Mi (1%) 0 (0%) 12m
kube-system kindnet-znkll 100m (5%) 100m (5%) 50Mi (0%) 50Mi (0%) 11m
kube-system kube-apiserver-addons-548117 250m (12%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system kube-controller-manager-addons-548117 200m (10%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system kube-ingress-dns-minikube 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11m
kube-system kube-proxy-w8gxq 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11m
kube-system kube-scheduler-addons-548117 100m (5%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system metrics-server-84c5f94fbc-c6wkh 100m (5%) 0 (0%) 200Mi (2%) 0 (0%) 11m
kube-system snapshot-controller-56fcc65765-b5wbm 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11m
kube-system snapshot-controller-56fcc65765-r7rzj 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11m
kube-system storage-provisioner 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11m
local-path-storage local-path-provisioner-86d989889c-6mgrv 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11m
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 1050m (52%) 100m (5%)
memory 510Mi (6%) 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 11m kube-proxy
Normal NodeHasSufficientMemory 12m (x8 over 12m) kubelet Node addons-548117 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 12m (x8 over 12m) kubelet Node addons-548117 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 12m (x7 over 12m) kubelet Node addons-548117 status is now: NodeHasSufficientPID
Normal Starting 12m kubelet Starting kubelet.
Warning CgroupV1 12m kubelet Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
Normal NodeHasSufficientMemory 12m kubelet Node addons-548117 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 12m kubelet Node addons-548117 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 12m kubelet Node addons-548117 status is now: NodeHasSufficientPID
Normal RegisteredNode 11m node-controller Node addons-548117 event: Registered Node addons-548117 in Controller
Normal NodeReady 11m kubelet Node addons-548117 status is now: NodeReady
==> dmesg <==
==> etcd [183213078b5b91445fce49f3c5da704ec9116e51e7df99b26d1a1d469c98a9bf] <==
{"level":"info","ts":"2024-09-24T18:56:29.264354Z","caller":"embed/etcd.go:279","msg":"now serving peer/client/metrics","local-member-id":"aec36adc501070cc","initial-advertise-peer-urls":["https://192.168.49.2:2380"],"listen-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"],"listen-client-urls":["https://127.0.0.1:2379","https://192.168.49.2:2379"],"listen-metrics-urls":["http://127.0.0.1:2381"]}
{"level":"info","ts":"2024-09-24T18:56:29.264464Z","caller":"embed/etcd.go:870","msg":"serving metrics","address":"http://127.0.0.1:2381"}
{"level":"info","ts":"2024-09-24T18:56:29.279747Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-09-24T18:56:29.279859Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-09-24T18:56:29.279916Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-09-24T18:56:29.279996Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-09-24T18:56:29.280054Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-09-24T18:56:29.280091Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-09-24T18:56:29.280135Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-09-24T18:56:29.283913Z","caller":"etcdserver/server.go:2118","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-548117 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-09-24T18:56:29.284104Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-09-24T18:56:29.284415Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-09-24T18:56:29.285216Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
{"level":"info","ts":"2024-09-24T18:56:29.286237Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-09-24T18:56:29.287823Z","caller":"etcdserver/server.go:2629","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-09-24T18:56:29.296074Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-09-24T18:56:29.296107Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-09-24T18:56:29.296210Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
{"level":"info","ts":"2024-09-24T18:56:29.296298Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-09-24T18:56:29.296326Z","caller":"etcdserver/server.go:2653","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-09-24T18:56:29.296469Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
{"level":"info","ts":"2024-09-24T18:56:29.297440Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-09-24T19:06:30.242435Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1553}
{"level":"info","ts":"2024-09-24T19:06:30.275917Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1553,"took":"32.913055ms","hash":2613648426,"current-db-size-bytes":6434816,"current-db-size":"6.4 MB","current-db-size-in-use-bytes":3346432,"current-db-size-in-use":"3.3 MB"}
{"level":"info","ts":"2024-09-24T19:06:30.276045Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":2613648426,"revision":1553,"compact-revision":-1}
==> gcp-auth [effe816cd66454d06883c5ad8eef7a9258b77f2dffa006d0c39d09762d83a499] <==
2024/09/24 18:58:33 GCP Auth Webhook started!
2024/09/24 18:59:19 Ready to marshal response ...
2024/09/24 18:59:19 Ready to write response ...
2024/09/24 18:59:19 Ready to marshal response ...
2024/09/24 18:59:19 Ready to write response ...
2024/09/24 18:59:19 Ready to marshal response ...
2024/09/24 18:59:19 Ready to write response ...
2024/09/24 19:07:24 Ready to marshal response ...
2024/09/24 19:07:24 Ready to write response ...
2024/09/24 19:07:24 Ready to marshal response ...
2024/09/24 19:07:24 Ready to write response ...
2024/09/24 19:07:24 Ready to marshal response ...
2024/09/24 19:07:24 Ready to write response ...
2024/09/24 19:07:33 Ready to marshal response ...
2024/09/24 19:07:33 Ready to write response ...
2024/09/24 19:07:58 Ready to marshal response ...
2024/09/24 19:07:58 Ready to write response ...
2024/09/24 19:07:58 Ready to marshal response ...
2024/09/24 19:07:58 Ready to write response ...
2024/09/24 19:08:07 Ready to marshal response ...
2024/09/24 19:08:07 Ready to write response ...
==> kernel <==
19:08:36 up 2:51, 0 users, load average: 0.32, 0.58, 1.54
Linux addons-548117 5.15.0-1070-aws #76~20.04.1-Ubuntu SMP Mon Sep 2 12:20:48 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.5 LTS"
==> kindnet [0b58e7875e9877e3df348dc0bc86c17822205d76fe50e65a90a7e6598cd434c0] <==
I0924 19:06:34.525452 1 main.go:299] handling current node
I0924 19:06:44.518241 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0924 19:06:44.518368 1 main.go:299] handling current node
I0924 19:06:54.524876 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0924 19:06:54.524912 1 main.go:299] handling current node
I0924 19:07:04.526225 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0924 19:07:04.526257 1 main.go:299] handling current node
I0924 19:07:14.517817 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0924 19:07:14.517855 1 main.go:299] handling current node
I0924 19:07:24.518323 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0924 19:07:24.518380 1 main.go:299] handling current node
I0924 19:07:34.517863 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0924 19:07:34.517897 1 main.go:299] handling current node
I0924 19:07:44.518677 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0924 19:07:44.518707 1 main.go:299] handling current node
I0924 19:07:54.519833 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0924 19:07:54.519865 1 main.go:299] handling current node
I0924 19:08:04.518050 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0924 19:08:04.518086 1 main.go:299] handling current node
I0924 19:08:14.517836 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0924 19:08:14.517962 1 main.go:299] handling current node
I0924 19:08:24.517870 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0924 19:08:24.517907 1 main.go:299] handling current node
I0924 19:08:34.518091 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0924 19:08:34.518128 1 main.go:299] handling current node
==> kube-apiserver [8d37a5b04025491b7deede4a7fc37165f068ff0f005fc56fa4dd593fff32d27a] <==
W0924 18:57:24.779051 1 dispatcher.go:210] Failed calling webhook, failing open gcp-auth-mutate.k8s.io: failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.100.232.138:443: connect: connection refused
E0924 18:57:24.779100 1 dispatcher.go:214] "Unhandled Error" err="failed calling webhook \"gcp-auth-mutate.k8s.io\": failed to call webhook: Post \"https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s\": dial tcp 10.100.232.138:443: connect: connection refused" logger="UnhandledError"
W0924 18:57:24.779174 1 dispatcher.go:210] Failed calling webhook, failing open gcp-auth-mutate.k8s.io: failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.100.232.138:443: connect: connection refused
E0924 18:57:24.779196 1 dispatcher.go:214] "Unhandled Error" err="failed calling webhook \"gcp-auth-mutate.k8s.io\": failed to call webhook: Post \"https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s\": dial tcp 10.100.232.138:443: connect: connection refused" logger="UnhandledError"
W0924 18:57:24.871139 1 dispatcher.go:210] Failed calling webhook, failing open gcp-auth-mutate.k8s.io: failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.100.232.138:443: connect: connection refused
E0924 18:57:24.871184 1 dispatcher.go:214] "Unhandled Error" err="failed calling webhook \"gcp-auth-mutate.k8s.io\": failed to call webhook: Post \"https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s\": dial tcp 10.100.232.138:443: connect: connection refused" logger="UnhandledError"
W0924 18:57:47.278849 1 handler_proxy.go:99] no RequestInfo found in the context
E0924 18:57:47.278901 1 controller.go:113] "Unhandled Error" err="loading OpenAPI spec for \"v1beta1.metrics.k8s.io\" failed with: Error, could not get list of group versions for APIService" logger="UnhandledError"
W0924 18:57:47.278991 1 handler_proxy.go:99] no RequestInfo found in the context
E0924 18:57:47.279058 1 controller.go:102] "Unhandled Error" err=<
loading OpenAPI spec for "v1beta1.metrics.k8s.io" failed with: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
> logger="UnhandledError"
I0924 18:57:47.280093 1 controller.go:109] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
I0924 18:57:47.280143 1 controller.go:126] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
W0924 18:58:45.451108 1 handler_proxy.go:99] no RequestInfo found in the context
E0924 18:58:45.451233 1 controller.go:146] "Unhandled Error" err=<
Error updating APIService "v1beta1.metrics.k8s.io" with err: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
> logger="UnhandledError"
E0924 18:58:45.451319 1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.103.243.185:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.103.243.185:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.103.243.185:443: connect: connection refused" logger="UnhandledError"
E0924 18:58:45.453731 1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.103.243.185:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.103.243.185:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.103.243.185:443: connect: connection refused" logger="UnhandledError"
I0924 18:58:45.561065 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I0924 19:07:24.089461 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.100.78.94"}
E0924 19:08:23.260685 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
==> kube-controller-manager [bdf5bf4e30f4ed126992d64ab216166991e3c6c61aece949a1462276e8da88d9] <==
I0924 18:58:40.267633 1 garbagecollector.go:826] "failed to discover some groups" logger="garbage-collector-controller" groups="<internal error: json: unsupported type: map[schema.GroupVersion]error>"
I0924 18:58:41.012062 1 job_controller.go:568] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch" delay="0s"
I0924 18:58:41.038538 1 job_controller.go:568] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch" delay="0s"
I0924 18:58:45.438149 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/metrics-server-84c5f94fbc" duration="9.812971ms"
I0924 18:58:45.439146 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/metrics-server-84c5f94fbc" duration="48.451µs"
I0924 18:58:49.960127 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-bc57996ff" duration="37.537863ms"
I0924 18:58:49.961476 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-bc57996ff" duration="49.673µs"
I0924 18:59:08.670999 1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-548117"
I0924 19:04:14.048827 1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-548117"
I0924 19:07:24.193416 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-7b5c95b59d" duration="68.057822ms"
I0924 19:07:24.201392 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-7b5c95b59d" duration="7.869098ms"
I0924 19:07:24.202608 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-7b5c95b59d" duration="78.523µs"
I0924 19:07:24.203576 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-7b5c95b59d" duration="82.469µs"
I0924 19:07:24.226488 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-7b5c95b59d" duration="95.63µs"
I0924 19:07:28.117489 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-7b5c95b59d" duration="109.078µs"
I0924 19:07:28.146484 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-7b5c95b59d" duration="9.600037ms"
I0924 19:07:28.147351 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-7b5c95b59d" duration="62.949µs"
I0924 19:07:34.715322 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-7b5c95b59d" duration="19.274µs"
I0924 19:07:37.894599 1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-548117"
I0924 19:07:44.843220 1 namespace_controller.go:187] "Namespace has been deleted" logger="namespace-controller" namespace="headlamp"
I0924 19:07:46.472716 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="yakd-dashboard/yakd-dashboard-67d98fc6b" duration="4.504µs"
I0924 19:07:56.576832 1 namespace_controller.go:187] "Namespace has been deleted" logger="namespace-controller" namespace="yakd-dashboard"
I0924 19:08:07.916925 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="local-path-storage/local-path-provisioner-86d989889c" duration="6.367µs"
I0924 19:08:08.290705 1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-548117"
I0924 19:08:34.188027 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/registry-66c9cd494c" duration="4.389µs"
==> kube-proxy [4ce0ce189d3e7b314e427c12871e38ed8d32c2d3abf2e488e3e7b4722b813565] <==
I0924 18:56:44.855209 1 server_linux.go:66] "Using iptables proxy"
I0924 18:56:45.970858 1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
E0924 18:56:45.971055 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`"
I0924 18:56:46.393321 1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0924 18:56:46.393381 1 server_linux.go:169] "Using iptables Proxier"
I0924 18:56:46.437783 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"
I0924 18:56:46.438343 1 server.go:483] "Version info" version="v1.31.1"
I0924 18:56:46.438417 1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0924 18:56:46.440304 1 config.go:199] "Starting service config controller"
I0924 18:56:46.440387 1 shared_informer.go:313] Waiting for caches to sync for service config
I0924 18:56:46.440436 1 config.go:105] "Starting endpoint slice config controller"
I0924 18:56:46.440481 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0924 18:56:46.440950 1 config.go:328] "Starting node config controller"
I0924 18:56:46.441004 1 shared_informer.go:313] Waiting for caches to sync for node config
I0924 18:56:46.540794 1 shared_informer.go:320] Caches are synced for service config
I0924 18:56:46.543431 1 shared_informer.go:320] Caches are synced for node config
I0924 18:56:46.543564 1 shared_informer.go:320] Caches are synced for endpoint slice config
==> kube-scheduler [a93786824316da90c925ecaf8ae5a685b52410481774594d5d554c4731a09bf5] <==
W0924 18:56:32.781842 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0924 18:56:32.781912 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
W0924 18:56:32.781997 1 reflector.go:561] 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
E0924 18:56:32.782037 1 reflector.go:158] "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"
W0924 18:56:32.782072 1 reflector.go:561] runtime/asm_arm64.s:1222: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E0924 18:56:32.782094 1 reflector.go:158] "Unhandled Error" err="runtime/asm_arm64.s:1222: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\"" logger="UnhandledError"
W0924 18:56:33.586012 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0924 18:56:33.586057 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0924 18:56:33.722794 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
E0924 18:56:33.722946 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W0924 18:56:33.749582 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E0924 18:56:33.749698 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W0924 18:56:33.750669 1 reflector.go:561] runtime/asm_arm64.s:1222: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E0924 18:56:33.750768 1 reflector.go:158] "Unhandled Error" err="runtime/asm_arm64.s:1222: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\"" logger="UnhandledError"
W0924 18:56:33.814727 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E0924 18:56:33.814773 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W0924 18:56:33.819391 1 reflector.go:561] 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
E0924 18:56:33.819444 1 reflector.go:158] "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"
W0924 18:56:33.833610 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0924 18:56:33.833660 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
W0924 18:56:33.909734 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
E0924 18:56:33.909781 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
W0924 18:56:33.933545 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0924 18:56:33.933595 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError"
I0924 18:56:35.581203 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Sep 24 19:08:33 addons-548117 kubelet[1504]: I0924 19:08:33.574355 1504 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/host-path/0821d37b-806b-4bf2-8a27-4206b039d44e-gcp-creds" (OuterVolumeSpecName: "gcp-creds") pod "0821d37b-806b-4bf2-8a27-4206b039d44e" (UID: "0821d37b-806b-4bf2-8a27-4206b039d44e"). InnerVolumeSpecName "gcp-creds". PluginName "kubernetes.io/host-path", VolumeGidValue ""
Sep 24 19:08:33 addons-548117 kubelet[1504]: I0924 19:08:33.576450 1504 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/0821d37b-806b-4bf2-8a27-4206b039d44e-kube-api-access-fvgz6" (OuterVolumeSpecName: "kube-api-access-fvgz6") pod "0821d37b-806b-4bf2-8a27-4206b039d44e" (UID: "0821d37b-806b-4bf2-8a27-4206b039d44e"). InnerVolumeSpecName "kube-api-access-fvgz6". PluginName "kubernetes.io/projected", VolumeGidValue ""
Sep 24 19:08:33 addons-548117 kubelet[1504]: I0924 19:08:33.674422 1504 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-fvgz6\" (UniqueName: \"kubernetes.io/projected/0821d37b-806b-4bf2-8a27-4206b039d44e-kube-api-access-fvgz6\") on node \"addons-548117\" DevicePath \"\""
Sep 24 19:08:33 addons-548117 kubelet[1504]: I0924 19:08:33.674469 1504 reconciler_common.go:288] "Volume detached for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/0821d37b-806b-4bf2-8a27-4206b039d44e-gcp-creds\") on node \"addons-548117\" DevicePath \"\""
Sep 24 19:08:34 addons-548117 kubelet[1504]: I0924 19:08:34.480212 1504 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-75cqx\" (UniqueName: \"kubernetes.io/projected/c2c43a78-e97a-4901-b870-b1c72e49aac7-kube-api-access-75cqx\") pod \"c2c43a78-e97a-4901-b870-b1c72e49aac7\" (UID: \"c2c43a78-e97a-4901-b870-b1c72e49aac7\") "
Sep 24 19:08:34 addons-548117 kubelet[1504]: I0924 19:08:34.486981 1504 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/c2c43a78-e97a-4901-b870-b1c72e49aac7-kube-api-access-75cqx" (OuterVolumeSpecName: "kube-api-access-75cqx") pod "c2c43a78-e97a-4901-b870-b1c72e49aac7" (UID: "c2c43a78-e97a-4901-b870-b1c72e49aac7"). InnerVolumeSpecName "kube-api-access-75cqx". PluginName "kubernetes.io/projected", VolumeGidValue ""
Sep 24 19:08:34 addons-548117 kubelet[1504]: I0924 19:08:34.581484 1504 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-fnmzc\" (UniqueName: \"kubernetes.io/projected/b2d6c5d9-c0a6-4ade-ac3a-b95c0f14a86d-kube-api-access-fnmzc\") pod \"b2d6c5d9-c0a6-4ade-ac3a-b95c0f14a86d\" (UID: \"b2d6c5d9-c0a6-4ade-ac3a-b95c0f14a86d\") "
Sep 24 19:08:34 addons-548117 kubelet[1504]: I0924 19:08:34.581590 1504 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-75cqx\" (UniqueName: \"kubernetes.io/projected/c2c43a78-e97a-4901-b870-b1c72e49aac7-kube-api-access-75cqx\") on node \"addons-548117\" DevicePath \"\""
Sep 24 19:08:34 addons-548117 kubelet[1504]: I0924 19:08:34.587566 1504 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/b2d6c5d9-c0a6-4ade-ac3a-b95c0f14a86d-kube-api-access-fnmzc" (OuterVolumeSpecName: "kube-api-access-fnmzc") pod "b2d6c5d9-c0a6-4ade-ac3a-b95c0f14a86d" (UID: "b2d6c5d9-c0a6-4ade-ac3a-b95c0f14a86d"). InnerVolumeSpecName "kube-api-access-fnmzc". PluginName "kubernetes.io/projected", VolumeGidValue ""
Sep 24 19:08:34 addons-548117 kubelet[1504]: I0924 19:08:34.682473 1504 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-fnmzc\" (UniqueName: \"kubernetes.io/projected/b2d6c5d9-c0a6-4ade-ac3a-b95c0f14a86d-kube-api-access-fnmzc\") on node \"addons-548117\" DevicePath \"\""
Sep 24 19:08:35 addons-548117 kubelet[1504]: I0924 19:08:35.314004 1504 scope.go:117] "RemoveContainer" containerID="6bad11f913ea693fb4cf8aa90095ad3fb5f4d1daa70399850a5f90c34271f038"
Sep 24 19:08:35 addons-548117 kubelet[1504]: I0924 19:08:35.354500 1504 scope.go:117] "RemoveContainer" containerID="6bad11f913ea693fb4cf8aa90095ad3fb5f4d1daa70399850a5f90c34271f038"
Sep 24 19:08:35 addons-548117 kubelet[1504]: E0924 19:08:35.357026 1504 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"6bad11f913ea693fb4cf8aa90095ad3fb5f4d1daa70399850a5f90c34271f038\": container with ID starting with 6bad11f913ea693fb4cf8aa90095ad3fb5f4d1daa70399850a5f90c34271f038 not found: ID does not exist" containerID="6bad11f913ea693fb4cf8aa90095ad3fb5f4d1daa70399850a5f90c34271f038"
Sep 24 19:08:35 addons-548117 kubelet[1504]: I0924 19:08:35.357071 1504 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"6bad11f913ea693fb4cf8aa90095ad3fb5f4d1daa70399850a5f90c34271f038"} err="failed to get container status \"6bad11f913ea693fb4cf8aa90095ad3fb5f4d1daa70399850a5f90c34271f038\": rpc error: code = NotFound desc = could not find container \"6bad11f913ea693fb4cf8aa90095ad3fb5f4d1daa70399850a5f90c34271f038\": container with ID starting with 6bad11f913ea693fb4cf8aa90095ad3fb5f4d1daa70399850a5f90c34271f038 not found: ID does not exist"
Sep 24 19:08:35 addons-548117 kubelet[1504]: I0924 19:08:35.357105 1504 scope.go:117] "RemoveContainer" containerID="4ae28c2d6282cf71dd98ee059a583e28347eef299906ae68eb13de7310a042e0"
Sep 24 19:08:35 addons-548117 kubelet[1504]: I0924 19:08:35.387654 1504 scope.go:117] "RemoveContainer" containerID="4ae28c2d6282cf71dd98ee059a583e28347eef299906ae68eb13de7310a042e0"
Sep 24 19:08:35 addons-548117 kubelet[1504]: E0924 19:08:35.405435 1504 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"4ae28c2d6282cf71dd98ee059a583e28347eef299906ae68eb13de7310a042e0\": container with ID starting with 4ae28c2d6282cf71dd98ee059a583e28347eef299906ae68eb13de7310a042e0 not found: ID does not exist" containerID="4ae28c2d6282cf71dd98ee059a583e28347eef299906ae68eb13de7310a042e0"
Sep 24 19:08:35 addons-548117 kubelet[1504]: I0924 19:08:35.405476 1504 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"4ae28c2d6282cf71dd98ee059a583e28347eef299906ae68eb13de7310a042e0"} err="failed to get container status \"4ae28c2d6282cf71dd98ee059a583e28347eef299906ae68eb13de7310a042e0\": rpc error: code = NotFound desc = could not find container \"4ae28c2d6282cf71dd98ee059a583e28347eef299906ae68eb13de7310a042e0\": container with ID starting with 4ae28c2d6282cf71dd98ee059a583e28347eef299906ae68eb13de7310a042e0 not found: ID does not exist"
Sep 24 19:08:35 addons-548117 kubelet[1504]: I0924 19:08:35.425797 1504 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="0821d37b-806b-4bf2-8a27-4206b039d44e" path="/var/lib/kubelet/pods/0821d37b-806b-4bf2-8a27-4206b039d44e/volumes"
Sep 24 19:08:35 addons-548117 kubelet[1504]: I0924 19:08:35.426461 1504 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="c2c43a78-e97a-4901-b870-b1c72e49aac7" path="/var/lib/kubelet/pods/c2c43a78-e97a-4901-b870-b1c72e49aac7/volumes"
Sep 24 19:08:35 addons-548117 kubelet[1504]: I0924 19:08:35.617647 1504 scope.go:117] "RemoveContainer" containerID="ed04329c21fb30c211b7c9ca100d1d59ea41b4fde343eb16a0a951392bb66677"
Sep 24 19:08:35 addons-548117 kubelet[1504]: I0924 19:08:35.656841 1504 scope.go:117] "RemoveContainer" containerID="8179e2de350de201723f21c38bb9e26765b22351c0a039e12847bfee96f76f5a"
Sep 24 19:08:35 addons-548117 kubelet[1504]: I0924 19:08:35.687025 1504 scope.go:117] "RemoveContainer" containerID="d832cc28f0992ed1dc809adfa993b17e010382923ad1d439d66f8f983606bb0a"
Sep 24 19:08:35 addons-548117 kubelet[1504]: E0924 19:08:35.838125 1504 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727204915837872002,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:503650,},InodesUsed:&UInt64Value{Value:201,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Sep 24 19:08:35 addons-548117 kubelet[1504]: E0924 19:08:35.838160 1504 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727204915837872002,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:503650,},InodesUsed:&UInt64Value{Value:201,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
==> storage-provisioner [23545436160c345866e3b83eaa464493d6a46491b79da042bb0e1f8835107a31] <==
I0924 18:57:25.797168 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0924 18:57:25.865118 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0924 18:57:25.865557 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0924 18:57:25.881299 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"07405965-1115-4cdd-a46b-3c4cbc3eda5b", APIVersion:"v1", ResourceVersion:"933", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-548117_ec2cee0c-df5b-47bd-87e7-c4caa2bbf5d8 became leader
I0924 18:57:25.883366 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0924 18:57:25.883539 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-548117_ec2cee0c-df5b-47bd-87e7-c4caa2bbf5d8!
I0924 18:57:25.983931 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-548117_ec2cee0c-df5b-47bd-87e7-c4caa2bbf5d8!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-548117 -n addons-548117
helpers_test.go:261: (dbg) Run: kubectl --context addons-548117 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: busybox ingress-nginx-admission-create-w5rb7 ingress-nginx-admission-patch-6mbxl
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Registry]: describe non-running pods <======
helpers_test.go:277: (dbg) Run: kubectl --context addons-548117 describe pod busybox ingress-nginx-admission-create-w5rb7 ingress-nginx-admission-patch-6mbxl
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-548117 describe pod busybox ingress-nginx-admission-create-w5rb7 ingress-nginx-admission-patch-6mbxl: exit status 1 (105.068458ms)
-- stdout --
Name: busybox
Namespace: default
Priority: 0
Service Account: default
Node: addons-548117/192.168.49.2
Start Time: Tue, 24 Sep 2024 18:59:19 +0000
Labels: integration-test=busybox
Annotations: <none>
Status: Pending
IP: 10.244.0.21
IPs:
IP: 10.244.0.21
Containers:
busybox:
Container ID:
Image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
Image ID:
Port: <none>
Host Port: <none>
Command:
sleep
3600
State: Waiting
Reason: ImagePullBackOff
Ready: False
Restart Count: 0
Environment:
GOOGLE_APPLICATION_CREDENTIALS: /google-app-creds.json
PROJECT_ID: this_is_fake
GCP_PROJECT: this_is_fake
GCLOUD_PROJECT: this_is_fake
GOOGLE_CLOUD_PROJECT: this_is_fake
CLOUDSDK_CORE_PROJECT: this_is_fake
Mounts:
/google-app-creds.json from gcp-creds (ro)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-mv54w (ro)
Conditions:
Type Status
PodReadyToStartContainers True
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
kube-api-access-mv54w:
Type: Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds: 3607
ConfigMapName: kube-root-ca.crt
ConfigMapOptional: <nil>
DownwardAPI: true
gcp-creds:
Type: HostPath (bare host directory volume)
Path: /var/lib/minikube/google_application_credentials.json
HostPathType: File
QoS Class: BestEffort
Node-Selectors: <none>
Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 9m18s default-scheduler Successfully assigned default/busybox to addons-548117
Normal Pulling 7m55s (x4 over 9m17s) kubelet Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
Warning Failed 7m55s (x4 over 9m17s) kubelet Failed to pull image "gcr.io/k8s-minikube/busybox:1.28.4-glibc": unable to retrieve auth token: invalid username/password: unauthorized: authentication failed
Warning Failed 7m55s (x4 over 9m17s) kubelet Error: ErrImagePull
Warning Failed 7m31s (x6 over 9m17s) kubelet Error: ImagePullBackOff
Normal BackOff 4m8s (x20 over 9m17s) kubelet Back-off pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
-- /stdout --
** stderr **
Error from server (NotFound): pods "ingress-nginx-admission-create-w5rb7" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-6mbxl" not found
** /stderr **
helpers_test.go:279: kubectl --context addons-548117 describe pod busybox ingress-nginx-admission-create-w5rb7 ingress-nginx-admission-patch-6mbxl: exit status 1
--- FAIL: TestAddons/parallel/Registry (73.99s)