=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-970843 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-970843 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-970843 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" [27a38ff0-72c5-4f2f-a133-601f97882637] Pending
helpers_test.go:344: "nginx" [27a38ff0-72c5-4f2f-a133-601f97882637] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:329: TestAddons/parallel/Ingress: WARNING: pod list for "default" "run=nginx" returned: client rate limiter Wait returned an error: context deadline exceeded
addons_test.go:250: ***** TestAddons/parallel/Ingress: pod "run=nginx" failed to start within 8m0s: context deadline exceeded ****
addons_test.go:250: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-970843 -n addons-970843
addons_test.go:250: TestAddons/parallel/Ingress: showing logs for failed pods as of 2025-04-01 20:38:49.625112547 +0000 UTC m=+750.404407330
addons_test.go:250: (dbg) Run: kubectl --context addons-970843 describe po nginx -n default
addons_test.go:250: (dbg) kubectl --context addons-970843 describe po nginx -n default:
Name: nginx
Namespace: default
Priority: 0
Service Account: default
Node: addons-970843/192.168.49.2
Start Time: Tue, 01 Apr 2025 20:30:49 +0000
Labels: run=nginx
Annotations: <none>
Status: Pending
IP: 10.244.0.29
IPs:
IP: 10.244.0.29
Containers:
nginx:
Container ID:
Image: docker.io/nginx:alpine
Image ID:
Port: 80/TCP
Host Port: 0/TCP
State: Waiting
Reason: ImagePullBackOff
Ready: False
Restart Count: 0
Environment: <none>
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-fm5fc (ro)
Conditions:
Type Status
PodReadyToStartContainers True
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
kube-api-access-fm5fc:
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 8m default-scheduler Successfully assigned default/nginx to addons-970843
Warning Failed 4m58s (x2 over 6m29s) kubelet Failed to pull image "docker.io/nginx:alpine": reading manifest alpine in docker.io/library/nginx: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Normal Pulling 2m6s (x5 over 8m) kubelet Pulling image "docker.io/nginx:alpine"
Warning Failed 96s (x3 over 7m30s) kubelet Failed to pull image "docker.io/nginx:alpine": loading manifest for target platform: reading manifest sha256:56568860b56c0bc8099fe1b2d84f43a18939e217e6c619126214c0f71bc27626 in docker.io/library/nginx: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Warning Failed 96s (x5 over 7m30s) kubelet Error: ErrImagePull
Warning Failed 32s (x16 over 7m29s) kubelet Error: ImagePullBackOff
Normal BackOff 6s (x18 over 7m29s) kubelet Back-off pulling image "docker.io/nginx:alpine"
addons_test.go:250: (dbg) Run: kubectl --context addons-970843 logs nginx -n default
addons_test.go:250: (dbg) Non-zero exit: kubectl --context addons-970843 logs nginx -n default: exit status 1 (104.184424ms)
** stderr **
Error from server (BadRequest): container "nginx" in pod "nginx" is waiting to start: trying and failing to pull image
** /stderr **
addons_test.go:250: kubectl --context addons-970843 logs nginx -n default: exit status 1
addons_test.go:251: failed waiting for ngnix pod: run=nginx within 8m0s: context deadline exceeded
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-970843
helpers_test.go:235: (dbg) docker inspect addons-970843:
-- stdout --
[
{
"Id": "c412a627e1924fcafae5a664016dfd462804adc03cfb5e9d6d433af95d6bd26d",
"Created": "2025-04-01T20:27:03.40582324Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 804037,
"ExitCode": 0,
"Error": "",
"StartedAt": "2025-04-01T20:27:03.477709093Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:df0c2544fb3106b890f0a9ab81fcf49f97edb092b83e47f42288ad5dfe1f4b40",
"ResolvConfPath": "/var/lib/docker/containers/c412a627e1924fcafae5a664016dfd462804adc03cfb5e9d6d433af95d6bd26d/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/c412a627e1924fcafae5a664016dfd462804adc03cfb5e9d6d433af95d6bd26d/hostname",
"HostsPath": "/var/lib/docker/containers/c412a627e1924fcafae5a664016dfd462804adc03cfb5e9d6d433af95d6bd26d/hosts",
"LogPath": "/var/lib/docker/containers/c412a627e1924fcafae5a664016dfd462804adc03cfb5e9d6d433af95d6bd26d/c412a627e1924fcafae5a664016dfd462804adc03cfb5e9d6d433af95d6bd26d-json.log",
"Name": "/addons-970843",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-970843:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-970843",
"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": "c412a627e1924fcafae5a664016dfd462804adc03cfb5e9d6d433af95d6bd26d",
"LowerDir": "/var/lib/docker/overlay2/e21fbb95eef56fbfe96a8b1f6f88c8965e58a081d088555e6c2d5d1400fffa6e-init/diff:/var/lib/docker/overlay2/ccc34f8d84835bcfcdd557b47bb4223133671a99a832d8130db59bb92301cd9e/diff",
"MergedDir": "/var/lib/docker/overlay2/e21fbb95eef56fbfe96a8b1f6f88c8965e58a081d088555e6c2d5d1400fffa6e/merged",
"UpperDir": "/var/lib/docker/overlay2/e21fbb95eef56fbfe96a8b1f6f88c8965e58a081d088555e6c2d5d1400fffa6e/diff",
"WorkDir": "/var/lib/docker/overlay2/e21fbb95eef56fbfe96a8b1f6f88c8965e58a081d088555e6c2d5d1400fffa6e/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-970843",
"Source": "/var/lib/docker/volumes/addons-970843/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-970843",
"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-970843",
"name.minikube.sigs.k8s.io": "addons-970843",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "1bb1bb98f2ab92dc323a10a247ecfeec15d02f8750ea2664030122b47374da16",
"SandboxKey": "/var/run/docker/netns/1bb1bb98f2ab",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33530"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33531"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33534"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33532"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33533"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-970843": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "76:e1:79:1e:86:6a",
"DriverOpts": null,
"GwPriority": 0,
"NetworkID": "55732ad35f15e54727a3acbfaecb9d6d59396ad059049565985468e55bf26bad",
"EndpointID": "ea90cd0f51666bcf91c3eadf3da3be76bba1e7b3183ee7b3264610d137700597",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-970843",
"c412a627e192"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-970843 -n addons-970843
helpers_test.go:244: <<< TestAddons/parallel/Ingress FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======> post-mortem[TestAddons/parallel/Ingress]: minikube logs <======
helpers_test.go:247: (dbg) Run: out/minikube-linux-arm64 -p addons-970843 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-970843 logs -n 25: (1.435387273s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | --all | minikube | jenkins | v1.35.0 | 01 Apr 25 20:26 UTC | 01 Apr 25 20:26 UTC |
| delete | -p download-only-355677 | download-only-355677 | jenkins | v1.35.0 | 01 Apr 25 20:26 UTC | 01 Apr 25 20:26 UTC |
| delete | -p download-only-472369 | download-only-472369 | jenkins | v1.35.0 | 01 Apr 25 20:26 UTC | 01 Apr 25 20:26 UTC |
| delete | -p download-only-355677 | download-only-355677 | jenkins | v1.35.0 | 01 Apr 25 20:26 UTC | 01 Apr 25 20:26 UTC |
| start | --download-only -p | download-docker-973878 | jenkins | v1.35.0 | 01 Apr 25 20:26 UTC | |
| | download-docker-973878 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-973878 | download-docker-973878 | jenkins | v1.35.0 | 01 Apr 25 20:26 UTC | 01 Apr 25 20:26 UTC |
| start | --download-only -p | binary-mirror-959508 | jenkins | v1.35.0 | 01 Apr 25 20:26 UTC | |
| | binary-mirror-959508 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:37277 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-959508 | binary-mirror-959508 | jenkins | v1.35.0 | 01 Apr 25 20:26 UTC | 01 Apr 25 20:26 UTC |
| addons | disable dashboard -p | addons-970843 | jenkins | v1.35.0 | 01 Apr 25 20:26 UTC | |
| | addons-970843 | | | | | |
| addons | enable dashboard -p | addons-970843 | jenkins | v1.35.0 | 01 Apr 25 20:26 UTC | |
| | addons-970843 | | | | | |
| start | -p addons-970843 --wait=true | addons-970843 | jenkins | v1.35.0 | 01 Apr 25 20:26 UTC | 01 Apr 25 20:29 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-970843 addons disable | addons-970843 | jenkins | v1.35.0 | 01 Apr 25 20:29 UTC | 01 Apr 25 20:29 UTC |
| | volcano --alsologtostderr -v=1 | | | | | |
| addons | addons-970843 addons disable | addons-970843 | jenkins | v1.35.0 | 01 Apr 25 20:29 UTC | 01 Apr 25 20:29 UTC |
| | gcp-auth --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | enable headlamp | addons-970843 | jenkins | v1.35.0 | 01 Apr 25 20:29 UTC | 01 Apr 25 20:29 UTC |
| | -p addons-970843 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-970843 addons disable | addons-970843 | jenkins | v1.35.0 | 01 Apr 25 20:30 UTC | 01 Apr 25 20:30 UTC |
| | headlamp --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| ip | addons-970843 ip | addons-970843 | jenkins | v1.35.0 | 01 Apr 25 20:30 UTC | 01 Apr 25 20:30 UTC |
| addons | addons-970843 addons disable | addons-970843 | jenkins | v1.35.0 | 01 Apr 25 20:30 UTC | 01 Apr 25 20:30 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-970843 addons disable | addons-970843 | jenkins | v1.35.0 | 01 Apr 25 20:30 UTC | 01 Apr 25 20:30 UTC |
| | yakd --alsologtostderr -v=1 | | | | | |
| addons | addons-970843 addons | addons-970843 | jenkins | v1.35.0 | 01 Apr 25 20:30 UTC | 01 Apr 25 20:30 UTC |
| | disable nvidia-device-plugin | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-970843 ssh cat | addons-970843 | jenkins | v1.35.0 | 01 Apr 25 20:30 UTC | 01 Apr 25 20:30 UTC |
| | /opt/local-path-provisioner/pvc-728fb432-fd83-4bf6-b01d-4ffb4b242da0_default_test-pvc/file1 | | | | | |
| addons | addons-970843 addons disable | addons-970843 | jenkins | v1.35.0 | 01 Apr 25 20:30 UTC | 01 Apr 25 20:30 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-970843 addons | addons-970843 | jenkins | v1.35.0 | 01 Apr 25 20:30 UTC | 01 Apr 25 20:30 UTC |
| | disable cloud-spanner | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-970843 addons | addons-970843 | jenkins | v1.35.0 | 01 Apr 25 20:30 UTC | 01 Apr 25 20:30 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-970843 addons | addons-970843 | jenkins | v1.35.0 | 01 Apr 25 20:30 UTC | 01 Apr 25 20:30 UTC |
| | disable inspektor-gadget | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-970843 addons | addons-970843 | jenkins | v1.35.0 | 01 Apr 25 20:37 UTC | |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2025/04/01 20:26:37
Running on machine: ip-172-31-31-251
Binary: Built with gc go1.24.0 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0401 20:26:37.738182 803635 out.go:345] Setting OutFile to fd 1 ...
I0401 20:26:37.738296 803635 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0401 20:26:37.738331 803635 out.go:358] Setting ErrFile to fd 2...
I0401 20:26:37.738344 803635 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0401 20:26:37.738578 803635 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20506-797498/.minikube/bin
I0401 20:26:37.739013 803635 out.go:352] Setting JSON to false
I0401 20:26:37.739807 803635 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":14948,"bootTime":1743524250,"procs":147,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1081-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
I0401 20:26:37.739872 803635 start.go:139] virtualization:
I0401 20:26:37.743156 803635 out.go:177] * [addons-970843] minikube v1.35.0 on Ubuntu 20.04 (arm64)
I0401 20:26:37.746934 803635 out.go:177] - MINIKUBE_LOCATION=20506
I0401 20:26:37.747038 803635 notify.go:220] Checking for updates...
I0401 20:26:37.752581 803635 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0401 20:26:37.755500 803635 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/20506-797498/kubeconfig
I0401 20:26:37.758276 803635 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/20506-797498/.minikube
I0401 20:26:37.761041 803635 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0401 20:26:37.763976 803635 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0401 20:26:37.766934 803635 driver.go:394] Setting default libvirt URI to qemu:///system
I0401 20:26:37.794864 803635 docker.go:123] docker version: linux-28.0.4:Docker Engine - Community
I0401 20:26:37.794998 803635 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0401 20:26:37.851629 803635 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:27 OomKillDisable:true NGoroutines:43 SystemTime:2025-04-01 20:26:37.842890366 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1081-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:28.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:05044ec0a9a75232cad458027ca83437aae3f4da Expected:05044ec0a9a75232cad458027ca83437aae3f4da} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> Se
rverErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0]] Warnings:<nil>}}
I0401 20:26:37.851753 803635 docker.go:318] overlay module found
I0401 20:26:37.854847 803635 out.go:177] * Using the docker driver based on user configuration
I0401 20:26:37.857595 803635 start.go:297] selected driver: docker
I0401 20:26:37.857625 803635 start.go:901] validating driver "docker" against <nil>
I0401 20:26:37.857641 803635 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0401 20:26:37.858334 803635 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0401 20:26:37.916171 803635 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:27 OomKillDisable:true NGoroutines:43 SystemTime:2025-04-01 20:26:37.907034762 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1081-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:28.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:05044ec0a9a75232cad458027ca83437aae3f4da Expected:05044ec0a9a75232cad458027ca83437aae3f4da} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> Se
rverErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0]] Warnings:<nil>}}
I0401 20:26:37.916340 803635 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0401 20:26:37.916557 803635 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]
I0401 20:26:37.919531 803635 out.go:177] * Using Docker driver with root privileges
I0401 20:26:37.922273 803635 cni.go:84] Creating CNI manager for ""
I0401 20:26:37.922337 803635 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0401 20:26:37.922350 803635 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0401 20:26:37.922437 803635 start.go:340] cluster config:
{Name:addons-970843 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-970843 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}
I0401 20:26:37.925445 803635 out.go:177] * Starting "addons-970843" primary control-plane node in "addons-970843" cluster
I0401 20:26:37.928256 803635 cache.go:121] Beginning downloading kic base image for docker with crio
I0401 20:26:37.931134 803635 out.go:177] * Pulling base image v0.0.46-1741860993-20523 ...
I0401 20:26:37.933958 803635 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime crio
I0401 20:26:37.934000 803635 image.go:81] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 in local docker daemon
I0401 20:26:37.934007 803635 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20506-797498/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-cri-o-overlay-arm64.tar.lz4
I0401 20:26:37.934029 803635 cache.go:56] Caching tarball of preloaded images
I0401 20:26:37.934128 803635 preload.go:172] Found /home/jenkins/minikube-integration/20506-797498/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I0401 20:26:37.934137 803635 cache.go:59] Finished verifying existence of preloaded tar for v1.32.2 on crio
I0401 20:26:37.934486 803635 profile.go:143] Saving config to /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/config.json ...
I0401 20:26:37.934505 803635 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/config.json: {Name:mk0442e829f4270b95060362e1b22b7c1228033a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 20:26:37.950430 803635 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 to local cache
I0401 20:26:37.950562 803635 image.go:65] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 in local cache directory
I0401 20:26:37.950585 803635 image.go:68] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 in local cache directory, skipping pull
I0401 20:26:37.950590 803635 image.go:137] gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 exists in cache, skipping pull
I0401 20:26:37.950601 803635 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 as a tarball
I0401 20:26:37.950607 803635 cache.go:163] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 from local cache
I0401 20:26:55.487851 803635 cache.go:165] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 from cached tarball
I0401 20:26:55.487903 803635 cache.go:230] Successfully downloaded all kic artifacts
I0401 20:26:55.487942 803635 start.go:360] acquireMachinesLock for addons-970843: {Name:mk947e5aa0a4cecf53659adb08fb85d8544e76cd Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0401 20:26:55.488055 803635 start.go:364] duration metric: took 89.189µs to acquireMachinesLock for "addons-970843"
I0401 20:26:55.488093 803635 start.go:93] Provisioning new machine with config: &{Name:addons-970843 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-970843 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}
I0401 20:26:55.488169 803635 start.go:125] createHost starting for "" (driver="docker")
I0401 20:26:55.491619 803635 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0401 20:26:55.491858 803635 start.go:159] libmachine.API.Create for "addons-970843" (driver="docker")
I0401 20:26:55.491901 803635 client.go:168] LocalClient.Create starting
I0401 20:26:55.492046 803635 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/20506-797498/.minikube/certs/ca.pem
I0401 20:26:55.885973 803635 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/20506-797498/.minikube/certs/cert.pem
I0401 20:26:56.667106 803635 cli_runner.go:164] Run: docker network inspect addons-970843 --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}}]}"
W0401 20:26:56.686574 803635 cli_runner.go:211] docker network inspect addons-970843 --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
I0401 20:26:56.686659 803635 network_create.go:284] running [docker network inspect addons-970843] to gather additional debugging logs...
I0401 20:26:56.686683 803635 cli_runner.go:164] Run: docker network inspect addons-970843
W0401 20:26:56.708402 803635 cli_runner.go:211] docker network inspect addons-970843 returned with exit code 1
I0401 20:26:56.708435 803635 network_create.go:287] error running [docker network inspect addons-970843]: docker network inspect addons-970843: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-970843 not found
I0401 20:26:56.708449 803635 network_create.go:289] output of [docker network inspect addons-970843]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-970843 not found
** /stderr **
I0401 20:26:56.708537 803635 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}}]}"
I0401 20:26:56.726523 803635 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:0x4001bd47e0}
I0401 20:26:56.726566 803635 network_create.go:124] attempt to create docker network addons-970843 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0401 20:26:56.726627 803635 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-970843 addons-970843
I0401 20:26:56.790149 803635 network_create.go:108] docker network addons-970843 192.168.49.0/24 created
I0401 20:26:56.790176 803635 kic.go:121] calculated static IP "192.168.49.2" for the "addons-970843" container
I0401 20:26:56.790279 803635 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0401 20:26:56.806980 803635 cli_runner.go:164] Run: docker volume create addons-970843 --label name.minikube.sigs.k8s.io=addons-970843 --label created_by.minikube.sigs.k8s.io=true
I0401 20:26:56.826879 803635 oci.go:103] Successfully created a docker volume addons-970843
I0401 20:26:56.826983 803635 cli_runner.go:164] Run: docker run --rm --name addons-970843-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-970843 --entrypoint /usr/bin/test -v addons-970843:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 -d /var/lib
I0401 20:26:58.841921 803635 cli_runner.go:217] Completed: docker run --rm --name addons-970843-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-970843 --entrypoint /usr/bin/test -v addons-970843:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 -d /var/lib: (2.014903174s)
I0401 20:26:58.841956 803635 oci.go:107] Successfully prepared a docker volume addons-970843
I0401 20:26:58.841992 803635 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime crio
I0401 20:26:58.842012 803635 kic.go:194] Starting extracting preloaded images to volume ...
I0401 20:26:58.842080 803635 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20506-797498/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-970843:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 -I lz4 -xf /preloaded.tar -C /extractDir
I0401 20:27:03.336401 803635 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20506-797498/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-970843:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185 -I lz4 -xf /preloaded.tar -C /extractDir: (4.494271866s)
I0401 20:27:03.336453 803635 kic.go:203] duration metric: took 4.494436263s to extract preloaded images to volume ...
W0401 20:27:03.336623 803635 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0401 20:27:03.336828 803635 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0401 20:27:03.391104 803635 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-970843 --name addons-970843 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-970843 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-970843 --network addons-970843 --ip 192.168.49.2 --volume addons-970843:/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
I0401 20:27:03.727085 803635 cli_runner.go:164] Run: docker container inspect addons-970843 --format={{.State.Running}}
I0401 20:27:03.755155 803635 cli_runner.go:164] Run: docker container inspect addons-970843 --format={{.State.Status}}
I0401 20:27:03.778730 803635 cli_runner.go:164] Run: docker exec addons-970843 stat /var/lib/dpkg/alternatives/iptables
I0401 20:27:03.838432 803635 oci.go:144] the created container "addons-970843" has a running status.
I0401 20:27:03.838469 803635 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/20506-797498/.minikube/machines/addons-970843/id_rsa...
I0401 20:27:04.400636 803635 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/20506-797498/.minikube/machines/addons-970843/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0401 20:27:04.427451 803635 cli_runner.go:164] Run: docker container inspect addons-970843 --format={{.State.Status}}
I0401 20:27:04.453644 803635 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0401 20:27:04.453663 803635 kic_runner.go:114] Args: [docker exec --privileged addons-970843 chown docker:docker /home/docker/.ssh/authorized_keys]
I0401 20:27:04.511556 803635 cli_runner.go:164] Run: docker container inspect addons-970843 --format={{.State.Status}}
I0401 20:27:04.536549 803635 machine.go:93] provisionDockerMachine start ...
I0401 20:27:04.536638 803635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-970843
I0401 20:27:04.557957 803635 main.go:141] libmachine: Using SSH client type: native
I0401 20:27:04.558290 803635 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e66c0] 0x3e8e80 <nil> [] 0s} 127.0.0.1 33530 <nil> <nil>}
I0401 20:27:04.558309 803635 main.go:141] libmachine: About to run SSH command:
hostname
I0401 20:27:04.688874 803635 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-970843
I0401 20:27:04.688899 803635 ubuntu.go:169] provisioning hostname "addons-970843"
I0401 20:27:04.688960 803635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-970843
I0401 20:27:04.709829 803635 main.go:141] libmachine: Using SSH client type: native
I0401 20:27:04.710142 803635 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e66c0] 0x3e8e80 <nil> [] 0s} 127.0.0.1 33530 <nil> <nil>}
I0401 20:27:04.710157 803635 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-970843 && echo "addons-970843" | sudo tee /etc/hostname
I0401 20:27:04.849998 803635 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-970843
I0401 20:27:04.850099 803635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-970843
I0401 20:27:04.872695 803635 main.go:141] libmachine: Using SSH client type: native
I0401 20:27:04.873031 803635 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e66c0] 0x3e8e80 <nil> [] 0s} 127.0.0.1 33530 <nil> <nil>}
I0401 20:27:04.873054 803635 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-970843' /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-970843/g' /etc/hosts;
else
echo '127.0.1.1 addons-970843' | sudo tee -a /etc/hosts;
fi
fi
I0401 20:27:05.012643 803635 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0401 20:27:05.012670 803635 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/20506-797498/.minikube CaCertPath:/home/jenkins/minikube-integration/20506-797498/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/20506-797498/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/20506-797498/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/20506-797498/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/20506-797498/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/20506-797498/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/20506-797498/.minikube}
I0401 20:27:05.012695 803635 ubuntu.go:177] setting up certificates
I0401 20:27:05.012706 803635 provision.go:84] configureAuth start
I0401 20:27:05.012790 803635 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-970843
I0401 20:27:05.031585 803635 provision.go:143] copyHostCerts
I0401 20:27:05.031670 803635 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20506-797498/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/20506-797498/.minikube/key.pem (1679 bytes)
I0401 20:27:05.031797 803635 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20506-797498/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/20506-797498/.minikube/ca.pem (1082 bytes)
I0401 20:27:05.031861 803635 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20506-797498/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/20506-797498/.minikube/cert.pem (1123 bytes)
I0401 20:27:05.031922 803635 provision.go:117] generating server cert: /home/jenkins/minikube-integration/20506-797498/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/20506-797498/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/20506-797498/.minikube/certs/ca-key.pem org=jenkins.addons-970843 san=[127.0.0.1 192.168.49.2 addons-970843 localhost minikube]
I0401 20:27:06.430817 803635 provision.go:177] copyRemoteCerts
I0401 20:27:06.430883 803635 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0401 20:27:06.430926 803635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-970843
I0401 20:27:06.449620 803635 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33530 SSHKeyPath:/home/jenkins/minikube-integration/20506-797498/.minikube/machines/addons-970843/id_rsa Username:docker}
I0401 20:27:06.537857 803635 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20506-797498/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I0401 20:27:06.561802 803635 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20506-797498/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0401 20:27:06.585612 803635 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20506-797498/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0401 20:27:06.609399 803635 provision.go:87] duration metric: took 1.596674274s to configureAuth
I0401 20:27:06.609425 803635 ubuntu.go:193] setting minikube options for container-runtime
I0401 20:27:06.609610 803635 config.go:182] Loaded profile config "addons-970843": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.2
I0401 20:27:06.609722 803635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-970843
I0401 20:27:06.627044 803635 main.go:141] libmachine: Using SSH client type: native
I0401 20:27:06.627344 803635 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e66c0] 0x3e8e80 <nil> [] 0s} 127.0.0.1 33530 <nil> <nil>}
I0401 20:27:06.627364 803635 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
I0401 20:27:06.847211 803635 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0401 20:27:06.847233 803635 machine.go:96] duration metric: took 2.310664713s to provisionDockerMachine
I0401 20:27:06.847244 803635 client.go:171] duration metric: took 11.355331041s to LocalClient.Create
I0401 20:27:06.847303 803635 start.go:167] duration metric: took 11.35544666s to libmachine.API.Create "addons-970843"
I0401 20:27:06.847318 803635 start.go:293] postStartSetup for "addons-970843" (driver="docker")
I0401 20:27:06.847328 803635 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]
I0401 20:27:06.847429 803635 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
I0401 20:27:06.847490 803635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-970843
I0401 20:27:06.864559 803635 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33530 SSHKeyPath:/home/jenkins/minikube-integration/20506-797498/.minikube/machines/addons-970843/id_rsa Username:docker}
I0401 20:27:06.954363 803635 ssh_runner.go:195] Run: cat /etc/os-release
I0401 20:27:06.957370 803635 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0401 20:27:06.957403 803635 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0401 20:27:06.957413 803635 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0401 20:27:06.957420 803635 info.go:137] Remote host: Ubuntu 22.04.5 LTS
I0401 20:27:06.957430 803635 filesync.go:126] Scanning /home/jenkins/minikube-integration/20506-797498/.minikube/addons for local assets ...
I0401 20:27:06.957499 803635 filesync.go:126] Scanning /home/jenkins/minikube-integration/20506-797498/.minikube/files for local assets ...
I0401 20:27:06.957530 803635 start.go:296] duration metric: took 110.205681ms for postStartSetup
I0401 20:27:06.957835 803635 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-970843
I0401 20:27:06.973853 803635 profile.go:143] Saving config to /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/config.json ...
I0401 20:27:06.974129 803635 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0401 20:27:06.974193 803635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-970843
I0401 20:27:06.990860 803635 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33530 SSHKeyPath:/home/jenkins/minikube-integration/20506-797498/.minikube/machines/addons-970843/id_rsa Username:docker}
I0401 20:27:07.078009 803635 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0401 20:27:07.082244 803635 start.go:128] duration metric: took 11.594051574s to createHost
I0401 20:27:07.082313 803635 start.go:83] releasing machines lock for "addons-970843", held for 11.594237797s
I0401 20:27:07.082406 803635 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-970843
I0401 20:27:07.099164 803635 ssh_runner.go:195] Run: cat /version.json
I0401 20:27:07.099215 803635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-970843
I0401 20:27:07.099514 803635 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0401 20:27:07.099583 803635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-970843
I0401 20:27:07.120833 803635 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33530 SSHKeyPath:/home/jenkins/minikube-integration/20506-797498/.minikube/machines/addons-970843/id_rsa Username:docker}
I0401 20:27:07.126935 803635 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33530 SSHKeyPath:/home/jenkins/minikube-integration/20506-797498/.minikube/machines/addons-970843/id_rsa Username:docker}
I0401 20:27:07.204880 803635 ssh_runner.go:195] Run: systemctl --version
I0401 20:27:07.332279 803635 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0401 20:27:07.473275 803635 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0401 20:27:07.477594 803635 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" ;
I0401 20:27:07.499863 803635 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0401 20:27:07.499992 803635 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" ;
I0401 20:27:07.536272 803635 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0401 20:27:07.536298 803635 start.go:495] detecting cgroup driver to use...
I0401 20:27:07.536364 803635 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0401 20:27:07.536436 803635 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0401 20:27:07.553027 803635 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0401 20:27:07.564292 803635 docker.go:217] disabling cri-docker service (if available) ...
I0401 20:27:07.564392 803635 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0401 20:27:07.578846 803635 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0401 20:27:07.593999 803635 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0401 20:27:07.689288 803635 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0401 20:27:07.786774 803635 docker.go:233] disabling docker service ...
I0401 20:27:07.786879 803635 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0401 20:27:07.807432 803635 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0401 20:27:07.820169 803635 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0401 20:27:07.905014 803635 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0401 20:27:07.993874 803635 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0401 20:27:08.006326 803635 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"
I0401 20:27:08.023756 803635 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
I0401 20:27:08.023868 803635 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"
I0401 20:27:08.033496 803635 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0401 20:27:08.033622 803635 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0401 20:27:08.043363 803635 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0401 20:27:08.053241 803635 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0401 20:27:08.062856 803635 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0401 20:27:08.071760 803635 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"
I0401 20:27:08.081888 803635 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"
I0401 20:27:08.097291 803635 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"
I0401 20:27:08.107009 803635 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0401 20:27:08.115317 803635 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0401 20:27:08.123853 803635 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0401 20:27:08.202988 803635 ssh_runner.go:195] Run: sudo systemctl restart crio
I0401 20:27:08.316362 803635 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
I0401 20:27:08.316493 803635 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0401 20:27:08.320538 803635 start.go:563] Will wait 60s for crictl version
I0401 20:27:08.320645 803635 ssh_runner.go:195] Run: which crictl
I0401 20:27:08.323817 803635 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0401 20:27:08.363421 803635 start.go:579] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0401 20:27:08.363522 803635 ssh_runner.go:195] Run: crio --version
I0401 20:27:08.399857 803635 ssh_runner.go:195] Run: crio --version
I0401 20:27:08.440825 803635 out.go:177] * Preparing Kubernetes v1.32.2 on CRI-O 1.24.6 ...
I0401 20:27:08.443631 803635 cli_runner.go:164] Run: docker network inspect addons-970843 --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}}]}"
I0401 20:27:08.458973 803635 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0401 20:27:08.462617 803635 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""
I0401 20:27:08.473167 803635 kubeadm.go:883] updating cluster {Name:addons-970843 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-970843 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} ...
I0401 20:27:08.473285 803635 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime crio
I0401 20:27:08.473410 803635 ssh_runner.go:195] Run: sudo crictl images --output json
I0401 20:27:08.551792 803635 crio.go:514] all images are preloaded for cri-o runtime.
I0401 20:27:08.551814 803635 crio.go:433] Images already preloaded, skipping extraction
I0401 20:27:08.551869 803635 ssh_runner.go:195] Run: sudo crictl images --output json
I0401 20:27:08.588880 803635 crio.go:514] all images are preloaded for cri-o runtime.
I0401 20:27:08.588905 803635 cache_images.go:84] Images are preloaded, skipping loading
I0401 20:27:08.588913 803635 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.32.2 crio true true} ...
I0401 20:27:08.588995 803635 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-970843 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.32.2 ClusterName:addons-970843 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:}
I0401 20:27:08.589083 803635 ssh_runner.go:195] Run: crio config
I0401 20:27:08.635500 803635 cni.go:84] Creating CNI manager for ""
I0401 20:27:08.635522 803635 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0401 20:27:08.635533 803635 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0401 20:27:08.635574 803635 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-970843 NodeName:addons-970843 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}
I0401 20:27:08.635720 803635 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-970843"
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
I0401 20:27:08.635808 803635 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.32.2
I0401 20:27:08.644591 803635 binaries.go:44] Found k8s binaries, skipping transfer
I0401 20:27:08.644679 803635 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0401 20:27:08.653290 803635 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0401 20:27:08.670687 803635 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0401 20:27:08.688341 803635 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2287 bytes)
I0401 20:27:08.706429 803635 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0401 20:27:08.709823 803635 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""
I0401 20:27:08.720379 803635 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0401 20:27:08.805519 803635 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0401 20:27:08.819440 803635 certs.go:68] Setting up /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843 for IP: 192.168.49.2
I0401 20:27:08.819513 803635 certs.go:194] generating shared ca certs ...
I0401 20:27:08.819542 803635 certs.go:226] acquiring lock for ca certs: {Name:mk8da687ef48aff907a49f88f50c88dcfd35c85e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 20:27:08.820306 803635 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/20506-797498/.minikube/ca.key
I0401 20:27:08.894606 803635 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20506-797498/.minikube/ca.crt ...
I0401 20:27:08.894638 803635 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20506-797498/.minikube/ca.crt: {Name:mk19730ad69e17bf39e154792309e8e14c59178b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 20:27:08.894842 803635 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20506-797498/.minikube/ca.key ...
I0401 20:27:08.894858 803635 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20506-797498/.minikube/ca.key: {Name:mk204bfb68843303d1a0b68e21d7b32d658fa786 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 20:27:08.894949 803635 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/20506-797498/.minikube/proxy-client-ca.key
I0401 20:27:09.666222 803635 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20506-797498/.minikube/proxy-client-ca.crt ...
I0401 20:27:09.666258 803635 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20506-797498/.minikube/proxy-client-ca.crt: {Name:mkd23cfd7a326cda7d3f312a495f8eceae038173 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 20:27:09.667014 803635 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20506-797498/.minikube/proxy-client-ca.key ...
I0401 20:27:09.667030 803635 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20506-797498/.minikube/proxy-client-ca.key: {Name:mk85776510c98d1e3eb9db4bddec462a0a5317df Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 20:27:09.667653 803635 certs.go:256] generating profile certs ...
I0401 20:27:09.667718 803635 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/client.key
I0401 20:27:09.667741 803635 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/client.crt with IP's: []
I0401 20:27:10.344231 803635 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/client.crt ...
I0401 20:27:10.344264 803635 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/client.crt: {Name:mk3c10227d1d764434168a2f25523910ba77d70f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 20:27:10.344448 803635 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/client.key ...
I0401 20:27:10.344461 803635 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/client.key: {Name:mk1b089ff83607d54a88ba676f6046050feddb31 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 20:27:10.344546 803635 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/apiserver.key.1c7324c9
I0401 20:27:10.344565 803635 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/apiserver.crt.1c7324c9 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0401 20:27:10.575955 803635 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/apiserver.crt.1c7324c9 ...
I0401 20:27:10.575983 803635 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/apiserver.crt.1c7324c9: {Name:mkaa6dbb9ec7a6f7769de0ba9421551b01d47685 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 20:27:10.576162 803635 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/apiserver.key.1c7324c9 ...
I0401 20:27:10.576175 803635 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/apiserver.key.1c7324c9: {Name:mk048707080c1039a5e4bff83d01082468093ac9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 20:27:10.576262 803635 certs.go:381] copying /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/apiserver.crt.1c7324c9 -> /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/apiserver.crt
I0401 20:27:10.576344 803635 certs.go:385] copying /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/apiserver.key.1c7324c9 -> /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/apiserver.key
I0401 20:27:10.576399 803635 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/proxy-client.key
I0401 20:27:10.576416 803635 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/proxy-client.crt with IP's: []
I0401 20:27:11.138102 803635 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/proxy-client.crt ...
I0401 20:27:11.138133 803635 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/proxy-client.crt: {Name:mk1115b936f549f52fd6aff54be2daa2809d209b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 20:27:11.138887 803635 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/proxy-client.key ...
I0401 20:27:11.138905 803635 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/proxy-client.key: {Name:mk89d4d7a40d06c60714d5951bafae1c227166d2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 20:27:11.139102 803635 certs.go:484] found cert: /home/jenkins/minikube-integration/20506-797498/.minikube/certs/ca-key.pem (1679 bytes)
I0401 20:27:11.139145 803635 certs.go:484] found cert: /home/jenkins/minikube-integration/20506-797498/.minikube/certs/ca.pem (1082 bytes)
I0401 20:27:11.139173 803635 certs.go:484] found cert: /home/jenkins/minikube-integration/20506-797498/.minikube/certs/cert.pem (1123 bytes)
I0401 20:27:11.139209 803635 certs.go:484] found cert: /home/jenkins/minikube-integration/20506-797498/.minikube/certs/key.pem (1679 bytes)
I0401 20:27:11.139782 803635 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20506-797498/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0401 20:27:11.164319 803635 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20506-797498/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0401 20:27:11.188226 803635 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20506-797498/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0401 20:27:11.212919 803635 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20506-797498/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0401 20:27:11.238068 803635 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0401 20:27:11.262543 803635 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0401 20:27:11.286686 803635 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0401 20:27:11.310679 803635 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20506-797498/.minikube/profiles/addons-970843/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0401 20:27:11.334619 803635 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20506-797498/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0401 20:27:11.359281 803635 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0401 20:27:11.377689 803635 ssh_runner.go:195] Run: openssl version
I0401 20:27:11.383151 803635 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"
I0401 20:27:11.392913 803635 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0401 20:27:11.396618 803635 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Apr 1 20:27 /usr/share/ca-certificates/minikubeCA.pem
I0401 20:27:11.396689 803635 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0401 20:27:11.403823 803635 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"
I0401 20:27:11.413632 803635 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0401 20:27:11.416910 803635 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
I0401 20:27:11.416982 803635 kubeadm.go:392] StartCluster: {Name:addons-970843 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-970843 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}
I0401 20:27:11.417065 803635 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0401 20:27:11.417125 803635 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0401 20:27:11.453987 803635 cri.go:89] found id: ""
I0401 20:27:11.454081 803635 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0401 20:27:11.462751 803635 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0401 20:27:11.471523 803635 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0401 20:27:11.471617 803635 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
I0401 20:27:11.480635 803635 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
I0401 20:27:11.480657 803635 kubeadm.go:157] found existing configuration files:
I0401 20:27:11.480709 803635 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0401 20:27:11.489751 803635 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
I0401 20:27:11.489865 803635 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0401 20:27:11.498500 803635 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0401 20:27:11.508010 803635 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
I0401 20:27:11.508131 803635 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0401 20:27:11.516918 803635 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0401 20:27:11.526288 803635 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
I0401 20:27:11.526408 803635 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0401 20:27:11.535495 803635 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0401 20:27:11.544539 803635 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
I0401 20:27:11.544651 803635 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0401 20:27:11.553367 803635 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"
I0401 20:27:11.614621 803635 kubeadm.go:310] [WARNING SystemVerification]: cgroups v1 support is in maintenance mode, please migrate to cgroups v2
I0401 20:27:11.614898 803635 kubeadm.go:310] [WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1081-aws\n", err: exit status 1
I0401 20:27:11.678458 803635 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0401 20:27:27.154864 803635 kubeadm.go:310] [init] Using Kubernetes version: v1.32.2
I0401 20:27:27.154922 803635 kubeadm.go:310] [preflight] Running pre-flight checks
I0401 20:27:27.155010 803635 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I0401 20:27:27.155079 803635 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1081-aws[0m
I0401 20:27:27.155129 803635 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I0401 20:27:27.155181 803635 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0401 20:27:27.155246 803635 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0401 20:27:27.155309 803635 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0401 20:27:27.155362 803635 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0401 20:27:27.155413 803635 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0401 20:27:27.155468 803635 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0401 20:27:27.155524 803635 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0401 20:27:27.155589 803635 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0401 20:27:27.155644 803635 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0401 20:27:27.155733 803635 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0401 20:27:27.155839 803635 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0401 20:27:27.155935 803635 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I0401 20:27:27.156006 803635 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0401 20:27:27.159099 803635 out.go:235] - Generating certificates and keys ...
I0401 20:27:27.159187 803635 kubeadm.go:310] [certs] Using existing ca certificate authority
I0401 20:27:27.159255 803635 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0401 20:27:27.159324 803635 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0401 20:27:27.159382 803635 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0401 20:27:27.159446 803635 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0401 20:27:27.159498 803635 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0401 20:27:27.159555 803635 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0401 20:27:27.159675 803635 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-970843 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0401 20:27:27.159730 803635 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0401 20:27:27.159847 803635 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-970843 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0401 20:27:27.159915 803635 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0401 20:27:27.159986 803635 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0401 20:27:27.160034 803635 kubeadm.go:310] [certs] Generating "sa" key and public key
I0401 20:27:27.160092 803635 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0401 20:27:27.160147 803635 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0401 20:27:27.160206 803635 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0401 20:27:27.160265 803635 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0401 20:27:27.160331 803635 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0401 20:27:27.160388 803635 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0401 20:27:27.160477 803635 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0401 20:27:27.160547 803635 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0401 20:27:27.163250 803635 out.go:235] - Booting up control plane ...
I0401 20:27:27.163373 803635 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0401 20:27:27.163476 803635 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0401 20:27:27.163567 803635 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0401 20:27:27.163706 803635 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0401 20:27:27.163799 803635 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0401 20:27:27.163843 803635 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0401 20:27:27.163982 803635 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0401 20:27:27.164087 803635 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I0401 20:27:27.164147 803635 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.501466606s
I0401 20:27:27.164221 803635 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0401 20:27:27.164281 803635 kubeadm.go:310] [api-check] The API server is healthy after 6.002024013s
I0401 20:27:27.164388 803635 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0401 20:27:27.164514 803635 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0401 20:27:27.164575 803635 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0401 20:27:27.164757 803635 kubeadm.go:310] [mark-control-plane] Marking the node addons-970843 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0401 20:27:27.164815 803635 kubeadm.go:310] [bootstrap-token] Using token: b6tg9l.eikmhwsp70s5cezy
I0401 20:27:27.167747 803635 out.go:235] - Configuring RBAC rules ...
I0401 20:27:27.167877 803635 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0401 20:27:27.167964 803635 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0401 20:27:27.168111 803635 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
I0401 20:27:27.168253 803635 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0401 20:27:27.168370 803635 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0401 20:27:27.168458 803635 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0401 20:27:27.168574 803635 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0401 20:27:27.168620 803635 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0401 20:27:27.168669 803635 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0401 20:27:27.168678 803635 kubeadm.go:310]
I0401 20:27:27.168737 803635 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0401 20:27:27.168745 803635 kubeadm.go:310]
I0401 20:27:27.168822 803635 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0401 20:27:27.168830 803635 kubeadm.go:310]
I0401 20:27:27.168856 803635 kubeadm.go:310] mkdir -p $HOME/.kube
I0401 20:27:27.168928 803635 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0401 20:27:27.168982 803635 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0401 20:27:27.168990 803635 kubeadm.go:310]
I0401 20:27:27.169044 803635 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0401 20:27:27.169051 803635 kubeadm.go:310]
I0401 20:27:27.169103 803635 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0401 20:27:27.169111 803635 kubeadm.go:310]
I0401 20:27:27.169163 803635 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0401 20:27:27.169240 803635 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0401 20:27:27.169341 803635 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0401 20:27:27.169350 803635 kubeadm.go:310]
I0401 20:27:27.169451 803635 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0401 20:27:27.169545 803635 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0401 20:27:27.169554 803635 kubeadm.go:310]
I0401 20:27:27.169656 803635 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token b6tg9l.eikmhwsp70s5cezy \
I0401 20:27:27.169782 803635 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:6e9f3022fc1012d8d7088b806553092bb551b384c655b0d2afc14fbff7753b9c \
I0401 20:27:27.169806 803635 kubeadm.go:310] --control-plane
I0401 20:27:27.169814 803635 kubeadm.go:310]
I0401 20:27:27.169922 803635 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0401 20:27:27.169931 803635 kubeadm.go:310]
I0401 20:27:27.170042 803635 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token b6tg9l.eikmhwsp70s5cezy \
I0401 20:27:27.170175 803635 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:6e9f3022fc1012d8d7088b806553092bb551b384c655b0d2afc14fbff7753b9c
I0401 20:27:27.170188 803635 cni.go:84] Creating CNI manager for ""
I0401 20:27:27.170205 803635 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0401 20:27:27.175174 803635 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0401 20:27:27.178131 803635 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0401 20:27:27.181903 803635 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.32.2/kubectl ...
I0401 20:27:27.181936 803635 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
I0401 20:27:27.201043 803635 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
I0401 20:27:27.476632 803635 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0401 20:27:27.476829 803635 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
I0401 20:27:27.476930 803635 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-970843 minikube.k8s.io/updated_at=2025_04_01T20_27_27_0700 minikube.k8s.io/version=v1.35.0 minikube.k8s.io/commit=73c6e1c927350a51068882397e0642f8dfb63f2a minikube.k8s.io/name=addons-970843 minikube.k8s.io/primary=true
I0401 20:27:27.630490 803635 ops.go:34] apiserver oom_adj: -16
I0401 20:27:27.630606 803635 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 20:27:28.131063 803635 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 20:27:28.631608 803635 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 20:27:29.131425 803635 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 20:27:29.631584 803635 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 20:27:30.131327 803635 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 20:27:30.630669 803635 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 20:27:31.131515 803635 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 20:27:31.243452 803635 kubeadm.go:1113] duration metric: took 3.766681277s to wait for elevateKubeSystemPrivileges
I0401 20:27:31.243485 803635 kubeadm.go:394] duration metric: took 19.826530769s to StartCluster
I0401 20:27:31.243503 803635 settings.go:142] acquiring lock: {Name:mk87deb29a492b10f048ef0191ad891f4c723c78 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 20:27:31.243619 803635 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/20506-797498/kubeconfig
I0401 20:27:31.244108 803635 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20506-797498/kubeconfig: {Name:mk0d22df21a44907a09199541ba2abb3bea5730c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 20:27:31.244334 803635 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0401 20:27:31.244480 803635 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"
I0401 20:27:31.244749 803635 config.go:182] Loaded profile config "addons-970843": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.2
I0401 20:27:31.244795 803635 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]
I0401 20:27:31.244878 803635 addons.go:69] Setting yakd=true in profile "addons-970843"
I0401 20:27:31.244895 803635 addons.go:238] Setting addon yakd=true in "addons-970843"
I0401 20:27:31.244924 803635 host.go:66] Checking if "addons-970843" exists ...
I0401 20:27:31.245716 803635 cli_runner.go:164] Run: docker container inspect addons-970843 --format={{.State.Status}}
I0401 20:27:31.246154 803635 addons.go:69] Setting inspektor-gadget=true in profile "addons-970843"
I0401 20:27:31.246185 803635 addons.go:238] Setting addon inspektor-gadget=true in "addons-970843"
I0401 20:27:31.246210 803635 host.go:66] Checking if "addons-970843" exists ...
I0401 20:27:31.246642 803635 cli_runner.go:164] Run: docker container inspect addons-970843 --format={{.State.Status}}
I0401 20:27:31.247736 803635 addons.go:69] Setting metrics-server=true in profile "addons-970843"
I0401 20:27:31.247806 803635 addons.go:238] Setting addon metrics-server=true in "addons-970843"
I0401 20:27:31.247849 803635 host.go:66] Checking if "addons-970843" exists ...
I0401 20:27:31.248486 803635 cli_runner.go:164] Run: docker container inspect addons-970843 --format={{.State.Status}}
I0401 20:27:31.249039 803635 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-970843"
I0401 20:27:31.249057 803635 addons.go:238] Setting addon nvidia-device-plugin=true in "addons-970843"
I0401 20:27:31.249085 803635 host.go:66] Checking if "addons-970843" exists ...
I0401 20:27:31.249516 803635 cli_runner.go:164] Run: docker container inspect addons-970843 --format={{.State.Status}}
I0401 20:27:31.250150 803635 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-970843"
I0401 20:27:31.250169 803635 addons.go:238] Setting addon amd-gpu-device-plugin=true in "addons-970843"
I0401 20:27:31.250194 803635 host.go:66] Checking if "addons-970843" exists ...
I0401 20:27:31.250619 803635 cli_runner.go:164] Run: docker container inspect addons-970843 --format={{.State.Status}}
I0401 20:27:31.252980 803635 addons.go:69] Setting cloud-spanner=true in profile "addons-970843"
I0401 20:27:31.253005 803635 addons.go:238] Setting addon cloud-spanner=true in "addons-970843"
I0401 20:27:31.253039 803635 host.go:66] Checking if "addons-970843" exists ...
I0401 20:27:31.253610 803635 cli_runner.go:164] Run: docker container inspect addons-970843 --format={{.State.Status}}
I0401 20:27:31.255992 803635 addons.go:69] Setting registry=true in profile "addons-970843"
I0401 20:27:31.256014 803635 addons.go:238] Setting addon registry=true in "addons-970843"
I0401 20:27:31.256051 803635 host.go:66] Checking if "addons-970843" exists ...
I0401 20:27:31.256475 803635 cli_runner.go:164] Run: docker container inspect addons-970843 --format={{.State.Status}}
I0401 20:27:31.260679 803635 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-970843"
I0401 20:27:31.260743 803635 addons.go:238] Setting addon csi-hostpath-driver=true in "addons-970843"
I0401 20:27:31.260773 803635 host.go:66] Checking if "addons-970843" exists ...
I0401 20:27:31.261218 803635 cli_runner.go:164] Run: docker container inspect addons-970843 --format={{.State.Status}}
I0401 20:27:31.277522 803635 addons.go:69] Setting storage-provisioner=true in profile "addons-970843"
I0401 20:27:31.277550 803635 addons.go:238] Setting addon storage-provisioner=true in "addons-970843"
I0401 20:27:31.277586 803635 host.go:66] Checking if "addons-970843" exists ...
I0401 20:27:31.278062 803635 cli_runner.go:164] Run: docker container inspect addons-970843 --format={{.State.Status}}
I0401 20:27:31.285404 803635 addons.go:69] Setting default-storageclass=true in profile "addons-970843"
I0401 20:27:31.285437 803635 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-970843"
I0401 20:27:31.285818 803635 cli_runner.go:164] Run: docker container inspect addons-970843 --format={{.State.Status}}
I0401 20:27:31.299354 803635 addons.go:69] Setting gcp-auth=true in profile "addons-970843"
I0401 20:27:31.299387 803635 mustload.go:65] Loading cluster: addons-970843
I0401 20:27:31.299583 803635 config.go:182] Loaded profile config "addons-970843": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.2
I0401 20:27:31.299837 803635 cli_runner.go:164] Run: docker container inspect addons-970843 --format={{.State.Status}}
I0401 20:27:31.303404 803635 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-970843"
I0401 20:27:31.303435 803635 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-970843"
I0401 20:27:31.303780 803635 cli_runner.go:164] Run: docker container inspect addons-970843 --format={{.State.Status}}
I0401 20:27:31.322701 803635 addons.go:69] Setting ingress=true in profile "addons-970843"
I0401 20:27:31.322729 803635 addons.go:238] Setting addon ingress=true in "addons-970843"
I0401 20:27:31.322776 803635 host.go:66] Checking if "addons-970843" exists ...
I0401 20:27:31.323247 803635 cli_runner.go:164] Run: docker container inspect addons-970843 --format={{.State.Status}}
I0401 20:27:31.325610 803635 addons.go:69] Setting volcano=true in profile "addons-970843"
I0401 20:27:31.325638 803635 addons.go:238] Setting addon volcano=true in "addons-970843"
I0401 20:27:31.325674 803635 host.go:66] Checking if "addons-970843" exists ...
I0401 20:27:31.326163 803635 cli_runner.go:164] Run: docker container inspect addons-970843 --format={{.State.Status}}
I0401 20:27:31.351189 803635 addons.go:69] Setting ingress-dns=true in profile "addons-970843"
I0401 20:27:31.351228 803635 addons.go:238] Setting addon ingress-dns=true in "addons-970843"
I0401 20:27:31.353464 803635 addons.go:69] Setting volumesnapshots=true in profile "addons-970843"
I0401 20:27:31.353490 803635 addons.go:238] Setting addon volumesnapshots=true in "addons-970843"
I0401 20:27:31.353527 803635 host.go:66] Checking if "addons-970843" exists ...
I0401 20:27:31.353996 803635 cli_runner.go:164] Run: docker container inspect addons-970843 --format={{.State.Status}}
I0401 20:27:31.361067 803635 host.go:66] Checking if "addons-970843" exists ...
I0401 20:27:31.361709 803635 cli_runner.go:164] Run: docker container inspect addons-970843 --format={{.State.Status}}
I0401 20:27:31.375134 803635 out.go:177] * Verifying Kubernetes components...
I0401 20:27:31.380798 803635 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0401 20:27:31.429750 803635 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.0
I0401 20:27:31.430427 803635 out.go:177] - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
I0401 20:27:31.432566 803635 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.37.0
I0401 20:27:31.434588 803635 addons.go:435] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0401 20:27:31.434670 803635 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0401 20:27:31.434783 803635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-970843
I0401 20:27:31.452916 803635 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0401 20:27:31.454102 803635 addons.go:435] installing /etc/kubernetes/addons/ig-crd.yaml
I0401 20:27:31.454141 803635 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5248 bytes)
I0401 20:27:31.454230 803635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-970843
I0401 20:27:31.468358 803635 addons.go:435] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I0401 20:27:31.468381 803635 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
I0401 20:27:31.468449 803635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-970843
I0401 20:27:31.516889 803635 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
I0401 20:27:31.517026 803635 addons.go:435] installing /etc/kubernetes/addons/yakd-ns.yaml
I0401 20:27:31.517040 803635 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0401 20:27:31.517145 803635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-970843
I0401 20:27:31.531635 803635 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.8
I0401 20:27:31.535219 803635 out.go:177] - Using image docker.io/registry:2.8.3
I0401 20:27:31.535338 803635 addons.go:435] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0401 20:27:31.535351 803635 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0401 20:27:31.535451 803635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-970843
I0401 20:27:31.567043 803635 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0401 20:27:31.570043 803635 addons.go:435] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0401 20:27:31.570369 803635 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0401 20:27:31.570483 803635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-970843
I0401 20:27:31.586896 803635 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 -"
I0401 20:27:31.592378 803635 addons.go:238] Setting addon default-storageclass=true in "addons-970843"
I0401 20:27:31.592431 803635 host.go:66] Checking if "addons-970843" exists ...
I0401 20:27:31.592946 803635 cli_runner.go:164] Run: docker container inspect addons-970843 --format={{.State.Status}}
I0401 20:27:31.595466 803635 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.3
I0401 20:27:31.595718 803635 addons.go:435] installing /etc/kubernetes/addons/registry-rc.yaml
I0401 20:27:31.595732 803635 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0401 20:27:31.595790 803635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-970843
I0401 20:27:31.629403 803635 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I0401 20:27:31.632121 803635 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I0401 20:27:31.638182 803635 addons.go:435] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0401 20:27:31.638209 803635 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0401 20:27:31.638278 803635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-970843
I0401 20:27:31.647823 803635 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.30
W0401 20:27:31.652516 803635 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I0401 20:27:31.652975 803635 host.go:66] Checking if "addons-970843" exists ...
I0401 20:27:31.654227 803635 addons.go:238] Setting addon storage-provisioner-rancher=true in "addons-970843"
I0401 20:27:31.654263 803635 host.go:66] Checking if "addons-970843" exists ...
I0401 20:27:31.654644 803635 cli_runner.go:164] Run: docker container inspect addons-970843 --format={{.State.Status}}
I0401 20:27:31.660206 803635 addons.go:435] installing /etc/kubernetes/addons/deployment.yaml
I0401 20:27:31.660237 803635 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0401 20:27:31.660303 803635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-970843
I0401 20:27:31.678020 803635 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0401 20:27:31.681297 803635 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0401 20:27:31.681360 803635 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0401 20:27:31.681424 803635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-970843
I0401 20:27:31.701421 803635 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0401 20:27:31.705441 803635 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0401 20:27:31.708193 803635 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0401 20:27:31.709348 803635 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0401 20:27:31.725832 803635 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33530 SSHKeyPath:/home/jenkins/minikube-integration/20506-797498/.minikube/machines/addons-970843/id_rsa Username:docker}
I0401 20:27:31.726301 803635 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0401 20:27:31.729372 803635 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0401 20:27:31.729395 803635 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0401 20:27:31.729486 803635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-970843
I0401 20:27:31.729776 803635 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0401 20:27:31.741814 803635 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0401 20:27:31.744685 803635 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0401 20:27:31.751346 803635 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0401 20:27:31.756697 803635 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0401 20:27:31.761350 803635 addons.go:435] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0401 20:27:31.761385 803635 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0401 20:27:31.761462 803635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-970843
I0401 20:27:31.809320 803635 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33530 SSHKeyPath:/home/jenkins/minikube-integration/20506-797498/.minikube/machines/addons-970843/id_rsa Username:docker}
I0401 20:27:31.812066 803635 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33530 SSHKeyPath:/home/jenkins/minikube-integration/20506-797498/.minikube/machines/addons-970843/id_rsa Username:docker}
I0401 20:27:31.812705 803635 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33530 SSHKeyPath:/home/jenkins/minikube-integration/20506-797498/.minikube/machines/addons-970843/id_rsa Username:docker}
I0401 20:27:31.879310 803635 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33530 SSHKeyPath:/home/jenkins/minikube-integration/20506-797498/.minikube/machines/addons-970843/id_rsa Username:docker}
I0401 20:27:31.896119 803635 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33530 SSHKeyPath:/home/jenkins/minikube-integration/20506-797498/.minikube/machines/addons-970843/id_rsa Username:docker}
I0401 20:27:31.903373 803635 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
I0401 20:27:31.903393 803635 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0401 20:27:31.903455 803635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-970843
I0401 20:27:31.908193 803635 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33530 SSHKeyPath:/home/jenkins/minikube-integration/20506-797498/.minikube/machines/addons-970843/id_rsa Username:docker}
I0401 20:27:31.925365 803635 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33530 SSHKeyPath:/home/jenkins/minikube-integration/20506-797498/.minikube/machines/addons-970843/id_rsa Username:docker}
I0401 20:27:31.937809 803635 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33530 SSHKeyPath:/home/jenkins/minikube-integration/20506-797498/.minikube/machines/addons-970843/id_rsa Username:docker}
I0401 20:27:31.945365 803635 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0401 20:27:31.947762 803635 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33530 SSHKeyPath:/home/jenkins/minikube-integration/20506-797498/.minikube/machines/addons-970843/id_rsa Username:docker}
I0401 20:27:31.954291 803635 out.go:177] - Using image docker.io/busybox:stable
I0401 20:27:31.955556 803635 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33530 SSHKeyPath:/home/jenkins/minikube-integration/20506-797498/.minikube/machines/addons-970843/id_rsa Username:docker}
I0401 20:27:31.960938 803635 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0401 20:27:31.960965 803635 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0401 20:27:31.961033 803635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-970843
I0401 20:27:31.962996 803635 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33530 SSHKeyPath:/home/jenkins/minikube-integration/20506-797498/.minikube/machines/addons-970843/id_rsa Username:docker}
I0401 20:27:31.991631 803635 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33530 SSHKeyPath:/home/jenkins/minikube-integration/20506-797498/.minikube/machines/addons-970843/id_rsa Username:docker}
I0401 20:27:32.010170 803635 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33530 SSHKeyPath:/home/jenkins/minikube-integration/20506-797498/.minikube/machines/addons-970843/id_rsa Username:docker}
W0401 20:27:32.016679 803635 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0401 20:27:32.016713 803635 retry.go:31] will retry after 145.391461ms: ssh: handshake failed: EOF
I0401 20:27:32.150215 803635 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
I0401 20:27:32.236381 803635 addons.go:435] installing /etc/kubernetes/addons/registry-svc.yaml
I0401 20:27:32.236402 803635 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0401 20:27:32.271521 803635 addons.go:435] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0401 20:27:32.271588 803635 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0401 20:27:32.296954 803635 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
I0401 20:27:32.329939 803635 addons.go:435] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0401 20:27:32.330021 803635 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0401 20:27:32.341290 803635 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0401 20:27:32.341393 803635 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0401 20:27:32.365665 803635 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
I0401 20:27:32.372297 803635 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
I0401 20:27:32.383720 803635 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
I0401 20:27:32.405936 803635 addons.go:435] installing /etc/kubernetes/addons/ig-deployment.yaml
I0401 20:27:32.406007 803635 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (14539 bytes)
I0401 20:27:32.416173 803635 addons.go:435] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0401 20:27:32.416242 803635 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0401 20:27:32.419948 803635 addons.go:435] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0401 20:27:32.420027 803635 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0401 20:27:32.440013 803635 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0401 20:27:32.440085 803635 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0401 20:27:32.484006 803635 addons.go:435] installing /etc/kubernetes/addons/registry-proxy.yaml
I0401 20:27:32.484082 803635 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0401 20:27:32.486357 803635 addons.go:435] installing /etc/kubernetes/addons/yakd-sa.yaml
I0401 20:27:32.486414 803635 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0401 20:27:32.510712 803635 addons.go:435] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0401 20:27:32.510787 803635 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)
I0401 20:27:32.556976 803635 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
I0401 20:27:32.559987 803635 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
I0401 20:27:32.571975 803635 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0401 20:27:32.572052 803635 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0401 20:27:32.603070 803635 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
I0401 20:27:32.622952 803635 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
I0401 20:27:32.641103 803635 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
I0401 20:27:32.653096 803635 addons.go:435] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0401 20:27:32.653166 803635 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0401 20:27:32.684439 803635 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
I0401 20:27:32.691275 803635 addons.go:435] installing /etc/kubernetes/addons/yakd-crb.yaml
I0401 20:27:32.691351 803635 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0401 20:27:32.727434 803635 addons.go:435] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0401 20:27:32.727515 803635 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0401 20:27:32.754497 803635 addons.go:435] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0401 20:27:32.754568 803635 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0401 20:27:32.881800 803635 addons.go:435] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0401 20:27:32.881881 803635 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0401 20:27:32.889496 803635 addons.go:435] installing /etc/kubernetes/addons/yakd-svc.yaml
I0401 20:27:32.889572 803635 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0401 20:27:32.932725 803635 addons.go:435] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0401 20:27:32.932799 803635 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0401 20:27:33.085455 803635 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
I0401 20:27:33.095926 803635 addons.go:435] installing /etc/kubernetes/addons/yakd-dp.yaml
I0401 20:27:33.096005 803635 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0401 20:27:33.116239 803635 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0401 20:27:33.116316 803635 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0401 20:27:33.207648 803635 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0401 20:27:33.207720 803635 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0401 20:27:33.275623 803635 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
I0401 20:27:33.350922 803635 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0401 20:27:33.351000 803635 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0401 20:27:33.439243 803635 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0401 20:27:33.439316 803635 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0401 20:27:33.500772 803635 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0401 20:27:33.500849 803635 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0401 20:27:33.582166 803635 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
I0401 20:27:34.358685 803635 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.632330683s)
I0401 20:27:34.358854 803635 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.771924637s)
I0401 20:27:34.358886 803635 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0401 20:27:34.360239 803635 node_ready.go:35] waiting up to 6m0s for node "addons-970843" to be "Ready" ...
I0401 20:27:35.612834 803635 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-970843" context rescaled to 1 replicas
I0401 20:27:35.791864 803635 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: (3.641563234s)
I0401 20:27:36.562080 803635 node_ready.go:53] node "addons-970843" has status "Ready":"False"
I0401 20:27:36.918117 803635 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: (4.621081367s)
I0401 20:27:36.918192 803635 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.552458032s)
I0401 20:27:36.918227 803635 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.545862503s)
I0401 20:27:38.474716 803635 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.090923276s)
I0401 20:27:38.474792 803635 addons.go:479] Verifying addon ingress=true in "addons-970843"
I0401 20:27:38.475014 803635 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.917962797s)
I0401 20:27:38.475136 803635 addons.go:479] Verifying addon metrics-server=true in "addons-970843"
I0401 20:27:38.475250 803635 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: (5.872121166s)
I0401 20:27:38.475496 803635 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: (5.852472702s)
I0401 20:27:38.475542 803635 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.83437102s)
I0401 20:27:38.475553 803635 addons.go:479] Verifying addon registry=true in "addons-970843"
I0401 20:27:38.475643 803635 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: (5.915152509s)
I0401 20:27:38.475836 803635 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (5.791337864s)
I0401 20:27:38.478166 803635 out.go:177] * Verifying registry addon...
I0401 20:27:38.478258 803635 out.go:177] * Verifying ingress addon...
I0401 20:27:38.482575 803635 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0401 20:27:38.483490 803635 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0401 20:27:38.520728 803635 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0401 20:27:38.520754 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:38.520932 803635 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0401 20:27:38.520947 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W0401 20:27:38.551996 803635 out.go:270] ! Enabling 'storage-provisioner-rancher' returned an error: running callbacks: [Error making local-path the default storage class: Error while marking storage class local-path as 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]
I0401 20:27:38.655840 803635 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.57028467s)
W0401 20:27:38.655878 803635 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
I0401 20:27:38.655902 803635 retry.go:31] will retry after 161.079024ms: 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
I0401 20:27:38.655975 803635 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.380281908s)
I0401 20:27:38.659106 803635 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-970843 service yakd-dashboard -n yakd-dashboard
I0401 20:27:38.817400 803635 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
I0401 20:27:38.871471 803635 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: (5.289211247s)
I0401 20:27:38.871513 803635 addons.go:479] Verifying addon csi-hostpath-driver=true in "addons-970843"
I0401 20:27:38.873235 803635 node_ready.go:53] node "addons-970843" has status "Ready":"False"
I0401 20:27:38.874619 803635 out.go:177] * Verifying csi-hostpath-driver addon...
I0401 20:27:38.878128 803635 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0401 20:27:38.881520 803635 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0401 20:27:38.881539 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:38.993872 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:38.994565 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:39.381887 803635 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0401 20:27:39.381907 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:39.487127 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:39.487409 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:39.881439 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:39.986423 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:39.986530 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:40.381929 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:40.486737 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:40.486818 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:40.881520 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:40.985677 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:40.986238 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:41.364191 803635 node_ready.go:53] node "addons-970843" has status "Ready":"False"
I0401 20:27:41.381294 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:41.487670 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:41.487699 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:41.554722 803635 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (2.737221674s)
I0401 20:27:41.881627 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:41.985683 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:41.986851 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:42.381988 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:42.489253 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:42.489464 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:42.625135 803635 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0401 20:27:42.625218 803635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-970843
I0401 20:27:42.642134 803635 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33530 SSHKeyPath:/home/jenkins/minikube-integration/20506-797498/.minikube/machines/addons-970843/id_rsa Username:docker}
I0401 20:27:42.745169 803635 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0401 20:27:42.763326 803635 addons.go:238] Setting addon gcp-auth=true in "addons-970843"
I0401 20:27:42.763376 803635 host.go:66] Checking if "addons-970843" exists ...
I0401 20:27:42.763821 803635 cli_runner.go:164] Run: docker container inspect addons-970843 --format={{.State.Status}}
I0401 20:27:42.783526 803635 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0401 20:27:42.783578 803635 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-970843
I0401 20:27:42.805489 803635 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33530 SSHKeyPath:/home/jenkins/minikube-integration/20506-797498/.minikube/machines/addons-970843/id_rsa Username:docker}
I0401 20:27:42.882177 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:42.899667 803635 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I0401 20:27:42.902454 803635 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
I0401 20:27:42.905217 803635 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0401 20:27:42.905241 803635 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0401 20:27:42.923557 803635 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0401 20:27:42.923620 803635 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0401 20:27:42.941577 803635 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0401 20:27:42.941601 803635 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0401 20:27:42.959508 803635 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
I0401 20:27:42.987411 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:42.988764 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:43.364228 803635 node_ready.go:53] node "addons-970843" has status "Ready":"False"
I0401 20:27:43.381205 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:43.473533 803635 addons.go:479] Verifying addon gcp-auth=true in "addons-970843"
I0401 20:27:43.476687 803635 out.go:177] * Verifying gcp-auth addon...
I0401 20:27:43.480336 803635 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0401 20:27:43.483266 803635 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0401 20:27:43.483293 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:43.487093 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:43.489291 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:43.881470 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:43.983706 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:43.985106 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:43.986470 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:44.381715 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:44.484788 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:44.486381 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:44.486661 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:44.881194 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:44.983996 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:44.986804 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:44.986981 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:45.380979 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:45.484495 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:45.486476 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:45.486618 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:45.863373 803635 node_ready.go:53] node "addons-970843" has status "Ready":"False"
I0401 20:27:45.881352 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:45.983990 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:45.986314 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:45.986736 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:46.381660 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:46.483237 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:46.485519 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:46.490247 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:46.881743 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:46.983531 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:46.986587 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:46.986809 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:47.381377 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:47.486296 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:47.486512 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:47.486786 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:47.880796 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:47.983828 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:47.986986 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:47.987284 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:48.362973 803635 node_ready.go:53] node "addons-970843" has status "Ready":"False"
I0401 20:27:48.381509 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:48.483270 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:48.485195 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:48.486657 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:48.881284 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:48.983886 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:48.985932 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:48.986553 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:49.381146 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:49.484759 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:49.486028 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:49.486273 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:49.881491 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:49.983121 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:49.984892 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:49.986567 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:50.363728 803635 node_ready.go:53] node "addons-970843" has status "Ready":"False"
I0401 20:27:50.381337 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:50.484038 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:50.485981 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:50.486372 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:50.880974 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:50.983536 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:50.985852 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:50.985931 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:51.381617 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:51.483548 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:51.485602 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:51.485988 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:51.881143 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:51.984064 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:51.986492 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:51.986875 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:52.380916 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:52.484779 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:52.486391 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:52.486634 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:52.864244 803635 node_ready.go:53] node "addons-970843" has status "Ready":"False"
I0401 20:27:52.881227 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:52.983131 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:52.985616 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:52.988059 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:53.380795 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:53.484609 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:53.486991 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:53.487190 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:53.881500 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:53.983967 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:53.985942 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:53.986178 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:54.381690 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:54.483424 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:54.485336 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:54.487120 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:54.880872 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:54.983332 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:54.985362 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:54.987167 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:55.363245 803635 node_ready.go:53] node "addons-970843" has status "Ready":"False"
I0401 20:27:55.381753 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:55.484953 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:55.486329 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:55.486836 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:55.881798 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:55.983455 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:55.986077 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:55.986332 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:56.380947 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:56.483585 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:56.485833 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:56.486452 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:56.880445 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:56.983422 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:56.985962 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:56.986874 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:57.382450 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:57.483369 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:57.486079 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:57.486221 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:57.863503 803635 node_ready.go:53] node "addons-970843" has status "Ready":"False"
I0401 20:27:57.881805 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:57.986262 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:57.986383 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:57.986433 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:58.380974 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:58.483626 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:58.485665 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:58.486071 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:58.882259 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:58.983768 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:58.986318 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:58.986410 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:59.380877 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:59.483840 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:59.486125 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:59.486342 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:27:59.881538 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:27:59.983248 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:27:59.984992 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:27:59.986926 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:00.387865 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:00.389152 803635 node_ready.go:53] node "addons-970843" has status "Ready":"False"
I0401 20:28:00.486119 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:00.487649 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:00.489856 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:00.881461 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:00.983274 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:00.985044 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:00.986938 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:01.380753 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:01.484087 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:01.486809 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:01.486866 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:01.881913 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:01.985392 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:01.986612 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:01.987478 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:02.380938 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:02.483983 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:02.486703 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:02.486940 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:02.863776 803635 node_ready.go:53] node "addons-970843" has status "Ready":"False"
I0401 20:28:02.881526 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:02.983130 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:02.985143 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:02.986887 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:03.381409 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:03.482985 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:03.485647 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:03.486109 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:03.881700 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:03.983625 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:03.985937 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:03.986109 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:04.381808 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:04.483457 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:04.485022 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:04.486664 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:04.881207 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:04.983911 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:04.986478 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:04.986679 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:05.363547 803635 node_ready.go:53] node "addons-970843" has status "Ready":"False"
I0401 20:28:05.380922 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:05.483621 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:05.486293 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:05.486399 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:05.881840 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:05.983536 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:05.985279 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:05.986084 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:06.382236 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:06.484064 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:06.486595 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:06.486740 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:06.882338 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:06.991535 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:06.991694 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:06.991896 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:07.363925 803635 node_ready.go:53] node "addons-970843" has status "Ready":"False"
I0401 20:28:07.381803 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:07.483403 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:07.486535 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:07.487092 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:07.881179 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:07.984781 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:07.986244 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:07.986441 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:08.381245 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:08.483907 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:08.486578 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:08.486776 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:08.881282 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:08.984078 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:08.986723 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:08.986781 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:09.363992 803635 node_ready.go:53] node "addons-970843" has status "Ready":"False"
I0401 20:28:09.381591 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:09.483399 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:09.485580 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:09.487022 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:09.881834 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:09.983562 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:09.985617 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:09.985767 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:10.381683 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:10.483463 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:10.485836 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:10.486938 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:10.881676 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:10.983634 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:10.986098 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:10.986359 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:11.381739 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:11.483687 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:11.486204 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:11.486615 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:11.863565 803635 node_ready.go:53] node "addons-970843" has status "Ready":"False"
I0401 20:28:11.882292 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:11.984353 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:11.987004 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:11.987137 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:12.382060 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:12.484348 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:12.486468 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:12.486820 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:12.881842 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:12.983741 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:12.986840 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:12.986981 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:13.381608 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:13.484062 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:13.486415 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:13.486545 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:13.863668 803635 node_ready.go:53] node "addons-970843" has status "Ready":"False"
I0401 20:28:13.881719 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:13.984060 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:13.987536 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:13.988282 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:14.381655 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:14.484180 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:14.485895 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:14.487302 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:14.881512 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:14.983262 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:14.984779 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:14.986261 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:15.381587 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:15.483478 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:15.485730 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:15.487768 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:15.864206 803635 node_ready.go:53] node "addons-970843" has status "Ready":"False"
I0401 20:28:15.881266 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:15.982802 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:15.984735 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:15.986339 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:16.381440 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:16.483143 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:16.485846 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:16.486290 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:16.881133 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:16.986827 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:16.988332 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:16.988667 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:17.381343 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:17.491907 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:17.492125 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:17.492268 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:17.881398 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:17.983387 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:17.986042 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:17.986896 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:18.375495 803635 node_ready.go:49] node "addons-970843" has status "Ready":"True"
I0401 20:28:18.375522 803635 node_ready.go:38] duration metric: took 44.015133712s for node "addons-970843" to be "Ready" ...
I0401 20:28:18.375531 803635 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" ...
I0401 20:28:18.426841 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:18.427791 803635 pod_ready.go:79] waiting up to 6m0s for pod "coredns-668d6bf9bc-56f8j" in "kube-system" namespace to be "Ready" ...
I0401 20:28:18.502354 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:18.524743 803635 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0401 20:28:18.524768 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:18.525214 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:18.883945 803635 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0401 20:28:18.883974 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:19.016326 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:19.016674 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:19.017063 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:19.386870 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:19.486723 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:19.486807 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:19.487006 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:19.881677 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:19.936800 803635 pod_ready.go:93] pod "coredns-668d6bf9bc-56f8j" in "kube-system" namespace has status "Ready":"True"
I0401 20:28:19.936825 803635 pod_ready.go:82] duration metric: took 1.509005913s for pod "coredns-668d6bf9bc-56f8j" in "kube-system" namespace to be "Ready" ...
I0401 20:28:19.936845 803635 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-970843" in "kube-system" namespace to be "Ready" ...
I0401 20:28:19.942205 803635 pod_ready.go:93] pod "etcd-addons-970843" in "kube-system" namespace has status "Ready":"True"
I0401 20:28:19.942228 803635 pod_ready.go:82] duration metric: took 5.376214ms for pod "etcd-addons-970843" in "kube-system" namespace to be "Ready" ...
I0401 20:28:19.942243 803635 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-970843" in "kube-system" namespace to be "Ready" ...
I0401 20:28:19.947001 803635 pod_ready.go:93] pod "kube-apiserver-addons-970843" in "kube-system" namespace has status "Ready":"True"
I0401 20:28:19.947029 803635 pod_ready.go:82] duration metric: took 4.778318ms for pod "kube-apiserver-addons-970843" in "kube-system" namespace to be "Ready" ...
I0401 20:28:19.947040 803635 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-970843" in "kube-system" namespace to be "Ready" ...
I0401 20:28:19.951414 803635 pod_ready.go:93] pod "kube-controller-manager-addons-970843" in "kube-system" namespace has status "Ready":"True"
I0401 20:28:19.951436 803635 pod_ready.go:82] duration metric: took 4.386107ms for pod "kube-controller-manager-addons-970843" in "kube-system" namespace to be "Ready" ...
I0401 20:28:19.951449 803635 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-24shk" in "kube-system" namespace to be "Ready" ...
I0401 20:28:19.964095 803635 pod_ready.go:93] pod "kube-proxy-24shk" in "kube-system" namespace has status "Ready":"True"
I0401 20:28:19.964114 803635 pod_ready.go:82] duration metric: took 12.658683ms for pod "kube-proxy-24shk" in "kube-system" namespace to be "Ready" ...
I0401 20:28:19.964125 803635 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-970843" in "kube-system" namespace to be "Ready" ...
I0401 20:28:19.985177 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:19.986072 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:19.987635 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:20.364815 803635 pod_ready.go:93] pod "kube-scheduler-addons-970843" in "kube-system" namespace has status "Ready":"True"
I0401 20:28:20.364836 803635 pod_ready.go:82] duration metric: took 400.7044ms for pod "kube-scheduler-addons-970843" in "kube-system" namespace to be "Ready" ...
I0401 20:28:20.364849 803635 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-7fbb699795-t4tcf" in "kube-system" namespace to be "Ready" ...
I0401 20:28:20.382682 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:20.488114 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:20.493731 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:20.494549 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:20.886210 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:20.985811 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:20.987794 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:20.987825 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:21.387384 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:21.487652 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:21.487810 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:21.487931 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:21.884376 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:21.983685 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:21.986166 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:21.986348 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:22.370825 803635 pod_ready.go:103] pod "metrics-server-7fbb699795-t4tcf" in "kube-system" namespace has status "Ready":"False"
I0401 20:28:22.382896 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:22.484713 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:22.488385 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:22.488753 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:22.882342 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:22.990855 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:22.997932 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:22.998700 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:23.383288 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:23.489276 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:23.491346 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:23.493429 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:23.881890 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:23.984688 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:23.988416 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:23.988840 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:24.381835 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:24.483852 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:24.488499 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:24.488640 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:24.870851 803635 pod_ready.go:103] pod "metrics-server-7fbb699795-t4tcf" in "kube-system" namespace has status "Ready":"False"
I0401 20:28:24.890494 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:24.985527 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:24.987322 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:24.989909 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:25.382051 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:25.484773 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:25.485997 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:25.493010 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:25.882298 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:25.984020 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:25.986470 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:25.991018 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:26.384118 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:26.484993 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:26.489634 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:26.490151 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:26.871930 803635 pod_ready.go:103] pod "metrics-server-7fbb699795-t4tcf" in "kube-system" namespace has status "Ready":"False"
I0401 20:28:26.889229 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:26.986688 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:26.988282 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:26.989715 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:27.382678 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:27.484970 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:27.487672 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:27.487787 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:27.881650 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:27.983282 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:27.986781 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:27.986955 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:28.382396 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:28.483231 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:28.486545 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:28.487089 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:28.872416 803635 pod_ready.go:103] pod "metrics-server-7fbb699795-t4tcf" in "kube-system" namespace has status "Ready":"False"
I0401 20:28:28.881533 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:28.983624 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:28.986242 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:28.986435 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:29.382108 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:29.484074 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:29.494077 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:29.494336 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:29.882004 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:29.984893 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:29.987093 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:29.987259 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:30.381552 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:30.487268 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:30.487824 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:30.488263 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:30.882221 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:30.984114 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:30.987127 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:30.987635 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:31.371298 803635 pod_ready.go:103] pod "metrics-server-7fbb699795-t4tcf" in "kube-system" namespace has status "Ready":"False"
I0401 20:28:31.382966 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:31.486766 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:31.489508 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:31.494987 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:31.882951 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:31.984499 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:31.987680 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:31.987786 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:32.381705 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:32.484293 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:32.487113 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:32.487875 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:32.882260 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:32.987713 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:32.988160 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:32.988989 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:33.374695 803635 pod_ready.go:103] pod "metrics-server-7fbb699795-t4tcf" in "kube-system" namespace has status "Ready":"False"
I0401 20:28:33.385102 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:33.484497 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:33.487418 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:33.488679 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:33.886302 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:33.988601 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:33.989209 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:33.989592 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:34.388398 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:34.490444 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:34.490614 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:34.490662 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:34.882595 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:34.983547 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:34.987178 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:34.987628 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:35.385062 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:35.484643 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:35.490018 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:35.491365 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:35.872709 803635 pod_ready.go:103] pod "metrics-server-7fbb699795-t4tcf" in "kube-system" namespace has status "Ready":"False"
I0401 20:28:35.882695 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:35.986777 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:35.987415 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:35.989170 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:36.381709 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:36.486246 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:36.487819 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:36.488255 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:36.883345 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:36.992142 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:36.992821 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:36.994038 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:37.383910 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:37.486799 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:37.490840 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:37.491016 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:37.884011 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:37.986771 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:37.989844 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:37.990888 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:38.370240 803635 pod_ready.go:103] pod "metrics-server-7fbb699795-t4tcf" in "kube-system" namespace has status "Ready":"False"
I0401 20:28:38.381297 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:38.486470 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:38.486516 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:38.487260 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:38.881294 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:38.984559 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:38.986345 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:38.986946 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:39.381729 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:39.483583 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:39.486007 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:39.486458 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:39.888425 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:39.989963 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:39.990554 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:39.990959 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:40.382185 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:40.488572 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:40.488954 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:40.489227 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:40.870774 803635 pod_ready.go:103] pod "metrics-server-7fbb699795-t4tcf" in "kube-system" namespace has status "Ready":"False"
I0401 20:28:40.882003 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:40.984562 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:40.986864 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:40.989225 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:41.385004 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:41.483714 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:41.486125 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:41.486263 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:41.881738 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:41.988878 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:41.989041 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:41.989626 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:42.382079 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:42.483955 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:42.486681 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:42.486829 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:42.880948 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:42.983916 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:42.986263 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:42.986392 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:43.370298 803635 pod_ready.go:103] pod "metrics-server-7fbb699795-t4tcf" in "kube-system" namespace has status "Ready":"False"
I0401 20:28:43.381132 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:43.484016 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:43.487322 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:43.487699 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:43.882931 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:43.985006 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:43.989678 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:43.990590 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:44.381112 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:44.483837 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:44.488000 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:44.488470 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:44.883040 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:44.986512 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:44.989026 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:44.989464 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:45.370450 803635 pod_ready.go:103] pod "metrics-server-7fbb699795-t4tcf" in "kube-system" namespace has status "Ready":"False"
I0401 20:28:45.381424 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:45.484654 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:45.486589 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:45.488445 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:45.881808 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:45.983382 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:45.985405 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:45.987032 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:46.383613 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:46.483429 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:46.486369 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:46.488972 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:46.881422 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:46.984489 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:46.985595 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:46.987062 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:47.381435 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:47.483074 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:47.484673 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:47.486387 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:47.870334 803635 pod_ready.go:103] pod "metrics-server-7fbb699795-t4tcf" in "kube-system" namespace has status "Ready":"False"
I0401 20:28:47.882611 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:47.990477 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:47.991015 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:47.991360 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:48.382460 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:48.483942 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:48.488205 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:48.488540 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:48.881353 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:48.983506 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:48.987065 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:48.988922 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:49.386052 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:49.484086 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:49.489123 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:49.489757 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:49.871609 803635 pod_ready.go:103] pod "metrics-server-7fbb699795-t4tcf" in "kube-system" namespace has status "Ready":"False"
I0401 20:28:49.883077 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:49.983988 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:49.986859 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:49.987447 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:50.382104 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:50.485837 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:50.486398 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:50.486978 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:50.881409 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:50.996394 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:50.996550 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:50.996673 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:51.387901 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:51.484940 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:51.494470 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:51.495136 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:51.881891 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:51.987378 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:51.987506 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:51.989860 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:52.369785 803635 pod_ready.go:103] pod "metrics-server-7fbb699795-t4tcf" in "kube-system" namespace has status "Ready":"False"
I0401 20:28:52.381993 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:52.483481 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:52.487570 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:52.488148 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 20:28:52.880896 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:52.988298 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:52.989118 803635 kapi.go:107] duration metric: took 1m14.506543433s to wait for kubernetes.io/minikube-addons=registry ...
I0401 20:28:52.998915 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:53.382713 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:53.483646 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:53.486145 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:53.882602 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:53.984017 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:53.987090 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:54.371795 803635 pod_ready.go:103] pod "metrics-server-7fbb699795-t4tcf" in "kube-system" namespace has status "Ready":"False"
I0401 20:28:54.382516 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:54.483336 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:54.487625 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:54.882126 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:54.994328 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:54.994767 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:55.383672 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:55.486969 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:55.488900 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:55.886905 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:55.984478 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:55.987275 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:56.374562 803635 pod_ready.go:103] pod "metrics-server-7fbb699795-t4tcf" in "kube-system" namespace has status "Ready":"False"
I0401 20:28:56.384234 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:56.488389 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:56.489569 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:56.895702 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:56.994536 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:56.995286 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:57.372367 803635 pod_ready.go:93] pod "metrics-server-7fbb699795-t4tcf" in "kube-system" namespace has status "Ready":"True"
I0401 20:28:57.372399 803635 pod_ready.go:82] duration metric: took 37.007542171s for pod "metrics-server-7fbb699795-t4tcf" in "kube-system" namespace to be "Ready" ...
I0401 20:28:57.372412 803635 pod_ready.go:79] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-bfbwb" in "kube-system" namespace to be "Ready" ...
I0401 20:28:57.378413 803635 pod_ready.go:93] pod "nvidia-device-plugin-daemonset-bfbwb" in "kube-system" namespace has status "Ready":"True"
I0401 20:28:57.378438 803635 pod_ready.go:82] duration metric: took 6.017885ms for pod "nvidia-device-plugin-daemonset-bfbwb" in "kube-system" namespace to be "Ready" ...
I0401 20:28:57.378456 803635 pod_ready.go:39] duration metric: took 39.002905945s 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" ...
I0401 20:28:57.378501 803635 api_server.go:52] waiting for apiserver process to appear ...
I0401 20:28:57.378547 803635 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0401 20:28:57.378607 803635 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0401 20:28:57.383029 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:57.438014 803635 cri.go:89] found id: "de456b33c8b0a7dcc685e3d30ea87b0da14024a89ae0e12725553ce7afe23c94"
I0401 20:28:57.438037 803635 cri.go:89] found id: ""
I0401 20:28:57.438061 803635 logs.go:282] 1 containers: [de456b33c8b0a7dcc685e3d30ea87b0da14024a89ae0e12725553ce7afe23c94]
I0401 20:28:57.438116 803635 ssh_runner.go:195] Run: which crictl
I0401 20:28:57.441956 803635 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0401 20:28:57.442035 803635 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0401 20:28:57.485538 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:57.486782 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:57.497560 803635 cri.go:89] found id: "3ba1685682f5de7f7ca2a3b46b751c6ed694fc920410ce53a5e195c20a4f72be"
I0401 20:28:57.497635 803635 cri.go:89] found id: ""
I0401 20:28:57.497650 803635 logs.go:282] 1 containers: [3ba1685682f5de7f7ca2a3b46b751c6ed694fc920410ce53a5e195c20a4f72be]
I0401 20:28:57.497725 803635 ssh_runner.go:195] Run: which crictl
I0401 20:28:57.501325 803635 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0401 20:28:57.501426 803635 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0401 20:28:57.547391 803635 cri.go:89] found id: "b69346c015381028bf791320480f37704a5b236bef49706e953dfe02627bc0b3"
I0401 20:28:57.547413 803635 cri.go:89] found id: ""
I0401 20:28:57.547422 803635 logs.go:282] 1 containers: [b69346c015381028bf791320480f37704a5b236bef49706e953dfe02627bc0b3]
I0401 20:28:57.547481 803635 ssh_runner.go:195] Run: which crictl
I0401 20:28:57.555048 803635 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0401 20:28:57.555131 803635 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0401 20:28:57.597358 803635 cri.go:89] found id: "2dc430e565ebd0f5cd582560db380fd4d4bbb182f594f1d3642f2deba7032076"
I0401 20:28:57.597420 803635 cri.go:89] found id: ""
I0401 20:28:57.597440 803635 logs.go:282] 1 containers: [2dc430e565ebd0f5cd582560db380fd4d4bbb182f594f1d3642f2deba7032076]
I0401 20:28:57.597528 803635 ssh_runner.go:195] Run: which crictl
I0401 20:28:57.601161 803635 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0401 20:28:57.601268 803635 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0401 20:28:57.638739 803635 cri.go:89] found id: "511f6c11b8487a9c09ae28f86569297af54bbd3f4c4a7f5c36d5241a8be26eec"
I0401 20:28:57.638766 803635 cri.go:89] found id: ""
I0401 20:28:57.638774 803635 logs.go:282] 1 containers: [511f6c11b8487a9c09ae28f86569297af54bbd3f4c4a7f5c36d5241a8be26eec]
I0401 20:28:57.638830 803635 ssh_runner.go:195] Run: which crictl
I0401 20:28:57.642387 803635 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0401 20:28:57.642459 803635 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0401 20:28:57.681190 803635 cri.go:89] found id: "b82fa88eb0195c40856a241172fb35ae53cd63229cccd315354cacfece20d636"
I0401 20:28:57.681256 803635 cri.go:89] found id: ""
I0401 20:28:57.681278 803635 logs.go:282] 1 containers: [b82fa88eb0195c40856a241172fb35ae53cd63229cccd315354cacfece20d636]
I0401 20:28:57.681385 803635 ssh_runner.go:195] Run: which crictl
I0401 20:28:57.684750 803635 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0401 20:28:57.684816 803635 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0401 20:28:57.727807 803635 cri.go:89] found id: "627190e51e11924fd04803de464b10a347c541134f0b94ad39174db0a5cbf73f"
I0401 20:28:57.727832 803635 cri.go:89] found id: ""
I0401 20:28:57.727841 803635 logs.go:282] 1 containers: [627190e51e11924fd04803de464b10a347c541134f0b94ad39174db0a5cbf73f]
I0401 20:28:57.727896 803635 ssh_runner.go:195] Run: which crictl
I0401 20:28:57.732134 803635 logs.go:123] Gathering logs for dmesg ...
I0401 20:28:57.732218 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0401 20:28:57.750598 803635 logs.go:123] Gathering logs for kube-apiserver [de456b33c8b0a7dcc685e3d30ea87b0da14024a89ae0e12725553ce7afe23c94] ...
I0401 20:28:57.750671 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 de456b33c8b0a7dcc685e3d30ea87b0da14024a89ae0e12725553ce7afe23c94"
I0401 20:28:57.803401 803635 logs.go:123] Gathering logs for etcd [3ba1685682f5de7f7ca2a3b46b751c6ed694fc920410ce53a5e195c20a4f72be] ...
I0401 20:28:57.803436 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3ba1685682f5de7f7ca2a3b46b751c6ed694fc920410ce53a5e195c20a4f72be"
I0401 20:28:57.874410 803635 logs.go:123] Gathering logs for coredns [b69346c015381028bf791320480f37704a5b236bef49706e953dfe02627bc0b3] ...
I0401 20:28:57.874446 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b69346c015381028bf791320480f37704a5b236bef49706e953dfe02627bc0b3"
I0401 20:28:57.882805 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:57.940333 803635 logs.go:123] Gathering logs for kube-proxy [511f6c11b8487a9c09ae28f86569297af54bbd3f4c4a7f5c36d5241a8be26eec] ...
I0401 20:28:57.940365 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 511f6c11b8487a9c09ae28f86569297af54bbd3f4c4a7f5c36d5241a8be26eec"
I0401 20:28:57.991571 803635 logs.go:123] Gathering logs for kube-controller-manager [b82fa88eb0195c40856a241172fb35ae53cd63229cccd315354cacfece20d636] ...
I0401 20:28:57.991653 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b82fa88eb0195c40856a241172fb35ae53cd63229cccd315354cacfece20d636"
I0401 20:28:58.003666 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:58.004437 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:58.086196 803635 logs.go:123] Gathering logs for CRI-O ...
I0401 20:28:58.086279 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0401 20:28:58.176276 803635 logs.go:123] Gathering logs for kubelet ...
I0401 20:28:58.176354 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0401 20:28:58.268813 803635 logs.go:138] Found kubelet problem: Apr 01 20:28:18 addons-970843 kubelet[1497]: I0401 20:28:18.355588 1497 status_manager.go:890] "Failed to get status for pod" podUID="413ab048-e827-43d5-8dd1-56323ef4fc2a" pod="gcp-auth/gcp-auth-certs-patch-c8knj" err="pods \"gcp-auth-certs-patch-c8knj\" is forbidden: User \"system:node:addons-970843\" cannot get resource \"pods\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-970843' and this object"
W0401 20:28:58.269071 803635 logs.go:138] Found kubelet problem: Apr 01 20:28:18 addons-970843 kubelet[1497]: W0401 20:28:18.355682 1497 reflector.go:569] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-970843" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-970843' and this object
W0401 20:28:58.269348 803635 logs.go:138] Found kubelet problem: Apr 01 20:28:18 addons-970843 kubelet[1497]: E0401 20:28:18.355710 1497 reflector.go:166] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-970843\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-970843' and this object" logger="UnhandledError"
I0401 20:28:58.301199 803635 logs.go:123] Gathering logs for describe nodes ...
I0401 20:28:58.301243 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0401 20:28:58.383411 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:58.485104 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:58.487018 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:58.526324 803635 logs.go:123] Gathering logs for kube-scheduler [2dc430e565ebd0f5cd582560db380fd4d4bbb182f594f1d3642f2deba7032076] ...
I0401 20:28:58.526402 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2dc430e565ebd0f5cd582560db380fd4d4bbb182f594f1d3642f2deba7032076"
I0401 20:28:58.656029 803635 logs.go:123] Gathering logs for kindnet [627190e51e11924fd04803de464b10a347c541134f0b94ad39174db0a5cbf73f] ...
I0401 20:28:58.656072 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 627190e51e11924fd04803de464b10a347c541134f0b94ad39174db0a5cbf73f"
I0401 20:28:58.731066 803635 logs.go:123] Gathering logs for container status ...
I0401 20:28:58.731105 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0401 20:28:58.802487 803635 out.go:358] Setting ErrFile to fd 2...
I0401 20:28:58.802519 803635 out.go:392] TERM=,COLORTERM=, which probably does not support color
W0401 20:28:58.802601 803635 out.go:270] X Problems detected in kubelet:
W0401 20:28:58.802619 803635 out.go:270] Apr 01 20:28:18 addons-970843 kubelet[1497]: I0401 20:28:18.355588 1497 status_manager.go:890] "Failed to get status for pod" podUID="413ab048-e827-43d5-8dd1-56323ef4fc2a" pod="gcp-auth/gcp-auth-certs-patch-c8knj" err="pods \"gcp-auth-certs-patch-c8knj\" is forbidden: User \"system:node:addons-970843\" cannot get resource \"pods\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-970843' and this object"
W0401 20:28:58.802633 803635 out.go:270] Apr 01 20:28:18 addons-970843 kubelet[1497]: W0401 20:28:18.355682 1497 reflector.go:569] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-970843" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-970843' and this object
W0401 20:28:58.802790 803635 out.go:270] Apr 01 20:28:18 addons-970843 kubelet[1497]: E0401 20:28:18.355710 1497 reflector.go:166] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-970843\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-970843' and this object" logger="UnhandledError"
I0401 20:28:58.802803 803635 out.go:358] Setting ErrFile to fd 2...
I0401 20:28:58.802811 803635 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0401 20:28:58.882646 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:58.984013 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:58.986901 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:59.382182 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:59.483106 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:59.486762 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:28:59.882626 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:28:59.983762 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:28:59.986503 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:00.383408 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:00.485201 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:00.488531 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:00.882592 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:00.984575 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:00.987240 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:01.380991 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:01.485277 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:01.486617 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:01.882385 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:01.983505 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:01.987088 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:02.381521 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:02.483453 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:02.487104 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:02.881630 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:02.984000 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:02.986069 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:03.383041 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:03.484961 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:03.489394 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:03.882089 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:03.987033 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:03.987892 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:04.381436 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:04.484185 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:04.486754 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:04.883140 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:04.984854 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:04.987858 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:05.384545 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:05.485429 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:05.488939 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:05.881954 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:05.983858 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:05.985998 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:06.381648 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:06.484899 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:06.487909 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:06.881613 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:06.987171 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:06.988903 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:07.384173 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:07.484919 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:07.486499 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:07.882965 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:07.983978 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:07.986067 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:08.381588 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:08.484709 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:08.497722 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:08.803607 803635 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0401 20:29:08.819918 803635 api_server.go:72] duration metric: took 1m37.575545272s to wait for apiserver process to appear ...
I0401 20:29:08.820006 803635 api_server.go:88] waiting for apiserver healthz status ...
I0401 20:29:08.820055 803635 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0401 20:29:08.820181 803635 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0401 20:29:08.860834 803635 cri.go:89] found id: "de456b33c8b0a7dcc685e3d30ea87b0da14024a89ae0e12725553ce7afe23c94"
I0401 20:29:08.860911 803635 cri.go:89] found id: ""
I0401 20:29:08.860924 803635 logs.go:282] 1 containers: [de456b33c8b0a7dcc685e3d30ea87b0da14024a89ae0e12725553ce7afe23c94]
I0401 20:29:08.860998 803635 ssh_runner.go:195] Run: which crictl
I0401 20:29:08.865056 803635 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0401 20:29:08.865156 803635 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0401 20:29:08.884056 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:08.986891 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:08.989236 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:09.041107 803635 cri.go:89] found id: "3ba1685682f5de7f7ca2a3b46b751c6ed694fc920410ce53a5e195c20a4f72be"
I0401 20:29:09.041128 803635 cri.go:89] found id: ""
I0401 20:29:09.041136 803635 logs.go:282] 1 containers: [3ba1685682f5de7f7ca2a3b46b751c6ed694fc920410ce53a5e195c20a4f72be]
I0401 20:29:09.041193 803635 ssh_runner.go:195] Run: which crictl
I0401 20:29:09.052292 803635 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0401 20:29:09.052365 803635 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0401 20:29:09.114325 803635 cri.go:89] found id: "b69346c015381028bf791320480f37704a5b236bef49706e953dfe02627bc0b3"
I0401 20:29:09.114348 803635 cri.go:89] found id: ""
I0401 20:29:09.114356 803635 logs.go:282] 1 containers: [b69346c015381028bf791320480f37704a5b236bef49706e953dfe02627bc0b3]
I0401 20:29:09.114412 803635 ssh_runner.go:195] Run: which crictl
I0401 20:29:09.127205 803635 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0401 20:29:09.127279 803635 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0401 20:29:09.216478 803635 cri.go:89] found id: "2dc430e565ebd0f5cd582560db380fd4d4bbb182f594f1d3642f2deba7032076"
I0401 20:29:09.216554 803635 cri.go:89] found id: ""
I0401 20:29:09.216576 803635 logs.go:282] 1 containers: [2dc430e565ebd0f5cd582560db380fd4d4bbb182f594f1d3642f2deba7032076]
I0401 20:29:09.216662 803635 ssh_runner.go:195] Run: which crictl
I0401 20:29:09.222369 803635 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0401 20:29:09.222507 803635 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0401 20:29:09.275594 803635 cri.go:89] found id: "511f6c11b8487a9c09ae28f86569297af54bbd3f4c4a7f5c36d5241a8be26eec"
I0401 20:29:09.275663 803635 cri.go:89] found id: ""
I0401 20:29:09.275697 803635 logs.go:282] 1 containers: [511f6c11b8487a9c09ae28f86569297af54bbd3f4c4a7f5c36d5241a8be26eec]
I0401 20:29:09.275801 803635 ssh_runner.go:195] Run: which crictl
I0401 20:29:09.279514 803635 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0401 20:29:09.279622 803635 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0401 20:29:09.337654 803635 cri.go:89] found id: "b82fa88eb0195c40856a241172fb35ae53cd63229cccd315354cacfece20d636"
I0401 20:29:09.337724 803635 cri.go:89] found id: ""
I0401 20:29:09.337746 803635 logs.go:282] 1 containers: [b82fa88eb0195c40856a241172fb35ae53cd63229cccd315354cacfece20d636]
I0401 20:29:09.337838 803635 ssh_runner.go:195] Run: which crictl
I0401 20:29:09.350369 803635 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0401 20:29:09.350491 803635 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0401 20:29:09.394062 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:09.441478 803635 cri.go:89] found id: "627190e51e11924fd04803de464b10a347c541134f0b94ad39174db0a5cbf73f"
I0401 20:29:09.441501 803635 cri.go:89] found id: ""
I0401 20:29:09.441510 803635 logs.go:282] 1 containers: [627190e51e11924fd04803de464b10a347c541134f0b94ad39174db0a5cbf73f]
I0401 20:29:09.441566 803635 ssh_runner.go:195] Run: which crictl
I0401 20:29:09.446336 803635 logs.go:123] Gathering logs for kube-controller-manager [b82fa88eb0195c40856a241172fb35ae53cd63229cccd315354cacfece20d636] ...
I0401 20:29:09.446359 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b82fa88eb0195c40856a241172fb35ae53cd63229cccd315354cacfece20d636"
I0401 20:29:09.485695 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:09.487003 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:09.552203 803635 logs.go:123] Gathering logs for container status ...
I0401 20:29:09.552252 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0401 20:29:09.640116 803635 logs.go:123] Gathering logs for kubelet ...
I0401 20:29:09.640142 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0401 20:29:09.728966 803635 logs.go:138] Found kubelet problem: Apr 01 20:28:18 addons-970843 kubelet[1497]: I0401 20:28:18.355588 1497 status_manager.go:890] "Failed to get status for pod" podUID="413ab048-e827-43d5-8dd1-56323ef4fc2a" pod="gcp-auth/gcp-auth-certs-patch-c8knj" err="pods \"gcp-auth-certs-patch-c8knj\" is forbidden: User \"system:node:addons-970843\" cannot get resource \"pods\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-970843' and this object"
W0401 20:29:09.729203 803635 logs.go:138] Found kubelet problem: Apr 01 20:28:18 addons-970843 kubelet[1497]: W0401 20:28:18.355682 1497 reflector.go:569] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-970843" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-970843' and this object
W0401 20:29:09.729467 803635 logs.go:138] Found kubelet problem: Apr 01 20:28:18 addons-970843 kubelet[1497]: E0401 20:28:18.355710 1497 reflector.go:166] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-970843\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-970843' and this object" logger="UnhandledError"
I0401 20:29:09.766298 803635 logs.go:123] Gathering logs for kube-apiserver [de456b33c8b0a7dcc685e3d30ea87b0da14024a89ae0e12725553ce7afe23c94] ...
I0401 20:29:09.766337 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 de456b33c8b0a7dcc685e3d30ea87b0da14024a89ae0e12725553ce7afe23c94"
I0401 20:29:09.846160 803635 logs.go:123] Gathering logs for kindnet [627190e51e11924fd04803de464b10a347c541134f0b94ad39174db0a5cbf73f] ...
I0401 20:29:09.846246 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 627190e51e11924fd04803de464b10a347c541134f0b94ad39174db0a5cbf73f"
I0401 20:29:09.886446 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:09.899323 803635 logs.go:123] Gathering logs for CRI-O ...
I0401 20:29:09.899395 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0401 20:29:09.983403 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:09.987409 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:09.996949 803635 logs.go:123] Gathering logs for dmesg ...
I0401 20:29:09.996988 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0401 20:29:10.015296 803635 logs.go:123] Gathering logs for describe nodes ...
I0401 20:29:10.015333 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0401 20:29:10.219887 803635 logs.go:123] Gathering logs for etcd [3ba1685682f5de7f7ca2a3b46b751c6ed694fc920410ce53a5e195c20a4f72be] ...
I0401 20:29:10.219917 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3ba1685682f5de7f7ca2a3b46b751c6ed694fc920410ce53a5e195c20a4f72be"
I0401 20:29:10.320491 803635 logs.go:123] Gathering logs for coredns [b69346c015381028bf791320480f37704a5b236bef49706e953dfe02627bc0b3] ...
I0401 20:29:10.320525 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b69346c015381028bf791320480f37704a5b236bef49706e953dfe02627bc0b3"
I0401 20:29:10.371316 803635 logs.go:123] Gathering logs for kube-scheduler [2dc430e565ebd0f5cd582560db380fd4d4bbb182f594f1d3642f2deba7032076] ...
I0401 20:29:10.371347 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2dc430e565ebd0f5cd582560db380fd4d4bbb182f594f1d3642f2deba7032076"
I0401 20:29:10.383407 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:10.429488 803635 logs.go:123] Gathering logs for kube-proxy [511f6c11b8487a9c09ae28f86569297af54bbd3f4c4a7f5c36d5241a8be26eec] ...
I0401 20:29:10.429522 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 511f6c11b8487a9c09ae28f86569297af54bbd3f4c4a7f5c36d5241a8be26eec"
I0401 20:29:10.470423 803635 out.go:358] Setting ErrFile to fd 2...
I0401 20:29:10.470445 803635 out.go:392] TERM=,COLORTERM=, which probably does not support color
W0401 20:29:10.470492 803635 out.go:270] X Problems detected in kubelet:
W0401 20:29:10.470503 803635 out.go:270] Apr 01 20:28:18 addons-970843 kubelet[1497]: I0401 20:28:18.355588 1497 status_manager.go:890] "Failed to get status for pod" podUID="413ab048-e827-43d5-8dd1-56323ef4fc2a" pod="gcp-auth/gcp-auth-certs-patch-c8knj" err="pods \"gcp-auth-certs-patch-c8knj\" is forbidden: User \"system:node:addons-970843\" cannot get resource \"pods\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-970843' and this object"
W0401 20:29:10.470510 803635 out.go:270] Apr 01 20:28:18 addons-970843 kubelet[1497]: W0401 20:28:18.355682 1497 reflector.go:569] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-970843" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-970843' and this object
W0401 20:29:10.470523 803635 out.go:270] Apr 01 20:28:18 addons-970843 kubelet[1497]: E0401 20:28:18.355710 1497 reflector.go:166] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-970843\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-970843' and this object" logger="UnhandledError"
I0401 20:29:10.470528 803635 out.go:358] Setting ErrFile to fd 2...
I0401 20:29:10.470535 803635 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0401 20:29:10.483894 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:10.488177 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:10.882161 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:10.983994 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:10.986397 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:11.381859 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:11.484199 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:11.487740 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:11.883327 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:11.983754 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:11.986858 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:12.384105 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:12.483921 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:12.487249 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:12.883737 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:12.984009 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:12.985883 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:13.383081 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:13.483506 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:13.487094 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:13.883292 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:13.984154 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:13.987125 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:14.381965 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:14.484105 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:14.489589 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:14.883009 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:14.985301 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:14.987166 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:15.381804 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:15.484141 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:15.486698 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:15.888054 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:15.988801 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:15.988972 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:16.384552 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:16.485782 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:16.487212 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:16.881346 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:16.986464 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:16.990902 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:17.382772 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:17.484117 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:17.486061 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:17.882603 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:17.990494 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:17.990982 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:18.381973 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:18.485163 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:18.488994 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:18.888624 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:18.983885 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:18.987178 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:19.381113 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:19.498120 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:19.498288 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:19.881847 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:19.986588 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:19.986767 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:20.381797 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:20.471801 803635 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0401 20:29:20.481766 803635 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0401 20:29:20.483274 803635 api_server.go:141] control plane version: v1.32.2
I0401 20:29:20.483301 803635 api_server.go:131] duration metric: took 11.66327249s to wait for apiserver health ...
I0401 20:29:20.483310 803635 system_pods.go:43] waiting for kube-system pods to appear ...
I0401 20:29:20.483331 803635 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0401 20:29:20.483394 803635 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0401 20:29:20.489056 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:20.489445 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:20.572733 803635 cri.go:89] found id: "de456b33c8b0a7dcc685e3d30ea87b0da14024a89ae0e12725553ce7afe23c94"
I0401 20:29:20.572756 803635 cri.go:89] found id: ""
I0401 20:29:20.572765 803635 logs.go:282] 1 containers: [de456b33c8b0a7dcc685e3d30ea87b0da14024a89ae0e12725553ce7afe23c94]
I0401 20:29:20.572839 803635 ssh_runner.go:195] Run: which crictl
I0401 20:29:20.578301 803635 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0401 20:29:20.578376 803635 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0401 20:29:20.642243 803635 cri.go:89] found id: "3ba1685682f5de7f7ca2a3b46b751c6ed694fc920410ce53a5e195c20a4f72be"
I0401 20:29:20.642268 803635 cri.go:89] found id: ""
I0401 20:29:20.642277 803635 logs.go:282] 1 containers: [3ba1685682f5de7f7ca2a3b46b751c6ed694fc920410ce53a5e195c20a4f72be]
I0401 20:29:20.642336 803635 ssh_runner.go:195] Run: which crictl
I0401 20:29:20.645734 803635 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0401 20:29:20.645811 803635 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0401 20:29:20.689276 803635 cri.go:89] found id: "b69346c015381028bf791320480f37704a5b236bef49706e953dfe02627bc0b3"
I0401 20:29:20.689299 803635 cri.go:89] found id: ""
I0401 20:29:20.689345 803635 logs.go:282] 1 containers: [b69346c015381028bf791320480f37704a5b236bef49706e953dfe02627bc0b3]
I0401 20:29:20.689411 803635 ssh_runner.go:195] Run: which crictl
I0401 20:29:20.692868 803635 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0401 20:29:20.692960 803635 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0401 20:29:20.736979 803635 cri.go:89] found id: "2dc430e565ebd0f5cd582560db380fd4d4bbb182f594f1d3642f2deba7032076"
I0401 20:29:20.737050 803635 cri.go:89] found id: ""
I0401 20:29:20.737071 803635 logs.go:282] 1 containers: [2dc430e565ebd0f5cd582560db380fd4d4bbb182f594f1d3642f2deba7032076]
I0401 20:29:20.737153 803635 ssh_runner.go:195] Run: which crictl
I0401 20:29:20.741062 803635 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0401 20:29:20.741183 803635 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0401 20:29:20.782101 803635 cri.go:89] found id: "511f6c11b8487a9c09ae28f86569297af54bbd3f4c4a7f5c36d5241a8be26eec"
I0401 20:29:20.782135 803635 cri.go:89] found id: ""
I0401 20:29:20.782144 803635 logs.go:282] 1 containers: [511f6c11b8487a9c09ae28f86569297af54bbd3f4c4a7f5c36d5241a8be26eec]
I0401 20:29:20.782213 803635 ssh_runner.go:195] Run: which crictl
I0401 20:29:20.785689 803635 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0401 20:29:20.785772 803635 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0401 20:29:20.827069 803635 cri.go:89] found id: "b82fa88eb0195c40856a241172fb35ae53cd63229cccd315354cacfece20d636"
I0401 20:29:20.827136 803635 cri.go:89] found id: ""
I0401 20:29:20.827152 803635 logs.go:282] 1 containers: [b82fa88eb0195c40856a241172fb35ae53cd63229cccd315354cacfece20d636]
I0401 20:29:20.827221 803635 ssh_runner.go:195] Run: which crictl
I0401 20:29:20.830691 803635 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0401 20:29:20.830817 803635 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0401 20:29:20.875184 803635 cri.go:89] found id: "627190e51e11924fd04803de464b10a347c541134f0b94ad39174db0a5cbf73f"
I0401 20:29:20.875208 803635 cri.go:89] found id: ""
I0401 20:29:20.875217 803635 logs.go:282] 1 containers: [627190e51e11924fd04803de464b10a347c541134f0b94ad39174db0a5cbf73f]
I0401 20:29:20.875294 803635 ssh_runner.go:195] Run: which crictl
I0401 20:29:20.879007 803635 logs.go:123] Gathering logs for dmesg ...
I0401 20:29:20.879031 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0401 20:29:20.883238 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:20.897700 803635 logs.go:123] Gathering logs for kube-apiserver [de456b33c8b0a7dcc685e3d30ea87b0da14024a89ae0e12725553ce7afe23c94] ...
I0401 20:29:20.897736 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 de456b33c8b0a7dcc685e3d30ea87b0da14024a89ae0e12725553ce7afe23c94"
I0401 20:29:20.952252 803635 logs.go:123] Gathering logs for kube-proxy [511f6c11b8487a9c09ae28f86569297af54bbd3f4c4a7f5c36d5241a8be26eec] ...
I0401 20:29:20.952286 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 511f6c11b8487a9c09ae28f86569297af54bbd3f4c4a7f5c36d5241a8be26eec"
I0401 20:29:20.983788 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:20.986449 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:20.995537 803635 logs.go:123] Gathering logs for kube-controller-manager [b82fa88eb0195c40856a241172fb35ae53cd63229cccd315354cacfece20d636] ...
I0401 20:29:20.995612 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b82fa88eb0195c40856a241172fb35ae53cd63229cccd315354cacfece20d636"
I0401 20:29:21.077429 803635 logs.go:123] Gathering logs for kindnet [627190e51e11924fd04803de464b10a347c541134f0b94ad39174db0a5cbf73f] ...
I0401 20:29:21.077467 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 627190e51e11924fd04803de464b10a347c541134f0b94ad39174db0a5cbf73f"
I0401 20:29:21.124024 803635 logs.go:123] Gathering logs for CRI-O ...
I0401 20:29:21.124052 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0401 20:29:21.226680 803635 logs.go:123] Gathering logs for kubelet ...
I0401 20:29:21.226719 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0401 20:29:21.309755 803635 logs.go:138] Found kubelet problem: Apr 01 20:28:18 addons-970843 kubelet[1497]: I0401 20:28:18.355588 1497 status_manager.go:890] "Failed to get status for pod" podUID="413ab048-e827-43d5-8dd1-56323ef4fc2a" pod="gcp-auth/gcp-auth-certs-patch-c8knj" err="pods \"gcp-auth-certs-patch-c8knj\" is forbidden: User \"system:node:addons-970843\" cannot get resource \"pods\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-970843' and this object"
W0401 20:29:21.309996 803635 logs.go:138] Found kubelet problem: Apr 01 20:28:18 addons-970843 kubelet[1497]: W0401 20:28:18.355682 1497 reflector.go:569] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-970843" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-970843' and this object
W0401 20:29:21.310402 803635 logs.go:138] Found kubelet problem: Apr 01 20:28:18 addons-970843 kubelet[1497]: E0401 20:28:18.355710 1497 reflector.go:166] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-970843\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-970843' and this object" logger="UnhandledError"
I0401 20:29:21.350340 803635 logs.go:123] Gathering logs for describe nodes ...
I0401 20:29:21.350379 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0401 20:29:21.381765 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:21.483857 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:21.485938 803635 logs.go:123] Gathering logs for etcd [3ba1685682f5de7f7ca2a3b46b751c6ed694fc920410ce53a5e195c20a4f72be] ...
I0401 20:29:21.486018 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3ba1685682f5de7f7ca2a3b46b751c6ed694fc920410ce53a5e195c20a4f72be"
I0401 20:29:21.487550 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:21.559190 803635 logs.go:123] Gathering logs for coredns [b69346c015381028bf791320480f37704a5b236bef49706e953dfe02627bc0b3] ...
I0401 20:29:21.559229 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b69346c015381028bf791320480f37704a5b236bef49706e953dfe02627bc0b3"
I0401 20:29:21.614687 803635 logs.go:123] Gathering logs for kube-scheduler [2dc430e565ebd0f5cd582560db380fd4d4bbb182f594f1d3642f2deba7032076] ...
I0401 20:29:21.614723 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2dc430e565ebd0f5cd582560db380fd4d4bbb182f594f1d3642f2deba7032076"
I0401 20:29:21.670687 803635 logs.go:123] Gathering logs for container status ...
I0401 20:29:21.670742 803635 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0401 20:29:21.741927 803635 out.go:358] Setting ErrFile to fd 2...
I0401 20:29:21.741958 803635 out.go:392] TERM=,COLORTERM=, which probably does not support color
W0401 20:29:21.742017 803635 out.go:270] X Problems detected in kubelet:
W0401 20:29:21.742030 803635 out.go:270] Apr 01 20:28:18 addons-970843 kubelet[1497]: I0401 20:28:18.355588 1497 status_manager.go:890] "Failed to get status for pod" podUID="413ab048-e827-43d5-8dd1-56323ef4fc2a" pod="gcp-auth/gcp-auth-certs-patch-c8knj" err="pods \"gcp-auth-certs-patch-c8knj\" is forbidden: User \"system:node:addons-970843\" cannot get resource \"pods\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-970843' and this object"
W0401 20:29:21.742044 803635 out.go:270] Apr 01 20:28:18 addons-970843 kubelet[1497]: W0401 20:28:18.355682 1497 reflector.go:569] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-970843" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-970843' and this object
W0401 20:29:21.742051 803635 out.go:270] Apr 01 20:28:18 addons-970843 kubelet[1497]: E0401 20:28:18.355710 1497 reflector.go:166] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-970843\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-970843' and this object" logger="UnhandledError"
I0401 20:29:21.742056 803635 out.go:358] Setting ErrFile to fd 2...
I0401 20:29:21.742062 803635 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0401 20:29:21.881760 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:21.984311 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:21.986709 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:22.381941 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:22.483825 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:22.488692 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:22.886506 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:22.985138 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:22.987350 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:23.383873 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:23.483074 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:23.486515 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:23.882152 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:23.987009 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:23.987170 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:24.381491 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:24.485747 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:24.493794 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:24.882374 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:24.983915 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:24.993973 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:25.381246 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:25.483454 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:25.487583 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:25.883167 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:25.990831 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:25.991523 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:26.383505 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:26.493007 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:26.493488 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:26.882109 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:26.984867 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:26.991280 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:27.384417 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:27.483592 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:27.486424 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:27.882821 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:27.992439 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:27.992536 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:28.383397 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:28.484218 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:28.494217 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:28.882040 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:28.984222 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:28.986944 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:29.382761 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:29.484544 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:29.488815 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:29.881634 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:29.983344 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:29.992088 803635 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 20:29:30.381701 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:30.483527 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:30.486138 803635 kapi.go:107] duration metric: took 1m52.002641156s to wait for app.kubernetes.io/name=ingress-nginx ...
I0401 20:29:30.881144 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:30.983013 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:31.381443 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:31.483731 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:31.747939 803635 system_pods.go:59] 18 kube-system pods found
I0401 20:29:31.747976 803635 system_pods.go:61] "coredns-668d6bf9bc-56f8j" [f0e377bf-f026-491a-ab56-70f544215a29] Running
I0401 20:29:31.747984 803635 system_pods.go:61] "csi-hostpath-attacher-0" [cf3c0fcc-e914-44f8-b587-9f23f010737c] Running
I0401 20:29:31.747990 803635 system_pods.go:61] "csi-hostpath-resizer-0" [e2ba5bf4-61d9-4094-a76c-476f4679f9fe] Running
I0401 20:29:31.748037 803635 system_pods.go:61] "csi-hostpathplugin-knzfk" [672eb11a-7f8f-4ca1-8904-ef38d6ffe804] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
I0401 20:29:31.748050 803635 system_pods.go:61] "etcd-addons-970843" [4bbea6a6-9d84-414b-bebe-57b75d0a7670] Running
I0401 20:29:31.748056 803635 system_pods.go:61] "kindnet-lql4c" [b46afd72-2bc8-4687-84c3-a928cd5d0b49] Running
I0401 20:29:31.748062 803635 system_pods.go:61] "kube-apiserver-addons-970843" [24ab9f30-7141-49dd-ad16-b3e8ee75e4d1] Running
I0401 20:29:31.748073 803635 system_pods.go:61] "kube-controller-manager-addons-970843" [88a6beb2-0e47-40ec-ac83-12e99bc055d0] Running
I0401 20:29:31.748078 803635 system_pods.go:61] "kube-ingress-dns-minikube" [e1e5f677-6b9b-483f-8f81-173848a3f362] Running
I0401 20:29:31.748100 803635 system_pods.go:61] "kube-proxy-24shk" [e9f2fcbb-ce74-47ac-806d-4b2832b7d702] Running
I0401 20:29:31.748109 803635 system_pods.go:61] "kube-scheduler-addons-970843" [42f0c8f8-77ac-41c5-a731-cf9f4a8e4ff9] Running
I0401 20:29:31.748113 803635 system_pods.go:61] "metrics-server-7fbb699795-t4tcf" [30a34204-6eeb-42d2-b764-75c4f7cfd851] Running
I0401 20:29:31.748118 803635 system_pods.go:61] "nvidia-device-plugin-daemonset-bfbwb" [ad1ed28c-0b67-48fb-837d-cfe9c28b56ea] Running
I0401 20:29:31.748135 803635 system_pods.go:61] "registry-6c88467877-hx4m7" [7947b822-1815-46d1-95f6-5440b049aad9] Running
I0401 20:29:31.748147 803635 system_pods.go:61] "registry-proxy-97zfw" [7a9dd048-ba3b-4144-9966-4b2bc02dad00] Running
I0401 20:29:31.748152 803635 system_pods.go:61] "snapshot-controller-68b874b76f-2thx8" [567710fd-84c4-4d2e-8261-49778de762eb] Running
I0401 20:29:31.748156 803635 system_pods.go:61] "snapshot-controller-68b874b76f-nv6dw" [013eaf0e-a224-4f91-a307-890b00cb522c] Running
I0401 20:29:31.748179 803635 system_pods.go:61] "storage-provisioner" [2b909c38-5c4a-44db-8524-b3e3b69273d1] Running
I0401 20:29:31.748191 803635 system_pods.go:74] duration metric: took 11.264875356s to wait for pod list to return data ...
I0401 20:29:31.748200 803635 default_sa.go:34] waiting for default service account to be created ...
I0401 20:29:31.751038 803635 default_sa.go:45] found service account: "default"
I0401 20:29:31.751065 803635 default_sa.go:55] duration metric: took 2.854073ms for default service account to be created ...
I0401 20:29:31.751075 803635 system_pods.go:116] waiting for k8s-apps to be running ...
I0401 20:29:31.761168 803635 system_pods.go:86] 18 kube-system pods found
I0401 20:29:31.761205 803635 system_pods.go:89] "coredns-668d6bf9bc-56f8j" [f0e377bf-f026-491a-ab56-70f544215a29] Running
I0401 20:29:31.761214 803635 system_pods.go:89] "csi-hostpath-attacher-0" [cf3c0fcc-e914-44f8-b587-9f23f010737c] Running
I0401 20:29:31.761219 803635 system_pods.go:89] "csi-hostpath-resizer-0" [e2ba5bf4-61d9-4094-a76c-476f4679f9fe] Running
I0401 20:29:31.761261 803635 system_pods.go:89] "csi-hostpathplugin-knzfk" [672eb11a-7f8f-4ca1-8904-ef38d6ffe804] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
I0401 20:29:31.761281 803635 system_pods.go:89] "etcd-addons-970843" [4bbea6a6-9d84-414b-bebe-57b75d0a7670] Running
I0401 20:29:31.761297 803635 system_pods.go:89] "kindnet-lql4c" [b46afd72-2bc8-4687-84c3-a928cd5d0b49] Running
I0401 20:29:31.761327 803635 system_pods.go:89] "kube-apiserver-addons-970843" [24ab9f30-7141-49dd-ad16-b3e8ee75e4d1] Running
I0401 20:29:31.761339 803635 system_pods.go:89] "kube-controller-manager-addons-970843" [88a6beb2-0e47-40ec-ac83-12e99bc055d0] Running
I0401 20:29:31.761346 803635 system_pods.go:89] "kube-ingress-dns-minikube" [e1e5f677-6b9b-483f-8f81-173848a3f362] Running
I0401 20:29:31.761350 803635 system_pods.go:89] "kube-proxy-24shk" [e9f2fcbb-ce74-47ac-806d-4b2832b7d702] Running
I0401 20:29:31.761354 803635 system_pods.go:89] "kube-scheduler-addons-970843" [42f0c8f8-77ac-41c5-a731-cf9f4a8e4ff9] Running
I0401 20:29:31.761358 803635 system_pods.go:89] "metrics-server-7fbb699795-t4tcf" [30a34204-6eeb-42d2-b764-75c4f7cfd851] Running
I0401 20:29:31.761362 803635 system_pods.go:89] "nvidia-device-plugin-daemonset-bfbwb" [ad1ed28c-0b67-48fb-837d-cfe9c28b56ea] Running
I0401 20:29:31.761369 803635 system_pods.go:89] "registry-6c88467877-hx4m7" [7947b822-1815-46d1-95f6-5440b049aad9] Running
I0401 20:29:31.761383 803635 system_pods.go:89] "registry-proxy-97zfw" [7a9dd048-ba3b-4144-9966-4b2bc02dad00] Running
I0401 20:29:31.761388 803635 system_pods.go:89] "snapshot-controller-68b874b76f-2thx8" [567710fd-84c4-4d2e-8261-49778de762eb] Running
I0401 20:29:31.761409 803635 system_pods.go:89] "snapshot-controller-68b874b76f-nv6dw" [013eaf0e-a224-4f91-a307-890b00cb522c] Running
I0401 20:29:31.761419 803635 system_pods.go:89] "storage-provisioner" [2b909c38-5c4a-44db-8524-b3e3b69273d1] Running
I0401 20:29:31.761427 803635 system_pods.go:126] duration metric: took 10.345903ms to wait for k8s-apps to be running ...
I0401 20:29:31.761465 803635 system_svc.go:44] waiting for kubelet service to be running ....
I0401 20:29:31.761537 803635 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0401 20:29:31.802377 803635 system_svc.go:56] duration metric: took 40.903474ms WaitForService to wait for kubelet
I0401 20:29:31.802404 803635 kubeadm.go:582] duration metric: took 2m0.558040849s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0401 20:29:31.802431 803635 node_conditions.go:102] verifying NodePressure condition ...
I0401 20:29:31.805839 803635 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0401 20:29:31.805869 803635 node_conditions.go:123] node cpu capacity is 2
I0401 20:29:31.805882 803635 node_conditions.go:105] duration metric: took 3.446421ms to run NodePressure ...
I0401 20:29:31.805895 803635 start.go:241] waiting for startup goroutines ...
I0401 20:29:31.884215 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:31.984352 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:32.381803 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:32.483628 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:32.882338 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:32.983817 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:33.391236 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:33.491559 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:33.882583 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:33.984195 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 20:29:34.381410 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:34.482955 803635 kapi.go:107] duration metric: took 1m51.0026194s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0401 20:29:34.486236 803635 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-970843 cluster.
I0401 20:29:34.488657 803635 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.
I0401 20:29:34.491046 803635 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0401 20:29:34.881673 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:35.382272 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:35.881717 803635 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 20:29:36.381264 803635 kapi.go:107] duration metric: took 1m57.50313803s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0401 20:29:36.384522 803635 out.go:177] * Enabled addons: nvidia-device-plugin, ingress-dns, cloud-spanner, amd-gpu-device-plugin, metrics-server, inspektor-gadget, storage-provisioner, default-storageclass, yakd, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
I0401 20:29:36.388252 803635 addons.go:514] duration metric: took 2m5.143456714s for enable addons: enabled=[nvidia-device-plugin ingress-dns cloud-spanner amd-gpu-device-plugin metrics-server inspektor-gadget storage-provisioner default-storageclass yakd volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
I0401 20:29:36.388306 803635 start.go:246] waiting for cluster config update ...
I0401 20:29:36.388329 803635 start.go:255] writing updated cluster config ...
I0401 20:29:36.388633 803635 ssh_runner.go:195] Run: rm -f paused
I0401 20:29:36.796301 803635 start.go:600] kubectl: 1.32.3, cluster: 1.32.2 (minor skew: 0)
I0401 20:29:36.799438 803635 out.go:177] * Done! kubectl is now configured to use "addons-970843" cluster and "default" namespace by default
==> CRI-O <==
Apr 01 20:37:18 addons-970843 crio[968]: time="2025-04-01 20:37:18.469601645Z" level=info msg="Removed container a6694c15289b95dcd874882038a0680a6a6f04ef03262a51cd0a9ff0f3ed5eb7: kube-system/snapshot-controller-68b874b76f-nv6dw/volume-snapshot-controller" id=8aaf64de-8b30-43ef-9218-95a57b9329aa name=/runtime.v1.RuntimeService/RemoveContainer
Apr 01 20:37:18 addons-970843 crio[968]: time="2025-04-01 20:37:18.471593800Z" level=info msg="Removing container: 5758fdafd2d38bc1c3f4bb72e3906433a31dbb516f38c364dd4ade879f0701ba" id=7b52cf41-9b33-4537-855b-0d3591afaf7d name=/runtime.v1.RuntimeService/RemoveContainer
Apr 01 20:37:18 addons-970843 crio[968]: time="2025-04-01 20:37:18.501129329Z" level=info msg="Removed container 5758fdafd2d38bc1c3f4bb72e3906433a31dbb516f38c364dd4ade879f0701ba: kube-system/snapshot-controller-68b874b76f-2thx8/volume-snapshot-controller" id=7b52cf41-9b33-4537-855b-0d3591afaf7d name=/runtime.v1.RuntimeService/RemoveContainer
Apr 01 20:37:24 addons-970843 crio[968]: time="2025-04-01 20:37:24.458552452Z" level=info msg="Checking image status: docker.io/nginx:alpine" id=d817e402-d332-45d3-9112-9716ee21c7eb name=/runtime.v1.ImageService/ImageStatus
Apr 01 20:37:24 addons-970843 crio[968]: time="2025-04-01 20:37:24.458790572Z" level=info msg="Image docker.io/nginx:alpine not found" id=d817e402-d332-45d3-9112-9716ee21c7eb name=/runtime.v1.ImageService/ImageStatus
Apr 01 20:37:26 addons-970843 crio[968]: time="2025-04-01 20:37:26.929205193Z" level=info msg="Stopping pod sandbox: 85db9a22cc1335e6083b9275f0419ac9d80e6ce4152b3573a4f9f48ccaa0e613" id=4e7d8ec9-4a22-49e8-b73d-4f38e7a0c01f name=/runtime.v1.RuntimeService/StopPodSandbox
Apr 01 20:37:26 addons-970843 crio[968]: time="2025-04-01 20:37:26.929246883Z" level=info msg="Stopped pod sandbox (already stopped): 85db9a22cc1335e6083b9275f0419ac9d80e6ce4152b3573a4f9f48ccaa0e613" id=4e7d8ec9-4a22-49e8-b73d-4f38e7a0c01f name=/runtime.v1.RuntimeService/StopPodSandbox
Apr 01 20:37:26 addons-970843 crio[968]: time="2025-04-01 20:37:26.929948279Z" level=info msg="Removing pod sandbox: 85db9a22cc1335e6083b9275f0419ac9d80e6ce4152b3573a4f9f48ccaa0e613" id=e9dd7311-c5d3-478f-b0f9-fd336780e0b2 name=/runtime.v1.RuntimeService/RemovePodSandbox
Apr 01 20:37:26 addons-970843 crio[968]: time="2025-04-01 20:37:26.941196523Z" level=info msg="Removed pod sandbox: 85db9a22cc1335e6083b9275f0419ac9d80e6ce4152b3573a4f9f48ccaa0e613" id=e9dd7311-c5d3-478f-b0f9-fd336780e0b2 name=/runtime.v1.RuntimeService/RemovePodSandbox
Apr 01 20:37:26 addons-970843 crio[968]: time="2025-04-01 20:37:26.941721731Z" level=info msg="Stopping pod sandbox: ae876462182ddb0f0daa9fa436626454eaaa3c8d5b5d63f32a9e4b484e343014" id=b911eb92-b207-4182-80b2-6d694478a676 name=/runtime.v1.RuntimeService/StopPodSandbox
Apr 01 20:37:26 addons-970843 crio[968]: time="2025-04-01 20:37:26.941756792Z" level=info msg="Stopped pod sandbox (already stopped): ae876462182ddb0f0daa9fa436626454eaaa3c8d5b5d63f32a9e4b484e343014" id=b911eb92-b207-4182-80b2-6d694478a676 name=/runtime.v1.RuntimeService/StopPodSandbox
Apr 01 20:37:26 addons-970843 crio[968]: time="2025-04-01 20:37:26.942025631Z" level=info msg="Removing pod sandbox: ae876462182ddb0f0daa9fa436626454eaaa3c8d5b5d63f32a9e4b484e343014" id=fb40de97-eac3-4d46-9b7a-47ac79d0107f name=/runtime.v1.RuntimeService/RemovePodSandbox
Apr 01 20:37:26 addons-970843 crio[968]: time="2025-04-01 20:37:26.953598994Z" level=info msg="Removed pod sandbox: ae876462182ddb0f0daa9fa436626454eaaa3c8d5b5d63f32a9e4b484e343014" id=fb40de97-eac3-4d46-9b7a-47ac79d0107f name=/runtime.v1.RuntimeService/RemovePodSandbox
Apr 01 20:37:38 addons-970843 crio[968]: time="2025-04-01 20:37:38.457917687Z" level=info msg="Checking image status: docker.io/nginx:alpine" id=099814e5-96ee-4256-a85f-0f24c55e1475 name=/runtime.v1.ImageService/ImageStatus
Apr 01 20:37:38 addons-970843 crio[968]: time="2025-04-01 20:37:38.458170125Z" level=info msg="Image docker.io/nginx:alpine not found" id=099814e5-96ee-4256-a85f-0f24c55e1475 name=/runtime.v1.ImageService/ImageStatus
Apr 01 20:37:50 addons-970843 crio[968]: time="2025-04-01 20:37:50.457899999Z" level=info msg="Checking image status: docker.io/nginx:alpine" id=5ec4c9aa-f0db-4e8e-adbf-dd86f04b8c75 name=/runtime.v1.ImageService/ImageStatus
Apr 01 20:37:50 addons-970843 crio[968]: time="2025-04-01 20:37:50.458122078Z" level=info msg="Image docker.io/nginx:alpine not found" id=5ec4c9aa-f0db-4e8e-adbf-dd86f04b8c75 name=/runtime.v1.ImageService/ImageStatus
Apr 01 20:38:03 addons-970843 crio[968]: time="2025-04-01 20:38:03.457729928Z" level=info msg="Checking image status: docker.io/nginx:alpine" id=24ec0819-4bd1-4f3d-813d-cc96335bf891 name=/runtime.v1.ImageService/ImageStatus
Apr 01 20:38:03 addons-970843 crio[968]: time="2025-04-01 20:38:03.457963010Z" level=info msg="Image docker.io/nginx:alpine not found" id=24ec0819-4bd1-4f3d-813d-cc96335bf891 name=/runtime.v1.ImageService/ImageStatus
Apr 01 20:38:17 addons-970843 crio[968]: time="2025-04-01 20:38:17.457798573Z" level=info msg="Checking image status: docker.io/nginx:alpine" id=4ef93c32-410e-4a99-b0a3-273f0d7c8389 name=/runtime.v1.ImageService/ImageStatus
Apr 01 20:38:17 addons-970843 crio[968]: time="2025-04-01 20:38:17.458027569Z" level=info msg="Image docker.io/nginx:alpine not found" id=4ef93c32-410e-4a99-b0a3-273f0d7c8389 name=/runtime.v1.ImageService/ImageStatus
Apr 01 20:38:28 addons-970843 crio[968]: time="2025-04-01 20:38:28.457259757Z" level=info msg="Checking image status: docker.io/nginx:alpine" id=c1d54c79-7b58-4b91-a204-aebbf769c762 name=/runtime.v1.ImageService/ImageStatus
Apr 01 20:38:28 addons-970843 crio[968]: time="2025-04-01 20:38:28.457540806Z" level=info msg="Image docker.io/nginx:alpine not found" id=c1d54c79-7b58-4b91-a204-aebbf769c762 name=/runtime.v1.ImageService/ImageStatus
Apr 01 20:38:43 addons-970843 crio[968]: time="2025-04-01 20:38:43.456958099Z" level=info msg="Checking image status: docker.io/nginx:alpine" id=6024d765-1e15-43f1-bd42-929220e5a2cd name=/runtime.v1.ImageService/ImageStatus
Apr 01 20:38:43 addons-970843 crio[968]: time="2025-04-01 20:38:43.457186061Z" level=info msg="Image docker.io/nginx:alpine not found" id=6024d765-1e15-43f1-bd42-929220e5a2cd name=/runtime.v1.ImageService/ImageStatus
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
46f5d45f3a790 gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e 9 minutes ago Running busybox 0 a4f40d6d09219 busybox
40f27a8014548 registry.k8s.io/sig-storage/csi-snapshotter@sha256:291334908ddf71a4661fd7f6d9d97274de8a5378a2b6fdfeb2ce73414a34f82f 9 minutes ago Running csi-snapshotter 0 3990665400bd9 csi-hostpathplugin-knzfk
69fdf95a7c965 registry.k8s.io/ingress-nginx/controller@sha256:787a5408fa511266888b2e765f9666bee67d9bf2518a6b7cfd4ab6cc01c22eee 9 minutes ago Running controller 0 7b2bc8b626ef9 ingress-nginx-controller-56d7c84fd4-ktkhv
903f54721c8ce registry.k8s.io/sig-storage/csi-provisioner@sha256:98ffd09c0784203d200e0f8c241501de31c8df79644caac7eed61bd6391e5d49 9 minutes ago Running csi-provisioner 0 3990665400bd9 csi-hostpathplugin-knzfk
a3e831e21329e registry.k8s.io/sig-storage/livenessprobe@sha256:8b00c6e8f52639ed9c6f866085893ab688e57879741b3089e3cfa9998502e158 9 minutes ago Running liveness-probe 0 3990665400bd9 csi-hostpathplugin-knzfk
00dea00d4a385 registry.k8s.io/sig-storage/hostpathplugin@sha256:7b1dfc90a367222067fc468442fdf952e20fc5961f25c1ad654300ddc34d7083 9 minutes ago Running hostpath 0 3990665400bd9 csi-hostpathplugin-knzfk
2df1411e07562 registry.k8s.io/sig-storage/csi-node-driver-registrar@sha256:511b8c8ac828194a753909d26555ff08bc12f497dd8daeb83fe9d593693a26c1 9 minutes ago Running node-driver-registrar 0 3990665400bd9 csi-hostpathplugin-knzfk
6a7a0f186e43b docker.io/rancher/local-path-provisioner@sha256:689a2489a24e74426e4a4666e611c988202c5fa995908b0c60133aca3eb87d98 9 minutes ago Running local-path-provisioner 0 ffe3e48d8ae4d local-path-provisioner-76f89f99b5-cdnbh
b8a539dbf6fb9 gcr.io/k8s-minikube/minikube-ingress-dns@sha256:4211a1de532376c881851542238121b26792225faa36a7b02dccad88fd05797c 9 minutes ago Running minikube-ingress-dns 0 7fdfc24f7431e kube-ingress-dns-minikube
d359da922cd47 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:0550b75a965592f1dde3fbeaa98f67a1e10c5a086bcd69a29054cc4edcb56771 9 minutes ago Exited patch 0 df5b4c00b5be0 ingress-nginx-admission-patch-zccw5
01e20288d1bdf registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:0550b75a965592f1dde3fbeaa98f67a1e10c5a086bcd69a29054cc4edcb56771 9 minutes ago Exited create 0 72e390c44e35a ingress-nginx-admission-create-2tk76
486e0405ea5a1 registry.k8s.io/sig-storage/csi-attacher@sha256:4b5609c78455de45821910065281a368d5f760b41250f90cbde5110543bdc326 9 minutes ago Running csi-attacher 0 a91288a4c5735 csi-hostpath-attacher-0
7e4258e943f86 registry.k8s.io/sig-storage/csi-external-health-monitor-controller@sha256:80b9ba94aa2afe24553d69bd165a6a51552d1582d68618ec00d3b804a7d9193c 10 minutes ago Running csi-external-health-monitor-controller 0 3990665400bd9 csi-hostpathplugin-knzfk
fcd314bf2a4fe registry.k8s.io/sig-storage/csi-resizer@sha256:425d8f1b769398127767b06ed97ce62578a3179bcb99809ce93a1649e025ffe7 10 minutes ago Running csi-resizer 0 e95d93482c9e1 csi-hostpath-resizer-0
c570c1b3d4b19 ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 10 minutes ago Running storage-provisioner 0 f90c7d5f30be5 storage-provisioner
b69346c015381 2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4 10 minutes ago Running coredns 0 7ae912d5af9d5 coredns-668d6bf9bc-56f8j
627190e51e119 docker.io/kindest/kindnetd@sha256:86c933f3845d6a993c8f64632752b10aae67a4756c59096b3259426e839be955 11 minutes ago Running kindnet-cni 0 a31b2befd0cd2 kindnet-lql4c
511f6c11b8487 e5aac5df76d9b8dc899ab8c4db25a7648e7fb25cafe7a155066247883c78f062 11 minutes ago Running kube-proxy 0 07a3e697b0d4c kube-proxy-24shk
2dc430e565ebd 82dfa03f692fb5d84f66c17d6ee9126b081182152b25d28ea456d89b7d5d8911 11 minutes ago Running kube-scheduler 0 8f27cf686f262 kube-scheduler-addons-970843
3ba1685682f5d 7fc9d4aa817aa6a3e549f3cd49d1f7b496407be979fc36dd5f356d59ce8c3a82 11 minutes ago Running etcd 0 7c686ec0ac57a etcd-addons-970843
b82fa88eb0195 3c9285acfd2ff7915bb451cc40ac060366ac519f3fef00c455f5aca0e0346c4d 11 minutes ago Running kube-controller-manager 0 a368ec128ea2b kube-controller-manager-addons-970843
de456b33c8b0a 6417e1437b6d9a789e1ca789695a574e1df00a632bdbfbcae9695c9a7d500e32 11 minutes ago Running kube-apiserver 0 bba5d8bf110d6 kube-apiserver-addons-970843
==> coredns [b69346c015381028bf791320480f37704a5b236bef49706e953dfe02627bc0b3] <==
[INFO] 10.244.0.9:35346 - 20206 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 83 0.007361467s
[INFO] 10.244.0.9:35346 - 43686 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.00012406s
[INFO] 10.244.0.9:35346 - 29558 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000078522s
[INFO] 10.244.0.9:48098 - 53451 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000234206s
[INFO] 10.244.0.9:48098 - 53673 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000102711s
[INFO] 10.244.0.9:54172 - 52420 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.0000954s
[INFO] 10.244.0.9:54172 - 51975 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000565666s
[INFO] 10.244.0.9:39504 - 3688 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000091364s
[INFO] 10.244.0.9:39504 - 3507 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000162576s
[INFO] 10.244.0.9:51521 - 32513 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001451511s
[INFO] 10.244.0.9:51521 - 32999 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002421837s
[INFO] 10.244.0.9:34109 - 65123 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000097648s
[INFO] 10.244.0.9:34109 - 64958 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000129862s
[INFO] 10.244.0.21:58187 - 10401 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000200319s
[INFO] 10.244.0.21:58142 - 54432 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000112007s
[INFO] 10.244.0.21:45519 - 39323 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000119695s
[INFO] 10.244.0.21:43348 - 59711 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000135056s
[INFO] 10.244.0.21:43350 - 29162 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000105583s
[INFO] 10.244.0.21:45120 - 47667 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000079564s
[INFO] 10.244.0.21:35763 - 43568 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002725769s
[INFO] 10.244.0.21:59193 - 58490 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002191635s
[INFO] 10.244.0.21:57551 - 58984 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.002161703s
[INFO] 10.244.0.21:55550 - 42767 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.002318157s
[INFO] 10.244.0.24:51043 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.001658936s
[INFO] 10.244.0.24:48537 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000137976s
==> describe nodes <==
Name: addons-970843
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-970843
kubernetes.io/os=linux
minikube.k8s.io/commit=73c6e1c927350a51068882397e0642f8dfb63f2a
minikube.k8s.io/name=addons-970843
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2025_04_01T20_27_27_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-970843
Annotations: csi.volume.kubernetes.io/nodeid: {"hostpath.csi.k8s.io":"addons-970843"}
kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Tue, 01 Apr 2025 20:27:24 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-970843
AcquireTime: <unset>
RenewTime: Tue, 01 Apr 2025 20:38:49 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Tue, 01 Apr 2025 20:36:56 +0000 Tue, 01 Apr 2025 20:27:21 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Tue, 01 Apr 2025 20:36:56 +0000 Tue, 01 Apr 2025 20:27:21 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Tue, 01 Apr 2025 20:36:56 +0000 Tue, 01 Apr 2025 20:27:21 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Tue, 01 Apr 2025 20:36:56 +0000 Tue, 01 Apr 2025 20:28:18 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-970843
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022300Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022300Ki
pods: 110
System Info:
Machine ID: 360511aa0b984efa9da5d32645ba9fc2
System UUID: 0025ed6f-a516-459f-9264-b3ebd6aba711
Boot ID: 49242a7d-b820-4f2a-807e-4ff999553c56
Kernel Version: 5.15.0-1081-aws
OS Image: Ubuntu 22.04.5 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.32.2
Kube-Proxy Version: v1.32.2
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (17 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default busybox 0 (0%) 0 (0%) 0 (0%) 0 (0%) 9m14s
default nginx 0 (0%) 0 (0%) 0 (0%) 0 (0%) 8m2s
default task-pv-pod-restore 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m37s
ingress-nginx ingress-nginx-controller-56d7c84fd4-ktkhv 100m (5%) 0 (0%) 90Mi (1%) 0 (0%) 11m
kube-system coredns-668d6bf9bc-56f8j 100m (5%) 0 (0%) 70Mi (0%) 170Mi (2%) 11m
kube-system csi-hostpath-attacher-0 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11m
kube-system csi-hostpath-resizer-0 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11m
kube-system csi-hostpathplugin-knzfk 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
kube-system etcd-addons-970843 100m (5%) 0 (0%) 100Mi (1%) 0 (0%) 11m
kube-system kindnet-lql4c 100m (5%) 100m (5%) 50Mi (0%) 50Mi (0%) 11m
kube-system kube-apiserver-addons-970843 250m (12%) 0 (0%) 0 (0%) 0 (0%) 11m
kube-system kube-controller-manager-addons-970843 200m (10%) 0 (0%) 0 (0%) 0 (0%) 11m
kube-system kube-ingress-dns-minikube 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11m
kube-system kube-proxy-24shk 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11m
kube-system kube-scheduler-addons-970843 100m (5%) 0 (0%) 0 (0%) 0 (0%) 11m
kube-system storage-provisioner 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11m
local-path-storage local-path-provisioner-76f89f99b5-cdnbh 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11m
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 950m (47%) 100m (5%)
memory 310Mi (3%) 220Mi (2%)
ephemeral-storage 0 (0%) 0 (0%)
hugepages-1Gi 0 (0%) 0 (0%)
hugepages-2Mi 0 (0%) 0 (0%)
hugepages-32Mi 0 (0%) 0 (0%)
hugepages-64Ki 0 (0%) 0 (0%)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 11m kube-proxy
Normal NodeHasSufficientMemory 11m (x8 over 11m) kubelet Node addons-970843 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 11m (x8 over 11m) kubelet Node addons-970843 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 11m (x8 over 11m) kubelet Node addons-970843 status is now: NodeHasSufficientPID
Normal Starting 11m kubelet Starting kubelet.
Warning CgroupV1 11m kubelet cgroup v1 support is in maintenance mode, please migrate to cgroup v2
Normal NodeHasSufficientMemory 11m kubelet Node addons-970843 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 11m kubelet Node addons-970843 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 11m kubelet Node addons-970843 status is now: NodeHasSufficientPID
Normal RegisteredNode 11m node-controller Node addons-970843 event: Registered Node addons-970843 in Controller
Normal NodeReady 10m kubelet Node addons-970843 status is now: NodeReady
==> dmesg <==
[Apr 1 20:10] systemd-journald[221]: Failed to send stream file descriptor to service manager: Connection refused
==> etcd [3ba1685682f5de7f7ca2a3b46b751c6ed694fc920410ce53a5e195c20a4f72be] <==
{"level":"info","ts":"2025-04-01T20:27:36.620783Z","caller":"traceutil/trace.go:171","msg":"trace[61955932] range","detail":"{range_begin:/registry/pods/kube-system/kube-controller-manager-addons-970843; range_end:; response_count:1; response_revision:439; }","duration":"116.2671ms","start":"2025-04-01T20:27:36.504508Z","end":"2025-04-01T20:27:36.620775Z","steps":["trace[61955932] 'agreement among raft nodes before linearized reading' (duration: 116.159252ms)"],"step_count":1}
{"level":"warn","ts":"2025-04-01T20:27:36.620762Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"116.297942ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/yakd-dashboard\" limit:1 ","response":"range_response_count:1 size:883"}
{"level":"info","ts":"2025-04-01T20:27:36.620866Z","caller":"traceutil/trace.go:171","msg":"trace[1544667960] range","detail":"{range_begin:/registry/namespaces/yakd-dashboard; range_end:; response_count:1; response_revision:439; }","duration":"116.409367ms","start":"2025-04-01T20:27:36.504446Z","end":"2025-04-01T20:27:36.620855Z","steps":["trace[1544667960] 'agreement among raft nodes before linearized reading' (duration: 116.230464ms)"],"step_count":1}
{"level":"info","ts":"2025-04-01T20:27:36.656524Z","caller":"traceutil/trace.go:171","msg":"trace[551218981] transaction","detail":"{read_only:false; response_revision:440; number_of_response:1; }","duration":"105.888217ms","start":"2025-04-01T20:27:36.550621Z","end":"2025-04-01T20:27:36.656509Z","steps":["trace[551218981] 'process raft request' (duration: 105.146823ms)"],"step_count":1}
{"level":"warn","ts":"2025-04-01T20:27:36.702939Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"131.465932ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/resourcequotas\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-04-01T20:27:36.702999Z","caller":"traceutil/trace.go:171","msg":"trace[297646804] range","detail":"{range_begin:/registry/resourcequotas; range_end:; response_count:0; response_revision:449; }","duration":"131.53899ms","start":"2025-04-01T20:27:36.571444Z","end":"2025-04-01T20:27:36.702983Z","steps":["trace[297646804] 'agreement among raft nodes before linearized reading' (duration: 101.958797ms)","trace[297646804] 'range keys from in-memory index tree' (duration: 29.487927ms)"],"step_count":2}
{"level":"warn","ts":"2025-04-01T20:27:36.703191Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"152.62326ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-04-01T20:27:36.703213Z","caller":"traceutil/trace.go:171","msg":"trace[616390704] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:449; }","duration":"152.643427ms","start":"2025-04-01T20:27:36.550561Z","end":"2025-04-01T20:27:36.703204Z","steps":["trace[616390704] 'agreement among raft nodes before linearized reading' (duration: 122.803585ms)","trace[616390704] 'range keys from in-memory index tree' (duration: 29.806711ms)"],"step_count":2}
{"level":"warn","ts":"2025-04-01T20:27:36.703300Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"104.889216ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/metrics-server\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-04-01T20:27:36.703316Z","caller":"traceutil/trace.go:171","msg":"trace[369616485] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/metrics-server; range_end:; response_count:0; response_revision:449; }","duration":"104.904526ms","start":"2025-04-01T20:27:36.598405Z","end":"2025-04-01T20:27:36.703310Z","steps":["trace[369616485] 'agreement among raft nodes before linearized reading' (duration: 74.978259ms)","trace[369616485] 'range keys from in-memory index tree' (duration: 29.904491ms)"],"step_count":2}
{"level":"warn","ts":"2025-04-01T20:27:36.703424Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"105.033461ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/registry\" limit:1 ","response":"range_response_count:1 size:3662"}
{"level":"info","ts":"2025-04-01T20:27:36.703445Z","caller":"traceutil/trace.go:171","msg":"trace[414775050] range","detail":"{range_begin:/registry/deployments/kube-system/registry; range_end:; response_count:1; response_revision:449; }","duration":"105.054696ms","start":"2025-04-01T20:27:36.598385Z","end":"2025-04-01T20:27:36.703439Z","steps":["trace[414775050] 'agreement among raft nodes before linearized reading' (duration: 75.004893ms)","trace[414775050] 'range keys from in-memory index tree' (duration: 29.960884ms)"],"step_count":2}
{"level":"warn","ts":"2025-04-01T20:27:36.703533Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"127.521538ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/roles/kube-system/system:persistent-volume-provisioner\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-04-01T20:27:36.703550Z","caller":"traceutil/trace.go:171","msg":"trace[177386749] range","detail":"{range_begin:/registry/roles/kube-system/system:persistent-volume-provisioner; range_end:; response_count:0; response_revision:449; }","duration":"127.53798ms","start":"2025-04-01T20:27:36.576004Z","end":"2025-04-01T20:27:36.703542Z","steps":["trace[177386749] 'agreement among raft nodes before linearized reading' (duration: 97.392416ms)","trace[177386749] 'range keys from in-memory index tree' (duration: 30.123025ms)"],"step_count":2}
{"level":"warn","ts":"2025-04-01T20:27:36.703876Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"145.595504ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/replicasets/default/cloud-spanner-emulator-cc9755fc7\" limit:1 ","response":"range_response_count:1 size:2184"}
{"level":"info","ts":"2025-04-01T20:27:36.703900Z","caller":"traceutil/trace.go:171","msg":"trace[1437936753] range","detail":"{range_begin:/registry/replicasets/default/cloud-spanner-emulator-cc9755fc7; range_end:; response_count:1; response_revision:449; }","duration":"145.622564ms","start":"2025-04-01T20:27:36.558269Z","end":"2025-04-01T20:27:36.703892Z","steps":["trace[1437936753] 'agreement among raft nodes before linearized reading' (duration: 115.150512ms)","trace[1437936753] 'range keys from in-memory index tree' (duration: 30.408159ms)"],"step_count":2}
{"level":"warn","ts":"2025-04-01T20:27:36.704025Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"132.607201ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/endpointslices/default/kubernetes\" limit:1 ","response":"range_response_count:1 size:474"}
{"level":"info","ts":"2025-04-01T20:27:36.704042Z","caller":"traceutil/trace.go:171","msg":"trace[1760489817] range","detail":"{range_begin:/registry/endpointslices/default/kubernetes; range_end:; response_count:1; response_revision:449; }","duration":"132.624907ms","start":"2025-04-01T20:27:36.571411Z","end":"2025-04-01T20:27:36.704036Z","steps":["trace[1760489817] 'agreement among raft nodes before linearized reading' (duration: 101.99686ms)","trace[1760489817] 'range keys from in-memory index tree' (duration: 30.578726ms)"],"step_count":2}
{"level":"warn","ts":"2025-04-01T20:27:36.704117Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"132.752521ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-04-01T20:27:36.704131Z","caller":"traceutil/trace.go:171","msg":"trace[319771359] range","detail":"{range_begin:/registry/serviceaccounts; range_end:; response_count:0; response_revision:449; }","duration":"132.766921ms","start":"2025-04-01T20:27:36.571359Z","end":"2025-04-01T20:27:36.704126Z","steps":["trace[319771359] 'agreement among raft nodes before linearized reading' (duration: 102.054164ms)","trace[319771359] 'range keys from in-memory index tree' (duration: 30.692949ms)"],"step_count":2}
{"level":"warn","ts":"2025-04-01T20:27:36.704305Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"153.717743ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/local-path-storage\" limit:1 ","response":"range_response_count:1 size:621"}
{"level":"info","ts":"2025-04-01T20:27:36.704323Z","caller":"traceutil/trace.go:171","msg":"trace[1451961985] range","detail":"{range_begin:/registry/namespaces/local-path-storage; range_end:; response_count:1; response_revision:449; }","duration":"153.735187ms","start":"2025-04-01T20:27:36.550581Z","end":"2025-04-01T20:27:36.704316Z","steps":["trace[1451961985] 'agreement among raft nodes before linearized reading' (duration: 122.845381ms)","trace[1451961985] 'range keys from in-memory index tree' (duration: 30.844309ms)"],"step_count":2}
{"level":"info","ts":"2025-04-01T20:37:22.311451Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1897}
{"level":"info","ts":"2025-04-01T20:37:22.337320Z","caller":"mvcc/kvstore_compaction.go:72","msg":"finished scheduled compaction","compact-revision":1897,"took":"25.154971ms","hash":991914222,"current-db-size-bytes":7434240,"current-db-size":"7.4 MB","current-db-size-in-use-bytes":4771840,"current-db-size-in-use":"4.8 MB"}
{"level":"info","ts":"2025-04-01T20:37:22.337371Z","caller":"mvcc/hash.go:151","msg":"storing new hash","hash":991914222,"revision":1897,"compact-revision":-1}
==> kernel <==
20:38:51 up 4:21, 0 users, load average: 0.10, 0.64, 1.93
Linux addons-970843 5.15.0-1081-aws #88~20.04.1-Ubuntu SMP Fri Mar 28 14:48:25 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.5 LTS"
==> kindnet [627190e51e11924fd04803de464b10a347c541134f0b94ad39174db0a5cbf73f] <==
I0401 20:36:47.830850 1 main.go:301] handling current node
I0401 20:36:57.830660 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0401 20:36:57.830781 1 main.go:301] handling current node
I0401 20:37:07.831189 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0401 20:37:07.831319 1 main.go:301] handling current node
I0401 20:37:17.833381 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0401 20:37:17.833427 1 main.go:301] handling current node
I0401 20:37:27.830686 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0401 20:37:27.830723 1 main.go:301] handling current node
I0401 20:37:37.830536 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0401 20:37:37.830569 1 main.go:301] handling current node
I0401 20:37:47.833392 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0401 20:37:47.833426 1 main.go:301] handling current node
I0401 20:37:57.832182 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0401 20:37:57.832217 1 main.go:301] handling current node
I0401 20:38:07.830144 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0401 20:38:07.830256 1 main.go:301] handling current node
I0401 20:38:17.833840 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0401 20:38:17.833876 1 main.go:301] handling current node
I0401 20:38:27.837952 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0401 20:38:27.837987 1 main.go:301] handling current node
I0401 20:38:37.829893 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0401 20:38:37.830021 1 main.go:301] handling current node
I0401 20:38:47.835372 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0401 20:38:47.835405 1 main.go:301] handling current node
==> kube-apiserver [de456b33c8b0a7dcc685e3d30ea87b0da14024a89ae0e12725553ce7afe23c94] <==
Error updating APIService "v1beta1.metrics.k8s.io" with err: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
> logger="UnhandledError"
E0401 20:28:57.361917 1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.104.194.236:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.104.194.236:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.104.194.236:443: connect: connection refused" logger="UnhandledError"
I0401 20:28:57.472881 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
E0401 20:29:48.952277 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:56190: use of closed network connection
E0401 20:29:49.383697 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:56242: use of closed network connection
I0401 20:29:58.683431 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.111.146.150"}
I0401 20:30:43.347324 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0401 20:30:44.605385 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0401 20:30:49.005751 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0401 20:30:49.294651 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.108.254.71"}
I0401 20:30:52.833673 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0401 20:30:58.385063 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I0401 20:37:17.944341 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0401 20:37:17.944393 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0401 20:37:17.971410 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0401 20:37:17.977455 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0401 20:37:17.987148 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0401 20:37:17.987341 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0401 20:37:18.010530 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0401 20:37:18.011120 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0401 20:37:18.988819 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
E0401 20:38:18.055538 1 crd_finalizer.go:302] "Unhandled Error" err="volumesnapshots.snapshot.storage.k8s.io failed with: timed out waiting for the condition" logger="UnhandledError"
E0401 20:38:18.151615 1 crd_finalizer.go:302] "Unhandled Error" err="volumesnapshotcontents.snapshot.storage.k8s.io failed with: timed out waiting for the condition" logger="UnhandledError"
==> kube-controller-manager [b82fa88eb0195c40856a241172fb35ae53cd63229cccd315354cacfece20d636] <==
E0401 20:37:26.570571 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"
I0401 20:37:31.756845 1 shared_informer.go:313] Waiting for caches to sync for resource quota
I0401 20:37:31.756963 1 shared_informer.go:320] Caches are synced for resource quota
I0401 20:37:31.793028 1 shared_informer.go:313] Waiting for caches to sync for garbage collector
I0401 20:37:31.793079 1 shared_informer.go:320] Caches are synced for garbage collector
W0401 20:37:38.103843 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
E0401 20:37:38.104909 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"
W0401 20:37:38.105911 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
E0401 20:37:38.105997 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"
W0401 20:37:52.271867 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
E0401 20:37:52.272895 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"
W0401 20:37:52.274148 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
E0401 20:37:52.274182 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"
W0401 20:37:52.990313 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
E0401 20:37:52.991360 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"
W0401 20:37:52.992332 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
E0401 20:37:52.992374 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"
W0401 20:38:28.654327 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
E0401 20:38:28.655429 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"
W0401 20:38:28.656411 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
E0401 20:38:28.656446 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"
W0401 20:38:38.312087 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
E0401 20:38:38.313128 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"
W0401 20:38:38.314126 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
E0401 20:38:38.314168 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 [511f6c11b8487a9c09ae28f86569297af54bbd3f4c4a7f5c36d5241a8be26eec] <==
I0401 20:27:36.393443 1 server_linux.go:66] "Using iptables proxy"
I0401 20:27:37.710570 1 server.go:698] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
E0401 20:27:37.710640 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`"
I0401 20:27:38.106882 1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0401 20:27:38.106944 1 server_linux.go:170] "Using iptables Proxier"
I0401 20:27:38.114301 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"
I0401 20:27:38.118419 1 server.go:497] "Version info" version="v1.32.2"
I0401 20:27:38.118455 1 server.go:499] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0401 20:27:38.134087 1 config.go:199] "Starting service config controller"
I0401 20:27:38.134128 1 shared_informer.go:313] Waiting for caches to sync for service config
I0401 20:27:38.134151 1 config.go:105] "Starting endpoint slice config controller"
I0401 20:27:38.134156 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0401 20:27:38.134877 1 config.go:329] "Starting node config controller"
I0401 20:27:38.134886 1 shared_informer.go:313] Waiting for caches to sync for node config
I0401 20:27:38.234755 1 shared_informer.go:320] Caches are synced for endpoint slice config
I0401 20:27:38.234809 1 shared_informer.go:320] Caches are synced for service config
I0401 20:27:38.245404 1 shared_informer.go:320] Caches are synced for node config
==> kube-scheduler [2dc430e565ebd0f5cd582560db380fd4d4bbb182f594f1d3642f2deba7032076] <==
W0401 20:27:24.085712 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
E0401 20:27:24.086912 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"
W0401 20:27:24.085753 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E0401 20:27:24.086998 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError"
W0401 20:27:24.085778 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
E0401 20:27:24.087074 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"
W0401 20:27:24.085806 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
E0401 20:27:24.087151 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"
W0401 20:27:24.093584 1 reflector.go:569] runtime/asm_arm64.s:1223: 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"
E0401 20:27:24.093689 1 reflector.go:166] "Unhandled Error" err="runtime/asm_arm64.s:1223: 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"
W0401 20:27:24.971492 1 reflector.go:569] runtime/asm_arm64.s:1223: 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"
E0401 20:27:24.971539 1 reflector.go:166] "Unhandled Error" err="runtime/asm_arm64.s:1223: 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"
W0401 20:27:25.128596 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "volumeattachments" in API group "storage.k8s.io" at the cluster scope
E0401 20:27:25.128640 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.VolumeAttachment: failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"volumeattachments\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W0401 20:27:25.187821 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
E0401 20:27:25.187869 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"
W0401 20:27:25.209626 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
E0401 20:27:25.209675 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"
W0401 20:27:25.233336 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
E0401 20:27:25.233383 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"
W0401 20:27:25.295025 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
E0401 20:27:25.295068 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"
W0401 20:27:25.332299 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
E0401 20:27:25.332432 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"
I0401 20:27:27.569404 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Apr 01 20:38:17 addons-970843 kubelet[1497]: E0401 20:38:17.458262 1497 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: loading manifest for target platform: reading manifest sha256:56568860b56c0bc8099fe1b2d84f43a18939e217e6c619126214c0f71bc27626 in docker.io/library/nginx: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="27a38ff0-72c5-4f2f-a133-601f97882637"
Apr 01 20:38:19 addons-970843 kubelet[1497]: E0401 20:38:19.169640 1497 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/6398fdad4c1d5293ae35053e27ee00db7fc6251396ba3056a6dd41ebcb90624d/diff" to get inode usage: stat /var/lib/containers/storage/overlay/6398fdad4c1d5293ae35053e27ee00db7fc6251396ba3056a6dd41ebcb90624d/diff: no such file or directory, extraDiskErr: <nil>
Apr 01 20:38:26 addons-970843 kubelet[1497]: E0401 20:38:26.583843 1497 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/a09397db76349ae461b983788222e451bddaeac4ac19173427b2dc376dbece23/diff" to get inode usage: stat /var/lib/containers/storage/overlay/a09397db76349ae461b983788222e451bddaeac4ac19173427b2dc376dbece23/diff: no such file or directory, extraDiskErr: <nil>
Apr 01 20:38:26 addons-970843 kubelet[1497]: E0401 20:38:26.584939 1497 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/37042a796d9ccab7fad006056cdd72df06cf22d0882417de1806391e4e4ac417/diff" to get inode usage: stat /var/lib/containers/storage/overlay/37042a796d9ccab7fad006056cdd72df06cf22d0882417de1806391e4e4ac417/diff: no such file or directory, extraDiskErr: <nil>
Apr 01 20:38:26 addons-970843 kubelet[1497]: E0401 20:38:26.588223 1497 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/adfe306d0e7c8994db088a2d4b2bbf989db96c1f963a9e281ee3f5826dc63541/diff" to get inode usage: stat /var/lib/containers/storage/overlay/adfe306d0e7c8994db088a2d4b2bbf989db96c1f963a9e281ee3f5826dc63541/diff: no such file or directory, extraDiskErr: <nil>
Apr 01 20:38:26 addons-970843 kubelet[1497]: E0401 20:38:26.589327 1497 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/adfe306d0e7c8994db088a2d4b2bbf989db96c1f963a9e281ee3f5826dc63541/diff" to get inode usage: stat /var/lib/containers/storage/overlay/adfe306d0e7c8994db088a2d4b2bbf989db96c1f963a9e281ee3f5826dc63541/diff: no such file or directory, extraDiskErr: <nil>
Apr 01 20:38:26 addons-970843 kubelet[1497]: E0401 20:38:26.590420 1497 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/98eb781a47f8f74180876c0534c58150e0cfa697df62b69de236d7ac0005d9b1/diff" to get inode usage: stat /var/lib/containers/storage/overlay/98eb781a47f8f74180876c0534c58150e0cfa697df62b69de236d7ac0005d9b1/diff: no such file or directory, extraDiskErr: <nil>
Apr 01 20:38:26 addons-970843 kubelet[1497]: E0401 20:38:26.604207 1497 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/ee855485d88f45e18617a5c696693584f030ff5958e3d7611a2c3886968e06d8/diff" to get inode usage: stat /var/lib/containers/storage/overlay/ee855485d88f45e18617a5c696693584f030ff5958e3d7611a2c3886968e06d8/diff: no such file or directory, extraDiskErr: <nil>
Apr 01 20:38:26 addons-970843 kubelet[1497]: E0401 20:38:26.610902 1497 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/219b3524569a691450eb57be59581b3a294df7f6e74a59cbbebe55e0954c5bbb/diff" to get inode usage: stat /var/lib/containers/storage/overlay/219b3524569a691450eb57be59581b3a294df7f6e74a59cbbebe55e0954c5bbb/diff: no such file or directory, extraDiskErr: <nil>
Apr 01 20:38:26 addons-970843 kubelet[1497]: E0401 20:38:26.610941 1497 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/a09397db76349ae461b983788222e451bddaeac4ac19173427b2dc376dbece23/diff" to get inode usage: stat /var/lib/containers/storage/overlay/a09397db76349ae461b983788222e451bddaeac4ac19173427b2dc376dbece23/diff: no such file or directory, extraDiskErr: <nil>
Apr 01 20:38:26 addons-970843 kubelet[1497]: E0401 20:38:26.614214 1497 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/219b3524569a691450eb57be59581b3a294df7f6e74a59cbbebe55e0954c5bbb/diff" to get inode usage: stat /var/lib/containers/storage/overlay/219b3524569a691450eb57be59581b3a294df7f6e74a59cbbebe55e0954c5bbb/diff: no such file or directory, extraDiskErr: <nil>
Apr 01 20:38:26 addons-970843 kubelet[1497]: E0401 20:38:26.625215 1497 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/0e778eef6ef62b6cf42990e76fd71a1d3da244c1276b505b83c98f7fe67889e5/diff" to get inode usage: stat /var/lib/containers/storage/overlay/0e778eef6ef62b6cf42990e76fd71a1d3da244c1276b505b83c98f7fe67889e5/diff: no such file or directory, extraDiskErr: <nil>
Apr 01 20:38:26 addons-970843 kubelet[1497]: E0401 20:38:26.626374 1497 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/6398fdad4c1d5293ae35053e27ee00db7fc6251396ba3056a6dd41ebcb90624d/diff" to get inode usage: stat /var/lib/containers/storage/overlay/6398fdad4c1d5293ae35053e27ee00db7fc6251396ba3056a6dd41ebcb90624d/diff: no such file or directory, extraDiskErr: <nil>
Apr 01 20:38:26 addons-970843 kubelet[1497]: E0401 20:38:26.641072 1497 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/ee855485d88f45e18617a5c696693584f030ff5958e3d7611a2c3886968e06d8/diff" to get inode usage: stat /var/lib/containers/storage/overlay/ee855485d88f45e18617a5c696693584f030ff5958e3d7611a2c3886968e06d8/diff: no such file or directory, extraDiskErr: <nil>
Apr 01 20:38:26 addons-970843 kubelet[1497]: E0401 20:38:26.644692 1497 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/0e778eef6ef62b6cf42990e76fd71a1d3da244c1276b505b83c98f7fe67889e5/diff" to get inode usage: stat /var/lib/containers/storage/overlay/0e778eef6ef62b6cf42990e76fd71a1d3da244c1276b505b83c98f7fe67889e5/diff: no such file or directory, extraDiskErr: <nil>
Apr 01 20:38:26 addons-970843 kubelet[1497]: E0401 20:38:26.745919 1497 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1743539906745650207,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:573124,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Apr 01 20:38:26 addons-970843 kubelet[1497]: E0401 20:38:26.745956 1497 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1743539906745650207,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:573124,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Apr 01 20:38:28 addons-970843 kubelet[1497]: E0401 20:38:28.456917 1497 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"task-pv-container\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: reading manifest latest in docker.io/library/nginx: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/task-pv-pod-restore" podUID="15c93eec-a1fe-4f7b-bdb2-87312e5e8df1"
Apr 01 20:38:28 addons-970843 kubelet[1497]: E0401 20:38:28.458139 1497 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: loading manifest for target platform: reading manifest sha256:56568860b56c0bc8099fe1b2d84f43a18939e217e6c619126214c0f71bc27626 in docker.io/library/nginx: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="27a38ff0-72c5-4f2f-a133-601f97882637"
Apr 01 20:38:36 addons-970843 kubelet[1497]: E0401 20:38:36.748893 1497 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1743539916748566616,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:573124,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Apr 01 20:38:36 addons-970843 kubelet[1497]: E0401 20:38:36.748931 1497 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1743539916748566616,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:573124,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Apr 01 20:38:41 addons-970843 kubelet[1497]: E0401 20:38:41.457477 1497 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"task-pv-container\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: reading manifest latest in docker.io/library/nginx: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/task-pv-pod-restore" podUID="15c93eec-a1fe-4f7b-bdb2-87312e5e8df1"
Apr 01 20:38:43 addons-970843 kubelet[1497]: E0401 20:38:43.457639 1497 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: loading manifest for target platform: reading manifest sha256:56568860b56c0bc8099fe1b2d84f43a18939e217e6c619126214c0f71bc27626 in docker.io/library/nginx: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="27a38ff0-72c5-4f2f-a133-601f97882637"
Apr 01 20:38:46 addons-970843 kubelet[1497]: E0401 20:38:46.751309 1497 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1743539926751042033,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:573124,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Apr 01 20:38:46 addons-970843 kubelet[1497]: E0401 20:38:46.751348 1497 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1743539926751042033,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:573124,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
==> storage-provisioner [c570c1b3d4b19e4933714134fcdb1f15384a3cb33bf6b0d781bceb72599fe0c1] <==
I0401 20:28:19.355955 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0401 20:28:19.373749 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0401 20:28:19.373795 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0401 20:28:19.385150 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0401 20:28:19.385654 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-970843_62bfd09a-c249-42df-be4d-34c1050f4543!
I0401 20:28:19.387817 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"b461f6bb-2714-4fc2-8747-0b19b492ce50", APIVersion:"v1", ResourceVersion:"932", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-970843_62bfd09a-c249-42df-be4d-34c1050f4543 became leader
I0401 20:28:19.487105 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-970843_62bfd09a-c249-42df-be4d-34c1050f4543!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-970843 -n addons-970843
helpers_test.go:261: (dbg) Run: kubectl --context addons-970843 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: nginx task-pv-pod-restore ingress-nginx-admission-create-2tk76 ingress-nginx-admission-patch-zccw5
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Ingress]: describe non-running pods <======
helpers_test.go:277: (dbg) Run: kubectl --context addons-970843 describe pod nginx task-pv-pod-restore ingress-nginx-admission-create-2tk76 ingress-nginx-admission-patch-zccw5
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-970843 describe pod nginx task-pv-pod-restore ingress-nginx-admission-create-2tk76 ingress-nginx-admission-patch-zccw5: exit status 1 (97.346031ms)
-- stdout --
Name: nginx
Namespace: default
Priority: 0
Service Account: default
Node: addons-970843/192.168.49.2
Start Time: Tue, 01 Apr 2025 20:30:49 +0000
Labels: run=nginx
Annotations: <none>
Status: Pending
IP: 10.244.0.29
IPs:
IP: 10.244.0.29
Containers:
nginx:
Container ID:
Image: docker.io/nginx:alpine
Image ID:
Port: 80/TCP
Host Port: 0/TCP
State: Waiting
Reason: ImagePullBackOff
Ready: False
Restart Count: 0
Environment: <none>
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-fm5fc (ro)
Conditions:
Type Status
PodReadyToStartContainers True
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
kube-api-access-fm5fc:
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 8m3s default-scheduler Successfully assigned default/nginx to addons-970843
Warning Failed 5m1s (x2 over 6m32s) kubelet Failed to pull image "docker.io/nginx:alpine": reading manifest alpine in docker.io/library/nginx: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Normal Pulling 2m9s (x5 over 8m3s) kubelet Pulling image "docker.io/nginx:alpine"
Warning Failed 99s (x3 over 7m33s) kubelet Failed to pull image "docker.io/nginx:alpine": loading manifest for target platform: reading manifest sha256:56568860b56c0bc8099fe1b2d84f43a18939e217e6c619126214c0f71bc27626 in docker.io/library/nginx: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Warning Failed 99s (x5 over 7m33s) kubelet Error: ErrImagePull
Warning Failed 35s (x16 over 7m32s) kubelet Error: ImagePullBackOff
Normal BackOff 9s (x18 over 7m32s) kubelet Back-off pulling image "docker.io/nginx:alpine"
Name: task-pv-pod-restore
Namespace: default
Priority: 0
Service Account: default
Node: addons-970843/192.168.49.2
Start Time: Tue, 01 Apr 2025 20:31:14 +0000
Labels: app=task-pv-pod-restore
Annotations: <none>
Status: Pending
IP: 10.244.0.30
IPs:
IP: 10.244.0.30
Containers:
task-pv-container:
Container ID:
Image: docker.io/nginx
Image ID:
Port: 80/TCP
Host Port: 0/TCP
State: Waiting
Reason: ImagePullBackOff
Ready: False
Restart Count: 0
Environment: <none>
Mounts:
/usr/share/nginx/html from task-pv-storage (rw)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-bxl8l (ro)
Conditions:
Type Status
PodReadyToStartContainers True
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
task-pv-storage:
Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
ClaimName: hpvc-restore
ReadOnly: false
kube-api-access-bxl8l:
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 7m38s default-scheduler Successfully assigned default/task-pv-pod-restore to addons-970843
Warning Failed 5m31s kubelet Failed to pull image "docker.io/nginx": loading manifest for target platform: reading manifest sha256:efa529649e9928104685a25f2276f3d51a08b2ed03a267e95f45a825b78547b0 in docker.io/library/nginx: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Normal Pulling 108s (x5 over 7m38s) kubelet Pulling image "docker.io/nginx"
Warning Failed 68s (x4 over 7m2s) kubelet Failed to pull image "docker.io/nginx": reading manifest latest in docker.io/library/nginx: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Warning Failed 68s (x5 over 7m2s) kubelet Error: ErrImagePull
Normal BackOff 11s (x14 over 7m2s) kubelet Back-off pulling image "docker.io/nginx"
Warning Failed 11s (x14 over 7m2s) kubelet Error: ImagePullBackOff
-- /stdout --
** stderr **
Error from server (NotFound): pods "ingress-nginx-admission-create-2tk76" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-zccw5" not found
** /stderr **
helpers_test.go:279: kubectl --context addons-970843 describe pod nginx task-pv-pod-restore ingress-nginx-admission-create-2tk76 ingress-nginx-admission-patch-zccw5: exit status 1
addons_test.go:992: (dbg) Run: out/minikube-linux-arm64 -p addons-970843 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-970843 addons disable ingress-dns --alsologtostderr -v=1: (1.354477407s)
addons_test.go:992: (dbg) Run: out/minikube-linux-arm64 -p addons-970843 addons disable ingress --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-970843 addons disable ingress --alsologtostderr -v=1: (7.761984115s)
panic: test timed out after 2h0m0s
running tests:
TestAddons (1h59m42s)
TestAddons/parallel/CSI (1h55m47s)
goroutine 1362 [running]:
testing.(*M).startAlarm.func1()
/usr/local/go/src/testing/testing.go:2484 +0x308
created by time.goFunc
/usr/local/go/src/time/sleep.go:215 +0x38
goroutine 1 [chan receive, 119 minutes]:
testing.(*T).Run(0x40006bea80, {0x26fa712?, 0x40009bda88?}, 0x3088960)
/usr/local/go/src/testing/testing.go:1859 +0x388
testing.runTests.func1(0x40006bea80)
/usr/local/go/src/testing/testing.go:2279 +0x40
testing.tRunner(0x40006bea80, 0x40009bdbb8)
/usr/local/go/src/testing/testing.go:1792 +0xe4
testing.runTests(0x40008aa090, {0x4e24dc0, 0x2c, 0x2c}, {0x40009bdd08?, 0x122144?, 0x4e4c6a0?})
/usr/local/go/src/testing/testing.go:2277 +0x3ec
testing.(*M).Run(0x400098b2c0)
/usr/local/go/src/testing/testing.go:2142 +0x588
k8s.io/minikube/test/integration.TestMain(0x400098b2c0)
/home/jenkins/workspace/Build_Cross/test/integration/main_test.go:62 +0x84
main.main()
_testmain.go:133 +0x98
goroutine 122 [sync.Cond.Wait, 3 minutes]:
sync.runtime_notifyListWait(0x40009ad1d0, 0x17)
/usr/local/go/src/runtime/sema.go:597 +0x150
sync.(*Cond).Wait(0x40009ad1c0)
/usr/local/go/src/sync/cond.go:71 +0xc4
k8s.io/client-go/util/workqueue.(*Typed[...]).Get(0x3438640)
/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.32.2/util/workqueue/queue.go:277 +0x88
k8s.io/client-go/transport.(*dynamicClientCert).processNextWorkItem(0x40009ad200)
/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.32.2/transport/cert_rotation.go:159 +0x3c
k8s.io/client-go/transport.(*dynamicClientCert).runWorker(...)
/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.32.2/transport/cert_rotation.go:154
k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x4001530008?)
/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.32.2/pkg/util/wait/backoff.go:226 +0x40
k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0x4000452e80, {0x33e52a0, 0x40015586c0}, 0x1, 0x400007e150)
/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.32.2/pkg/util/wait/backoff.go:227 +0x90
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0x4000452e80, 0x3b9aca00, 0x0, 0x1, 0x400007e150)
/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.32.2/pkg/util/wait/backoff.go:204 +0x80
k8s.io/apimachinery/pkg/util/wait.Until(...)
/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.32.2/pkg/util/wait/backoff.go:161
created by k8s.io/client-go/transport.(*dynamicClientCert).Run in goroutine 134
/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.32.2/transport/cert_rotation.go:143 +0x198
goroutine 85 [chan receive, 119 minutes]:
testing.(*T).Parallel(0x40008ccc40)
/usr/local/go/src/testing/testing.go:1577 +0x1b0
k8s.io/minikube/test/integration.MaybeParallel(0x40008ccc40)
/home/jenkins/workspace/Build_Cross/test/integration/helpers_test.go:483 +0x40
k8s.io/minikube/test/integration.TestOffline(0x40008ccc40)
/home/jenkins/workspace/Build_Cross/test/integration/aab_offline_test.go:32 +0x30
testing.tRunner(0x40008ccc40, 0x3088a78)
/usr/local/go/src/testing/testing.go:1792 +0xe4
created by testing.(*T).Run in goroutine 1
/usr/local/go/src/testing/testing.go:1851 +0x374
goroutine 124 [select, 3 minutes]:
k8s.io/apimachinery/pkg/util/wait.PollImmediateUntilWithContext.poller.func1.1()
/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.32.2/pkg/util/wait/poll.go:297 +0x150
created by k8s.io/apimachinery/pkg/util/wait.PollImmediateUntilWithContext.poller.func1 in goroutine 123
/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.32.2/pkg/util/wait/poll.go:280 +0xc0
goroutine 86 [chan receive, 117 minutes]:
testing.(*T).Run(0x40008cce00, {0x26f64c1?, 0x22ecb25c000?}, 0x400144a660)
/usr/local/go/src/testing/testing.go:1859 +0x388
k8s.io/minikube/test/integration.TestAddons(0x40008cce00)
/home/jenkins/workspace/Build_Cross/test/integration/addons_test.go:140 +0x2c0
testing.tRunner(0x40008cce00, 0x3088960)
/usr/local/go/src/testing/testing.go:1792 +0xe4
created by testing.(*T).Run in goroutine 1
/usr/local/go/src/testing/testing.go:1851 +0x374
goroutine 175 [chan receive, 107 minutes]:
testing.tRunner.func1()
/usr/local/go/src/testing/testing.go:1753 +0x43c
testing.tRunner(0x40006bec40, 0x400144a660)
/usr/local/go/src/testing/testing.go:1798 +0x120
created by testing.(*T).Run in goroutine 86
/usr/local/go/src/testing/testing.go:1851 +0x374
goroutine 133 [select]:
k8s.io/client-go/util/workqueue.(*delayingType[...]).waitingLoop(0x3435700)
/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.32.2/util/workqueue/delaying_queue.go:311 +0x284
created by k8s.io/client-go/util/workqueue.newDelayingQueue[...] in goroutine 115
/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.32.2/util/workqueue/delaying_queue.go:148 +0x200
goroutine 123 [select, 3 minutes]:
k8s.io/apimachinery/pkg/util/wait.waitForWithContext({0x3424870, 0x400007e150}, 0x400074bf40, 0x4001caaf88)
/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.32.2/pkg/util/wait/wait.go:205 +0xb0
k8s.io/apimachinery/pkg/util/wait.poll({0x3424870, 0x400007e150}, 0x0?, 0x400074bf40, 0x400074bf88)
/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.32.2/pkg/util/wait/poll.go:260 +0x90
k8s.io/apimachinery/pkg/util/wait.PollImmediateUntilWithContext({0x3424870?, 0x400007e150?}, 0x0?, 0x0?)
/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.32.2/pkg/util/wait/poll.go:200 +0x44
k8s.io/apimachinery/pkg/util/wait.PollImmediateUntil(0x0?, 0x90984?, 0x4000b6f740?)
/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.32.2/pkg/util/wait/poll.go:187 +0x40
created by k8s.io/client-go/transport.(*dynamicClientCert).Run in goroutine 134
/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.32.2/transport/cert_rotation.go:145 +0x23c
goroutine 134 [chan receive, 117 minutes]:
k8s.io/client-go/transport.(*dynamicClientCert).Run(0x40009ad200, 0x400007e150)
/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.32.2/transport/cert_rotation.go:150 +0x248
created by k8s.io/client-go/transport.(*tlsTransportCache).get in goroutine 115
/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.32.2/transport/cache.go:122 +0x490
goroutine 197 [syscall, 109 minutes]:
syscall.Syscall6(0x5f, 0x3, 0xd, 0x4001c5b6b8, 0x4, 0x40013d6480, 0x0)
/usr/local/go/src/syscall/syscall_linux.go:95 +0x2c
internal/syscall/unix.Waitid(0x4001c5b818?, 0x191990?, 0xfffffef1920b?, 0x1?, 0x40005a6200?)
/usr/local/go/src/internal/syscall/unix/waitid_linux.go:18 +0x44
os.(*Process).pidfdWait.func1(...)
/usr/local/go/src/os/pidfd_linux.go:106
os.ignoringEINTR(...)
/usr/local/go/src/os/file_posix.go:251
os.(*Process).pidfdWait(0x40004f3880)
/usr/local/go/src/os/pidfd_linux.go:105 +0x1cc
os.(*Process).wait(0x3?)
/usr/local/go/src/os/exec_unix.go:27 +0x2c
os.(*Process).Wait(...)
/usr/local/go/src/os/exec.go:358
os/exec.(*Cmd).Wait(0x400095c600)
/usr/local/go/src/os/exec/exec.go:922 +0x38
os/exec.(*Cmd).Run(0x400095c600)
/usr/local/go/src/os/exec/exec.go:626 +0x38
k8s.io/minikube/test/integration.Run(0x40009b2540, 0x400095c600)
/home/jenkins/workspace/Build_Cross/test/integration/helpers_test.go:103 +0x180
k8s.io/minikube/test/integration.disableAddon(0x40009b2540, {0x2706099, 0xf}, {0x40004dc930?, 0x4000003c00?})
/home/jenkins/workspace/Build_Cross/test/integration/addons_test.go:992 +0xe8
runtime.Goexit()
/usr/local/go/src/runtime/panic.go:631 +0x60
testing.(*common).FailNow(0x40009b2540)
/usr/local/go/src/testing/testing.go:1041 +0x48
testing.(*common).Fatalf(0x40009b2540, {0x27702c5?, 0x40009b2540?}, {0x4001c4dd88?, 0xd?, 0x26f3d1d?})
/usr/local/go/src/testing/testing.go:1125 +0x64
k8s.io/minikube/test/integration.validateCSIDriverAndSnapshots({0x34244e8, 0x4000678460}, 0x40009b2540, {0x40004dc930, 0xd})
/home/jenkins/workspace/Build_Cross/test/integration/addons_test.go:549 +0xffc
k8s.io/minikube/test/integration.TestAddons.func4.1(0x40009b2540)
/home/jenkins/workspace/Build_Cross/test/integration/addons_test.go:163 +0x6c
testing.tRunner(0x40009b2540, 0x40005cdd40)
/usr/local/go/src/testing/testing.go:1792 +0xe4
created by testing.(*T).Run in goroutine 175
/usr/local/go/src/testing/testing.go:1851 +0x374
goroutine 1231 [IO wait, 109 minutes]:
internal/poll.runtime_pollWait(0xffff6e7cd198, 0x72)
/usr/local/go/src/runtime/netpoll.go:351 +0xa0
internal/poll.(*pollDesc).wait(0x40014369c0?, 0x400150690b?, 0x1)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x28
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0x40014369c0, {0x400150690b, 0x36f5, 0x36f5})
/usr/local/go/src/internal/poll/fd_unix.go:165 +0x1fc
os.(*File).read(...)
/usr/local/go/src/os/file_posix.go:29
os.(*File).Read(0x40008643d8, {0x400150690b?, 0x400009fd48?, 0xc7ca8?})
/usr/local/go/src/os/file.go:124 +0x6c
bytes.(*Buffer).ReadFrom(0x40004d53e0, {0x33e3758, 0x40004e6068})
/usr/local/go/src/bytes/buffer.go:211 +0x90
io.copyBuffer({0x33e38e0, 0x40004d53e0}, {0x33e3758, 0x40004e6068}, {0x0, 0x0, 0x0})
/usr/local/go/src/io/io.go:415 +0x14c
io.Copy(...)
/usr/local/go/src/io/io.go:388
os.genericWriteTo(0x40008643d8?, {0x33e38e0, 0x40004d53e0})
/usr/local/go/src/os/file.go:275 +0x58
os.(*File).WriteTo(0x40008643d8, {0x33e38e0, 0x40004d53e0})
/usr/local/go/src/os/file.go:253 +0xa0
io.copyBuffer({0x33e38e0, 0x40004d53e0}, {0x33e37d8, 0x40008643d8}, {0x0, 0x0, 0x0})
/usr/local/go/src/io/io.go:411 +0x98
io.Copy(...)
/usr/local/go/src/io/io.go:388
os/exec.(*Cmd).writerDescriptor.func1()
/usr/local/go/src/os/exec/exec.go:596 +0x44
os/exec.(*Cmd).Start.func2(0x4001774180?)
/usr/local/go/src/os/exec/exec.go:749 +0x34
created by os/exec.(*Cmd).Start in goroutine 197
/usr/local/go/src/os/exec/exec.go:748 +0x76c
goroutine 1230 [IO wait, 109 minutes]:
internal/poll.runtime_pollWait(0xffff6e7cd080, 0x72)
/usr/local/go/src/runtime/netpoll.go:351 +0xa0
internal/poll.(*pollDesc).wait(0x4001436900?, 0x4000750400?, 0x1)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x28
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0x4001436900, {0x4000750400, 0x200, 0x200})
/usr/local/go/src/internal/poll/fd_unix.go:165 +0x1fc
os.(*File).read(...)
/usr/local/go/src/os/file_posix.go:29
os.(*File).Read(0x4000864368, {0x4000750400?, 0x40000a1548?, 0xc7ca8?})
/usr/local/go/src/os/file.go:124 +0x6c
bytes.(*Buffer).ReadFrom(0x40004d53b0, {0x33e3758, 0x40004e6060})
/usr/local/go/src/bytes/buffer.go:211 +0x90
io.copyBuffer({0x33e38e0, 0x40004d53b0}, {0x33e3758, 0x40004e6060}, {0x0, 0x0, 0x0})
/usr/local/go/src/io/io.go:415 +0x14c
io.Copy(...)
/usr/local/go/src/io/io.go:388
os.genericWriteTo(0x4000864368?, {0x33e38e0, 0x40004d53b0})
/usr/local/go/src/os/file.go:275 +0x58
os.(*File).WriteTo(0x4000864368, {0x33e38e0, 0x40004d53b0})
/usr/local/go/src/os/file.go:253 +0xa0
io.copyBuffer({0x33e38e0, 0x40004d53b0}, {0x33e37d8, 0x4000864368}, {0x0, 0x0, 0x0})
/usr/local/go/src/io/io.go:411 +0x98
io.Copy(...)
/usr/local/go/src/io/io.go:388
os/exec.(*Cmd).writerDescriptor.func1()
/usr/local/go/src/os/exec/exec.go:596 +0x44
os/exec.(*Cmd).Start.func2(0x40009de900?)
/usr/local/go/src/os/exec/exec.go:749 +0x34
created by os/exec.(*Cmd).Start in goroutine 197
/usr/local/go/src/os/exec/exec.go:748 +0x76c