=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-112086 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:232: (dbg) Run: kubectl --context addons-112086 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-112086 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [eeeaacc2-fe64-4635-b64c-632859d6bd66] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [eeeaacc2-fe64-4635-b64c-632859d6bd66] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 15.004271295s
I0329 16:21:25.133330 22730 kapi.go:150] Service nginx in namespace default found.
addons_test.go:262: (dbg) Run: out/minikube-linux-amd64 -p addons-112086 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:262: (dbg) Non-zero exit: out/minikube-linux-amd64 -p addons-112086 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m9.462068825s)
** stderr **
ssh: Process exited with status 28
** /stderr **
addons_test.go:278: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:286: (dbg) Run: kubectl --context addons-112086 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-amd64 -p addons-112086 ip
addons_test.go:297: (dbg) Run: nslookup hello-john.test 192.168.49.2
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======> post-mortem[TestAddons/parallel/Ingress]: docker inspect <======
helpers_test.go:231: (dbg) Run: docker inspect addons-112086
helpers_test.go:235: (dbg) docker inspect addons-112086:
-- stdout --
[
{
"Id": "bc7b4bfbbd0253ed88ebccbb070f97045a2c50b26462dc762bf90ee9b6383fab",
"Created": "2025-03-29T16:18:25.141142889Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 24620,
"ExitCode": 0,
"Error": "",
"StartedAt": "2025-03-29T16:18:25.179050769Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:b0734d4b8a5a2dbe50c35bd8745d33dc9ec48b1b1af7ad72f6736a52b01c8ce5",
"ResolvConfPath": "/var/lib/docker/containers/bc7b4bfbbd0253ed88ebccbb070f97045a2c50b26462dc762bf90ee9b6383fab/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/bc7b4bfbbd0253ed88ebccbb070f97045a2c50b26462dc762bf90ee9b6383fab/hostname",
"HostsPath": "/var/lib/docker/containers/bc7b4bfbbd0253ed88ebccbb070f97045a2c50b26462dc762bf90ee9b6383fab/hosts",
"LogPath": "/var/lib/docker/containers/bc7b4bfbbd0253ed88ebccbb070f97045a2c50b26462dc762bf90ee9b6383fab/bc7b4bfbbd0253ed88ebccbb070f97045a2c50b26462dc762bf90ee9b6383fab-json.log",
"Name": "/addons-112086",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"addons-112086:/var",
"/lib/modules:/lib/modules:ro"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {
"max-size": "100m"
}
},
"NetworkMode": "addons-112086",
"PortBindings": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
]
},
"RestartPolicy": {
"Name": "no",
"MaximumRetryCount": 0
},
"AutoRemove": false,
"VolumeDriver": "",
"VolumesFrom": null,
"ConsoleSize": [
0,
0
],
"CapAdd": null,
"CapDrop": null,
"CgroupnsMode": "host",
"Dns": [],
"DnsOptions": [],
"DnsSearch": [],
"ExtraHosts": null,
"GroupAdd": null,
"IpcMode": "private",
"Cgroup": "",
"Links": null,
"OomScoreAdj": 0,
"PidMode": "",
"Privileged": true,
"PublishAllPorts": false,
"ReadonlyRootfs": false,
"SecurityOpt": [
"seccomp=unconfined",
"apparmor=unconfined",
"label=disable"
],
"Tmpfs": {
"/run": "",
"/tmp": ""
},
"UTSMode": "",
"UsernsMode": "",
"ShmSize": 67108864,
"Runtime": "runc",
"Isolation": "",
"CpuShares": 0,
"Memory": 4194304000,
"NanoCpus": 2000000000,
"CgroupParent": "",
"BlkioWeight": 0,
"BlkioWeightDevice": [],
"BlkioDeviceReadBps": [],
"BlkioDeviceWriteBps": [],
"BlkioDeviceReadIOps": [],
"BlkioDeviceWriteIOps": [],
"CpuPeriod": 0,
"CpuQuota": 0,
"CpuRealtimePeriod": 0,
"CpuRealtimeRuntime": 0,
"CpusetCpus": "",
"CpusetMems": "",
"Devices": [],
"DeviceCgroupRules": null,
"DeviceRequests": null,
"MemoryReservation": 0,
"MemorySwap": 8388608000,
"MemorySwappiness": null,
"OomKillDisable": false,
"PidsLimit": null,
"Ulimits": [],
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"MaskedPaths": null,
"ReadonlyPaths": null
},
"GraphDriver": {
"Data": {
"ID": "bc7b4bfbbd0253ed88ebccbb070f97045a2c50b26462dc762bf90ee9b6383fab",
"LowerDir": "/var/lib/docker/overlay2/e1ea587afd8819cdebcf6ce6ac28fa5bc8413615dd61a66fb36bbb4af0743f14-init/diff:/var/lib/docker/overlay2/d40b9e251fdf93fa4a01567612a683e81f2417c5f1530f7e43af4dd60d5edd00/diff",
"MergedDir": "/var/lib/docker/overlay2/e1ea587afd8819cdebcf6ce6ac28fa5bc8413615dd61a66fb36bbb4af0743f14/merged",
"UpperDir": "/var/lib/docker/overlay2/e1ea587afd8819cdebcf6ce6ac28fa5bc8413615dd61a66fb36bbb4af0743f14/diff",
"WorkDir": "/var/lib/docker/overlay2/e1ea587afd8819cdebcf6ce6ac28fa5bc8413615dd61a66fb36bbb4af0743f14/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "volume",
"Name": "addons-112086",
"Source": "/var/lib/docker/volumes/addons-112086/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
},
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
}
],
"Config": {
"Hostname": "addons-112086",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185",
"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-112086",
"name.minikube.sigs.k8s.io": "addons-112086",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "e8ecdd651593d22e9b9db2d08ce1de47266c76ebfc910054ca38a475e114dfb1",
"SandboxKey": "/var/run/docker/netns/e8ecdd651593",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32768"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32769"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32772"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32770"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32771"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-112086": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "42:ae:d7:36:f5:96",
"DriverOpts": null,
"GwPriority": 0,
"NetworkID": "4f5979090954103750ff6ec62af23e90683df8c1ef10d2e2d8d4d2e7566405cd",
"EndpointID": "2538284c693e30b3a4c7e1b661bf445f60ee3387320801d4f45f24abe5261b10",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-112086",
"bc7b4bfbbd02"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-amd64 status --format={{.Host}} -p addons-112086 -n addons-112086
helpers_test.go:244: <<< TestAddons/parallel/Ingress FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======> post-mortem[TestAddons/parallel/Ingress]: minikube logs <======
helpers_test.go:247: (dbg) Run: out/minikube-linux-amd64 -p addons-112086 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-112086 logs -n 25: (1.248437999s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| start | --download-only -p | download-docker-232341 | jenkins | v1.35.0 | 29 Mar 25 16:17 UTC | |
| | download-docker-232341 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-232341 | download-docker-232341 | jenkins | v1.35.0 | 29 Mar 25 16:17 UTC | 29 Mar 25 16:17 UTC |
| start | --download-only -p | binary-mirror-273643 | jenkins | v1.35.0 | 29 Mar 25 16:17 UTC | |
| | binary-mirror-273643 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:37821 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-273643 | binary-mirror-273643 | jenkins | v1.35.0 | 29 Mar 25 16:17 UTC | 29 Mar 25 16:17 UTC |
| addons | disable dashboard -p | addons-112086 | jenkins | v1.35.0 | 29 Mar 25 16:17 UTC | |
| | addons-112086 | | | | | |
| addons | enable dashboard -p | addons-112086 | jenkins | v1.35.0 | 29 Mar 25 16:17 UTC | |
| | addons-112086 | | | | | |
| start | -p addons-112086 --wait=true | addons-112086 | jenkins | v1.35.0 | 29 Mar 25 16:17 UTC | 29 Mar 25 16:20 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --addons=yakd --addons=volcano | | | | | |
| | --addons=amd-gpu-device-plugin | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| addons | addons-112086 addons disable | addons-112086 | jenkins | v1.35.0 | 29 Mar 25 16:20 UTC | 29 Mar 25 16:20 UTC |
| | volcano --alsologtostderr -v=1 | | | | | |
| addons | addons-112086 addons disable | addons-112086 | jenkins | v1.35.0 | 29 Mar 25 16:20 UTC | 29 Mar 25 16:20 UTC |
| | gcp-auth --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | enable headlamp | addons-112086 | jenkins | v1.35.0 | 29 Mar 25 16:20 UTC | 29 Mar 25 16:20 UTC |
| | -p addons-112086 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-112086 addons | addons-112086 | jenkins | v1.35.0 | 29 Mar 25 16:20 UTC | 29 Mar 25 16:20 UTC |
| | disable inspektor-gadget | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-112086 addons | addons-112086 | jenkins | v1.35.0 | 29 Mar 25 16:20 UTC | 29 Mar 25 16:20 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-112086 addons disable | addons-112086 | jenkins | v1.35.0 | 29 Mar 25 16:20 UTC | 29 Mar 25 16:21 UTC |
| | headlamp --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| ip | addons-112086 ip | addons-112086 | jenkins | v1.35.0 | 29 Mar 25 16:21 UTC | 29 Mar 25 16:21 UTC |
| addons | addons-112086 addons disable | addons-112086 | jenkins | v1.35.0 | 29 Mar 25 16:21 UTC | 29 Mar 25 16:21 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-112086 addons | addons-112086 | jenkins | v1.35.0 | 29 Mar 25 16:21 UTC | 29 Mar 25 16:21 UTC |
| | disable nvidia-device-plugin | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-112086 addons disable | addons-112086 | jenkins | v1.35.0 | 29 Mar 25 16:21 UTC | 29 Mar 25 16:21 UTC |
| | amd-gpu-device-plugin | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-112086 addons disable | addons-112086 | jenkins | v1.35.0 | 29 Mar 25 16:21 UTC | 29 Mar 25 16:21 UTC |
| | yakd --alsologtostderr -v=1 | | | | | |
| addons | addons-112086 addons | addons-112086 | jenkins | v1.35.0 | 29 Mar 25 16:21 UTC | 29 Mar 25 16:21 UTC |
| | disable cloud-spanner | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-112086 ssh cat | addons-112086 | jenkins | v1.35.0 | 29 Mar 25 16:21 UTC | 29 Mar 25 16:21 UTC |
| | /opt/local-path-provisioner/pvc-fd295a0c-849e-4361-b329-95d5ff24122e_default_test-pvc/file1 | | | | | |
| addons | addons-112086 addons disable | addons-112086 | jenkins | v1.35.0 | 29 Mar 25 16:21 UTC | 29 Mar 25 16:22 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-112086 ssh curl -s | addons-112086 | jenkins | v1.35.0 | 29 Mar 25 16:21 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| addons | addons-112086 addons | addons-112086 | jenkins | v1.35.0 | 29 Mar 25 16:21 UTC | 29 Mar 25 16:21 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-112086 addons | addons-112086 | jenkins | v1.35.0 | 29 Mar 25 16:21 UTC | 29 Mar 25 16:21 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-112086 ip | addons-112086 | jenkins | v1.35.0 | 29 Mar 25 16:23 UTC | 29 Mar 25 16:23 UTC |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2025/03/29 16:17:59
Running on machine: ubuntu-20-agent-2
Binary: Built with gc go1.24.0 for linux/amd64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0329 16:17:59.004795 24000 out.go:345] Setting OutFile to fd 1 ...
I0329 16:17:59.004909 24000 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0329 16:17:59.004916 24000 out.go:358] Setting ErrFile to fd 2...
I0329 16:17:59.004921 24000 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0329 16:17:59.005156 24000 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20470-15372/.minikube/bin
I0329 16:17:59.005861 24000 out.go:352] Setting JSON to false
I0329 16:17:59.006789 24000 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-2","uptime":3629,"bootTime":1743261450,"procs":172,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1078-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
I0329 16:17:59.006856 24000 start.go:139] virtualization: kvm guest
I0329 16:17:59.009224 24000 out.go:177] * [addons-112086] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
I0329 16:17:59.010806 24000 notify.go:220] Checking for updates...
I0329 16:17:59.010827 24000 out.go:177] - MINIKUBE_LOCATION=20470
I0329 16:17:59.012318 24000 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0329 16:17:59.014000 24000 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/20470-15372/kubeconfig
I0329 16:17:59.015753 24000 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/20470-15372/.minikube
I0329 16:17:59.017268 24000 out.go:177] - MINIKUBE_BIN=out/minikube-linux-amd64
I0329 16:17:59.018890 24000 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0329 16:17:59.020677 24000 driver.go:394] Setting default libvirt URI to qemu:///system
I0329 16:17:59.045775 24000 docker.go:123] docker version: linux-28.0.4:Docker Engine - Community
I0329 16:17:59.045879 24000 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0329 16:17:59.103387 24000 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ 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:24 OomKillDisable:true NGoroutines:44 SystemTime:2025-03-29 16:17:59.094013144 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1078-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647992832 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-2 Labels:[] ExperimentalBuild:false ServerVersion:28.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:753481ec61c7c8955a23d6ff7bc8e4daed455734 Expected:753481ec61c7c8955a23d6ff7bc8e4daed455734} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
I0329 16:17:59.103487 24000 docker.go:318] overlay module found
I0329 16:17:59.106448 24000 out.go:177] * Using the docker driver based on user configuration
I0329 16:17:59.108395 24000 start.go:297] selected driver: docker
I0329 16:17:59.108633 24000 start.go:901] validating driver "docker" against <nil>
I0329 16:17:59.108656 24000 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0329 16:17:59.109501 24000 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0329 16:17:59.163053 24000 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ 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:24 OomKillDisable:true NGoroutines:44 SystemTime:2025-03-29 16:17:59.154503261 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1078-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647992832 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-2 Labels:[] ExperimentalBuild:false ServerVersion:28.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:753481ec61c7c8955a23d6ff7bc8e4daed455734 Expected:753481ec61c7c8955a23d6ff7bc8e4daed455734} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
I0329 16:17:59.163207 24000 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0329 16:17:59.163371 24000 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]
I0329 16:17:59.165177 24000 out.go:177] * Using Docker driver with root privileges
I0329 16:17:59.166684 24000 cni.go:84] Creating CNI manager for ""
I0329 16:17:59.166748 24000 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0329 16:17:59.166759 24000 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0329 16:17:59.166826 24000 start.go:340] cluster config:
{Name:addons-112086 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:addons-112086 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0329 16:17:59.168440 24000 out.go:177] * Starting "addons-112086" primary control-plane node in "addons-112086" cluster
I0329 16:17:59.170070 24000 cache.go:121] Beginning downloading kic base image for docker with crio
I0329 16:17:59.171746 24000 out.go:177] * Pulling base image v0.0.46-1741860993-20523 ...
I0329 16:17:59.173316 24000 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime crio
I0329 16:17:59.173370 24000 image.go:81] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 in local docker daemon
I0329 16:17:59.173384 24000 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20470-15372/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-cri-o-overlay-amd64.tar.lz4
I0329 16:17:59.173393 24000 cache.go:56] Caching tarball of preloaded images
I0329 16:17:59.173532 24000 preload.go:172] Found /home/jenkins/minikube-integration/20470-15372/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-cri-o-overlay-amd64.tar.lz4 in cache, skipping download
I0329 16:17:59.173549 24000 cache.go:59] Finished verifying existence of preloaded tar for v1.32.2 on crio
I0329 16:17:59.173883 24000 profile.go:143] Saving config to /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/config.json ...
I0329 16:17:59.173912 24000 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/config.json: {Name:mk1032c7d322407f0e40ad0ed65b6966471d323b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0329 16:17:59.190803 24000 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 to local cache
I0329 16:17:59.190959 24000 image.go:65] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 in local cache directory
I0329 16:17:59.190977 24000 image.go:68] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 in local cache directory, skipping pull
I0329 16:17:59.190990 24000 image.go:137] gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 exists in cache, skipping pull
I0329 16:17:59.190998 24000 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 as a tarball
I0329 16:17:59.191007 24000 cache.go:163] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 from local cache
I0329 16:18:12.629091 24000 cache.go:165] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 from cached tarball
I0329 16:18:12.629131 24000 cache.go:230] Successfully downloaded all kic artifacts
I0329 16:18:12.629159 24000 start.go:360] acquireMachinesLock for addons-112086: {Name:mk7d08a56ddf8af68a98bf9ed3db201ee23df9e3 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0329 16:18:12.629277 24000 start.go:364] duration metric: took 101.131µs to acquireMachinesLock for "addons-112086"
I0329 16:18:12.629308 24000 start.go:93] Provisioning new machine with config: &{Name:addons-112086 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:addons-112086 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0329 16:18:12.629381 24000 start.go:125] createHost starting for "" (driver="docker")
I0329 16:18:12.631522 24000 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0329 16:18:12.631784 24000 start.go:159] libmachine.API.Create for "addons-112086" (driver="docker")
I0329 16:18:12.631820 24000 client.go:168] LocalClient.Create starting
I0329 16:18:12.631958 24000 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/20470-15372/.minikube/certs/ca.pem
I0329 16:18:12.726770 24000 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/20470-15372/.minikube/certs/cert.pem
I0329 16:18:13.066008 24000 cli_runner.go:164] Run: docker network inspect addons-112086 --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}}]}"
W0329 16:18:13.083906 24000 cli_runner.go:211] docker network inspect addons-112086 --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
I0329 16:18:13.083972 24000 network_create.go:284] running [docker network inspect addons-112086] to gather additional debugging logs...
I0329 16:18:13.083987 24000 cli_runner.go:164] Run: docker network inspect addons-112086
W0329 16:18:13.101828 24000 cli_runner.go:211] docker network inspect addons-112086 returned with exit code 1
I0329 16:18:13.101862 24000 network_create.go:287] error running [docker network inspect addons-112086]: docker network inspect addons-112086: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-112086 not found
I0329 16:18:13.101876 24000 network_create.go:289] output of [docker network inspect addons-112086]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-112086 not found
** /stderr **
I0329 16:18:13.101973 24000 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}}]}"
I0329 16:18:13.120403 24000 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:0xc001bb19f0}
I0329 16:18:13.120447 24000 network_create.go:124] attempt to create docker network addons-112086 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0329 16:18:13.120485 24000 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-112086 addons-112086
I0329 16:18:13.172272 24000 network_create.go:108] docker network addons-112086 192.168.49.0/24 created
I0329 16:18:13.172318 24000 kic.go:121] calculated static IP "192.168.49.2" for the "addons-112086" container
I0329 16:18:13.172392 24000 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0329 16:18:13.189900 24000 cli_runner.go:164] Run: docker volume create addons-112086 --label name.minikube.sigs.k8s.io=addons-112086 --label created_by.minikube.sigs.k8s.io=true
I0329 16:18:13.209700 24000 oci.go:103] Successfully created a docker volume addons-112086
I0329 16:18:13.209783 24000 cli_runner.go:164] Run: docker run --rm --name addons-112086-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-112086 --entrypoint /usr/bin/test -v addons-112086:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 -d /var/lib
I0329 16:18:20.353606 24000 cli_runner.go:217] Completed: docker run --rm --name addons-112086-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-112086 --entrypoint /usr/bin/test -v addons-112086:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 -d /var/lib: (7.143777158s)
I0329 16:18:20.353641 24000 oci.go:107] Successfully prepared a docker volume addons-112086
I0329 16:18:20.353671 24000 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime crio
I0329 16:18:20.353693 24000 kic.go:194] Starting extracting preloaded images to volume ...
I0329 16:18:20.353756 24000 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20470-15372/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-112086:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 -I lz4 -xf /preloaded.tar -C /extractDir
I0329 16:18:25.071583 24000 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20470-15372/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-112086:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 -I lz4 -xf /preloaded.tar -C /extractDir: (4.717778074s)
I0329 16:18:25.071616 24000 kic.go:203] duration metric: took 4.717920734s to extract preloaded images to volume ...
W0329 16:18:25.071727 24000 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0329 16:18:25.071811 24000 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0329 16:18:25.124406 24000 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-112086 --name addons-112086 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-112086 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-112086 --network addons-112086 --ip 192.168.49.2 --volume addons-112086:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185
I0329 16:18:25.453365 24000 cli_runner.go:164] Run: docker container inspect addons-112086 --format={{.State.Running}}
I0329 16:18:25.473449 24000 cli_runner.go:164] Run: docker container inspect addons-112086 --format={{.State.Status}}
I0329 16:18:25.492567 24000 cli_runner.go:164] Run: docker exec addons-112086 stat /var/lib/dpkg/alternatives/iptables
I0329 16:18:25.539280 24000 oci.go:144] the created container "addons-112086" has a running status.
I0329 16:18:25.539324 24000 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/20470-15372/.minikube/machines/addons-112086/id_rsa...
I0329 16:18:25.829687 24000 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/20470-15372/.minikube/machines/addons-112086/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0329 16:18:25.860607 24000 cli_runner.go:164] Run: docker container inspect addons-112086 --format={{.State.Status}}
I0329 16:18:25.879718 24000 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0329 16:18:25.879741 24000 kic_runner.go:114] Args: [docker exec --privileged addons-112086 chown docker:docker /home/docker/.ssh/authorized_keys]
I0329 16:18:25.924684 24000 cli_runner.go:164] Run: docker container inspect addons-112086 --format={{.State.Status}}
I0329 16:18:25.946768 24000 machine.go:93] provisionDockerMachine start ...
I0329 16:18:25.946887 24000 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112086
I0329 16:18:25.975662 24000 main.go:141] libmachine: Using SSH client type: native
I0329 16:18:25.975920 24000 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x836360] 0x839060 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0329 16:18:25.975936 24000 main.go:141] libmachine: About to run SSH command:
hostname
I0329 16:18:26.149002 24000 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-112086
I0329 16:18:26.149032 24000 ubuntu.go:169] provisioning hostname "addons-112086"
I0329 16:18:26.149101 24000 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112086
I0329 16:18:26.169027 24000 main.go:141] libmachine: Using SSH client type: native
I0329 16:18:26.169261 24000 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x836360] 0x839060 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0329 16:18:26.169277 24000 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-112086 && echo "addons-112086" | sudo tee /etc/hostname
I0329 16:18:26.318452 24000 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-112086
I0329 16:18:26.318530 24000 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112086
I0329 16:18:26.336952 24000 main.go:141] libmachine: Using SSH client type: native
I0329 16:18:26.337153 24000 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x836360] 0x839060 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0329 16:18:26.337186 24000 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-112086' /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-112086/g' /etc/hosts;
else
echo '127.0.1.1 addons-112086' | sudo tee -a /etc/hosts;
fi
fi
I0329 16:18:26.469778 24000 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0329 16:18:26.469808 24000 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/20470-15372/.minikube CaCertPath:/home/jenkins/minikube-integration/20470-15372/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/20470-15372/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/20470-15372/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/20470-15372/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/20470-15372/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/20470-15372/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/20470-15372/.minikube}
I0329 16:18:26.469830 24000 ubuntu.go:177] setting up certificates
I0329 16:18:26.469842 24000 provision.go:84] configureAuth start
I0329 16:18:26.469907 24000 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-112086
I0329 16:18:26.487100 24000 provision.go:143] copyHostCerts
I0329 16:18:26.487169 24000 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20470-15372/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/20470-15372/.minikube/ca.pem (1082 bytes)
I0329 16:18:26.487269 24000 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20470-15372/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/20470-15372/.minikube/cert.pem (1123 bytes)
I0329 16:18:26.487326 24000 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20470-15372/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/20470-15372/.minikube/key.pem (1679 bytes)
I0329 16:18:26.487374 24000 provision.go:117] generating server cert: /home/jenkins/minikube-integration/20470-15372/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/20470-15372/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/20470-15372/.minikube/certs/ca-key.pem org=jenkins.addons-112086 san=[127.0.0.1 192.168.49.2 addons-112086 localhost minikube]
I0329 16:18:26.891752 24000 provision.go:177] copyRemoteCerts
I0329 16:18:26.891810 24000 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0329 16:18:26.891840 24000 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112086
I0329 16:18:26.909806 24000 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20470-15372/.minikube/machines/addons-112086/id_rsa Username:docker}
I0329 16:18:27.010573 24000 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20470-15372/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I0329 16:18:27.035962 24000 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20470-15372/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0329 16:18:27.062109 24000 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20470-15372/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0329 16:18:27.084311 24000 provision.go:87] duration metric: took 614.457761ms to configureAuth
I0329 16:18:27.084339 24000 ubuntu.go:193] setting minikube options for container-runtime
I0329 16:18:27.084523 24000 config.go:182] Loaded profile config "addons-112086": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.2
I0329 16:18:27.084612 24000 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112086
I0329 16:18:27.103240 24000 main.go:141] libmachine: Using SSH client type: native
I0329 16:18:27.103444 24000 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x836360] 0x839060 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0329 16:18:27.103462 24000 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
I0329 16:18:27.331281 24000 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0329 16:18:27.331308 24000 machine.go:96] duration metric: took 1.384512968s to provisionDockerMachine
I0329 16:18:27.331324 24000 client.go:171] duration metric: took 14.699492385s to LocalClient.Create
I0329 16:18:27.331347 24000 start.go:167] duration metric: took 14.699565593s to libmachine.API.Create "addons-112086"
I0329 16:18:27.331364 24000 start.go:293] postStartSetup for "addons-112086" (driver="docker")
I0329 16:18:27.331378 24000 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]
I0329 16:18:27.331443 24000 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
I0329 16:18:27.331492 24000 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112086
I0329 16:18:27.350436 24000 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20470-15372/.minikube/machines/addons-112086/id_rsa Username:docker}
I0329 16:18:27.447308 24000 ssh_runner.go:195] Run: cat /etc/os-release
I0329 16:18:27.450664 24000 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0329 16:18:27.450706 24000 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0329 16:18:27.450716 24000 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0329 16:18:27.450722 24000 info.go:137] Remote host: Ubuntu 22.04.5 LTS
I0329 16:18:27.450746 24000 filesync.go:126] Scanning /home/jenkins/minikube-integration/20470-15372/.minikube/addons for local assets ...
I0329 16:18:27.450811 24000 filesync.go:126] Scanning /home/jenkins/minikube-integration/20470-15372/.minikube/files for local assets ...
I0329 16:18:27.450834 24000 start.go:296] duration metric: took 119.463068ms for postStartSetup
I0329 16:18:27.451113 24000 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-112086
I0329 16:18:27.468268 24000 profile.go:143] Saving config to /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/config.json ...
I0329 16:18:27.468522 24000 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0329 16:18:27.468577 24000 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112086
I0329 16:18:27.486611 24000 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20470-15372/.minikube/machines/addons-112086/id_rsa Username:docker}
I0329 16:18:27.578445 24000 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0329 16:18:27.583274 24000 start.go:128] duration metric: took 14.953876413s to createHost
I0329 16:18:27.583302 24000 start.go:83] releasing machines lock for "addons-112086", held for 14.954010621s
I0329 16:18:27.583374 24000 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-112086
I0329 16:18:27.600490 24000 ssh_runner.go:195] Run: cat /version.json
I0329 16:18:27.600532 24000 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112086
I0329 16:18:27.600574 24000 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0329 16:18:27.600631 24000 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112086
I0329 16:18:27.622576 24000 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20470-15372/.minikube/machines/addons-112086/id_rsa Username:docker}
I0329 16:18:27.623823 24000 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20470-15372/.minikube/machines/addons-112086/id_rsa Username:docker}
I0329 16:18:27.791209 24000 ssh_runner.go:195] Run: systemctl --version
I0329 16:18:27.796235 24000 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0329 16:18:27.936748 24000 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0329 16:18:27.941613 24000 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" ;
I0329 16:18:27.962000 24000 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0329 16:18:27.962092 24000 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" ;
I0329 16:18:27.992305 24000 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0329 16:18:27.992324 24000 start.go:498] detecting cgroup driver to use...
I0329 16:18:27.992355 24000 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0329 16:18:27.992394 24000 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0329 16:18:28.007245 24000 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0329 16:18:28.017507 24000 docker.go:217] disabling cri-docker service (if available) ...
I0329 16:18:28.017569 24000 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0329 16:18:28.030685 24000 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0329 16:18:28.045061 24000 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0329 16:18:28.113996 24000 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0329 16:18:28.194139 24000 docker.go:233] disabling docker service ...
I0329 16:18:28.194195 24000 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0329 16:18:28.214692 24000 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0329 16:18:28.226643 24000 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0329 16:18:28.314524 24000 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0329 16:18:28.404480 24000 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0329 16:18:28.415409 24000 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"
I0329 16:18:28.431105 24000 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
I0329 16:18:28.431160 24000 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"
I0329 16:18:28.441674 24000 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0329 16:18:28.441729 24000 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0329 16:18:28.452124 24000 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0329 16:18:28.462809 24000 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0329 16:18:28.473424 24000 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0329 16:18:28.483147 24000 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"
I0329 16:18:28.492121 24000 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"
I0329 16:18:28.507691 24000 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"
I0329 16:18:28.518347 24000 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0329 16:18:28.527604 24000 crio.go:166] couldn't verify netfilter by "sudo sysctl net.bridge.bridge-nf-call-iptables" which might be okay. error: sudo sysctl net.bridge.bridge-nf-call-iptables: Process exited with status 255
stdout:
stderr:
sysctl: cannot stat /proc/sys/net/bridge/bridge-nf-call-iptables: No such file or directory
I0329 16:18:28.527657 24000 ssh_runner.go:195] Run: sudo modprobe br_netfilter
I0329 16:18:28.542509 24000 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0329 16:18:28.551878 24000 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0329 16:18:28.625472 24000 ssh_runner.go:195] Run: sudo systemctl restart crio
I0329 16:18:28.722243 24000 start.go:545] Will wait 60s for socket path /var/run/crio/crio.sock
I0329 16:18:28.722318 24000 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0329 16:18:28.726304 24000 start.go:566] Will wait 60s for crictl version
I0329 16:18:28.726363 24000 ssh_runner.go:195] Run: which crictl
I0329 16:18:28.729770 24000 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0329 16:18:28.763856 24000 start.go:582] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0329 16:18:28.763962 24000 ssh_runner.go:195] Run: crio --version
I0329 16:18:28.800756 24000 ssh_runner.go:195] Run: crio --version
I0329 16:18:28.839119 24000 out.go:177] * Preparing Kubernetes v1.32.2 on CRI-O 1.24.6 ...
I0329 16:18:28.840707 24000 cli_runner.go:164] Run: docker network inspect addons-112086 --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}}]}"
I0329 16:18:28.858661 24000 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0329 16:18:28.862507 24000 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""
I0329 16:18:28.873945 24000 kubeadm.go:883] updating cluster {Name:addons-112086 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:addons-112086 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0329 16:18:28.874100 24000 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime crio
I0329 16:18:28.874157 24000 ssh_runner.go:195] Run: sudo crictl images --output json
I0329 16:18:28.939233 24000 crio.go:514] all images are preloaded for cri-o runtime.
I0329 16:18:28.939268 24000 crio.go:433] Images already preloaded, skipping extraction
I0329 16:18:28.939317 24000 ssh_runner.go:195] Run: sudo crictl images --output json
I0329 16:18:28.973081 24000 crio.go:514] all images are preloaded for cri-o runtime.
I0329 16:18:28.973102 24000 cache_images.go:84] Images are preloaded, skipping loading
I0329 16:18:28.973110 24000 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.32.2 crio true true} ...
I0329 16:18:28.973189 24000 kubeadm.go:946] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.32.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-112086 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.32.2 ClusterName:addons-112086 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:}
I0329 16:18:28.973246 24000 ssh_runner.go:195] Run: crio config
I0329 16:18:29.016025 24000 cni.go:84] Creating CNI manager for ""
I0329 16:18:29.016048 24000 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0329 16:18:29.016062 24000 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0329 16:18:29.016085 24000 kubeadm.go:189] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.32.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-112086 NodeName:addons-112086 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}
I0329 16:18:29.016193 24000 kubeadm.go:195] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta4
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.49.2
bindPort: 8443
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
ttl: 24h0m0s
usages:
- signing
- authentication
nodeRegistration:
criSocket: unix:///var/run/crio/crio.sock
name: "addons-112086"
kubeletExtraArgs:
- name: "node-ip"
value: "192.168.49.2"
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta4
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
extraArgs:
- name: "enable-admission-plugins"
value: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
- name: "allocate-node-cidrs"
value: "true"
- name: "leader-elect"
value: "false"
scheduler:
extraArgs:
- name: "leader-elect"
value: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
etcd:
local:
dataDir: /var/lib/minikube/etcd
extraArgs:
- name: "proxy-refresh-interval"
value: "70000"
kubernetesVersion: v1.32.2
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%"
nodefs.inodesFree: "0%"
imagefs.available: "0%"
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: "10.244.0.0/16"
metricsBindAddress: 0.0.0.0:10249
conntrack:
maxPerCore: 0
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
tcpEstablishedTimeout: 0s
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
tcpCloseWaitTimeout: 0s
I0329 16:18:29.016250 24000 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.32.2
I0329 16:18:29.024898 24000 binaries.go:44] Found k8s binaries, skipping transfer
I0329 16:18:29.024971 24000 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0329 16:18:29.033627 24000 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0329 16:18:29.051327 24000 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0329 16:18:29.068265 24000 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2287 bytes)
I0329 16:18:29.084767 24000 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0329 16:18:29.088082 24000 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""
I0329 16:18:29.099051 24000 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0329 16:18:29.172861 24000 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0329 16:18:29.186094 24000 certs.go:68] Setting up /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086 for IP: 192.168.49.2
I0329 16:18:29.186119 24000 certs.go:194] generating shared ca certs ...
I0329 16:18:29.186143 24000 certs.go:226] acquiring lock for ca certs: {Name:mk2be610debf12e3a5a4636997a6281fe6443803 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0329 16:18:29.186260 24000 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/20470-15372/.minikube/ca.key
I0329 16:18:29.897059 24000 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20470-15372/.minikube/ca.crt ...
I0329 16:18:29.897093 24000 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20470-15372/.minikube/ca.crt: {Name:mk10bef25b3a91fae8b50bd6183c6338e6b1f5e6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0329 16:18:29.897286 24000 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20470-15372/.minikube/ca.key ...
I0329 16:18:29.897302 24000 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20470-15372/.minikube/ca.key: {Name:mkbe6f57c4c7f0dc2ca22f901f95e75cc023880a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0329 16:18:29.897427 24000 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/20470-15372/.minikube/proxy-client-ca.key
I0329 16:18:30.096816 24000 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20470-15372/.minikube/proxy-client-ca.crt ...
I0329 16:18:30.096853 24000 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20470-15372/.minikube/proxy-client-ca.crt: {Name:mk635d37f76e52e06490d7a23258c7a7e819896b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0329 16:18:30.097046 24000 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20470-15372/.minikube/proxy-client-ca.key ...
I0329 16:18:30.097061 24000 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20470-15372/.minikube/proxy-client-ca.key: {Name:mkcd0d24ebba54a96d055c82de4bfd5d56db5535 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0329 16:18:30.097166 24000 certs.go:256] generating profile certs ...
I0329 16:18:30.097235 24000 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/client.key
I0329 16:18:30.097264 24000 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/client.crt with IP's: []
I0329 16:18:30.567230 24000 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/client.crt ...
I0329 16:18:30.567271 24000 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/client.crt: {Name:mk236e6cfa65929bcc6c5bee2dfec5426e32e6ce Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0329 16:18:30.567457 24000 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/client.key ...
I0329 16:18:30.567472 24000 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/client.key: {Name:mk512d8cf865b313422e7481b3a4c52262470754 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0329 16:18:30.567565 24000 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/apiserver.key.96877c05
I0329 16:18:30.567589 24000 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/apiserver.crt.96877c05 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0329 16:18:30.864491 24000 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/apiserver.crt.96877c05 ...
I0329 16:18:30.864527 24000 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/apiserver.crt.96877c05: {Name:mkd91f4b7c8df9352ecad4c53adfb3939d8b3092 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0329 16:18:30.864698 24000 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/apiserver.key.96877c05 ...
I0329 16:18:30.864712 24000 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/apiserver.key.96877c05: {Name:mke3434d65d4cc89023a44617e07288770160bd0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0329 16:18:30.864781 24000 certs.go:381] copying /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/apiserver.crt.96877c05 -> /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/apiserver.crt
I0329 16:18:30.864868 24000 certs.go:385] copying /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/apiserver.key.96877c05 -> /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/apiserver.key
I0329 16:18:30.864935 24000 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/proxy-client.key
I0329 16:18:30.864952 24000 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/proxy-client.crt with IP's: []
I0329 16:18:30.985609 24000 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/proxy-client.crt ...
I0329 16:18:30.985642 24000 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/proxy-client.crt: {Name:mkb066d37ac28a21a122938dbca76e9bd5c4bc42 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0329 16:18:30.985811 24000 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/proxy-client.key ...
I0329 16:18:30.985823 24000 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/proxy-client.key: {Name:mke738c20486fc0ab041b73772a93fe0f5f82907 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0329 16:18:30.986002 24000 certs.go:484] found cert: /home/jenkins/minikube-integration/20470-15372/.minikube/certs/ca-key.pem (1675 bytes)
I0329 16:18:30.986040 24000 certs.go:484] found cert: /home/jenkins/minikube-integration/20470-15372/.minikube/certs/ca.pem (1082 bytes)
I0329 16:18:30.986060 24000 certs.go:484] found cert: /home/jenkins/minikube-integration/20470-15372/.minikube/certs/cert.pem (1123 bytes)
I0329 16:18:30.986079 24000 certs.go:484] found cert: /home/jenkins/minikube-integration/20470-15372/.minikube/certs/key.pem (1679 bytes)
I0329 16:18:30.986671 24000 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20470-15372/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0329 16:18:31.011624 24000 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20470-15372/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0329 16:18:31.034511 24000 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20470-15372/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0329 16:18:31.059286 24000 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20470-15372/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0329 16:18:31.084593 24000 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0329 16:18:31.107749 24000 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0329 16:18:31.132441 24000 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0329 16:18:31.157586 24000 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20470-15372/.minikube/profiles/addons-112086/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0329 16:18:31.180828 24000 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20470-15372/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0329 16:18:31.204965 24000 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0329 16:18:31.223418 24000 ssh_runner.go:195] Run: openssl version
I0329 16:18:31.229345 24000 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"
I0329 16:18:31.239950 24000 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0329 16:18:31.243855 24000 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Mar 29 16:18 /usr/share/ca-certificates/minikubeCA.pem
I0329 16:18:31.243906 24000 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0329 16:18:31.250437 24000 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"
I0329 16:18:31.259352 24000 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0329 16:18:31.262600 24000 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
I0329 16:18:31.262652 24000 kubeadm.go:392] StartCluster: {Name:addons-112086 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:addons-112086 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0329 16:18:31.262711 24000 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0329 16:18:31.262748 24000 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0329 16:18:31.298289 24000 cri.go:89] found id: ""
I0329 16:18:31.298356 24000 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0329 16:18:31.307540 24000 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0329 16:18:31.317688 24000 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0329 16:18:31.317744 24000 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
I0329 16:18:31.326455 24000 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
I0329 16:18:31.326474 24000 kubeadm.go:157] found existing configuration files:
I0329 16:18:31.326519 24000 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0329 16:18:31.334726 24000 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
I0329 16:18:31.334783 24000 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0329 16:18:31.342527 24000 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0329 16:18:31.350369 24000 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
I0329 16:18:31.350422 24000 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0329 16:18:31.358226 24000 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0329 16:18:31.367072 24000 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
I0329 16:18:31.367126 24000 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0329 16:18:31.375762 24000 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0329 16:18:31.384903 24000 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
I0329 16:18:31.384964 24000 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0329 16:18:31.395124 24000 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.32.2:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I0329 16:18:31.435126 24000 kubeadm.go:310] [init] Using Kubernetes version: v1.32.2
I0329 16:18:31.435190 24000 kubeadm.go:310] [preflight] Running pre-flight checks
I0329 16:18:31.453676 24000 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I0329 16:18:31.453743 24000 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1078-gcp[0m
I0329 16:18:31.453802 24000 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I0329 16:18:31.453897 24000 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0329 16:18:31.453993 24000 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0329 16:18:31.454065 24000 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0329 16:18:31.454128 24000 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0329 16:18:31.454208 24000 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0329 16:18:31.454295 24000 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0329 16:18:31.454362 24000 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0329 16:18:31.454433 24000 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0329 16:18:31.454592 24000 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0329 16:18:31.507277 24000 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0329 16:18:31.507444 24000 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0329 16:18:31.507599 24000 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I0329 16:18:31.514462 24000 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0329 16:18:31.518521 24000 out.go:235] - Generating certificates and keys ...
I0329 16:18:31.518643 24000 kubeadm.go:310] [certs] Using existing ca certificate authority
I0329 16:18:31.518730 24000 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0329 16:18:31.569818 24000 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0329 16:18:31.811030 24000 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0329 16:18:32.414403 24000 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0329 16:18:32.581229 24000 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0329 16:18:32.771283 24000 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0329 16:18:32.771408 24000 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-112086 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0329 16:18:33.072069 24000 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0329 16:18:33.072236 24000 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-112086 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0329 16:18:33.133629 24000 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0329 16:18:33.211243 24000 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0329 16:18:33.335883 24000 kubeadm.go:310] [certs] Generating "sa" key and public key
I0329 16:18:33.335970 24000 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0329 16:18:33.412888 24000 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0329 16:18:33.531919 24000 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0329 16:18:33.856027 24000 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0329 16:18:33.931692 24000 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0329 16:18:34.071019 24000 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0329 16:18:34.071462 24000 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0329 16:18:34.073802 24000 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0329 16:18:34.075703 24000 out.go:235] - Booting up control plane ...
I0329 16:18:34.075870 24000 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0329 16:18:34.075987 24000 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0329 16:18:34.076088 24000 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0329 16:18:34.084249 24000 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0329 16:18:34.089826 24000 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0329 16:18:34.089902 24000 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0329 16:18:34.172926 24000 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0329 16:18:34.173103 24000 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I0329 16:18:35.174700 24000 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.001968603s
I0329 16:18:35.174823 24000 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0329 16:18:39.676867 24000 kubeadm.go:310] [api-check] The API server is healthy after 4.502125319s
I0329 16:18:39.689227 24000 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0329 16:18:39.702078 24000 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0329 16:18:39.725432 24000 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0329 16:18:39.725675 24000 kubeadm.go:310] [mark-control-plane] Marking the node addons-112086 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0329 16:18:39.734308 24000 kubeadm.go:310] [bootstrap-token] Using token: brcjj4.9s6wzccorhlujx1m
I0329 16:18:39.736119 24000 out.go:235] - Configuring RBAC rules ...
I0329 16:18:39.736308 24000 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0329 16:18:39.741143 24000 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0329 16:18:39.749036 24000 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
I0329 16:18:39.754415 24000 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0329 16:18:39.760449 24000 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0329 16:18:39.764019 24000 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0329 16:18:40.084563 24000 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0329 16:18:40.502482 24000 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0329 16:18:41.083523 24000 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0329 16:18:41.084642 24000 kubeadm.go:310]
I0329 16:18:41.084756 24000 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0329 16:18:41.084778 24000 kubeadm.go:310]
I0329 16:18:41.084859 24000 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0329 16:18:41.084876 24000 kubeadm.go:310]
I0329 16:18:41.084918 24000 kubeadm.go:310] mkdir -p $HOME/.kube
I0329 16:18:41.085027 24000 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0329 16:18:41.085094 24000 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0329 16:18:41.085106 24000 kubeadm.go:310]
I0329 16:18:41.085180 24000 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0329 16:18:41.085204 24000 kubeadm.go:310]
I0329 16:18:41.085268 24000 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0329 16:18:41.085279 24000 kubeadm.go:310]
I0329 16:18:41.085389 24000 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0329 16:18:41.085518 24000 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0329 16:18:41.085638 24000 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0329 16:18:41.085656 24000 kubeadm.go:310]
I0329 16:18:41.085792 24000 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0329 16:18:41.085894 24000 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0329 16:18:41.085905 24000 kubeadm.go:310]
I0329 16:18:41.086111 24000 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token brcjj4.9s6wzccorhlujx1m \
I0329 16:18:41.086317 24000 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:531a182f6b18c789dc5c2cb772c849df7bf958bfb9e4162561b9afdf52ca9002 \
I0329 16:18:41.086358 24000 kubeadm.go:310] --control-plane
I0329 16:18:41.086365 24000 kubeadm.go:310]
I0329 16:18:41.086483 24000 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0329 16:18:41.086538 24000 kubeadm.go:310]
I0329 16:18:41.086661 24000 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token brcjj4.9s6wzccorhlujx1m \
I0329 16:18:41.086815 24000 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:531a182f6b18c789dc5c2cb772c849df7bf958bfb9e4162561b9afdf52ca9002
I0329 16:18:41.088142 24000 kubeadm.go:310] [WARNING SystemVerification]: cgroups v1 support is in maintenance mode, please migrate to cgroups v2
I0329 16:18:41.088391 24000 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-1078-gcp\n", err: exit status 1
I0329 16:18:41.088500 24000 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0329 16:18:41.088514 24000 cni.go:84] Creating CNI manager for ""
I0329 16:18:41.088522 24000 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0329 16:18:41.090693 24000 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0329 16:18:41.092551 24000 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0329 16:18:41.097017 24000 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.32.2/kubectl ...
I0329 16:18:41.097039 24000 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
I0329 16:18:41.117587 24000 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0329 16:18:41.332181 24000 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0329 16:18:41.332262 24000 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0329 16:18:41.332301 24000 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-112086 minikube.k8s.io/updated_at=2025_03_29T16_18_41_0700 minikube.k8s.io/version=v1.35.0 minikube.k8s.io/commit=9e4fb25ec9c9ec7d3315da8ba61a31fdfa364d77 minikube.k8s.io/name=addons-112086 minikube.k8s.io/primary=true
I0329 16:18:41.530516 24000 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0329 16:18:41.530759 24000 ops.go:34] apiserver oom_adj: -16
I0329 16:18:42.031512 24000 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0329 16:18:42.531267 24000 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0329 16:18:43.031182 24000 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0329 16:18:43.531415 24000 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0329 16:18:44.031299 24000 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0329 16:18:44.531494 24000 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0329 16:18:45.030678 24000 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0329 16:18:45.115439 24000 kubeadm.go:1113] duration metric: took 3.783248885s to wait for elevateKubeSystemPrivileges
I0329 16:18:45.115476 24000 kubeadm.go:394] duration metric: took 13.852825861s to StartCluster
I0329 16:18:45.115498 24000 settings.go:142] acquiring lock: {Name:mk4d427bb5a7df6be4d0425075a1b53722a38a23 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0329 16:18:45.115634 24000 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/20470-15372/kubeconfig
I0329 16:18:45.115983 24000 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20470-15372/kubeconfig: {Name:mk8a2cccfdabf9096f266121bf315a38cad44968 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0329 16:18:45.116200 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0329 16:18:45.116211 24000 start.go:238] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0329 16:18:45.116316 24000 addons.go:511] enable addons start: toEnable=map[ambassador:false amd-gpu-device-plugin:true auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
I0329 16:18:45.116420 24000 config.go:182] Loaded profile config "addons-112086": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.2
I0329 16:18:45.116436 24000 addons.go:69] Setting yakd=true in profile "addons-112086"
I0329 16:18:45.116462 24000 addons.go:238] Setting addon yakd=true in "addons-112086"
I0329 16:18:45.116464 24000 addons.go:69] Setting default-storageclass=true in profile "addons-112086"
I0329 16:18:45.116480 24000 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-112086"
I0329 16:18:45.116485 24000 addons.go:69] Setting gcp-auth=true in profile "addons-112086"
I0329 16:18:45.116482 24000 addons.go:69] Setting storage-provisioner=true in profile "addons-112086"
I0329 16:18:45.116496 24000 addons.go:238] Setting addon amd-gpu-device-plugin=true in "addons-112086"
I0329 16:18:45.116509 24000 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-112086"
I0329 16:18:45.116510 24000 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-112086"
I0329 16:18:45.116515 24000 mustload.go:65] Loading cluster: addons-112086
I0329 16:18:45.116520 24000 addons.go:69] Setting metrics-server=true in profile "addons-112086"
I0329 16:18:45.116527 24000 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-112086"
I0329 16:18:45.116461 24000 addons.go:69] Setting inspektor-gadget=true in profile "addons-112086"
I0329 16:18:45.116532 24000 addons.go:238] Setting addon metrics-server=true in "addons-112086"
I0329 16:18:45.116530 24000 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-112086"
I0329 16:18:45.116547 24000 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-112086"
I0329 16:18:45.116554 24000 addons.go:238] Setting addon nvidia-device-plugin=true in "addons-112086"
I0329 16:18:45.116564 24000 host.go:66] Checking if "addons-112086" exists ...
I0329 16:18:45.116565 24000 host.go:66] Checking if "addons-112086" exists ...
I0329 16:18:45.116591 24000 addons.go:238] Setting addon csi-hostpath-driver=true in "addons-112086"
I0329 16:18:45.116616 24000 host.go:66] Checking if "addons-112086" exists ...
I0329 16:18:45.116714 24000 config.go:182] Loaded profile config "addons-112086": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.2
I0329 16:18:45.116861 24000 cli_runner.go:164] Run: docker container inspect addons-112086 --format={{.State.Status}}
I0329 16:18:45.116864 24000 cli_runner.go:164] Run: docker container inspect addons-112086 --format={{.State.Status}}
I0329 16:18:45.116923 24000 cli_runner.go:164] Run: docker container inspect addons-112086 --format={{.State.Status}}
I0329 16:18:45.116931 24000 cli_runner.go:164] Run: docker container inspect addons-112086 --format={{.State.Status}}
I0329 16:18:45.117012 24000 cli_runner.go:164] Run: docker container inspect addons-112086 --format={{.State.Status}}
I0329 16:18:45.117033 24000 cli_runner.go:164] Run: docker container inspect addons-112086 --format={{.State.Status}}
I0329 16:18:45.117244 24000 addons.go:69] Setting volumesnapshots=true in profile "addons-112086"
I0329 16:18:45.117269 24000 addons.go:238] Setting addon volumesnapshots=true in "addons-112086"
I0329 16:18:45.117313 24000 addons.go:69] Setting volcano=true in profile "addons-112086"
I0329 16:18:45.117316 24000 host.go:66] Checking if "addons-112086" exists ...
I0329 16:18:45.117331 24000 addons.go:238] Setting addon volcano=true in "addons-112086"
I0329 16:18:45.117359 24000 host.go:66] Checking if "addons-112086" exists ...
I0329 16:18:45.117809 24000 cli_runner.go:164] Run: docker container inspect addons-112086 --format={{.State.Status}}
I0329 16:18:45.117837 24000 cli_runner.go:164] Run: docker container inspect addons-112086 --format={{.State.Status}}
I0329 16:18:45.116510 24000 addons.go:238] Setting addon storage-provisioner=true in "addons-112086"
I0329 16:18:45.118379 24000 host.go:66] Checking if "addons-112086" exists ...
I0329 16:18:45.116471 24000 addons.go:69] Setting cloud-spanner=true in profile "addons-112086"
I0329 16:18:45.118559 24000 addons.go:238] Setting addon cloud-spanner=true in "addons-112086"
I0329 16:18:45.118670 24000 host.go:66] Checking if "addons-112086" exists ...
I0329 16:18:45.118984 24000 cli_runner.go:164] Run: docker container inspect addons-112086 --format={{.State.Status}}
I0329 16:18:45.116500 24000 host.go:66] Checking if "addons-112086" exists ...
I0329 16:18:45.119285 24000 cli_runner.go:164] Run: docker container inspect addons-112086 --format={{.State.Status}}
I0329 16:18:45.119380 24000 addons.go:69] Setting ingress=true in profile "addons-112086"
I0329 16:18:45.119402 24000 addons.go:238] Setting addon ingress=true in "addons-112086"
I0329 16:18:45.119408 24000 addons.go:69] Setting registry=true in profile "addons-112086"
I0329 16:18:45.119435 24000 addons.go:238] Setting addon registry=true in "addons-112086"
I0329 16:18:45.119443 24000 host.go:66] Checking if "addons-112086" exists ...
I0329 16:18:45.116540 24000 addons.go:238] Setting addon inspektor-gadget=true in "addons-112086"
I0329 16:18:45.119510 24000 host.go:66] Checking if "addons-112086" exists ...
I0329 16:18:45.119679 24000 addons.go:69] Setting ingress-dns=true in profile "addons-112086"
I0329 16:18:45.119701 24000 addons.go:238] Setting addon ingress-dns=true in "addons-112086"
I0329 16:18:45.119732 24000 host.go:66] Checking if "addons-112086" exists ...
I0329 16:18:45.119461 24000 host.go:66] Checking if "addons-112086" exists ...
I0329 16:18:45.116528 24000 host.go:66] Checking if "addons-112086" exists ...
I0329 16:18:45.120859 24000 cli_runner.go:164] Run: docker container inspect addons-112086 --format={{.State.Status}}
I0329 16:18:45.123449 24000 out.go:177] * Verifying Kubernetes components...
I0329 16:18:45.125455 24000 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0329 16:18:45.148545 24000 host.go:66] Checking if "addons-112086" exists ...
I0329 16:18:45.154564 24000 cli_runner.go:164] Run: docker container inspect addons-112086 --format={{.State.Status}}
I0329 16:18:45.154988 24000 cli_runner.go:164] Run: docker container inspect addons-112086 --format={{.State.Status}}
I0329 16:18:45.155155 24000 cli_runner.go:164] Run: docker container inspect addons-112086 --format={{.State.Status}}
I0329 16:18:45.155532 24000 cli_runner.go:164] Run: docker container inspect addons-112086 --format={{.State.Status}}
I0329 16:18:45.154571 24000 cli_runner.go:164] Run: docker container inspect addons-112086 --format={{.State.Status}}
I0329 16:18:45.163928 24000 addons.go:238] Setting addon default-storageclass=true in "addons-112086"
I0329 16:18:45.163987 24000 host.go:66] Checking if "addons-112086" exists ...
I0329 16:18:45.164501 24000 cli_runner.go:164] Run: docker container inspect addons-112086 --format={{.State.Status}}
W0329 16:18:45.164900 24000 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I0329 16:18:45.167840 24000 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
I0329 16:18:45.167845 24000 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.0
I0329 16:18:45.171002 24000 addons.go:435] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0329 16:18:45.171109 24000 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0329 16:18:45.171185 24000 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112086
I0329 16:18:45.171707 24000 addons.go:435] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0329 16:18:45.171725 24000 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0329 16:18:45.171773 24000 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112086
I0329 16:18:45.189980 24000 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0329 16:18:45.190075 24000 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0329 16:18:45.193566 24000 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0329 16:18:45.193597 24000 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0329 16:18:45.193673 24000 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112086
I0329 16:18:45.196181 24000 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0329 16:18:45.198245 24000 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0329 16:18:45.199851 24000 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0329 16:18:45.201682 24000 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0329 16:18:45.203483 24000 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0329 16:18:45.205124 24000 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0329 16:18:45.207471 24000 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0329 16:18:45.207470 24000 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0329 16:18:45.208597 24000 addons.go:238] Setting addon storage-provisioner-rancher=true in "addons-112086"
I0329 16:18:45.208647 24000 host.go:66] Checking if "addons-112086" exists ...
I0329 16:18:45.209109 24000 addons.go:435] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0329 16:18:45.209124 24000 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0329 16:18:45.209138 24000 cli_runner.go:164] Run: docker container inspect addons-112086 --format={{.State.Status}}
I0329 16:18:45.209171 24000 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112086
I0329 16:18:45.209683 24000 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0329 16:18:45.209702 24000 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0329 16:18:45.209753 24000 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112086
I0329 16:18:45.230986 24000 out.go:177] - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
I0329 16:18:45.231086 24000 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.3
I0329 16:18:45.232745 24000 addons.go:435] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I0329 16:18:45.232771 24000 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
I0329 16:18:45.232843 24000 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112086
I0329 16:18:45.234458 24000 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I0329 16:18:45.236285 24000 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I0329 16:18:45.237898 24000 addons.go:435] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0329 16:18:45.237943 24000 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0329 16:18:45.238017 24000 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112086
I0329 16:18:45.243541 24000 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0329 16:18:45.244919 24000 addons.go:435] installing /etc/kubernetes/addons/yakd-ns.yaml
I0329 16:18:45.244946 24000 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0329 16:18:45.245024 24000 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112086
I0329 16:18:45.251067 24000 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20470-15372/.minikube/machines/addons-112086/id_rsa Username:docker}
I0329 16:18:45.251097 24000 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
I0329 16:18:45.251113 24000 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0329 16:18:45.251188 24000 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112086
I0329 16:18:45.251077 24000 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20470-15372/.minikube/machines/addons-112086/id_rsa Username:docker}
I0329 16:18:45.252818 24000 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.30
I0329 16:18:45.252898 24000 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.8
I0329 16:18:45.252921 24000 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.37.0
I0329 16:18:45.254312 24000 addons.go:435] installing /etc/kubernetes/addons/deployment.yaml
I0329 16:18:45.254332 24000 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0329 16:18:45.254393 24000 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112086
I0329 16:18:45.256995 24000 addons.go:435] installing /etc/kubernetes/addons/ig-crd.yaml
I0329 16:18:45.257026 24000 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5248 bytes)
I0329 16:18:45.257034 24000 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0329 16:18:45.257090 24000 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112086
I0329 16:18:45.257295 24000 out.go:177] - Using image docker.io/registry:2.8.3
I0329 16:18:45.258795 24000 addons.go:435] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0329 16:18:45.258819 24000 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0329 16:18:45.258883 24000 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112086
I0329 16:18:45.259457 24000 addons.go:435] installing /etc/kubernetes/addons/registry-rc.yaml
I0329 16:18:45.259492 24000 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0329 16:18:45.259544 24000 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112086
I0329 16:18:45.270497 24000 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20470-15372/.minikube/machines/addons-112086/id_rsa Username:docker}
I0329 16:18:45.271564 24000 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0329 16:18:45.275812 24000 out.go:177] - Using image docker.io/busybox:stable
I0329 16:18:45.277572 24000 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0329 16:18:45.277599 24000 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0329 16:18:45.277654 24000 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112086
I0329 16:18:45.283318 24000 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20470-15372/.minikube/machines/addons-112086/id_rsa Username:docker}
I0329 16:18:45.290442 24000 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20470-15372/.minikube/machines/addons-112086/id_rsa Username:docker}
I0329 16:18:45.298035 24000 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20470-15372/.minikube/machines/addons-112086/id_rsa Username:docker}
I0329 16:18:45.298046 24000 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20470-15372/.minikube/machines/addons-112086/id_rsa Username:docker}
I0329 16:18:45.298816 24000 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20470-15372/.minikube/machines/addons-112086/id_rsa Username:docker}
I0329 16:18:45.302345 24000 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20470-15372/.minikube/machines/addons-112086/id_rsa Username:docker}
I0329 16:18:45.304248 24000 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20470-15372/.minikube/machines/addons-112086/id_rsa Username:docker}
I0329 16:18:45.305655 24000 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20470-15372/.minikube/machines/addons-112086/id_rsa Username:docker}
I0329 16:18:45.306603 24000 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20470-15372/.minikube/machines/addons-112086/id_rsa Username:docker}
I0329 16:18:45.306759 24000 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20470-15372/.minikube/machines/addons-112086/id_rsa Username:docker}
I0329 16:18:45.313512 24000 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20470-15372/.minikube/machines/addons-112086/id_rsa Username:docker}
I0329 16:18:45.337796 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0329 16:18:45.337947 24000 ssh_runner.go:195] Run: sudo systemctl start kubelet
W0329 16:18:45.339646 24000 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0329 16:18:45.339685 24000 retry.go:31] will retry after 323.644349ms: ssh: handshake failed: EOF
I0329 16:18:45.631262 24000 addons.go:435] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0329 16:18:45.631348 24000 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0329 16:18:45.717210 24000 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0329 16:18:45.815426 24000 addons.go:435] installing /etc/kubernetes/addons/yakd-sa.yaml
I0329 16:18:45.815480 24000 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0329 16:18:45.815831 24000 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0329 16:18:45.816654 24000 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0329 16:18:45.816680 24000 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0329 16:18:45.821016 24000 addons.go:435] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0329 16:18:45.821049 24000 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)
I0329 16:18:45.825215 24000 addons.go:435] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0329 16:18:45.825239 24000 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0329 16:18:45.914316 24000 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0329 16:18:45.915312 24000 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I0329 16:18:45.925761 24000 addons.go:435] installing /etc/kubernetes/addons/registry-svc.yaml
I0329 16:18:45.925856 24000 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0329 16:18:46.015059 24000 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0329 16:18:46.017076 24000 addons.go:435] installing /etc/kubernetes/addons/ig-deployment.yaml
I0329 16:18:46.017170 24000 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (14539 bytes)
I0329 16:18:46.023252 24000 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0329 16:18:46.023333 24000 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0329 16:18:46.029834 24000 addons.go:435] installing /etc/kubernetes/addons/yakd-crb.yaml
I0329 16:18:46.029955 24000 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0329 16:18:46.032085 24000 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0329 16:18:46.115429 24000 addons.go:435] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0329 16:18:46.115518 24000 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0329 16:18:46.130948 24000 addons.go:435] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0329 16:18:46.130992 24000 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0329 16:18:46.216118 24000 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0329 16:18:46.219188 24000 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0329 16:18:46.219282 24000 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0329 16:18:46.221549 24000 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0329 16:18:46.239482 24000 addons.go:435] installing /etc/kubernetes/addons/registry-proxy.yaml
I0329 16:18:46.239510 24000 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0329 16:18:46.314103 24000 addons.go:435] installing /etc/kubernetes/addons/yakd-svc.yaml
I0329 16:18:46.314192 24000 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0329 16:18:46.428512 24000 addons.go:435] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0329 16:18:46.428591 24000 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0329 16:18:46.515675 24000 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0329 16:18:46.622882 24000 addons.go:435] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0329 16:18:46.622981 24000 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0329 16:18:46.627107 24000 addons.go:435] installing /etc/kubernetes/addons/yakd-dp.yaml
I0329 16:18:46.627189 24000 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0329 16:18:46.715254 24000 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0329 16:18:46.720071 24000 addons.go:435] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0329 16:18:46.720161 24000 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0329 16:18:47.121553 24000 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I0329 16:18:47.132284 24000 addons.go:435] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0329 16:18:47.132367 24000 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0329 16:18:47.132645 24000 addons.go:435] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0329 16:18:47.132680 24000 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0329 16:18:47.217361 24000 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
I0329 16:18:47.435109 24000 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0329 16:18:47.435196 24000 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0329 16:18:47.724662 24000 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0329 16:18:47.819339 24000 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0329 16:18:47.819458 24000 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0329 16:18:47.826361 24000 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.48837005s)
I0329 16:18:47.827601 24000 node_ready.go:35] waiting up to 6m0s for node "addons-112086" to be "Ready" ...
I0329 16:18:47.828041 24000 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.490210246s)
I0329 16:18:47.828109 24000 start.go:974] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0329 16:18:47.828817 24000 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (2.111391703s)
I0329 16:18:48.026867 24000 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0329 16:18:48.026949 24000 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0329 16:18:48.338158 24000 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-112086" context rescaled to 1 replicas
I0329 16:18:48.516743 24000 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0329 16:18:48.516833 24000 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0329 16:18:48.822369 24000 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0329 16:18:48.822476 24000 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0329 16:18:49.115472 24000 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0329 16:18:49.619758 24000 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (3.803867622s)
I0329 16:18:49.921883 24000 node_ready.go:53] node "addons-112086" has status "Ready":"False"
I0329 16:18:50.237194 24000 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.32281714s)
I0329 16:18:50.237666 24000 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (4.222512179s)
I0329 16:18:50.237733 24000 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (4.205578965s)
I0329 16:18:50.237759 24000 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml: (4.322259977s)
W0329 16:18:50.423141 24000 out.go:270] ! Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error while marking storage class local-path as non-default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
I0329 16:18:52.220214 24000 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0329 16:18:52.220303 24000 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112086
I0329 16:18:52.250922 24000 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20470-15372/.minikube/machines/addons-112086/id_rsa Username:docker}
I0329 16:18:52.331090 24000 node_ready.go:53] node "addons-112086" has status "Ready":"False"
I0329 16:18:52.340447 24000 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (6.124226546s)
I0329 16:18:52.340484 24000 addons.go:479] Verifying addon ingress=true in "addons-112086"
I0329 16:18:52.340776 24000 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (6.119192701s)
I0329 16:18:52.340900 24000 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (5.825104434s)
I0329 16:18:52.340985 24000 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (5.625641973s)
I0329 16:18:52.341005 24000 addons.go:479] Verifying addon registry=true in "addons-112086"
I0329 16:18:52.341215 24000 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (5.219563963s)
I0329 16:18:52.341234 24000 addons.go:479] Verifying addon metrics-server=true in "addons-112086"
I0329 16:18:52.341297 24000 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (5.123800596s)
I0329 16:18:52.342121 24000 out.go:177] * Verifying ingress addon...
I0329 16:18:52.343078 24000 out.go:177] * Verifying registry addon...
I0329 16:18:52.343078 24000 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-112086 service yakd-dashboard -n yakd-dashboard
I0329 16:18:52.416245 24000 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0329 16:18:52.417404 24000 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0329 16:18:52.419983 24000 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0329 16:18:52.420011 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:18:52.420186 24000 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0329 16:18:52.420215 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:18:52.537756 24000 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0329 16:18:52.628311 24000 addons.go:238] Setting addon gcp-auth=true in "addons-112086"
I0329 16:18:52.628373 24000 host.go:66] Checking if "addons-112086" exists ...
I0329 16:18:52.628736 24000 cli_runner.go:164] Run: docker container inspect addons-112086 --format={{.State.Status}}
I0329 16:18:52.653360 24000 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0329 16:18:52.653438 24000 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112086
I0329 16:18:52.671898 24000 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/20470-15372/.minikube/machines/addons-112086/id_rsa Username:docker}
I0329 16:18:52.919497 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:18:53.020396 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:18:53.241061 24000 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (5.516292055s)
W0329 16:18:53.241119 24000 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0329 16:18:53.241145 24000 retry.go:31] will retry after 135.93467ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0329 16:18:53.378250 24000 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0329 16:18:53.421571 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:18:53.421823 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:18:53.926145 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:18:53.926307 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:18:54.022257 24000 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.368852872s)
I0329 16:18:54.022617 24000 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (4.90702034s)
I0329 16:18:54.022694 24000 addons.go:479] Verifying addon csi-hostpath-driver=true in "addons-112086"
I0329 16:18:54.024227 24000 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I0329 16:18:54.025325 24000 out.go:177] * Verifying csi-hostpath-driver addon...
I0329 16:18:54.027200 24000 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
I0329 16:18:54.028484 24000 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0329 16:18:54.028578 24000 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0329 16:18:54.028612 24000 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0329 16:18:54.031627 24000 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0329 16:18:54.031650 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:18:54.053564 24000 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0329 16:18:54.053594 24000 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0329 16:18:54.125356 24000 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0329 16:18:54.125379 24000 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0329 16:18:54.148340 24000 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0329 16:18:54.331285 24000 node_ready.go:53] node "addons-112086" has status "Ready":"False"
I0329 16:18:54.421226 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:18:54.421613 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:18:54.531376 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:18:54.622507 24000 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (1.244198111s)
I0329 16:18:54.775657 24000 addons.go:479] Verifying addon gcp-auth=true in "addons-112086"
I0329 16:18:54.777267 24000 out.go:177] * Verifying gcp-auth addon...
I0329 16:18:54.779424 24000 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0329 16:18:54.818231 24000 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0329 16:18:54.818257 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:18:54.920498 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:18:54.920772 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:18:55.032010 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:18:55.282878 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:18:55.419089 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:18:55.419701 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:18:55.531760 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:18:55.782893 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:18:55.918761 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:18:55.920369 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:18:56.032208 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:18:56.282901 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:18:56.419039 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:18:56.419771 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:18:56.531059 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:18:56.783163 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:18:56.830717 24000 node_ready.go:53] node "addons-112086" has status "Ready":"False"
I0329 16:18:56.919531 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:18:56.920030 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:18:57.031515 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:18:57.282348 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:18:57.419566 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:18:57.419816 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:18:57.531888 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:18:57.782912 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:18:57.919404 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:18:57.919922 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:18:58.031509 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:18:58.282116 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:18:58.419718 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:18:58.420648 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:18:58.531179 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:18:58.782944 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:18:58.830893 24000 node_ready.go:53] node "addons-112086" has status "Ready":"False"
I0329 16:18:58.919973 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:18:58.920198 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:18:59.032287 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:18:59.283204 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:18:59.419544 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:18:59.420090 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:18:59.531976 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:18:59.782857 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:18:59.919263 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:18:59.919936 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:00.031804 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:00.282908 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:00.420001 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:00.420159 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:00.531751 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:00.782606 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:00.831118 24000 node_ready.go:53] node "addons-112086" has status "Ready":"False"
I0329 16:19:00.921058 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:00.921543 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:01.031901 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:01.282474 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:01.419516 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:01.420153 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:01.532337 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:01.783188 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:01.919791 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:01.920363 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:02.032086 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:02.282713 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:02.418967 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:02.419816 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:02.531317 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:02.782142 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:02.919960 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:02.920207 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:03.032029 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:03.283075 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:03.330275 24000 node_ready.go:53] node "addons-112086" has status "Ready":"False"
I0329 16:19:03.420155 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:03.420213 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:03.531891 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:03.782842 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:03.920954 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:03.921316 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:04.032475 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:04.282661 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:04.419962 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:04.420128 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:04.531849 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:04.782448 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:04.919915 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:04.920892 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:05.031559 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:05.284029 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:05.416542 24000 node_ready.go:49] node "addons-112086" has status "Ready":"True"
I0329 16:19:05.416568 24000 node_ready.go:38] duration metric: took 17.588882597s for node "addons-112086" to be "Ready" ...
I0329 16:19:05.416581 24000 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" ...
I0329 16:19:05.419051 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:05.422919 24000 pod_ready.go:79] waiting up to 6m0s for pod "amd-gpu-device-plugin-zx6km" in "kube-system" namespace to be "Ready" ...
I0329 16:19:05.423334 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:05.534504 24000 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0329 16:19:05.534532 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:05.816324 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:05.920549 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:05.921835 24000 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0329 16:19:05.921873 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:06.032809 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:06.282216 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:06.420551 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:06.420857 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:06.532613 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:06.782741 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:06.920085 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:06.920342 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:07.031668 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:07.282968 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:07.419980 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:07.420045 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:07.427660 24000 pod_ready.go:103] pod "amd-gpu-device-plugin-zx6km" in "kube-system" namespace has status "Ready":"False"
I0329 16:19:07.531739 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:07.782320 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:07.919158 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:07.919664 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:08.032809 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:08.282859 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:08.420817 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:08.420983 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:08.532847 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:08.816842 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:08.920106 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:08.921459 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:09.033127 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:09.315272 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:09.421947 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:09.422206 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:09.428414 24000 pod_ready.go:103] pod "amd-gpu-device-plugin-zx6km" in "kube-system" namespace has status "Ready":"False"
I0329 16:19:09.531376 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:09.816159 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:09.919478 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:09.919870 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:10.035791 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:10.282970 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:10.420455 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:10.420624 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:10.532306 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:10.783236 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:10.920014 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:10.920105 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:11.033341 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:11.283443 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:11.419391 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:11.419657 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:11.532107 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:11.782996 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:11.920779 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:11.920828 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:11.929712 24000 pod_ready.go:103] pod "amd-gpu-device-plugin-zx6km" in "kube-system" namespace has status "Ready":"False"
I0329 16:19:12.032084 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:12.315599 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:12.419923 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:12.420111 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:12.532796 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:12.783122 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:12.920399 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:12.920466 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:13.032044 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:13.316396 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:13.419626 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:13.420348 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:13.532258 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:13.782574 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:13.920525 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:13.920619 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:13.930464 24000 pod_ready.go:103] pod "amd-gpu-device-plugin-zx6km" in "kube-system" namespace has status "Ready":"False"
I0329 16:19:14.032629 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:14.316418 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:14.419485 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:14.420105 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:14.532069 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:14.783292 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:14.919413 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:14.921179 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:15.033161 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:15.283487 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:15.419547 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:15.420029 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:15.531891 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:15.782762 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:15.920311 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:15.920322 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:16.032057 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:16.283207 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:16.419870 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:16.422172 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:16.428096 24000 pod_ready.go:103] pod "amd-gpu-device-plugin-zx6km" in "kube-system" namespace has status "Ready":"False"
I0329 16:19:16.531894 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:16.782465 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:16.919458 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:16.920016 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:17.031354 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:17.314506 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:17.419922 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:17.420020 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:17.532237 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:17.814681 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:17.920259 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:17.920802 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:18.032564 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:18.282422 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:18.419156 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:18.420927 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:18.428954 24000 pod_ready.go:103] pod "amd-gpu-device-plugin-zx6km" in "kube-system" namespace has status "Ready":"False"
I0329 16:19:18.531831 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:18.782599 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:18.919670 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:18.920012 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:19.032240 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:19.283179 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:19.420205 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:19.420330 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:19.532073 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:19.783701 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:19.919741 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:19.920221 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:20.032259 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:20.315291 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:20.420398 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:20.420441 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:20.531762 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:20.816642 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:20.919826 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:20.920189 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:20.928817 24000 pod_ready.go:103] pod "amd-gpu-device-plugin-zx6km" in "kube-system" namespace has status "Ready":"False"
I0329 16:19:21.031842 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:21.282823 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:21.420110 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:21.420349 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:21.531559 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:21.782471 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:21.919263 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:21.919757 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:22.032746 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:22.282524 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:22.419996 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:22.420043 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:22.531729 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:22.782510 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:22.919650 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:22.919891 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:23.032065 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:23.282682 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:23.419699 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:23.420051 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:23.428101 24000 pod_ready.go:103] pod "amd-gpu-device-plugin-zx6km" in "kube-system" namespace has status "Ready":"False"
I0329 16:19:23.531954 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:23.782925 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:23.920155 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:23.920754 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:24.032032 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:24.282357 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:24.420091 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:24.420156 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:24.531892 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:24.816032 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:24.920142 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:24.920519 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:25.031885 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:25.282693 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:25.420184 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:25.420497 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:25.428639 24000 pod_ready.go:103] pod "amd-gpu-device-plugin-zx6km" in "kube-system" namespace has status "Ready":"False"
I0329 16:19:25.531497 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:25.782468 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:25.919454 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:25.920063 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:26.032540 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:26.282670 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:26.420190 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:26.420454 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:26.532067 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:26.783580 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:26.920710 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:26.920822 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:27.031733 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:27.315118 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:27.420124 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:27.420707 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:27.532482 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:27.782247 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:27.919197 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:27.921010 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:27.928751 24000 pod_ready.go:103] pod "amd-gpu-device-plugin-zx6km" in "kube-system" namespace has status "Ready":"False"
I0329 16:19:28.031421 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:28.283443 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:28.419636 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:28.419720 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:28.531510 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:28.784375 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:28.919479 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:28.919799 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:29.032001 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:29.282835 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:29.420206 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:29.420248 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:29.532390 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:29.784760 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:29.920295 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:29.920411 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:30.031905 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:30.282377 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:30.419608 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:30.419928 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:30.429891 24000 pod_ready.go:103] pod "amd-gpu-device-plugin-zx6km" in "kube-system" namespace has status "Ready":"False"
I0329 16:19:30.532315 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:30.782261 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:30.920282 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:30.920381 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:31.031554 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:31.282774 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:31.419971 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:31.420037 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:31.532248 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:31.783615 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:31.920582 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:31.920799 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:32.034201 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:32.283057 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:32.420490 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:32.420521 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:32.532875 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:32.782890 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:32.920096 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:32.920203 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:32.928256 24000 pod_ready.go:103] pod "amd-gpu-device-plugin-zx6km" in "kube-system" namespace has status "Ready":"False"
I0329 16:19:33.032199 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:33.283392 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:33.419809 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:33.420233 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:33.531629 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:33.782129 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:33.920923 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:33.921230 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:34.032212 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:34.284336 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:34.419940 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:34.420049 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:34.531975 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:34.782524 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:34.920350 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:34.920469 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:34.929494 24000 pod_ready.go:103] pod "amd-gpu-device-plugin-zx6km" in "kube-system" namespace has status "Ready":"False"
I0329 16:19:35.032799 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:35.283583 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:35.419338 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:35.419916 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:35.532568 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:35.782266 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:35.920003 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:35.920422 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:36.031836 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:36.282835 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:36.420407 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:36.420438 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:36.531217 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:36.783154 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:36.920963 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:36.921060 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:37.032504 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:37.283257 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:37.419090 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:37.421564 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:37.428681 24000 pod_ready.go:103] pod "amd-gpu-device-plugin-zx6km" in "kube-system" namespace has status "Ready":"False"
I0329 16:19:37.531940 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:37.783185 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:37.920497 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:37.920580 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:37.930038 24000 pod_ready.go:93] pod "amd-gpu-device-plugin-zx6km" in "kube-system" namespace has status "Ready":"True"
I0329 16:19:37.930061 24000 pod_ready.go:82] duration metric: took 32.50710908s for pod "amd-gpu-device-plugin-zx6km" in "kube-system" namespace to be "Ready" ...
I0329 16:19:37.930072 24000 pod_ready.go:79] waiting up to 6m0s for pod "coredns-668d6bf9bc-7xm57" in "kube-system" namespace to be "Ready" ...
I0329 16:19:37.934631 24000 pod_ready.go:93] pod "coredns-668d6bf9bc-7xm57" in "kube-system" namespace has status "Ready":"True"
I0329 16:19:37.934656 24000 pod_ready.go:82] duration metric: took 4.577583ms for pod "coredns-668d6bf9bc-7xm57" in "kube-system" namespace to be "Ready" ...
I0329 16:19:37.934676 24000 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-112086" in "kube-system" namespace to be "Ready" ...
I0329 16:19:37.938932 24000 pod_ready.go:93] pod "etcd-addons-112086" in "kube-system" namespace has status "Ready":"True"
I0329 16:19:37.938958 24000 pod_ready.go:82] duration metric: took 4.276189ms for pod "etcd-addons-112086" in "kube-system" namespace to be "Ready" ...
I0329 16:19:37.938971 24000 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-112086" in "kube-system" namespace to be "Ready" ...
I0329 16:19:37.943414 24000 pod_ready.go:93] pod "kube-apiserver-addons-112086" in "kube-system" namespace has status "Ready":"True"
I0329 16:19:37.943437 24000 pod_ready.go:82] duration metric: took 4.460477ms for pod "kube-apiserver-addons-112086" in "kube-system" namespace to be "Ready" ...
I0329 16:19:37.943448 24000 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-112086" in "kube-system" namespace to be "Ready" ...
I0329 16:19:37.947814 24000 pod_ready.go:93] pod "kube-controller-manager-addons-112086" in "kube-system" namespace has status "Ready":"True"
I0329 16:19:37.947838 24000 pod_ready.go:82] duration metric: took 4.3831ms for pod "kube-controller-manager-addons-112086" in "kube-system" namespace to be "Ready" ...
I0329 16:19:37.947849 24000 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-m6bcj" in "kube-system" namespace to be "Ready" ...
I0329 16:19:38.031635 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:38.282884 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:38.326542 24000 pod_ready.go:93] pod "kube-proxy-m6bcj" in "kube-system" namespace has status "Ready":"True"
I0329 16:19:38.326566 24000 pod_ready.go:82] duration metric: took 378.710542ms for pod "kube-proxy-m6bcj" in "kube-system" namespace to be "Ready" ...
I0329 16:19:38.326576 24000 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-112086" in "kube-system" namespace to be "Ready" ...
I0329 16:19:38.419693 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:38.419702 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:38.531464 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:38.726951 24000 pod_ready.go:93] pod "kube-scheduler-addons-112086" in "kube-system" namespace has status "Ready":"True"
I0329 16:19:38.727001 24000 pod_ready.go:82] duration metric: took 400.417903ms for pod "kube-scheduler-addons-112086" in "kube-system" namespace to be "Ready" ...
I0329 16:19:38.727013 24000 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-7fbb699795-g2vl8" in "kube-system" namespace to be "Ready" ...
I0329 16:19:38.782549 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:38.920006 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:38.920141 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:39.032169 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:39.126876 24000 pod_ready.go:93] pod "metrics-server-7fbb699795-g2vl8" in "kube-system" namespace has status "Ready":"True"
I0329 16:19:39.126904 24000 pod_ready.go:82] duration metric: took 399.884757ms for pod "metrics-server-7fbb699795-g2vl8" in "kube-system" namespace to be "Ready" ...
I0329 16:19:39.126914 24000 pod_ready.go:79] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-ngxkm" in "kube-system" namespace to be "Ready" ...
I0329 16:19:39.282475 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:39.419849 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:39.420154 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:39.532587 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:39.782660 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:39.919484 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:39.920179 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:40.032140 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:40.282546 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:40.420009 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:40.516879 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:40.532027 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:40.816086 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:40.919971 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:40.920048 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:41.032006 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:41.135075 24000 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-ngxkm" in "kube-system" namespace has status "Ready":"False"
I0329 16:19:41.282789 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:41.420116 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:41.420792 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0329 16:19:41.532083 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:41.782731 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:41.920348 24000 kapi.go:107] duration metric: took 49.502941572s to wait for kubernetes.io/minikube-addons=registry ...
I0329 16:19:41.920459 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:42.032355 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:42.282820 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:42.419814 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:42.532246 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:42.783413 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:42.920673 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:43.032670 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:43.320277 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:43.419169 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:43.616073 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:43.634166 24000 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-ngxkm" in "kube-system" namespace has status "Ready":"False"
I0329 16:19:43.821598 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:43.920441 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:44.032056 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:44.323377 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:44.435238 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:44.532365 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:44.816452 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:44.923863 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:45.032864 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:45.314585 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:45.419807 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:45.531662 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:45.815764 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:45.919805 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:46.031346 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:46.133990 24000 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-ngxkm" in "kube-system" namespace has status "Ready":"False"
I0329 16:19:46.315570 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:46.419951 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:46.531806 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:46.815859 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:46.919984 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:47.031815 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:47.282475 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:47.419506 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:47.533588 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:47.782509 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:47.919264 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:48.031893 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:48.316547 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:48.419565 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:48.532295 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:48.637702 24000 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-ngxkm" in "kube-system" namespace has status "Ready":"False"
I0329 16:19:48.782665 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:48.919669 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:49.031988 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:49.282879 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:49.419808 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:49.531877 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:49.782232 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:49.919239 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:50.032022 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:50.282482 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:50.419436 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:50.532326 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:50.782772 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:50.919824 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:51.031793 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:51.133422 24000 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-ngxkm" in "kube-system" namespace has status "Ready":"False"
I0329 16:19:51.283158 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:51.419842 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:51.531435 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:51.782557 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:51.919466 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:52.032053 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:52.285085 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:52.420123 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:52.532068 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:52.783162 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:52.920073 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:53.032378 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:53.132411 24000 pod_ready.go:93] pod "nvidia-device-plugin-daemonset-ngxkm" in "kube-system" namespace has status "Ready":"True"
I0329 16:19:53.132442 24000 pod_ready.go:82] duration metric: took 14.005520273s for pod "nvidia-device-plugin-daemonset-ngxkm" in "kube-system" namespace to be "Ready" ...
I0329 16:19:53.132463 24000 pod_ready.go:39] duration metric: took 47.715862883s 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" ...
I0329 16:19:53.132484 24000 api_server.go:52] waiting for apiserver process to appear ...
I0329 16:19:53.132539 24000 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0329 16:19:53.132601 24000 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0329 16:19:53.171700 24000 cri.go:89] found id: "00e5bb7f0827bdb377144e032af73ea42d182543b66ea34165e44e6285eefbc0"
I0329 16:19:53.171736 24000 cri.go:89] found id: ""
I0329 16:19:53.171747 24000 logs.go:282] 1 containers: [00e5bb7f0827bdb377144e032af73ea42d182543b66ea34165e44e6285eefbc0]
I0329 16:19:53.171803 24000 ssh_runner.go:195] Run: which crictl
I0329 16:19:53.176326 24000 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0329 16:19:53.176406 24000 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0329 16:19:53.216771 24000 cri.go:89] found id: "3ccb8d1c95c0bcd81bd998f0560fafc2ad8b13911e65a053cd6d4499471b20bc"
I0329 16:19:53.216801 24000 cri.go:89] found id: ""
I0329 16:19:53.216812 24000 logs.go:282] 1 containers: [3ccb8d1c95c0bcd81bd998f0560fafc2ad8b13911e65a053cd6d4499471b20bc]
I0329 16:19:53.216867 24000 ssh_runner.go:195] Run: which crictl
I0329 16:19:53.221169 24000 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0329 16:19:53.221232 24000 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0329 16:19:53.261236 24000 cri.go:89] found id: "87820cd7580b293ea8ef37bbfc17476d850cabf961da63621da973d73b05a24b"
I0329 16:19:53.261271 24000 cri.go:89] found id: ""
I0329 16:19:53.261282 24000 logs.go:282] 1 containers: [87820cd7580b293ea8ef37bbfc17476d850cabf961da63621da973d73b05a24b]
I0329 16:19:53.261344 24000 ssh_runner.go:195] Run: which crictl
I0329 16:19:53.265143 24000 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0329 16:19:53.265222 24000 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0329 16:19:53.283237 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:53.300757 24000 cri.go:89] found id: "b279ee01574a989ebaf5528b4fc3649701753294460bd38da663c01b69c6ae04"
I0329 16:19:53.300782 24000 cri.go:89] found id: ""
I0329 16:19:53.300790 24000 logs.go:282] 1 containers: [b279ee01574a989ebaf5528b4fc3649701753294460bd38da663c01b69c6ae04]
I0329 16:19:53.300839 24000 ssh_runner.go:195] Run: which crictl
I0329 16:19:53.304641 24000 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0329 16:19:53.304710 24000 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0329 16:19:53.340197 24000 cri.go:89] found id: "26d87104bedeec4567645105ed363d6ea24404947ad013a431751aca3ed86735"
I0329 16:19:53.340224 24000 cri.go:89] found id: ""
I0329 16:19:53.340234 24000 logs.go:282] 1 containers: [26d87104bedeec4567645105ed363d6ea24404947ad013a431751aca3ed86735]
I0329 16:19:53.340281 24000 ssh_runner.go:195] Run: which crictl
I0329 16:19:53.343883 24000 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0329 16:19:53.343956 24000 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0329 16:19:53.381001 24000 cri.go:89] found id: "10ef5b8555e5d285d72f795900b4a98734eff574f076f91a66b6a1e3a7c0828c"
I0329 16:19:53.381028 24000 cri.go:89] found id: ""
I0329 16:19:53.381039 24000 logs.go:282] 1 containers: [10ef5b8555e5d285d72f795900b4a98734eff574f076f91a66b6a1e3a7c0828c]
I0329 16:19:53.381102 24000 ssh_runner.go:195] Run: which crictl
I0329 16:19:53.385199 24000 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0329 16:19:53.385277 24000 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0329 16:19:53.419599 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:53.421006 24000 cri.go:89] found id: "c030fb161fe5382305f142c33704c143e7a05d7f45312d23b4096a64a1eadbc2"
I0329 16:19:53.421030 24000 cri.go:89] found id: ""
I0329 16:19:53.421039 24000 logs.go:282] 1 containers: [c030fb161fe5382305f142c33704c143e7a05d7f45312d23b4096a64a1eadbc2]
I0329 16:19:53.421089 24000 ssh_runner.go:195] Run: which crictl
I0329 16:19:53.424682 24000 logs.go:123] Gathering logs for kube-proxy [26d87104bedeec4567645105ed363d6ea24404947ad013a431751aca3ed86735] ...
I0329 16:19:53.424740 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 26d87104bedeec4567645105ed363d6ea24404947ad013a431751aca3ed86735"
I0329 16:19:53.460984 24000 logs.go:123] Gathering logs for kube-controller-manager [10ef5b8555e5d285d72f795900b4a98734eff574f076f91a66b6a1e3a7c0828c] ...
I0329 16:19:53.461018 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 10ef5b8555e5d285d72f795900b4a98734eff574f076f91a66b6a1e3a7c0828c"
I0329 16:19:53.516487 24000 logs.go:123] Gathering logs for kindnet [c030fb161fe5382305f142c33704c143e7a05d7f45312d23b4096a64a1eadbc2] ...
I0329 16:19:53.516530 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c030fb161fe5382305f142c33704c143e7a05d7f45312d23b4096a64a1eadbc2"
I0329 16:19:53.531972 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:53.550934 24000 logs.go:123] Gathering logs for CRI-O ...
I0329 16:19:53.550961 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0329 16:19:53.628139 24000 logs.go:123] Gathering logs for kube-apiserver [00e5bb7f0827bdb377144e032af73ea42d182543b66ea34165e44e6285eefbc0] ...
I0329 16:19:53.628182 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 00e5bb7f0827bdb377144e032af73ea42d182543b66ea34165e44e6285eefbc0"
I0329 16:19:53.674739 24000 logs.go:123] Gathering logs for coredns [87820cd7580b293ea8ef37bbfc17476d850cabf961da63621da973d73b05a24b] ...
I0329 16:19:53.674780 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 87820cd7580b293ea8ef37bbfc17476d850cabf961da63621da973d73b05a24b"
I0329 16:19:53.711886 24000 logs.go:123] Gathering logs for kube-scheduler [b279ee01574a989ebaf5528b4fc3649701753294460bd38da663c01b69c6ae04] ...
I0329 16:19:53.711916 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b279ee01574a989ebaf5528b4fc3649701753294460bd38da663c01b69c6ae04"
I0329 16:19:53.755983 24000 logs.go:123] Gathering logs for container status ...
I0329 16:19:53.756020 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0329 16:19:53.782535 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:53.801488 24000 logs.go:123] Gathering logs for kubelet ...
I0329 16:19:53.801527 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0329 16:19:53.865288 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: W0329 16:19:05.293896 1659 reflector.go:569] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-112086" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-112086' and this object
W0329 16:19:53.865605 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: E0329 16:19:05.293958 1659 reflector.go:166] "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-112086\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-112086' and this object" logger="UnhandledError"
W0329 16:19:53.865813 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: W0329 16:19:05.294347 1659 reflector.go:569] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-112086" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-112086' and this object
W0329 16:19:53.866065 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: E0329 16:19:05.294384 1659 reflector.go:166] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-112086\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-112086' and this object" logger="UnhandledError"
W0329 16:19:53.866274 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: W0329 16:19:05.295863 1659 reflector.go:569] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-112086" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-112086' and this object
W0329 16:19:53.866531 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: E0329 16:19:05.295917 1659 reflector.go:166] "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-112086\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-112086' and this object" logger="UnhandledError"
W0329 16:19:53.866752 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: W0329 16:19:05.295859 1659 reflector.go:569] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-112086" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-112086' and this object
W0329 16:19:53.866985 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: E0329 16:19:05.295958 1659 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-112086\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-112086' and this object" logger="UnhandledError"
W0329 16:19:53.867176 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: W0329 16:19:05.298753 1659 reflector.go:569] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-112086" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-112086' and this object
W0329 16:19:53.867441 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: E0329 16:19:05.298960 1659 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-112086\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-112086' and this object" logger="UnhandledError"
I0329 16:19:53.900184 24000 logs.go:123] Gathering logs for dmesg ...
I0329 16:19:53.900224 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0329 16:19:53.915544 24000 logs.go:123] Gathering logs for describe nodes ...
I0329 16:19:53.915586 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0329 16:19:53.919697 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:54.023355 24000 logs.go:123] Gathering logs for etcd [3ccb8d1c95c0bcd81bd998f0560fafc2ad8b13911e65a053cd6d4499471b20bc] ...
I0329 16:19:54.023401 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3ccb8d1c95c0bcd81bd998f0560fafc2ad8b13911e65a053cd6d4499471b20bc"
I0329 16:19:54.031694 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:54.073068 24000 out.go:358] Setting ErrFile to fd 2...
I0329 16:19:54.073133 24000 out.go:392] TERM=,COLORTERM=, which probably does not support color
W0329 16:19:54.073245 24000 out.go:270] X Problems detected in kubelet:
W0329 16:19:54.073276 24000 out.go:270] Mar 29 16:19:05 addons-112086 kubelet[1659]: E0329 16:19:05.295917 1659 reflector.go:166] "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-112086\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-112086' and this object" logger="UnhandledError"
W0329 16:19:54.073290 24000 out.go:270] Mar 29 16:19:05 addons-112086 kubelet[1659]: W0329 16:19:05.295859 1659 reflector.go:569] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-112086" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-112086' and this object
W0329 16:19:54.073307 24000 out.go:270] Mar 29 16:19:05 addons-112086 kubelet[1659]: E0329 16:19:05.295958 1659 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-112086\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-112086' and this object" logger="UnhandledError"
W0329 16:19:54.073319 24000 out.go:270] Mar 29 16:19:05 addons-112086 kubelet[1659]: W0329 16:19:05.298753 1659 reflector.go:569] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-112086" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-112086' and this object
W0329 16:19:54.073478 24000 out.go:270] Mar 29 16:19:05 addons-112086 kubelet[1659]: E0329 16:19:05.298960 1659 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-112086\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-112086' and this object" logger="UnhandledError"
I0329 16:19:54.073499 24000 out.go:358] Setting ErrFile to fd 2...
I0329 16:19:54.073515 24000 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0329 16:19:54.282366 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:54.419345 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:54.532142 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:54.816783 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:54.920969 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:55.032043 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:55.283531 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:55.420225 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:55.532314 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:55.783279 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:55.918931 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:56.032703 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:56.282340 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:56.419114 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:56.531796 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:56.936978 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:56.937187 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:57.031935 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:57.282629 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:57.419327 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:57.532065 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:57.782765 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:57.919507 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:58.032809 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:58.283530 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:58.419551 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:58.532623 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:58.783266 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:58.919875 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:59.032155 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:59.283787 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:59.419636 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:19:59.531569 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:19:59.815793 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:19:59.920560 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:00.032748 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:20:00.283024 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:20:00.420572 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:00.532273 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:20:00.783030 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:20:00.920228 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:01.033693 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:20:01.282974 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:20:01.420629 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:01.532666 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:20:01.782730 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:20:01.919753 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:02.033236 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:20:02.283003 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:20:02.419851 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:02.531902 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:20:02.831230 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:20:02.919753 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:03.035101 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:20:03.315312 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:20:03.420355 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:03.532580 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:20:03.782657 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0329 16:20:03.920396 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:04.032756 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:20:04.073686 24000 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0329 16:20:04.114223 24000 api_server.go:72] duration metric: took 1m18.997977168s to wait for apiserver process to appear ...
I0329 16:20:04.114319 24000 api_server.go:88] waiting for apiserver healthz status ...
I0329 16:20:04.114390 24000 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0329 16:20:04.114607 24000 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0329 16:20:04.240529 24000 cri.go:89] found id: "00e5bb7f0827bdb377144e032af73ea42d182543b66ea34165e44e6285eefbc0"
I0329 16:20:04.240558 24000 cri.go:89] found id: ""
I0329 16:20:04.240573 24000 logs.go:282] 1 containers: [00e5bb7f0827bdb377144e032af73ea42d182543b66ea34165e44e6285eefbc0]
I0329 16:20:04.240639 24000 ssh_runner.go:195] Run: which crictl
I0329 16:20:04.314493 24000 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0329 16:20:04.314616 24000 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0329 16:20:04.317276 24000 kapi.go:107] duration metric: took 1m9.537848979s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0329 16:20:04.319879 24000 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-112086 cluster.
I0329 16:20:04.322041 24000 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.
I0329 16:20:04.323953 24000 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0329 16:20:04.419662 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:04.521591 24000 cri.go:89] found id: "3ccb8d1c95c0bcd81bd998f0560fafc2ad8b13911e65a053cd6d4499471b20bc"
I0329 16:20:04.521683 24000 cri.go:89] found id: ""
I0329 16:20:04.521707 24000 logs.go:282] 1 containers: [3ccb8d1c95c0bcd81bd998f0560fafc2ad8b13911e65a053cd6d4499471b20bc]
I0329 16:20:04.521808 24000 ssh_runner.go:195] Run: which crictl
I0329 16:20:04.528250 24000 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0329 16:20:04.528358 24000 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0329 16:20:04.533928 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:20:04.650729 24000 cri.go:89] found id: "87820cd7580b293ea8ef37bbfc17476d850cabf961da63621da973d73b05a24b"
I0329 16:20:04.650761 24000 cri.go:89] found id: ""
I0329 16:20:04.650772 24000 logs.go:282] 1 containers: [87820cd7580b293ea8ef37bbfc17476d850cabf961da63621da973d73b05a24b]
I0329 16:20:04.650833 24000 ssh_runner.go:195] Run: which crictl
I0329 16:20:04.655039 24000 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0329 16:20:04.655118 24000 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0329 16:20:04.732674 24000 cri.go:89] found id: "b279ee01574a989ebaf5528b4fc3649701753294460bd38da663c01b69c6ae04"
I0329 16:20:04.732699 24000 cri.go:89] found id: ""
I0329 16:20:04.732708 24000 logs.go:282] 1 containers: [b279ee01574a989ebaf5528b4fc3649701753294460bd38da663c01b69c6ae04]
I0329 16:20:04.732759 24000 ssh_runner.go:195] Run: which crictl
I0329 16:20:04.736681 24000 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0329 16:20:04.736762 24000 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0329 16:20:04.831237 24000 cri.go:89] found id: "26d87104bedeec4567645105ed363d6ea24404947ad013a431751aca3ed86735"
I0329 16:20:04.831265 24000 cri.go:89] found id: ""
I0329 16:20:04.831275 24000 logs.go:282] 1 containers: [26d87104bedeec4567645105ed363d6ea24404947ad013a431751aca3ed86735]
I0329 16:20:04.831321 24000 ssh_runner.go:195] Run: which crictl
I0329 16:20:04.836464 24000 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0329 16:20:04.836595 24000 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0329 16:20:04.920582 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:04.933598 24000 cri.go:89] found id: "10ef5b8555e5d285d72f795900b4a98734eff574f076f91a66b6a1e3a7c0828c"
I0329 16:20:04.933628 24000 cri.go:89] found id: ""
I0329 16:20:04.933638 24000 logs.go:282] 1 containers: [10ef5b8555e5d285d72f795900b4a98734eff574f076f91a66b6a1e3a7c0828c]
I0329 16:20:04.933718 24000 ssh_runner.go:195] Run: which crictl
I0329 16:20:04.937846 24000 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0329 16:20:04.938004 24000 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0329 16:20:05.033868 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:20:05.042202 24000 cri.go:89] found id: "c030fb161fe5382305f142c33704c143e7a05d7f45312d23b4096a64a1eadbc2"
I0329 16:20:05.042229 24000 cri.go:89] found id: ""
I0329 16:20:05.042238 24000 logs.go:282] 1 containers: [c030fb161fe5382305f142c33704c143e7a05d7f45312d23b4096a64a1eadbc2]
I0329 16:20:05.042299 24000 ssh_runner.go:195] Run: which crictl
I0329 16:20:05.048335 24000 logs.go:123] Gathering logs for coredns [87820cd7580b293ea8ef37bbfc17476d850cabf961da63621da973d73b05a24b] ...
I0329 16:20:05.048368 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 87820cd7580b293ea8ef37bbfc17476d850cabf961da63621da973d73b05a24b"
I0329 16:20:05.151821 24000 logs.go:123] Gathering logs for kube-controller-manager [10ef5b8555e5d285d72f795900b4a98734eff574f076f91a66b6a1e3a7c0828c] ...
I0329 16:20:05.151864 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 10ef5b8555e5d285d72f795900b4a98734eff574f076f91a66b6a1e3a7c0828c"
I0329 16:20:05.261791 24000 logs.go:123] Gathering logs for kindnet [c030fb161fe5382305f142c33704c143e7a05d7f45312d23b4096a64a1eadbc2] ...
I0329 16:20:05.261843 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c030fb161fe5382305f142c33704c143e7a05d7f45312d23b4096a64a1eadbc2"
I0329 16:20:05.320390 24000 logs.go:123] Gathering logs for container status ...
I0329 16:20:05.320429 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0329 16:20:05.376364 24000 logs.go:123] Gathering logs for dmesg ...
I0329 16:20:05.376421 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0329 16:20:05.422251 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:05.426587 24000 logs.go:123] Gathering logs for etcd [3ccb8d1c95c0bcd81bd998f0560fafc2ad8b13911e65a053cd6d4499471b20bc] ...
I0329 16:20:05.426632 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3ccb8d1c95c0bcd81bd998f0560fafc2ad8b13911e65a053cd6d4499471b20bc"
I0329 16:20:05.530407 24000 logs.go:123] Gathering logs for kube-scheduler [b279ee01574a989ebaf5528b4fc3649701753294460bd38da663c01b69c6ae04] ...
I0329 16:20:05.530447 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b279ee01574a989ebaf5528b4fc3649701753294460bd38da663c01b69c6ae04"
I0329 16:20:05.535497 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:20:05.632287 24000 logs.go:123] Gathering logs for kube-proxy [26d87104bedeec4567645105ed363d6ea24404947ad013a431751aca3ed86735] ...
I0329 16:20:05.632333 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 26d87104bedeec4567645105ed363d6ea24404947ad013a431751aca3ed86735"
I0329 16:20:05.724471 24000 logs.go:123] Gathering logs for CRI-O ...
I0329 16:20:05.724509 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0329 16:20:05.806929 24000 logs.go:123] Gathering logs for kubelet ...
I0329 16:20:05.806968 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0329 16:20:05.859721 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: W0329 16:19:05.293896 1659 reflector.go:569] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-112086" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-112086' and this object
W0329 16:20:05.859915 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: E0329 16:19:05.293958 1659 reflector.go:166] "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-112086\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-112086' and this object" logger="UnhandledError"
W0329 16:20:05.860048 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: W0329 16:19:05.294347 1659 reflector.go:569] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-112086" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-112086' and this object
W0329 16:20:05.860221 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: E0329 16:19:05.294384 1659 reflector.go:166] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-112086\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-112086' and this object" logger="UnhandledError"
W0329 16:20:05.860426 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: W0329 16:19:05.295863 1659 reflector.go:569] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-112086" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-112086' and this object
W0329 16:20:05.860692 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: E0329 16:19:05.295917 1659 reflector.go:166] "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-112086\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-112086' and this object" logger="UnhandledError"
W0329 16:20:05.860907 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: W0329 16:19:05.295859 1659 reflector.go:569] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-112086" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-112086' and this object
W0329 16:20:05.861160 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: E0329 16:19:05.295958 1659 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-112086\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-112086' and this object" logger="UnhandledError"
W0329 16:20:05.861355 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: W0329 16:19:05.298753 1659 reflector.go:569] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-112086" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-112086' and this object
W0329 16:20:05.861640 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: E0329 16:19:05.298960 1659 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-112086\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-112086' and this object" logger="UnhandledError"
I0329 16:20:05.895385 24000 logs.go:123] Gathering logs for describe nodes ...
I0329 16:20:05.895428 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0329 16:20:05.920956 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:06.030996 24000 logs.go:123] Gathering logs for kube-apiserver [00e5bb7f0827bdb377144e032af73ea42d182543b66ea34165e44e6285eefbc0] ...
I0329 16:20:06.031049 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 00e5bb7f0827bdb377144e032af73ea42d182543b66ea34165e44e6285eefbc0"
I0329 16:20:06.035540 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:20:06.160172 24000 out.go:358] Setting ErrFile to fd 2...
I0329 16:20:06.160210 24000 out.go:392] TERM=,COLORTERM=, which probably does not support color
W0329 16:20:06.160284 24000 out.go:270] X Problems detected in kubelet:
W0329 16:20:06.160300 24000 out.go:270] Mar 29 16:19:05 addons-112086 kubelet[1659]: E0329 16:19:05.295917 1659 reflector.go:166] "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-112086\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-112086' and this object" logger="UnhandledError"
W0329 16:20:06.160320 24000 out.go:270] Mar 29 16:19:05 addons-112086 kubelet[1659]: W0329 16:19:05.295859 1659 reflector.go:569] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-112086" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-112086' and this object
W0329 16:20:06.160333 24000 out.go:270] Mar 29 16:19:05 addons-112086 kubelet[1659]: E0329 16:19:05.295958 1659 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-112086\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-112086' and this object" logger="UnhandledError"
W0329 16:20:06.160342 24000 out.go:270] Mar 29 16:19:05 addons-112086 kubelet[1659]: W0329 16:19:05.298753 1659 reflector.go:569] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-112086" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-112086' and this object
W0329 16:20:06.160354 24000 out.go:270] Mar 29 16:19:05 addons-112086 kubelet[1659]: E0329 16:19:05.298960 1659 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-112086\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-112086' and this object" logger="UnhandledError"
I0329 16:20:06.160363 24000 out.go:358] Setting ErrFile to fd 2...
I0329 16:20:06.160376 24000 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0329 16:20:06.419818 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:06.533452 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:20:06.920702 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:07.031840 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:20:07.420060 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:07.532246 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:20:07.920503 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:08.034003 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:20:08.421033 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:08.531872 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:20:08.920439 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:09.032869 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:20:09.421042 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:09.531974 24000 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0329 16:20:09.920087 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:10.032451 24000 kapi.go:107] duration metric: took 1m16.003972862s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0329 16:20:10.421108 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:10.920495 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:11.421462 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:11.919868 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:12.424859 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:12.920723 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:13.421030 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:13.921370 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:14.419461 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:14.920680 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:15.420271 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:15.919598 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:16.161616 24000 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0329 16:20:16.166534 24000 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0329 16:20:16.167580 24000 api_server.go:141] control plane version: v1.32.2
I0329 16:20:16.167608 24000 api_server.go:131] duration metric: took 12.053269514s to wait for apiserver health ...
I0329 16:20:16.167617 24000 system_pods.go:43] waiting for kube-system pods to appear ...
I0329 16:20:16.167638 24000 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0329 16:20:16.167686 24000 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0329 16:20:16.206120 24000 cri.go:89] found id: "00e5bb7f0827bdb377144e032af73ea42d182543b66ea34165e44e6285eefbc0"
I0329 16:20:16.206143 24000 cri.go:89] found id: ""
I0329 16:20:16.206152 24000 logs.go:282] 1 containers: [00e5bb7f0827bdb377144e032af73ea42d182543b66ea34165e44e6285eefbc0]
I0329 16:20:16.206213 24000 ssh_runner.go:195] Run: which crictl
I0329 16:20:16.210934 24000 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0329 16:20:16.211155 24000 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0329 16:20:16.250429 24000 cri.go:89] found id: "3ccb8d1c95c0bcd81bd998f0560fafc2ad8b13911e65a053cd6d4499471b20bc"
I0329 16:20:16.250456 24000 cri.go:89] found id: ""
I0329 16:20:16.250465 24000 logs.go:282] 1 containers: [3ccb8d1c95c0bcd81bd998f0560fafc2ad8b13911e65a053cd6d4499471b20bc]
I0329 16:20:16.250525 24000 ssh_runner.go:195] Run: which crictl
I0329 16:20:16.254207 24000 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0329 16:20:16.254280 24000 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0329 16:20:16.321746 24000 cri.go:89] found id: "87820cd7580b293ea8ef37bbfc17476d850cabf961da63621da973d73b05a24b"
I0329 16:20:16.321772 24000 cri.go:89] found id: ""
I0329 16:20:16.321781 24000 logs.go:282] 1 containers: [87820cd7580b293ea8ef37bbfc17476d850cabf961da63621da973d73b05a24b]
I0329 16:20:16.321834 24000 ssh_runner.go:195] Run: which crictl
I0329 16:20:16.325497 24000 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0329 16:20:16.325575 24000 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0329 16:20:16.370344 24000 cri.go:89] found id: "b279ee01574a989ebaf5528b4fc3649701753294460bd38da663c01b69c6ae04"
I0329 16:20:16.370372 24000 cri.go:89] found id: ""
I0329 16:20:16.370380 24000 logs.go:282] 1 containers: [b279ee01574a989ebaf5528b4fc3649701753294460bd38da663c01b69c6ae04]
I0329 16:20:16.370429 24000 ssh_runner.go:195] Run: which crictl
I0329 16:20:16.415128 24000 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0329 16:20:16.415227 24000 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0329 16:20:16.420304 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:16.455625 24000 cri.go:89] found id: "26d87104bedeec4567645105ed363d6ea24404947ad013a431751aca3ed86735"
I0329 16:20:16.455654 24000 cri.go:89] found id: ""
I0329 16:20:16.455677 24000 logs.go:282] 1 containers: [26d87104bedeec4567645105ed363d6ea24404947ad013a431751aca3ed86735]
I0329 16:20:16.455733 24000 ssh_runner.go:195] Run: which crictl
I0329 16:20:16.459755 24000 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0329 16:20:16.459830 24000 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0329 16:20:16.496413 24000 cri.go:89] found id: "10ef5b8555e5d285d72f795900b4a98734eff574f076f91a66b6a1e3a7c0828c"
I0329 16:20:16.496437 24000 cri.go:89] found id: ""
I0329 16:20:16.496444 24000 logs.go:282] 1 containers: [10ef5b8555e5d285d72f795900b4a98734eff574f076f91a66b6a1e3a7c0828c]
I0329 16:20:16.496491 24000 ssh_runner.go:195] Run: which crictl
I0329 16:20:16.500328 24000 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0329 16:20:16.500400 24000 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0329 16:20:16.536026 24000 cri.go:89] found id: "c030fb161fe5382305f142c33704c143e7a05d7f45312d23b4096a64a1eadbc2"
I0329 16:20:16.536046 24000 cri.go:89] found id: ""
I0329 16:20:16.536052 24000 logs.go:282] 1 containers: [c030fb161fe5382305f142c33704c143e7a05d7f45312d23b4096a64a1eadbc2]
I0329 16:20:16.536095 24000 ssh_runner.go:195] Run: which crictl
I0329 16:20:16.539675 24000 logs.go:123] Gathering logs for kube-controller-manager [10ef5b8555e5d285d72f795900b4a98734eff574f076f91a66b6a1e3a7c0828c] ...
I0329 16:20:16.539703 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 10ef5b8555e5d285d72f795900b4a98734eff574f076f91a66b6a1e3a7c0828c"
I0329 16:20:16.599773 24000 logs.go:123] Gathering logs for CRI-O ...
I0329 16:20:16.599819 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0329 16:20:16.673683 24000 logs.go:123] Gathering logs for container status ...
I0329 16:20:16.673727 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0329 16:20:16.721663 24000 logs.go:123] Gathering logs for describe nodes ...
I0329 16:20:16.721710 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0329 16:20:16.845207 24000 logs.go:123] Gathering logs for etcd [3ccb8d1c95c0bcd81bd998f0560fafc2ad8b13911e65a053cd6d4499471b20bc] ...
I0329 16:20:16.845254 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3ccb8d1c95c0bcd81bd998f0560fafc2ad8b13911e65a053cd6d4499471b20bc"
I0329 16:20:16.896313 24000 logs.go:123] Gathering logs for kube-scheduler [b279ee01574a989ebaf5528b4fc3649701753294460bd38da663c01b69c6ae04] ...
I0329 16:20:16.896354 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b279ee01574a989ebaf5528b4fc3649701753294460bd38da663c01b69c6ae04"
I0329 16:20:16.919941 24000 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0329 16:20:16.952577 24000 logs.go:123] Gathering logs for kindnet [c030fb161fe5382305f142c33704c143e7a05d7f45312d23b4096a64a1eadbc2] ...
I0329 16:20:16.952630 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c030fb161fe5382305f142c33704c143e7a05d7f45312d23b4096a64a1eadbc2"
I0329 16:20:16.989947 24000 logs.go:123] Gathering logs for kubelet ...
I0329 16:20:16.989976 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0329 16:20:17.048080 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: W0329 16:19:05.293896 1659 reflector.go:569] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-112086" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-112086' and this object
W0329 16:20:17.048375 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: E0329 16:19:05.293958 1659 reflector.go:166] "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-112086\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-112086' and this object" logger="UnhandledError"
W0329 16:20:17.048612 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: W0329 16:19:05.294347 1659 reflector.go:569] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-112086" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-112086' and this object
W0329 16:20:17.048875 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: E0329 16:19:05.294384 1659 reflector.go:166] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-112086\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-112086' and this object" logger="UnhandledError"
W0329 16:20:17.049122 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: W0329 16:19:05.295863 1659 reflector.go:569] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-112086" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-112086' and this object
W0329 16:20:17.049383 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: E0329 16:19:05.295917 1659 reflector.go:166] "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-112086\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-112086' and this object" logger="UnhandledError"
W0329 16:20:17.049604 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: W0329 16:19:05.295859 1659 reflector.go:569] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-112086" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-112086' and this object
W0329 16:20:17.049853 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: E0329 16:19:05.295958 1659 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-112086\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-112086' and this object" logger="UnhandledError"
W0329 16:20:17.050077 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: W0329 16:19:05.298753 1659 reflector.go:569] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-112086" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-112086' and this object
W0329 16:20:17.050335 24000 logs.go:138] Found kubelet problem: Mar 29 16:19:05 addons-112086 kubelet[1659]: E0329 16:19:05.298960 1659 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-112086\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-112086' and this object" logger="UnhandledError"
I0329 16:20:17.087764 24000 logs.go:123] Gathering logs for dmesg ...
I0329 16:20:17.087814 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0329 16:20:17.103031 24000 logs.go:123] Gathering logs for kube-apiserver [00e5bb7f0827bdb377144e032af73ea42d182543b66ea34165e44e6285eefbc0] ...
I0329 16:20:17.103067 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 00e5bb7f0827bdb377144e032af73ea42d182543b66ea34165e44e6285eefbc0"
I0329 16:20:17.153129 24000 logs.go:123] Gathering logs for coredns [87820cd7580b293ea8ef37bbfc17476d850cabf961da63621da973d73b05a24b] ...
I0329 16:20:17.153170 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 87820cd7580b293ea8ef37bbfc17476d850cabf961da63621da973d73b05a24b"
I0329 16:20:17.193372 24000 logs.go:123] Gathering logs for kube-proxy [26d87104bedeec4567645105ed363d6ea24404947ad013a431751aca3ed86735] ...
I0329 16:20:17.193435 24000 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 26d87104bedeec4567645105ed363d6ea24404947ad013a431751aca3ed86735"
I0329 16:20:17.232146 24000 out.go:358] Setting ErrFile to fd 2...
I0329 16:20:17.232175 24000 out.go:392] TERM=,COLORTERM=, which probably does not support color
W0329 16:20:17.232230 24000 out.go:270] X Problems detected in kubelet:
W0329 16:20:17.232246 24000 out.go:270] Mar 29 16:19:05 addons-112086 kubelet[1659]: E0329 16:19:05.295917 1659 reflector.go:166] "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-112086\" cannot list resource \"secrets\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-112086' and this object" logger="UnhandledError"
W0329 16:20:17.232257 24000 out.go:270] Mar 29 16:19:05 addons-112086 kubelet[1659]: W0329 16:19:05.295859 1659 reflector.go:569] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-112086" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-112086' and this object
W0329 16:20:17.232271 24000 out.go:270] Mar 29 16:19:05 addons-112086 kubelet[1659]: E0329 16:19:05.295958 1659 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-112086\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-112086' and this object" logger="UnhandledError"
W0329 16:20:17.232283 24000 out.go:270] Mar 29 16:19:05 addons-112086 kubelet[1659]: W0329 16:19:05.298753 1659 reflector.go:569] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-112086" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-112086' and this object
W0329 16:20:17.232295 24000 out.go:270] Mar 29 16:19:05 addons-112086 kubelet[1659]: E0329 16:19:05.298960 1659 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-112086\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-112086' and this object" logger="UnhandledError"
I0329 16:20:17.232306 24000 out.go:358] Setting ErrFile to fd 2...
I0329 16:20:17.232319 24000 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0329 16:20:17.419900 24000 kapi.go:107] duration metric: took 1m25.003654777s to wait for app.kubernetes.io/name=ingress-nginx ...
I0329 16:20:17.423019 24000 out.go:177] * Enabled addons: nvidia-device-plugin, storage-provisioner, cloud-spanner, amd-gpu-device-plugin, storage-provisioner-rancher, inspektor-gadget, ingress-dns, metrics-server, yakd, volumesnapshots, registry, gcp-auth, csi-hostpath-driver, ingress
I0329 16:20:17.424328 24000 addons.go:514] duration metric: took 1m32.30801792s for enable addons: enabled=[nvidia-device-plugin storage-provisioner cloud-spanner amd-gpu-device-plugin storage-provisioner-rancher inspektor-gadget ingress-dns metrics-server yakd volumesnapshots registry gcp-auth csi-hostpath-driver ingress]
I0329 16:20:27.239025 24000 system_pods.go:59] 19 kube-system pods found
I0329 16:20:27.239059 24000 system_pods.go:61] "amd-gpu-device-plugin-zx6km" [bdead14e-eedd-4736-8a74-1fb5bd4e79e0] Running
I0329 16:20:27.239066 24000 system_pods.go:61] "coredns-668d6bf9bc-7xm57" [502d0d39-d360-4bbb-9ad2-ab0a5fc34b86] Running
I0329 16:20:27.239069 24000 system_pods.go:61] "csi-hostpath-attacher-0" [b2334a7a-b32f-489a-a37a-f37112503ed1] Running
I0329 16:20:27.239072 24000 system_pods.go:61] "csi-hostpath-resizer-0" [01fa1d7a-960f-469e-b383-2a85eae2b1cb] Running
I0329 16:20:27.239077 24000 system_pods.go:61] "csi-hostpathplugin-mljwl" [65bba16e-4656-4cfc-b5d9-3262aa1112b8] Running
I0329 16:20:27.239081 24000 system_pods.go:61] "etcd-addons-112086" [83b763ab-b26a-41f1-b49a-86ac7cda068f] Running
I0329 16:20:27.239084 24000 system_pods.go:61] "kindnet-z258d" [ed631c54-14c3-4728-b874-91f81435451b] Running
I0329 16:20:27.239088 24000 system_pods.go:61] "kube-apiserver-addons-112086" [63726604-d491-4ab1-b7c7-7f0b162b7436] Running
I0329 16:20:27.239091 24000 system_pods.go:61] "kube-controller-manager-addons-112086" [a93cd554-7275-4ddd-8b78-6129552ba8d2] Running
I0329 16:20:27.239095 24000 system_pods.go:61] "kube-ingress-dns-minikube" [7100ea1a-be53-418b-ac0b-da8ea24d9718] Running
I0329 16:20:27.239098 24000 system_pods.go:61] "kube-proxy-m6bcj" [f39561c4-51af-4728-b424-f4cc359c5a6b] Running
I0329 16:20:27.239102 24000 system_pods.go:61] "kube-scheduler-addons-112086" [1fea8036-258b-4918-8d37-b70009aac9ac] Running
I0329 16:20:27.239110 24000 system_pods.go:61] "metrics-server-7fbb699795-g2vl8" [550f4dde-7298-4dba-a148-b34591f39f8a] Running
I0329 16:20:27.239114 24000 system_pods.go:61] "nvidia-device-plugin-daemonset-ngxkm" [b20808e8-22e1-4c82-8c83-5ed6118d5e0e] Running
I0329 16:20:27.239118 24000 system_pods.go:61] "registry-6c88467877-mjwb7" [b292dbac-3e8a-499d-b86e-ebd5f0101667] Running
I0329 16:20:27.239121 24000 system_pods.go:61] "registry-proxy-gcrnc" [cab639c8-9274-441d-9ae0-4ae201a2d834] Running
I0329 16:20:27.239127 24000 system_pods.go:61] "snapshot-controller-68b874b76f-7jbtt" [578d52b0-65ea-4030-a21b-4061025329b2] Running
I0329 16:20:27.239131 24000 system_pods.go:61] "snapshot-controller-68b874b76f-d4pph" [027d7518-5b15-4965-89e1-de594f512832] Running
I0329 16:20:27.239136 24000 system_pods.go:61] "storage-provisioner" [ec7e133f-540a-4c6b-aee2-6bdc90e7d6c5] Running
I0329 16:20:27.239142 24000 system_pods.go:74] duration metric: took 11.071520165s to wait for pod list to return data ...
I0329 16:20:27.239151 24000 default_sa.go:34] waiting for default service account to be created ...
I0329 16:20:27.241652 24000 default_sa.go:45] found service account: "default"
I0329 16:20:27.241682 24000 default_sa.go:55] duration metric: took 2.525494ms for default service account to be created ...
I0329 16:20:27.241692 24000 system_pods.go:116] waiting for k8s-apps to be running ...
I0329 16:20:27.245645 24000 system_pods.go:86] 19 kube-system pods found
I0329 16:20:27.245684 24000 system_pods.go:89] "amd-gpu-device-plugin-zx6km" [bdead14e-eedd-4736-8a74-1fb5bd4e79e0] Running
I0329 16:20:27.245693 24000 system_pods.go:89] "coredns-668d6bf9bc-7xm57" [502d0d39-d360-4bbb-9ad2-ab0a5fc34b86] Running
I0329 16:20:27.245699 24000 system_pods.go:89] "csi-hostpath-attacher-0" [b2334a7a-b32f-489a-a37a-f37112503ed1] Running
I0329 16:20:27.245705 24000 system_pods.go:89] "csi-hostpath-resizer-0" [01fa1d7a-960f-469e-b383-2a85eae2b1cb] Running
I0329 16:20:27.245711 24000 system_pods.go:89] "csi-hostpathplugin-mljwl" [65bba16e-4656-4cfc-b5d9-3262aa1112b8] Running
I0329 16:20:27.245715 24000 system_pods.go:89] "etcd-addons-112086" [83b763ab-b26a-41f1-b49a-86ac7cda068f] Running
I0329 16:20:27.245721 24000 system_pods.go:89] "kindnet-z258d" [ed631c54-14c3-4728-b874-91f81435451b] Running
I0329 16:20:27.245727 24000 system_pods.go:89] "kube-apiserver-addons-112086" [63726604-d491-4ab1-b7c7-7f0b162b7436] Running
I0329 16:20:27.245733 24000 system_pods.go:89] "kube-controller-manager-addons-112086" [a93cd554-7275-4ddd-8b78-6129552ba8d2] Running
I0329 16:20:27.245743 24000 system_pods.go:89] "kube-ingress-dns-minikube" [7100ea1a-be53-418b-ac0b-da8ea24d9718] Running
I0329 16:20:27.245749 24000 system_pods.go:89] "kube-proxy-m6bcj" [f39561c4-51af-4728-b424-f4cc359c5a6b] Running
I0329 16:20:27.245756 24000 system_pods.go:89] "kube-scheduler-addons-112086" [1fea8036-258b-4918-8d37-b70009aac9ac] Running
I0329 16:20:27.245762 24000 system_pods.go:89] "metrics-server-7fbb699795-g2vl8" [550f4dde-7298-4dba-a148-b34591f39f8a] Running
I0329 16:20:27.245772 24000 system_pods.go:89] "nvidia-device-plugin-daemonset-ngxkm" [b20808e8-22e1-4c82-8c83-5ed6118d5e0e] Running
I0329 16:20:27.245781 24000 system_pods.go:89] "registry-6c88467877-mjwb7" [b292dbac-3e8a-499d-b86e-ebd5f0101667] Running
I0329 16:20:27.245787 24000 system_pods.go:89] "registry-proxy-gcrnc" [cab639c8-9274-441d-9ae0-4ae201a2d834] Running
I0329 16:20:27.245796 24000 system_pods.go:89] "snapshot-controller-68b874b76f-7jbtt" [578d52b0-65ea-4030-a21b-4061025329b2] Running
I0329 16:20:27.245802 24000 system_pods.go:89] "snapshot-controller-68b874b76f-d4pph" [027d7518-5b15-4965-89e1-de594f512832] Running
I0329 16:20:27.245808 24000 system_pods.go:89] "storage-provisioner" [ec7e133f-540a-4c6b-aee2-6bdc90e7d6c5] Running
I0329 16:20:27.245818 24000 system_pods.go:126] duration metric: took 4.120103ms to wait for k8s-apps to be running ...
I0329 16:20:27.245832 24000 system_svc.go:44] waiting for kubelet service to be running ....
I0329 16:20:27.245886 24000 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0329 16:20:27.260478 24000 system_svc.go:56] duration metric: took 14.639381ms WaitForService to wait for kubelet
I0329 16:20:27.260506 24000 kubeadm.go:582] duration metric: took 1m42.144269343s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0329 16:20:27.260528 24000 node_conditions.go:102] verifying NodePressure condition ...
I0329 16:20:27.263819 24000 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
I0329 16:20:27.263865 24000 node_conditions.go:123] node cpu capacity is 8
I0329 16:20:27.263884 24000 node_conditions.go:105] duration metric: took 3.349999ms to run NodePressure ...
I0329 16:20:27.263900 24000 start.go:244] waiting for startup goroutines ...
I0329 16:20:27.263910 24000 start.go:249] waiting for cluster config update ...
I0329 16:20:27.263934 24000 start.go:258] writing updated cluster config ...
I0329 16:20:27.264381 24000 ssh_runner.go:195] Run: rm -f paused
I0329 16:20:27.319120 24000 start.go:600] kubectl: 1.32.3, cluster: 1.32.2 (minor skew: 0)
I0329 16:20:27.321972 24000 out.go:177] * Done! kubectl is now configured to use "addons-112086" cluster and "default" namespace by default
==> CRI-O <==
Mar 29 16:22:40 addons-112086 crio[1038]: time="2025-03-29 16:22:40.673330080Z" level=info msg="Removed pod sandbox: a929f7f0fe5baf98853567e8270fdbd6e567147b34b54dccc67cf378e9f4ce3c" id=3e70ef04-d83c-41de-9054-78da095c0f18 name=/runtime.v1.RuntimeService/RemovePodSandbox
Mar 29 16:22:40 addons-112086 crio[1038]: time="2025-03-29 16:22:40.673909882Z" level=info msg="Stopping pod sandbox: 4b0c06dec554642eb8a56ac7e82f3c2fcbe1e86d72b9b6308f22aa07540a1688" id=a8a2fb66-da54-494f-8083-1785ebfaa80a name=/runtime.v1.RuntimeService/StopPodSandbox
Mar 29 16:22:40 addons-112086 crio[1038]: time="2025-03-29 16:22:40.673962259Z" level=info msg="Stopped pod sandbox (already stopped): 4b0c06dec554642eb8a56ac7e82f3c2fcbe1e86d72b9b6308f22aa07540a1688" id=a8a2fb66-da54-494f-8083-1785ebfaa80a name=/runtime.v1.RuntimeService/StopPodSandbox
Mar 29 16:22:40 addons-112086 crio[1038]: time="2025-03-29 16:22:40.674308110Z" level=info msg="Removing pod sandbox: 4b0c06dec554642eb8a56ac7e82f3c2fcbe1e86d72b9b6308f22aa07540a1688" id=74923e31-dc4e-48c9-8230-0212bcbce574 name=/runtime.v1.RuntimeService/RemovePodSandbox
Mar 29 16:22:40 addons-112086 crio[1038]: time="2025-03-29 16:22:40.681669950Z" level=info msg="Removed pod sandbox: 4b0c06dec554642eb8a56ac7e82f3c2fcbe1e86d72b9b6308f22aa07540a1688" id=74923e31-dc4e-48c9-8230-0212bcbce574 name=/runtime.v1.RuntimeService/RemovePodSandbox
Mar 29 16:22:40 addons-112086 crio[1038]: time="2025-03-29 16:22:40.682326886Z" level=info msg="Stopping pod sandbox: c45f312a6aefc176cafd2920f12e1cbb1b33d899d645534e06e1b6009f561055" id=9628d7bd-372f-4015-a362-078b1dcd3253 name=/runtime.v1.RuntimeService/StopPodSandbox
Mar 29 16:22:40 addons-112086 crio[1038]: time="2025-03-29 16:22:40.682379663Z" level=info msg="Stopped pod sandbox (already stopped): c45f312a6aefc176cafd2920f12e1cbb1b33d899d645534e06e1b6009f561055" id=9628d7bd-372f-4015-a362-078b1dcd3253 name=/runtime.v1.RuntimeService/StopPodSandbox
Mar 29 16:22:40 addons-112086 crio[1038]: time="2025-03-29 16:22:40.682797891Z" level=info msg="Removing pod sandbox: c45f312a6aefc176cafd2920f12e1cbb1b33d899d645534e06e1b6009f561055" id=1ecf955c-0cad-4901-9f1c-eb4e3a7cf959 name=/runtime.v1.RuntimeService/RemovePodSandbox
Mar 29 16:22:40 addons-112086 crio[1038]: time="2025-03-29 16:22:40.689284550Z" level=info msg="Removed pod sandbox: c45f312a6aefc176cafd2920f12e1cbb1b33d899d645534e06e1b6009f561055" id=1ecf955c-0cad-4901-9f1c-eb4e3a7cf959 name=/runtime.v1.RuntimeService/RemovePodSandbox
Mar 29 16:22:40 addons-112086 crio[1038]: time="2025-03-29 16:22:40.689843051Z" level=info msg="Stopping pod sandbox: 61e3821603252a64b9a99e22b182b49c83efa5a18545f570c5ad86e100180cae" id=18cbed96-df36-434d-b45f-d3ff43568e06 name=/runtime.v1.RuntimeService/StopPodSandbox
Mar 29 16:22:40 addons-112086 crio[1038]: time="2025-03-29 16:22:40.689880846Z" level=info msg="Stopped pod sandbox (already stopped): 61e3821603252a64b9a99e22b182b49c83efa5a18545f570c5ad86e100180cae" id=18cbed96-df36-434d-b45f-d3ff43568e06 name=/runtime.v1.RuntimeService/StopPodSandbox
Mar 29 16:22:40 addons-112086 crio[1038]: time="2025-03-29 16:22:40.690150868Z" level=info msg="Removing pod sandbox: 61e3821603252a64b9a99e22b182b49c83efa5a18545f570c5ad86e100180cae" id=b915472c-7e10-4a65-a34c-744d5f92d42d name=/runtime.v1.RuntimeService/RemovePodSandbox
Mar 29 16:22:40 addons-112086 crio[1038]: time="2025-03-29 16:22:40.696725458Z" level=info msg="Removed pod sandbox: 61e3821603252a64b9a99e22b182b49c83efa5a18545f570c5ad86e100180cae" id=b915472c-7e10-4a65-a34c-744d5f92d42d name=/runtime.v1.RuntimeService/RemovePodSandbox
Mar 29 16:23:35 addons-112086 crio[1038]: time="2025-03-29 16:23:35.032261324Z" level=info msg="Running pod sandbox: default/hello-world-app-7d9564db4-xh246/POD" id=9a7735a1-45ec-4726-bf44-8e9da609e3aa name=/runtime.v1.RuntimeService/RunPodSandbox
Mar 29 16:23:35 addons-112086 crio[1038]: time="2025-03-29 16:23:35.032344221Z" level=warning msg="Allowed annotations are specified for workload []"
Mar 29 16:23:35 addons-112086 crio[1038]: time="2025-03-29 16:23:35.060361757Z" level=info msg="Got pod network &{Name:hello-world-app-7d9564db4-xh246 Namespace:default ID:61caf7f8a4832959ad8fed30f9f606ad1f10ea3aa075fbcf12fe9eb70782c58d UID:bae62207-690b-469a-99f7-849580c37a54 NetNS:/var/run/netns/2d5fd8e4-26cc-40d3-8e9d-133844300a54 Networks:[] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Mar 29 16:23:35 addons-112086 crio[1038]: time="2025-03-29 16:23:35.060414868Z" level=info msg="Adding pod default_hello-world-app-7d9564db4-xh246 to CNI network \"kindnet\" (type=ptp)"
Mar 29 16:23:35 addons-112086 crio[1038]: time="2025-03-29 16:23:35.119275456Z" level=info msg="Got pod network &{Name:hello-world-app-7d9564db4-xh246 Namespace:default ID:61caf7f8a4832959ad8fed30f9f606ad1f10ea3aa075fbcf12fe9eb70782c58d UID:bae62207-690b-469a-99f7-849580c37a54 NetNS:/var/run/netns/2d5fd8e4-26cc-40d3-8e9d-133844300a54 Networks:[] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Mar 29 16:23:35 addons-112086 crio[1038]: time="2025-03-29 16:23:35.119473573Z" level=info msg="Checking pod default_hello-world-app-7d9564db4-xh246 for CNI network kindnet (type=ptp)"
Mar 29 16:23:35 addons-112086 crio[1038]: time="2025-03-29 16:23:35.123003952Z" level=info msg="Ran pod sandbox 61caf7f8a4832959ad8fed30f9f606ad1f10ea3aa075fbcf12fe9eb70782c58d with infra container: default/hello-world-app-7d9564db4-xh246/POD" id=9a7735a1-45ec-4726-bf44-8e9da609e3aa name=/runtime.v1.RuntimeService/RunPodSandbox
Mar 29 16:23:35 addons-112086 crio[1038]: time="2025-03-29 16:23:35.124204333Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=07462408-56f4-49f8-887d-e411774d65eb name=/runtime.v1.ImageService/ImageStatus
Mar 29 16:23:35 addons-112086 crio[1038]: time="2025-03-29 16:23:35.124502615Z" level=info msg="Image docker.io/kicbase/echo-server:1.0 not found" id=07462408-56f4-49f8-887d-e411774d65eb name=/runtime.v1.ImageService/ImageStatus
Mar 29 16:23:35 addons-112086 crio[1038]: time="2025-03-29 16:23:35.125094538Z" level=info msg="Pulling image: docker.io/kicbase/echo-server:1.0" id=8ecf1aec-40ad-47ba-bc58-8e8ad5d684f0 name=/runtime.v1.ImageService/PullImage
Mar 29 16:23:35 addons-112086 crio[1038]: time="2025-03-29 16:23:35.129999785Z" level=info msg="Trying to access \"docker.io/kicbase/echo-server:1.0\""
Mar 29 16:23:36 addons-112086 crio[1038]: time="2025-03-29 16:23:36.046096623Z" level=info msg="Trying to access \"docker.io/kicbase/echo-server:1.0\""
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
fffe915add138 docker.io/library/nginx@sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591 2 minutes ago Running nginx 0 3dce74ee115f5 nginx
70cbe81ca8b5b gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e 3 minutes ago Running busybox 0 db1c5c71b3743 busybox
e4f561a147d4a registry.k8s.io/ingress-nginx/controller@sha256:62b61c42ec8dd877b85c0aa24c4744ce44d274bc16cc5d2364edfe67964ba55b 3 minutes ago Running controller 0 e1579d488dec8 ingress-nginx-controller-56d7c84fd4-hp5tm
91fbaad061690 a62eeff05ba5194cac31b3f6180655290afa3ed3f2573bcd2aaff319416951eb 3 minutes ago Exited patch 1 d7f7b5fcfd523 ingress-nginx-admission-patch-blg5b
0bac878695642 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f 3 minutes ago Exited create 0 c65745e16a62f ingress-nginx-admission-create-g6tk7
dbdc7e7fcc995 gcr.io/k8s-minikube/minikube-ingress-dns@sha256:07c8f5b205a3f8971bfc6d460978ae00de35f17e5d5392b1de8de02356f85dab 4 minutes ago Running minikube-ingress-dns 0 1da192718f402 kube-ingress-dns-minikube
87820cd7580b2 c69fa2e9cbf5f42dc48af631e956d3f95724c13f91596bc567591790e5e36db6 4 minutes ago Running coredns 0 d9181b5a44dfa coredns-668d6bf9bc-7xm57
bd6d2f9b69b2a 6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562 4 minutes ago Running storage-provisioner 0 5653302eb51c3 storage-provisioner
c030fb161fe53 docker.io/kindest/kindnetd@sha256:e3c42406b0806c1f7e8a66838377936cbd2cdfd94d9b26a3eefedada8713d495 4 minutes ago Running kindnet-cni 0 3c6e8d878e2da kindnet-z258d
26d87104bedee f1332858868e1c6a905123b21e2e322ab45a5b99a3532e68ff49a87c2266ebc5 4 minutes ago Running kube-proxy 0 1613d5585d482 kube-proxy-m6bcj
00e5bb7f0827b 85b7a174738baecbc53029b7913cd430a2060e0cbdb5f56c7957d32ff7f241ef 5 minutes ago Running kube-apiserver 0 8c54f3fb29271 kube-apiserver-addons-112086
10ef5b8555e5d b6a454c5a800d201daacead6ff195ec6049fe6dc086621b0670bca912efaf389 5 minutes ago Running kube-controller-manager 0 7f099caa7aa96 kube-controller-manager-addons-112086
b279ee01574a9 d8e673e7c9983f1f53569a9d2ba786c8abb42e3f744f77dc97a595f3caf9435d 5 minutes ago Running kube-scheduler 0 d28270169ff6c kube-scheduler-addons-112086
3ccb8d1c95c0b a9e7e6b294baf1695fccb862d956c5d3ad8510e1e4ca1535f35dc09f247abbfc 5 minutes ago Running etcd 0 67885c37ff84e etcd-addons-112086
==> coredns [87820cd7580b293ea8ef37bbfc17476d850cabf961da63621da973d73b05a24b] <==
[INFO] 10.244.0.13:50616 - 32083 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000162908s
[INFO] 10.244.0.13:49942 - 38996 "AAAA IN registry.kube-system.svc.cluster.local.us-west1-a.c.k8s-minikube.internal. udp 91 false 512" NXDOMAIN qr,rd,ra 91 0.005370673s
[INFO] 10.244.0.13:49942 - 38688 "A IN registry.kube-system.svc.cluster.local.us-west1-a.c.k8s-minikube.internal. udp 91 false 512" NXDOMAIN qr,rd,ra 91 0.007595072s
[INFO] 10.244.0.13:33835 - 29274 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.00450088s
[INFO] 10.244.0.13:33835 - 29004 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.004600038s
[INFO] 10.244.0.13:56523 - 62043 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.00519286s
[INFO] 10.244.0.13:56523 - 62266 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.005436351s
[INFO] 10.244.0.13:43426 - 32886 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000194175s
[INFO] 10.244.0.13:43426 - 32696 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000230061s
[INFO] 10.244.0.21:33946 - 4322 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000288306s
[INFO] 10.244.0.21:37635 - 39150 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000198354s
[INFO] 10.244.0.21:40663 - 32347 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000180225s
[INFO] 10.244.0.21:60238 - 50920 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000219655s
[INFO] 10.244.0.21:39144 - 11136 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000139637s
[INFO] 10.244.0.21:48257 - 24704 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000219476s
[INFO] 10.244.0.21:34989 - 51512 "A IN storage.googleapis.com.us-west1-a.c.k8s-minikube.internal. udp 86 false 1232" NXDOMAIN qr,rd,ra 75 0.007524583s
[INFO] 10.244.0.21:47046 - 28742 "AAAA IN storage.googleapis.com.us-west1-a.c.k8s-minikube.internal. udp 86 false 1232" NXDOMAIN qr,rd,ra 75 0.008020728s
[INFO] 10.244.0.21:38259 - 6454 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.006452088s
[INFO] 10.244.0.21:57638 - 42770 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.006656789s
[INFO] 10.244.0.21:34165 - 62531 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.005136525s
[INFO] 10.244.0.21:57894 - 47971 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.005822744s
[INFO] 10.244.0.21:41122 - 8020 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 420 0.000876939s
[INFO] 10.244.0.21:59374 - 56581 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.000951815s
[INFO] 10.244.0.25:49052 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000182837s
[INFO] 10.244.0.25:36768 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000143471s
==> describe nodes <==
Name: addons-112086
Roles: control-plane
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
kubernetes.io/arch=amd64
kubernetes.io/hostname=addons-112086
kubernetes.io/os=linux
minikube.k8s.io/commit=9e4fb25ec9c9ec7d3315da8ba61a31fdfa364d77
minikube.k8s.io/name=addons-112086
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2025_03_29T16_18_41_0700
minikube.k8s.io/version=v1.35.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-112086
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Sat, 29 Mar 2025 16:18:37 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-112086
AcquireTime: <unset>
RenewTime: Sat, 29 Mar 2025 16:23:26 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Sat, 29 Mar 2025 16:21:44 +0000 Sat, 29 Mar 2025 16:18:36 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Sat, 29 Mar 2025 16:21:44 +0000 Sat, 29 Mar 2025 16:18:36 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Sat, 29 Mar 2025 16:21:44 +0000 Sat, 29 Mar 2025 16:18:36 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Sat, 29 Mar 2025 16:21:44 +0000 Sat, 29 Mar 2025 16:19:05 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-112086
Capacity:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32859368Ki
pods: 110
Allocatable:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32859368Ki
pods: 110
System Info:
Machine ID: 482069b60f2f47cba2a00293933fb1eb
System UUID: ddea4909-bb8e-4ccd-b77f-d8860b6cf50f
Boot ID: e6e0a4cf-7cf8-49d3-9e6a-4e6c9fb9b021
Kernel Version: 5.15.0-1078-gcp
OS Image: Ubuntu 22.04.5 LTS
Operating System: linux
Architecture: amd64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.32.2
Kube-Proxy Version: v1.32.2
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (13 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default busybox 0 (0%) 0 (0%) 0 (0%) 0 (0%) 3m9s
default hello-world-app-7d9564db4-xh246 0 (0%) 0 (0%) 0 (0%) 0 (0%) 2s
default nginx 0 (0%) 0 (0%) 0 (0%) 0 (0%) 2m26s
ingress-nginx ingress-nginx-controller-56d7c84fd4-hp5tm 100m (1%) 0 (0%) 90Mi (0%) 0 (0%) 4m44s
kube-system coredns-668d6bf9bc-7xm57 100m (1%) 0 (0%) 70Mi (0%) 170Mi (0%) 4m51s
kube-system etcd-addons-112086 100m (1%) 0 (0%) 100Mi (0%) 0 (0%) 4m56s
kube-system kindnet-z258d 100m (1%) 100m (1%) 50Mi (0%) 50Mi (0%) 4m51s
kube-system kube-apiserver-addons-112086 250m (3%) 0 (0%) 0 (0%) 0 (0%) 4m56s
kube-system kube-controller-manager-addons-112086 200m (2%) 0 (0%) 0 (0%) 0 (0%) 4m56s
kube-system kube-ingress-dns-minikube 0 (0%) 0 (0%) 0 (0%) 0 (0%) 4m47s
kube-system kube-proxy-m6bcj 0 (0%) 0 (0%) 0 (0%) 0 (0%) 4m51s
kube-system kube-scheduler-addons-112086 100m (1%) 0 (0%) 0 (0%) 0 (0%) 4m56s
kube-system storage-provisioner 0 (0%) 0 (0%) 0 (0%) 0 (0%) 4m47s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 950m (11%) 100m (1%)
memory 310Mi (0%) 220Mi (0%)
ephemeral-storage 0 (0%) 0 (0%)
hugepages-1Gi 0 (0%) 0 (0%)
hugepages-2Mi 0 (0%) 0 (0%)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 4m46s kube-proxy
Normal Starting 4m56s kubelet Starting kubelet.
Warning CgroupV1 4m56s kubelet cgroup v1 support is in maintenance mode, please migrate to cgroup v2
Normal NodeHasSufficientMemory 4m56s kubelet Node addons-112086 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 4m56s kubelet Node addons-112086 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 4m56s kubelet Node addons-112086 status is now: NodeHasSufficientPID
Normal RegisteredNode 4m52s node-controller Node addons-112086 event: Registered Node addons-112086 in Controller
Normal NodeReady 4m31s kubelet Node addons-112086 status is now: NodeReady
==> dmesg <==
[ +0.000811] platform eisa.0: Cannot allocate resource for EISA slot 1
[ +0.000645] platform eisa.0: Cannot allocate resource for EISA slot 2
[ +0.000725] platform eisa.0: Cannot allocate resource for EISA slot 3
[ +0.000721] platform eisa.0: Cannot allocate resource for EISA slot 4
[ +0.000699] platform eisa.0: Cannot allocate resource for EISA slot 5
[ +0.000780] platform eisa.0: Cannot allocate resource for EISA slot 6
[ +0.000736] platform eisa.0: Cannot allocate resource for EISA slot 7
[ +0.001273] platform eisa.0: Cannot allocate resource for EISA slot 8
[ +0.660495] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[ +0.025512] systemd[1]: /lib/systemd/system/snapd.service:23: Unknown key name 'RestartMode' in section 'Service', ignoring.
[ +7.560111] kauditd_printk_skb: 46 callbacks suppressed
[Mar29 16:21] IPv4: martian source 10.244.0.22 from 127.0.0.1, on dev eth0
[ +0.000008] ll header: 00000000: 4a 66 2f 61 b1 f3 de 88 c7 e4 7b 4b 08 00
[ +1.026583] IPv4: martian source 10.244.0.22 from 127.0.0.1, on dev eth0
[ +0.000007] ll header: 00000000: 4a 66 2f 61 b1 f3 de 88 c7 e4 7b 4b 08 00
[ +2.015791] IPv4: martian source 10.244.0.22 from 127.0.0.1, on dev eth0
[ +0.000006] ll header: 00000000: 4a 66 2f 61 b1 f3 de 88 c7 e4 7b 4b 08 00
[ +4.031730] IPv4: martian source 10.244.0.22 from 127.0.0.1, on dev eth0
[ +0.000007] ll header: 00000000: 4a 66 2f 61 b1 f3 de 88 c7 e4 7b 4b 08 00
[ +8.191477] IPv4: martian source 10.244.0.22 from 127.0.0.1, on dev eth0
[ +0.000008] ll header: 00000000: 4a 66 2f 61 b1 f3 de 88 c7 e4 7b 4b 08 00
[ +16.126987] IPv4: martian source 10.244.0.22 from 127.0.0.1, on dev eth0
[ +0.000029] ll header: 00000000: 4a 66 2f 61 b1 f3 de 88 c7 e4 7b 4b 08 00
[Mar29 16:22] IPv4: martian source 10.244.0.22 from 127.0.0.1, on dev eth0
[ +0.000032] ll header: 00000000: 4a 66 2f 61 b1 f3 de 88 c7 e4 7b 4b 08 00
==> etcd [3ccb8d1c95c0bcd81bd998f0560fafc2ad8b13911e65a053cd6d4499471b20bc] <==
{"level":"info","ts":"2025-03-29T16:18:47.937319Z","caller":"traceutil/trace.go:171","msg":"trace[2060607069] transaction","detail":"{read_only:false; response_revision:362; number_of_response:1; }","duration":"203.425659ms","start":"2025-03-29T16:18:47.733874Z","end":"2025-03-29T16:18:47.937300Z","steps":["trace[2060607069] 'process raft request' (duration: 203.375161ms)"],"step_count":1}
{"level":"info","ts":"2025-03-29T16:18:48.014363Z","caller":"traceutil/trace.go:171","msg":"trace[371305765] transaction","detail":"{read_only:false; response_revision:360; number_of_response:1; }","duration":"495.089967ms","start":"2025-03-29T16:18:47.519246Z","end":"2025-03-29T16:18:48.014336Z","steps":["trace[371305765] 'process raft request' (duration: 14.199898ms)","trace[371305765] 'compare' (duration: 296.554698ms)","trace[371305765] 'get key's previous created_revision and leaseID' {req_type:put; key:/registry/serviceaccounts/kube-system/endpointslice-controller; req_size:208; } (duration: 94.904386ms)"],"step_count":3}
{"level":"warn","ts":"2025-03-29T16:18:48.014522Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2025-03-29T16:18:47.519206Z","time spent":"495.254855ms","remote":"127.0.0.1:40326","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":211,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/serviceaccounts/kube-system/endpointslice-controller\" mod_revision:221 > success:<request_put:<key:\"/registry/serviceaccounts/kube-system/endpointslice-controller\" value_size:141 >> failure:<request_range:<key:\"/registry/serviceaccounts/kube-system/endpointslice-controller\" > >"}
{"level":"info","ts":"2025-03-29T16:18:48.014771Z","caller":"traceutil/trace.go:171","msg":"trace[2099975341] transaction","detail":"{read_only:false; response_revision:361; number_of_response:1; }","duration":"495.440902ms","start":"2025-03-29T16:18:47.519320Z","end":"2025-03-29T16:18:48.014761Z","steps":["trace[2099975341] 'process raft request' (duration: 417.848865ms)"],"step_count":1}
{"level":"warn","ts":"2025-03-29T16:18:48.014854Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2025-03-29T16:18:47.519313Z","time spent":"495.513742ms","remote":"127.0.0.1:40592","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":2911,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/controllerrevisions/kube-system/nvidia-device-plugin-daemonset-6f7db97f95\" mod_revision:0 > success:<request_put:<key:\"/registry/controllerrevisions/kube-system/nvidia-device-plugin-daemonset-6f7db97f95\" value_size:2820 >> failure:<>"}
{"level":"info","ts":"2025-03-29T16:18:48.015074Z","caller":"traceutil/trace.go:171","msg":"trace[476149071] linearizableReadLoop","detail":"{readStateIndex:370; appliedIndex:368; }","duration":"495.282518ms","start":"2025-03-29T16:18:47.519780Z","end":"2025-03-29T16:18:48.015063Z","steps":["trace[476149071] 'read index received' (duration: 1.228954ms)","trace[476149071] 'applied index is now lower than readState.Index' (duration: 494.051899ms)"],"step_count":2}
{"level":"warn","ts":"2025-03-29T16:18:48.016806Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"497.008809ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/storageclasses/standard\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-03-29T16:18:48.023542Z","caller":"traceutil/trace.go:171","msg":"trace[1988510875] range","detail":"{range_begin:/registry/storageclasses/standard; range_end:; response_count:0; response_revision:362; }","duration":"503.788812ms","start":"2025-03-29T16:18:47.519725Z","end":"2025-03-29T16:18:48.023514Z","steps":["trace[1988510875] 'agreement among raft nodes before linearized reading' (duration: 497.017926ms)"],"step_count":1}
{"level":"warn","ts":"2025-03-29T16:18:48.023616Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2025-03-29T16:18:47.519712Z","time spent":"503.874026ms","remote":"127.0.0.1:40490","response type":"/etcdserverpb.KV/Range","request count":0,"request size":37,"response count":0,"response size":29,"request content":"key:\"/registry/storageclasses/standard\" limit:1 "}
{"level":"warn","ts":"2025-03-29T16:18:48.024830Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"504.396033ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-03-29T16:18:48.024880Z","caller":"traceutil/trace.go:171","msg":"trace[72970257] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:362; }","duration":"504.472731ms","start":"2025-03-29T16:18:47.520395Z","end":"2025-03-29T16:18:48.024868Z","steps":["trace[72970257] 'agreement among raft nodes before linearized reading' (duration: 504.385033ms)"],"step_count":1}
{"level":"warn","ts":"2025-03-29T16:18:48.024911Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2025-03-29T16:18:47.520384Z","time spent":"504.520303ms","remote":"127.0.0.1:40132","response type":"/etcdserverpb.KV/Range","request count":0,"request size":18,"response count":0,"response size":29,"request content":"key:\"/registry/health\" "}
{"level":"warn","ts":"2025-03-29T16:18:48.025093Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"187.115098ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/coredns\" limit:1 ","response":"range_response_count:1 size:4034"}
{"level":"info","ts":"2025-03-29T16:18:48.025120Z","caller":"traceutil/trace.go:171","msg":"trace[1269189869] range","detail":"{range_begin:/registry/deployments/kube-system/coredns; range_end:; response_count:1; response_revision:362; }","duration":"187.17175ms","start":"2025-03-29T16:18:47.837940Z","end":"2025-03-29T16:18:48.025111Z","steps":["trace[1269189869] 'agreement among raft nodes before linearized reading' (duration: 187.107278ms)"],"step_count":1}
{"level":"warn","ts":"2025-03-29T16:18:48.025281Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"195.446444ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-112086\" limit:1 ","response":"range_response_count:1 size:5725"}
{"level":"info","ts":"2025-03-29T16:18:48.025306Z","caller":"traceutil/trace.go:171","msg":"trace[1181109629] range","detail":"{range_begin:/registry/minions/addons-112086; range_end:; response_count:1; response_revision:362; }","duration":"195.486972ms","start":"2025-03-29T16:18:47.829812Z","end":"2025-03-29T16:18:48.025299Z","steps":["trace[1181109629] 'agreement among raft nodes before linearized reading' (duration: 195.430777ms)"],"step_count":1}
{"level":"warn","ts":"2025-03-29T16:18:48.025864Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"196.055885ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" limit:1 ","response":"range_response_count:1 size:351"}
{"level":"info","ts":"2025-03-29T16:18:48.025904Z","caller":"traceutil/trace.go:171","msg":"trace[1802217603] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:362; }","duration":"196.128551ms","start":"2025-03-29T16:18:47.829766Z","end":"2025-03-29T16:18:48.025895Z","steps":["trace[1802217603] 'agreement among raft nodes before linearized reading' (duration: 196.049151ms)"],"step_count":1}
{"level":"warn","ts":"2025-03-29T16:18:48.026043Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"397.336397ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/kube-apiserver-addons-112086\" limit:1 ","response":"range_response_count:1 size:7632"}
{"level":"info","ts":"2025-03-29T16:18:48.026063Z","caller":"traceutil/trace.go:171","msg":"trace[159691380] range","detail":"{range_begin:/registry/pods/kube-system/kube-apiserver-addons-112086; range_end:; response_count:1; response_revision:362; }","duration":"397.392959ms","start":"2025-03-29T16:18:47.628663Z","end":"2025-03-29T16:18:48.026056Z","steps":["trace[159691380] 'agreement among raft nodes before linearized reading' (duration: 397.347268ms)"],"step_count":1}
{"level":"warn","ts":"2025-03-29T16:18:48.026082Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2025-03-29T16:18:47.628646Z","time spent":"397.43085ms","remote":"127.0.0.1:40318","response type":"/etcdserverpb.KV/Range","request count":0,"request size":59,"response count":1,"response size":7656,"request content":"key:\"/registry/pods/kube-system/kube-apiserver-addons-112086\" limit:1 "}
{"level":"info","ts":"2025-03-29T16:18:49.817686Z","caller":"traceutil/trace.go:171","msg":"trace[663546242] transaction","detail":"{read_only:false; response_revision:449; number_of_response:1; }","duration":"101.248635ms","start":"2025-03-29T16:18:49.716417Z","end":"2025-03-29T16:18:49.817666Z","steps":["trace[663546242] 'process raft request' (duration: 15.895858ms)","trace[663546242] 'compare' (duration: 85.253506ms)"],"step_count":2}
{"level":"info","ts":"2025-03-29T16:18:49.818056Z","caller":"traceutil/trace.go:171","msg":"trace[1151319252] transaction","detail":"{read_only:false; response_revision:451; number_of_response:1; }","duration":"100.643207ms","start":"2025-03-29T16:18:49.717401Z","end":"2025-03-29T16:18:49.818044Z","steps":["trace[1151319252] 'process raft request' (duration: 100.609927ms)"],"step_count":1}
{"level":"info","ts":"2025-03-29T16:18:49.818179Z","caller":"traceutil/trace.go:171","msg":"trace[1261362967] transaction","detail":"{read_only:false; response_revision:450; number_of_response:1; }","duration":"101.125872ms","start":"2025-03-29T16:18:49.717039Z","end":"2025-03-29T16:18:49.818165Z","steps":["trace[1261362967] 'process raft request' (duration: 100.907351ms)"],"step_count":1}
{"level":"info","ts":"2025-03-29T16:18:50.524173Z","caller":"traceutil/trace.go:171","msg":"trace[1294149797] transaction","detail":"{read_only:false; response_revision:507; number_of_response:1; }","duration":"102.385591ms","start":"2025-03-29T16:18:50.421770Z","end":"2025-03-29T16:18:50.524155Z","steps":["trace[1294149797] 'compare' (duration: 94.59025ms)"],"step_count":1}
==> kernel <==
16:23:36 up 1:06, 0 users, load average: 0.26, 0.67, 0.37
Linux addons-112086 5.15.0-1078-gcp #87~20.04.1-Ubuntu SMP Mon Feb 24 10:23:16 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.5 LTS"
==> kindnet [c030fb161fe5382305f142c33704c143e7a05d7f45312d23b4096a64a1eadbc2] <==
I0329 16:21:34.914696 1 main.go:301] handling current node
I0329 16:21:44.914546 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0329 16:21:44.914708 1 main.go:301] handling current node
I0329 16:21:54.914670 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0329 16:21:54.914708 1 main.go:301] handling current node
I0329 16:22:04.914840 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0329 16:22:04.914902 1 main.go:301] handling current node
I0329 16:22:14.914469 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0329 16:22:14.914525 1 main.go:301] handling current node
I0329 16:22:24.922457 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0329 16:22:24.922516 1 main.go:301] handling current node
I0329 16:22:34.918330 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0329 16:22:34.918373 1 main.go:301] handling current node
I0329 16:22:44.921929 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0329 16:22:44.922016 1 main.go:301] handling current node
I0329 16:22:54.914783 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0329 16:22:54.914830 1 main.go:301] handling current node
I0329 16:23:04.921990 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0329 16:23:04.922052 1 main.go:301] handling current node
I0329 16:23:14.921634 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0329 16:23:14.921672 1 main.go:301] handling current node
I0329 16:23:24.914909 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0329 16:23:24.914944 1 main.go:301] handling current node
I0329 16:23:34.915533 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0329 16:23:34.915673 1 main.go:301] handling current node
==> kube-apiserver [00e5bb7f0827bdb377144e032af73ea42d182543b66ea34165e44e6285eefbc0] <==
I0329 16:19:22.809074 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
E0329 16:20:39.085066 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:35558: use of closed network connection
E0329 16:20:39.271436 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:35578: use of closed network connection
I0329 16:20:48.419063 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.106.213.223"}
I0329 16:20:53.275280 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0329 16:20:54.296447 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0329 16:21:09.864257 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0329 16:21:10.120810 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.106.233.146"}
I0329 16:21:21.997844 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0329 16:21:23.784818 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
E0329 16:21:39.282619 1 authentication.go:74] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I0329 16:21:43.279651 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0329 16:21:43.279715 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0329 16:21:43.297230 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0329 16:21:43.297443 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0329 16:21:43.299505 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0329 16:21:43.299557 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0329 16:21:43.326654 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0329 16:21:43.326710 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0329 16:21:43.341740 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0329 16:21:43.341898 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0329 16:21:44.313808 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0329 16:21:44.342422 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0329 16:21:44.414359 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0329 16:23:34.929376 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.104.109.109"}
==> kube-controller-manager [10ef5b8555e5d285d72f795900b4a98734eff574f076f91a66b6a1e3a7c0828c] <==
E0329 16:22:28.521118 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W0329 16:23:00.538439 1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
E0329 16:23:00.539364 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshotclasses"
W0329 16:23:00.540216 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0329 16:23:00.540252 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W0329 16:23:00.669522 1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
E0329 16:23:00.670651 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshots"
W0329 16:23:00.671635 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0329 16:23:00.671672 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W0329 16:23:07.983902 1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
E0329 16:23:07.984897 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="gadget.kinvolk.io/v1alpha1, Resource=traces"
W0329 16:23:07.985845 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0329 16:23:07.985883 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W0329 16:23:08.001553 1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
E0329 16:23:08.002803 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshotcontents"
W0329 16:23:08.003907 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0329 16:23:08.003947 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
I0329 16:23:34.726442 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="13.645597ms"
I0329 16:23:34.738043 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="11.549485ms"
I0329 16:23:34.738130 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="50.285µs"
I0329 16:23:34.738172 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="18.125µs"
W0329 16:23:36.015682 1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
E0329 16:23:36.016849 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshotclasses"
W0329 16:23:36.018517 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0329 16:23:36.018565 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
==> kube-proxy [26d87104bedeec4567645105ed363d6ea24404947ad013a431751aca3ed86735] <==
I0329 16:18:48.828787 1 server_linux.go:66] "Using iptables proxy"
I0329 16:18:49.924470 1 server.go:698] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
E0329 16:18:49.924654 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`"
I0329 16:18:50.213739 1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0329 16:18:50.213906 1 server_linux.go:170] "Using iptables Proxier"
I0329 16:18:50.226011 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"
I0329 16:18:50.236317 1 server.go:497] "Version info" version="v1.32.2"
I0329 16:18:50.236350 1 server.go:499] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0329 16:18:50.238951 1 config.go:199] "Starting service config controller"
I0329 16:18:50.238997 1 shared_informer.go:313] Waiting for caches to sync for service config
I0329 16:18:50.239034 1 config.go:105] "Starting endpoint slice config controller"
I0329 16:18:50.239042 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0329 16:18:50.239761 1 config.go:329] "Starting node config controller"
I0329 16:18:50.239777 1 shared_informer.go:313] Waiting for caches to sync for node config
I0329 16:18:50.415235 1 shared_informer.go:320] Caches are synced for node config
I0329 16:18:50.415286 1 shared_informer.go:320] Caches are synced for service config
I0329 16:18:50.415302 1 shared_informer.go:320] Caches are synced for endpoint slice config
==> kube-scheduler [b279ee01574a989ebaf5528b4fc3649701753294460bd38da663c01b69c6ae04] <==
W0329 16:18:37.914427 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0329 16:18:37.914727 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0329 16:18:37.914609 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0329 16:18:37.914819 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0329 16:18:37.914615 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E0329 16:18:37.914891 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W0329 16:18:37.915308 1 reflector.go:569] 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
E0329 16:18:37.915340 1 reflector.go:166] "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"
W0329 16:18:37.915410 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
E0329 16:18:37.915481 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W0329 16:18:38.935548 1 reflector.go:569] 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
E0329 16:18:38.935588 1 reflector.go:166] "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"
W0329 16:18:38.975517 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E0329 16:18:38.975560 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0329 16:18:38.978959 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0329 16:18:38.979006 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0329 16:18:39.044401 1 reflector.go:569] runtime/asm_amd64.s:1700: 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"
E0329 16:18:39.044442 1 reflector.go:166] "Unhandled Error" err="runtime/asm_amd64.s:1700: 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"
W0329 16:18:39.074853 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
E0329 16:18:39.074896 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W0329 16:18:39.110218 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
E0329 16:18:39.110255 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
W0329 16:18:39.122855 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0329 16:18:39.122894 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError"
I0329 16:18:41.343779 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Mar 29 16:22:50 addons-112086 kubelet[1659]: E0329 16:22:50.546007 1659 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1743265370545672668,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:617400,},InodesUsed:&UInt64Value{Value:236,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Mar 29 16:22:51 addons-112086 kubelet[1659]: I0329 16:22:51.425534 1659 kubelet_pods.go:1021] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/busybox" secret="" err="secret \"gcp-auth\" not found"
Mar 29 16:23:00 addons-112086 kubelet[1659]: E0329 16:23:00.548544 1659 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1743265380548268824,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:617400,},InodesUsed:&UInt64Value{Value:236,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Mar 29 16:23:00 addons-112086 kubelet[1659]: E0329 16:23:00.548593 1659 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1743265380548268824,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:617400,},InodesUsed:&UInt64Value{Value:236,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Mar 29 16:23:06 addons-112086 kubelet[1659]: E0329 16:23:06.033295 1659 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/f7b2b586911805a5071bf094736e3efaf492be8249b5a7fcf4a20381cfd6b95c/diff" to get inode usage: stat /var/lib/containers/storage/overlay/f7b2b586911805a5071bf094736e3efaf492be8249b5a7fcf4a20381cfd6b95c/diff: no such file or directory, extraDiskErr: <nil>
Mar 29 16:23:10 addons-112086 kubelet[1659]: E0329 16:23:10.550865 1659 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1743265390550557641,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:617400,},InodesUsed:&UInt64Value{Value:236,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Mar 29 16:23:10 addons-112086 kubelet[1659]: E0329 16:23:10.550898 1659 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1743265390550557641,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:617400,},InodesUsed:&UInt64Value{Value:236,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Mar 29 16:23:20 addons-112086 kubelet[1659]: E0329 16:23:20.552818 1659 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1743265400552546356,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:617400,},InodesUsed:&UInt64Value{Value:236,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Mar 29 16:23:20 addons-112086 kubelet[1659]: E0329 16:23:20.552856 1659 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1743265400552546356,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:617400,},InodesUsed:&UInt64Value{Value:236,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Mar 29 16:23:30 addons-112086 kubelet[1659]: E0329 16:23:30.555483 1659 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1743265410555208137,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:617400,},InodesUsed:&UInt64Value{Value:236,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Mar 29 16:23:30 addons-112086 kubelet[1659]: E0329 16:23:30.555529 1659 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1743265410555208137,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:617400,},InodesUsed:&UInt64Value{Value:236,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Mar 29 16:23:34 addons-112086 kubelet[1659]: I0329 16:23:34.727153 1659 memory_manager.go:355] "RemoveStaleState removing state" podUID="65bba16e-4656-4cfc-b5d9-3262aa1112b8" containerName="hostpath"
Mar 29 16:23:34 addons-112086 kubelet[1659]: I0329 16:23:34.727195 1659 memory_manager.go:355] "RemoveStaleState removing state" podUID="65bba16e-4656-4cfc-b5d9-3262aa1112b8" containerName="liveness-probe"
Mar 29 16:23:34 addons-112086 kubelet[1659]: I0329 16:23:34.727204 1659 memory_manager.go:355] "RemoveStaleState removing state" podUID="65bba16e-4656-4cfc-b5d9-3262aa1112b8" containerName="node-driver-registrar"
Mar 29 16:23:34 addons-112086 kubelet[1659]: I0329 16:23:34.727215 1659 memory_manager.go:355] "RemoveStaleState removing state" podUID="027d7518-5b15-4965-89e1-de594f512832" containerName="volume-snapshot-controller"
Mar 29 16:23:34 addons-112086 kubelet[1659]: I0329 16:23:34.727223 1659 memory_manager.go:355] "RemoveStaleState removing state" podUID="65bba16e-4656-4cfc-b5d9-3262aa1112b8" containerName="csi-external-health-monitor-controller"
Mar 29 16:23:34 addons-112086 kubelet[1659]: I0329 16:23:34.727232 1659 memory_manager.go:355] "RemoveStaleState removing state" podUID="f00db3fb-f542-4f58-9bf8-7ae8299841cc" containerName="local-path-provisioner"
Mar 29 16:23:34 addons-112086 kubelet[1659]: I0329 16:23:34.727240 1659 memory_manager.go:355] "RemoveStaleState removing state" podUID="578d52b0-65ea-4030-a21b-4061025329b2" containerName="volume-snapshot-controller"
Mar 29 16:23:34 addons-112086 kubelet[1659]: I0329 16:23:34.727248 1659 memory_manager.go:355] "RemoveStaleState removing state" podUID="b2334a7a-b32f-489a-a37a-f37112503ed1" containerName="csi-attacher"
Mar 29 16:23:34 addons-112086 kubelet[1659]: I0329 16:23:34.727255 1659 memory_manager.go:355] "RemoveStaleState removing state" podUID="c9972e97-38d2-49e4-aa91-1bdbea0cb39b" containerName="task-pv-container"
Mar 29 16:23:34 addons-112086 kubelet[1659]: I0329 16:23:34.727262 1659 memory_manager.go:355] "RemoveStaleState removing state" podUID="65bba16e-4656-4cfc-b5d9-3262aa1112b8" containerName="csi-provisioner"
Mar 29 16:23:34 addons-112086 kubelet[1659]: I0329 16:23:34.727270 1659 memory_manager.go:355] "RemoveStaleState removing state" podUID="01fa1d7a-960f-469e-b383-2a85eae2b1cb" containerName="csi-resizer"
Mar 29 16:23:34 addons-112086 kubelet[1659]: I0329 16:23:34.727277 1659 memory_manager.go:355] "RemoveStaleState removing state" podUID="65bba16e-4656-4cfc-b5d9-3262aa1112b8" containerName="csi-snapshotter"
Mar 29 16:23:34 addons-112086 kubelet[1659]: I0329 16:23:34.747984 1659 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-x5pjx\" (UniqueName: \"kubernetes.io/projected/bae62207-690b-469a-99f7-849580c37a54-kube-api-access-x5pjx\") pod \"hello-world-app-7d9564db4-xh246\" (UID: \"bae62207-690b-469a-99f7-849580c37a54\") " pod="default/hello-world-app-7d9564db4-xh246"
Mar 29 16:23:35 addons-112086 kubelet[1659]: W0329 16:23:35.121774 1659 manager.go:1169] Failed to process watch event {EventType:0 Name:/docker/bc7b4bfbbd0253ed88ebccbb070f97045a2c50b26462dc762bf90ee9b6383fab/crio-61caf7f8a4832959ad8fed30f9f606ad1f10ea3aa075fbcf12fe9eb70782c58d WatchSource:0}: Error finding container 61caf7f8a4832959ad8fed30f9f606ad1f10ea3aa075fbcf12fe9eb70782c58d: Status 404 returned error can't find the container with id 61caf7f8a4832959ad8fed30f9f606ad1f10ea3aa075fbcf12fe9eb70782c58d
==> storage-provisioner [bd6d2f9b69b2a6a8f5d32fa86a4c4fc8765200b5b4b2f045da7de28118b4bfe5] <==
I0329 16:19:06.153359 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0329 16:19:06.162514 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0329 16:19:06.162630 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0329 16:19:06.172881 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0329 16:19:06.173067 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-112086_e91c3f3f-feb8-4271-a1b5-4a26aa883b29!
I0329 16:19:06.173034 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"7d1c8501-e970-420d-9cc3-3603d8b0f850", APIVersion:"v1", ResourceVersion:"874", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-112086_e91c3f3f-feb8-4271-a1b5-4a26aa883b29 became leader
I0329 16:19:06.273895 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-112086_e91c3f3f-feb8-4271-a1b5-4a26aa883b29!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-112086 -n addons-112086
helpers_test.go:261: (dbg) Run: kubectl --context addons-112086 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: hello-world-app-7d9564db4-xh246 ingress-nginx-admission-create-g6tk7 ingress-nginx-admission-patch-blg5b
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Ingress]: describe non-running pods <======
helpers_test.go:277: (dbg) Run: kubectl --context addons-112086 describe pod hello-world-app-7d9564db4-xh246 ingress-nginx-admission-create-g6tk7 ingress-nginx-admission-patch-blg5b
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-112086 describe pod hello-world-app-7d9564db4-xh246 ingress-nginx-admission-create-g6tk7 ingress-nginx-admission-patch-blg5b: exit status 1 (75.951839ms)
-- stdout --
Name: hello-world-app-7d9564db4-xh246
Namespace: default
Priority: 0
Service Account: default
Node: addons-112086/192.168.49.2
Start Time: Sat, 29 Mar 2025 16:23:34 +0000
Labels: app=hello-world-app
pod-template-hash=7d9564db4
Annotations: <none>
Status: Pending
IP:
IPs: <none>
Controlled By: ReplicaSet/hello-world-app-7d9564db4
Containers:
hello-world-app:
Container ID:
Image: docker.io/kicbase/echo-server:1.0
Image ID:
Port: 8080/TCP
Host Port: 0/TCP
State: Waiting
Reason: ContainerCreating
Ready: False
Restart Count: 0
Environment: <none>
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-x5pjx (ro)
Conditions:
Type Status
PodReadyToStartContainers False
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
kube-api-access-x5pjx:
Type: Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds: 3607
ConfigMapName: kube-root-ca.crt
ConfigMapOptional: <nil>
DownwardAPI: true
QoS Class: BestEffort
Node-Selectors: <none>
Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 3s default-scheduler Successfully assigned default/hello-world-app-7d9564db4-xh246 to addons-112086
Normal Pulling 2s kubelet Pulling image "docker.io/kicbase/echo-server:1.0"
-- /stdout --
** stderr **
Error from server (NotFound): pods "ingress-nginx-admission-create-g6tk7" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-blg5b" not found
** /stderr **
helpers_test.go:279: kubectl --context addons-112086 describe pod hello-world-app-7d9564db4-xh246 ingress-nginx-admission-create-g6tk7 ingress-nginx-admission-patch-blg5b: exit status 1
addons_test.go:992: (dbg) Run: out/minikube-linux-amd64 -p addons-112086 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-112086 addons disable ingress-dns --alsologtostderr -v=1: (1.425222294s)
addons_test.go:992: (dbg) Run: out/minikube-linux-amd64 -p addons-112086 addons disable ingress --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-112086 addons disable ingress --alsologtostderr -v=1: (7.728813422s)
--- FAIL: TestAddons/parallel/Ingress (156.98s)