=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-630093 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-630093 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-630093 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" [033304b8-dc25-498d-9212-9e1e40bc9c12] 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-amd64 status --format={{.APIServer}} -p addons-630093 -n addons-630093
addons_test.go:250: TestAddons/parallel/Ingress: showing logs for failed pods as of 2024-12-04 23:22:26.474300605 +0000 UTC m=+706.340285713
addons_test.go:250: (dbg) Run: kubectl --context addons-630093 describe po nginx -n default
addons_test.go:250: (dbg) kubectl --context addons-630093 describe po nginx -n default:
Name: nginx
Namespace: default
Priority: 0
Service Account: default
Node: addons-630093/192.168.49.2
Start Time: Wed, 04 Dec 2024 23:14:26 +0000
Labels: run=nginx
Annotations: <none>
Status: Pending
IP: 10.244.0.27
IPs:
IP: 10.244.0.27
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-49bg2 (ro)
Conditions:
Type Status
PodReadyToStartContainers True
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
kube-api-access-49bg2:
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-630093
Normal Pulling 3m7s (x4 over 8m) kubelet Pulling image "docker.io/nginx:alpine"
Warning Failed 115s (x4 over 7m1s) kubelet Failed to pull image "docker.io/nginx:alpine": reading manifest alpine in docker.io/library/nginx: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
Warning Failed 115s (x4 over 7m1s) kubelet Error: ErrImagePull
Normal BackOff 86s (x7 over 7m1s) kubelet Back-off pulling image "docker.io/nginx:alpine"
Warning Failed 86s (x7 over 7m1s) kubelet Error: ImagePullBackOff
addons_test.go:250: (dbg) Run: kubectl --context addons-630093 logs nginx -n default
addons_test.go:250: (dbg) Non-zero exit: kubectl --context addons-630093 logs nginx -n default: exit status 1 (65.967083ms)
** 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-630093 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-630093
helpers_test.go:235: (dbg) docker inspect addons-630093:
-- stdout --
[
{
"Id": "172acc3450ade00044526824741e005120317f6d35ec317f851d2b6dc6d2a3b8",
"Created": "2024-12-04T23:11:16.797897353Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 389943,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-12-04T23:11:16.916347418Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:1a0bf2062289d31d12b734a031220306d830691a529a6eae8b4c8f4049e20571",
"ResolvConfPath": "/var/lib/docker/containers/172acc3450ade00044526824741e005120317f6d35ec317f851d2b6dc6d2a3b8/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/172acc3450ade00044526824741e005120317f6d35ec317f851d2b6dc6d2a3b8/hostname",
"HostsPath": "/var/lib/docker/containers/172acc3450ade00044526824741e005120317f6d35ec317f851d2b6dc6d2a3b8/hosts",
"LogPath": "/var/lib/docker/containers/172acc3450ade00044526824741e005120317f6d35ec317f851d2b6dc6d2a3b8/172acc3450ade00044526824741e005120317f6d35ec317f851d2b6dc6d2a3b8-json.log",
"Name": "/addons-630093",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"addons-630093:/var",
"/lib/modules:/lib/modules:ro"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {
"max-size": "100m"
}
},
"NetworkMode": "addons-630093",
"PortBindings": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
]
},
"RestartPolicy": {
"Name": "no",
"MaximumRetryCount": 0
},
"AutoRemove": false,
"VolumeDriver": "",
"VolumesFrom": null,
"ConsoleSize": [
0,
0
],
"CapAdd": null,
"CapDrop": null,
"CgroupnsMode": "host",
"Dns": [],
"DnsOptions": [],
"DnsSearch": [],
"ExtraHosts": null,
"GroupAdd": null,
"IpcMode": "private",
"Cgroup": "",
"Links": null,
"OomScoreAdj": 0,
"PidMode": "",
"Privileged": true,
"PublishAllPorts": false,
"ReadonlyRootfs": false,
"SecurityOpt": [
"seccomp=unconfined",
"apparmor=unconfined",
"label=disable"
],
"Tmpfs": {
"/run": "",
"/tmp": ""
},
"UTSMode": "",
"UsernsMode": "",
"ShmSize": 67108864,
"Runtime": "runc",
"Isolation": "",
"CpuShares": 0,
"Memory": 4194304000,
"NanoCpus": 2000000000,
"CgroupParent": "",
"BlkioWeight": 0,
"BlkioWeightDevice": [],
"BlkioDeviceReadBps": [],
"BlkioDeviceWriteBps": [],
"BlkioDeviceReadIOps": [],
"BlkioDeviceWriteIOps": [],
"CpuPeriod": 0,
"CpuQuota": 0,
"CpuRealtimePeriod": 0,
"CpuRealtimeRuntime": 0,
"CpusetCpus": "",
"CpusetMems": "",
"Devices": [],
"DeviceCgroupRules": null,
"DeviceRequests": null,
"MemoryReservation": 0,
"MemorySwap": 8388608000,
"MemorySwappiness": null,
"OomKillDisable": false,
"PidsLimit": null,
"Ulimits": [],
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"MaskedPaths": null,
"ReadonlyPaths": null
},
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/469ba36a797e51b3c3ffcf32044a5cc7b1eaaf002213862a02e3a76a9b1fcfe2-init/diff:/var/lib/docker/overlay2/e1057f3484b1ab78c06169089ecae0d5a5ffb4d6954d3cd93f0938b7adf18020/diff",
"MergedDir": "/var/lib/docker/overlay2/469ba36a797e51b3c3ffcf32044a5cc7b1eaaf002213862a02e3a76a9b1fcfe2/merged",
"UpperDir": "/var/lib/docker/overlay2/469ba36a797e51b3c3ffcf32044a5cc7b1eaaf002213862a02e3a76a9b1fcfe2/diff",
"WorkDir": "/var/lib/docker/overlay2/469ba36a797e51b3c3ffcf32044a5cc7b1eaaf002213862a02e3a76a9b1fcfe2/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "volume",
"Name": "addons-630093",
"Source": "/var/lib/docker/volumes/addons-630093/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
},
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
}
],
"Config": {
"Hostname": "addons-630093",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615",
"Volumes": null,
"WorkingDir": "/",
"Entrypoint": [
"/usr/local/bin/entrypoint",
"/sbin/init"
],
"OnBuild": null,
"Labels": {
"created_by.minikube.sigs.k8s.io": "true",
"mode.minikube.sigs.k8s.io": "addons-630093",
"name.minikube.sigs.k8s.io": "addons-630093",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "38d3a3f6bb8d75ec22d0acfa9ec923dac8873b55e0bf68a977ec8a7eab9fc43d",
"SandboxKey": "/var/run/docker/netns/38d3a3f6bb8d",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33140"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33141"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33144"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33142"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33143"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-630093": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "a921fd89d48682e01ff03a455275f7258f4c5b5f271375ec1d96882eeae0da5a",
"EndpointID": "1045d162f6b6ab28f4f633530bdbe7b45cc7c49fe1d735b103b4e8f31f8aba3e",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-630093",
"172acc3450ad"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-amd64 status --format={{.Host}} -p addons-630093 -n addons-630093
helpers_test.go:244: <<< TestAddons/parallel/Ingress FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======> post-mortem[TestAddons/parallel/Ingress]: minikube logs <======
helpers_test.go:247: (dbg) Run: out/minikube-linux-amd64 -p addons-630093 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-630093 logs -n 25: (1.185483272s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-701357 | download-only-701357 | jenkins | v1.34.0 | 04 Dec 24 23:10 UTC | 04 Dec 24 23:10 UTC |
| delete | -p download-only-287298 | download-only-287298 | jenkins | v1.34.0 | 04 Dec 24 23:10 UTC | 04 Dec 24 23:10 UTC |
| delete | -p download-only-701357 | download-only-701357 | jenkins | v1.34.0 | 04 Dec 24 23:10 UTC | 04 Dec 24 23:10 UTC |
| start | --download-only -p | download-docker-758817 | jenkins | v1.34.0 | 04 Dec 24 23:10 UTC | |
| | download-docker-758817 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-758817 | download-docker-758817 | jenkins | v1.34.0 | 04 Dec 24 23:10 UTC | 04 Dec 24 23:10 UTC |
| start | --download-only -p | binary-mirror-223027 | jenkins | v1.34.0 | 04 Dec 24 23:10 UTC | |
| | binary-mirror-223027 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:45271 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-223027 | binary-mirror-223027 | jenkins | v1.34.0 | 04 Dec 24 23:10 UTC | 04 Dec 24 23:10 UTC |
| addons | disable dashboard -p | addons-630093 | jenkins | v1.34.0 | 04 Dec 24 23:10 UTC | |
| | addons-630093 | | | | | |
| addons | enable dashboard -p | addons-630093 | jenkins | v1.34.0 | 04 Dec 24 23:10 UTC | |
| | addons-630093 | | | | | |
| start | -p addons-630093 --wait=true | addons-630093 | jenkins | v1.34.0 | 04 Dec 24 23:10 UTC | 04 Dec 24 23:13 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-630093 addons disable | addons-630093 | jenkins | v1.34.0 | 04 Dec 24 23:13 UTC | 04 Dec 24 23:13 UTC |
| | volcano --alsologtostderr -v=1 | | | | | |
| addons | addons-630093 addons disable | addons-630093 | jenkins | v1.34.0 | 04 Dec 24 23:13 UTC | 04 Dec 24 23:14 UTC |
| | gcp-auth --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | enable headlamp | addons-630093 | jenkins | v1.34.0 | 04 Dec 24 23:14 UTC | 04 Dec 24 23:14 UTC |
| | -p addons-630093 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-630093 addons | addons-630093 | jenkins | v1.34.0 | 04 Dec 24 23:14 UTC | 04 Dec 24 23:14 UTC |
| | disable nvidia-device-plugin | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-630093 addons disable | addons-630093 | jenkins | v1.34.0 | 04 Dec 24 23:14 UTC | 04 Dec 24 23:14 UTC |
| | amd-gpu-device-plugin | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-630093 addons disable | addons-630093 | jenkins | v1.34.0 | 04 Dec 24 23:14 UTC | 04 Dec 24 23:14 UTC |
| | headlamp --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| ip | addons-630093 ip | addons-630093 | jenkins | v1.34.0 | 04 Dec 24 23:14 UTC | 04 Dec 24 23:14 UTC |
| addons | addons-630093 addons disable | addons-630093 | jenkins | v1.34.0 | 04 Dec 24 23:14 UTC | 04 Dec 24 23:14 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-630093 addons | addons-630093 | jenkins | v1.34.0 | 04 Dec 24 23:14 UTC | 04 Dec 24 23:14 UTC |
| | disable inspektor-gadget | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-630093 addons disable | addons-630093 | jenkins | v1.34.0 | 04 Dec 24 23:14 UTC | 04 Dec 24 23:14 UTC |
| | yakd --alsologtostderr -v=1 | | | | | |
| addons | addons-630093 addons disable | addons-630093 | jenkins | v1.34.0 | 04 Dec 24 23:19 UTC | 04 Dec 24 23:20 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-630093 addons | addons-630093 | jenkins | v1.34.0 | 04 Dec 24 23:20 UTC | 04 Dec 24 23:20 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-630093 addons | addons-630093 | jenkins | v1.34.0 | 04 Dec 24 23:20 UTC | 04 Dec 24 23:20 UTC |
| | disable cloud-spanner | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-630093 addons | addons-630093 | jenkins | v1.34.0 | 04 Dec 24 23:20 UTC | 04 Dec 24 23:20 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-630093 addons | addons-630093 | jenkins | v1.34.0 | 04 Dec 24 23:20 UTC | 04 Dec 24 23:20 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/12/04 23:10:54
Running on machine: ubuntu-20-agent-15
Binary: Built with gc go1.23.2 for linux/amd64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I1204 23:10:54.556147 389201 out.go:345] Setting OutFile to fd 1 ...
I1204 23:10:54.556275 389201 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1204 23:10:54.556285 389201 out.go:358] Setting ErrFile to fd 2...
I1204 23:10:54.556289 389201 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1204 23:10:54.556510 389201 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20045-381016/.minikube/bin
I1204 23:10:54.557204 389201 out.go:352] Setting JSON to false
I1204 23:10:54.558202 389201 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":6804,"bootTime":1733347051,"procs":169,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1071-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
I1204 23:10:54.558281 389201 start.go:139] virtualization: kvm guest
I1204 23:10:54.560449 389201 out.go:177] * [addons-630093] minikube v1.34.0 on Ubuntu 20.04 (kvm/amd64)
I1204 23:10:54.561800 389201 notify.go:220] Checking for updates...
I1204 23:10:54.561821 389201 out.go:177] - MINIKUBE_LOCATION=20045
I1204 23:10:54.563229 389201 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I1204 23:10:54.564678 389201 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/20045-381016/kubeconfig
I1204 23:10:54.566233 389201 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/20045-381016/.minikube
I1204 23:10:54.567553 389201 out.go:177] - MINIKUBE_BIN=out/minikube-linux-amd64
I1204 23:10:54.568781 389201 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I1204 23:10:54.570554 389201 driver.go:394] Setting default libvirt URI to qemu:///system
I1204 23:10:54.592245 389201 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
I1204 23:10:54.592340 389201 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1204 23:10:54.635748 389201 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:true NGoroutines:45 SystemTime:2024-12-04 23:10:54.62674737 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1071-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x8
6_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647927296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:88bf19b2105c8b17560993bee28a01ddc2f97182 Expected:88bf19b2105c8b17560993bee28a01ddc2f97182} RuncCommit:{ID:v1.2.2-0-g7cb3632 Expected:v1.2.2-0-g7cb3632} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: bridg
e-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
I1204 23:10:54.635854 389201 docker.go:318] overlay module found
I1204 23:10:54.637780 389201 out.go:177] * Using the docker driver based on user configuration
I1204 23:10:54.639298 389201 start.go:297] selected driver: docker
I1204 23:10:54.639319 389201 start.go:901] validating driver "docker" against <nil>
I1204 23:10:54.639333 389201 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I1204 23:10:54.640090 389201 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1204 23:10:54.684497 389201 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:true NGoroutines:45 SystemTime:2024-12-04 23:10:54.676209306 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1071-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647927296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:88bf19b2105c8b17560993bee28a01ddc2f97182 Expected:88bf19b2105c8b17560993bee28a01ddc2f97182} RuncCommit:{ID:v1.2.2-0-g7cb3632 Expected:v1.2.2-0-g7cb3632} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
I1204 23:10:54.684673 389201 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I1204 23:10:54.684915 389201 start_flags.go:947] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I1204 23:10:54.686872 389201 out.go:177] * Using Docker driver with root privileges
I1204 23:10:54.688173 389201 cni.go:84] Creating CNI manager for ""
I1204 23:10:54.688255 389201 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1204 23:10:54.688267 389201 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I1204 23:10:54.688343 389201 start.go:340] cluster config:
{Name:addons-630093 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.2 ClusterName:addons-630093 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
I1204 23:10:54.689848 389201 out.go:177] * Starting "addons-630093" primary control-plane node in "addons-630093" cluster
I1204 23:10:54.691334 389201 cache.go:121] Beginning downloading kic base image for docker with crio
I1204 23:10:54.692886 389201 out.go:177] * Pulling base image v0.0.45-1730888964-19917 ...
I1204 23:10:54.694391 389201 preload.go:131] Checking if preload exists for k8s version v1.31.2 and runtime crio
I1204 23:10:54.694445 389201 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20045-381016/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-amd64.tar.lz4
I1204 23:10:54.694446 389201 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 in local docker daemon
I1204 23:10:54.694486 389201 cache.go:56] Caching tarball of preloaded images
I1204 23:10:54.694592 389201 preload.go:172] Found /home/jenkins/minikube-integration/20045-381016/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-amd64.tar.lz4 in cache, skipping download
I1204 23:10:54.694609 389201 cache.go:59] Finished verifying existence of preloaded tar for v1.31.2 on crio
I1204 23:10:54.695076 389201 profile.go:143] Saving config to /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/config.json ...
I1204 23:10:54.695108 389201 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/config.json: {Name:mk972e12a39ea9a33ae63a1f9239f64d658df51e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:10:54.710108 389201 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 to local cache
I1204 23:10:54.710258 389201 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 in local cache directory
I1204 23:10:54.710280 389201 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 in local cache directory, skipping pull
I1204 23:10:54.710287 389201 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 exists in cache, skipping pull
I1204 23:10:54.710299 389201 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 as a tarball
I1204 23:10:54.710311 389201 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 from local cache
I1204 23:11:08.081763 389201 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 from cached tarball
I1204 23:11:08.081807 389201 cache.go:194] Successfully downloaded all kic artifacts
I1204 23:11:08.081860 389201 start.go:360] acquireMachinesLock for addons-630093: {Name:mk65aca0e5e36a044494f94ee0e0497ac2b0ebab Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I1204 23:11:08.081970 389201 start.go:364] duration metric: took 86.786µs to acquireMachinesLock for "addons-630093"
I1204 23:11:08.081996 389201 start.go:93] Provisioning new machine with config: &{Name:addons-630093 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.2 ClusterName:addons-630093 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I1204 23:11:08.082085 389201 start.go:125] createHost starting for "" (driver="docker")
I1204 23:11:08.248667 389201 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
I1204 23:11:08.249041 389201 start.go:159] libmachine.API.Create for "addons-630093" (driver="docker")
I1204 23:11:08.249091 389201 client.go:168] LocalClient.Create starting
I1204 23:11:08.249258 389201 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/20045-381016/.minikube/certs/ca.pem
I1204 23:11:08.313688 389201 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/20045-381016/.minikube/certs/cert.pem
I1204 23:11:08.644970 389201 cli_runner.go:164] Run: docker network inspect addons-630093 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
W1204 23:11:08.660700 389201 cli_runner.go:211] docker network inspect addons-630093 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}" returned with exit code 1
I1204 23:11:08.660788 389201 network_create.go:284] running [docker network inspect addons-630093] to gather additional debugging logs...
I1204 23:11:08.660826 389201 cli_runner.go:164] Run: docker network inspect addons-630093
W1204 23:11:08.677347 389201 cli_runner.go:211] docker network inspect addons-630093 returned with exit code 1
I1204 23:11:08.677402 389201 network_create.go:287] error running [docker network inspect addons-630093]: docker network inspect addons-630093: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-630093 not found
I1204 23:11:08.677421 389201 network_create.go:289] output of [docker network inspect addons-630093]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-630093 not found
** /stderr **
I1204 23:11:08.677519 389201 cli_runner.go:164] Run: docker network inspect bridge --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
I1204 23:11:08.695034 389201 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:0xc0016ec7e0}
I1204 23:11:08.695093 389201 network_create.go:124] attempt to create docker network addons-630093 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I1204 23:11:08.695152 389201 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-630093 addons-630093
I1204 23:11:08.969618 389201 network_create.go:108] docker network addons-630093 192.168.49.0/24 created
I1204 23:11:08.969673 389201 kic.go:121] calculated static IP "192.168.49.2" for the "addons-630093" container
I1204 23:11:08.969756 389201 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I1204 23:11:08.986135 389201 cli_runner.go:164] Run: docker volume create addons-630093 --label name.minikube.sigs.k8s.io=addons-630093 --label created_by.minikube.sigs.k8s.io=true
I1204 23:11:09.028135 389201 oci.go:103] Successfully created a docker volume addons-630093
I1204 23:11:09.028233 389201 cli_runner.go:164] Run: docker run --rm --name addons-630093-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-630093 --entrypoint /usr/bin/test -v addons-630093:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 -d /var/lib
I1204 23:11:12.239841 389201 cli_runner.go:217] Completed: docker run --rm --name addons-630093-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-630093 --entrypoint /usr/bin/test -v addons-630093:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 -d /var/lib: (3.211561235s)
I1204 23:11:12.239873 389201 oci.go:107] Successfully prepared a docker volume addons-630093
I1204 23:11:12.239893 389201 preload.go:131] Checking if preload exists for k8s version v1.31.2 and runtime crio
I1204 23:11:12.239931 389201 kic.go:194] Starting extracting preloaded images to volume ...
I1204 23:11:12.240003 389201 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20045-381016/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-630093:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 -I lz4 -xf /preloaded.tar -C /extractDir
I1204 23:11:16.734062 389201 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20045-381016/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.2-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-630093:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 -I lz4 -xf /preloaded.tar -C /extractDir: (4.493971774s)
I1204 23:11:16.734103 389201 kic.go:203] duration metric: took 4.49416848s to extract preloaded images to volume ...
W1204 23:11:16.734242 389201 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I1204 23:11:16.734340 389201 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I1204 23:11:16.781802 389201 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-630093 --name addons-630093 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-630093 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-630093 --network addons-630093 --ip 192.168.49.2 --volume addons-630093:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615
I1204 23:11:17.088338 389201 cli_runner.go:164] Run: docker container inspect addons-630093 --format={{.State.Running}}
I1204 23:11:17.106885 389201 cli_runner.go:164] Run: docker container inspect addons-630093 --format={{.State.Status}}
I1204 23:11:17.125610 389201 cli_runner.go:164] Run: docker exec addons-630093 stat /var/lib/dpkg/alternatives/iptables
I1204 23:11:17.168914 389201 oci.go:144] the created container "addons-630093" has a running status.
I1204 23:11:17.168961 389201 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/20045-381016/.minikube/machines/addons-630093/id_rsa...
I1204 23:11:17.214837 389201 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/20045-381016/.minikube/machines/addons-630093/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I1204 23:11:17.235866 389201 cli_runner.go:164] Run: docker container inspect addons-630093 --format={{.State.Status}}
I1204 23:11:17.253714 389201 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I1204 23:11:17.253744 389201 kic_runner.go:114] Args: [docker exec --privileged addons-630093 chown docker:docker /home/docker/.ssh/authorized_keys]
I1204 23:11:17.295280 389201 cli_runner.go:164] Run: docker container inspect addons-630093 --format={{.State.Status}}
I1204 23:11:17.314090 389201 machine.go:93] provisionDockerMachine start ...
I1204 23:11:17.314213 389201 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-630093
I1204 23:11:17.333326 389201 main.go:141] libmachine: Using SSH client type: native
I1204 23:11:17.333585 389201 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x866c40] 0x869920 <nil> [] 0s} 127.0.0.1 33140 <nil> <nil>}
I1204 23:11:17.333604 389201 main.go:141] libmachine: About to run SSH command:
hostname
I1204 23:11:17.334344 389201 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:53382->127.0.0.1:33140: read: connection reset by peer
I1204 23:11:20.462359 389201 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-630093
I1204 23:11:20.462394 389201 ubuntu.go:169] provisioning hostname "addons-630093"
I1204 23:11:20.462459 389201 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-630093
I1204 23:11:20.480144 389201 main.go:141] libmachine: Using SSH client type: native
I1204 23:11:20.480382 389201 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x866c40] 0x869920 <nil> [] 0s} 127.0.0.1 33140 <nil> <nil>}
I1204 23:11:20.480401 389201 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-630093 && echo "addons-630093" | sudo tee /etc/hostname
I1204 23:11:20.617685 389201 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-630093
I1204 23:11:20.617755 389201 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-630093
I1204 23:11:20.634927 389201 main.go:141] libmachine: Using SSH client type: native
I1204 23:11:20.635110 389201 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x866c40] 0x869920 <nil> [] 0s} 127.0.0.1 33140 <nil> <nil>}
I1204 23:11:20.635127 389201 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-630093' /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-630093/g' /etc/hosts;
else
echo '127.0.1.1 addons-630093' | sudo tee -a /etc/hosts;
fi
fi
I1204 23:11:20.762943 389201 main.go:141] libmachine: SSH cmd err, output: <nil>:
I1204 23:11:20.762974 389201 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/20045-381016/.minikube CaCertPath:/home/jenkins/minikube-integration/20045-381016/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/20045-381016/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/20045-381016/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/20045-381016/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/20045-381016/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/20045-381016/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/20045-381016/.minikube}
I1204 23:11:20.763024 389201 ubuntu.go:177] setting up certificates
I1204 23:11:20.763037 389201 provision.go:84] configureAuth start
I1204 23:11:20.763097 389201 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-630093
I1204 23:11:20.780798 389201 provision.go:143] copyHostCerts
I1204 23:11:20.780875 389201 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20045-381016/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/20045-381016/.minikube/cert.pem (1123 bytes)
I1204 23:11:20.780993 389201 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20045-381016/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/20045-381016/.minikube/key.pem (1679 bytes)
I1204 23:11:20.781063 389201 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20045-381016/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/20045-381016/.minikube/ca.pem (1082 bytes)
I1204 23:11:20.781117 389201 provision.go:117] generating server cert: /home/jenkins/minikube-integration/20045-381016/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/20045-381016/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/20045-381016/.minikube/certs/ca-key.pem org=jenkins.addons-630093 san=[127.0.0.1 192.168.49.2 addons-630093 localhost minikube]
I1204 23:11:20.868299 389201 provision.go:177] copyRemoteCerts
I1204 23:11:20.868362 389201 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I1204 23:11:20.868401 389201 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-630093
I1204 23:11:20.885888 389201 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33140 SSHKeyPath:/home/jenkins/minikube-integration/20045-381016/.minikube/machines/addons-630093/id_rsa Username:docker}
I1204 23:11:20.979351 389201 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20045-381016/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I1204 23:11:21.002115 389201 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20045-381016/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I1204 23:11:21.025135 389201 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20045-381016/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I1204 23:11:21.048097 389201 provision.go:87] duration metric: took 285.042631ms to configureAuth
I1204 23:11:21.048133 389201 ubuntu.go:193] setting minikube options for container-runtime
I1204 23:11:21.048329 389201 config.go:182] Loaded profile config "addons-630093": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
I1204 23:11:21.048491 389201 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-630093
I1204 23:11:21.065589 389201 main.go:141] libmachine: Using SSH client type: native
I1204 23:11:21.065803 389201 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x866c40] 0x869920 <nil> [] 0s} 127.0.0.1 33140 <nil> <nil>}
I1204 23:11:21.065829 389201 main.go:141] libmachine: About to run SSH command:
sudo mkdir -p /etc/sysconfig && printf %s "
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
I1204 23:11:21.286767 389201 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I1204 23:11:21.286801 389201 machine.go:96] duration metric: took 3.972682372s to provisionDockerMachine
I1204 23:11:21.286818 389201 client.go:171] duration metric: took 13.037716692s to LocalClient.Create
I1204 23:11:21.286846 389201 start.go:167] duration metric: took 13.037808895s to libmachine.API.Create "addons-630093"
I1204 23:11:21.286858 389201 start.go:293] postStartSetup for "addons-630093" (driver="docker")
I1204 23:11:21.286873 389201 start.go:322] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
I1204 23:11:21.286987 389201 ssh_runner.go:195] Run: sudo mkdir -p /etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs
I1204 23:11:21.287090 389201 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-630093
I1204 23:11:21.304282 389201 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33140 SSHKeyPath:/home/jenkins/minikube-integration/20045-381016/.minikube/machines/addons-630093/id_rsa Username:docker}
I1204 23:11:21.395931 389201 ssh_runner.go:195] Run: cat /etc/os-release
I1204 23:11:21.399160 389201 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I1204 23:11:21.399199 389201 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I1204 23:11:21.399213 389201 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I1204 23:11:21.399225 389201 info.go:137] Remote host: Ubuntu 22.04.5 LTS
I1204 23:11:21.399238 389201 filesync.go:126] Scanning /home/jenkins/minikube-integration/20045-381016/.minikube/addons for local assets ...
I1204 23:11:21.399311 389201 filesync.go:126] Scanning /home/jenkins/minikube-integration/20045-381016/.minikube/files for local assets ...
I1204 23:11:21.399355 389201 start.go:296] duration metric: took 112.489476ms for postStartSetup
I1204 23:11:21.399706 389201 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-630093
I1204 23:11:21.416048 389201 profile.go:143] Saving config to /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/config.json ...
I1204 23:11:21.416313 389201 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I1204 23:11:21.416373 389201 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-630093
I1204 23:11:21.433021 389201 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33140 SSHKeyPath:/home/jenkins/minikube-integration/20045-381016/.minikube/machines/addons-630093/id_rsa Username:docker}
I1204 23:11:21.523629 389201 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I1204 23:11:21.527955 389201 start.go:128] duration metric: took 13.445851769s to createHost
I1204 23:11:21.527994 389201 start.go:83] releasing machines lock for "addons-630093", held for 13.446010021s
I1204 23:11:21.528078 389201 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-630093
I1204 23:11:21.544604 389201 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I1204 23:11:21.544635 389201 ssh_runner.go:195] Run: cat /version.json
I1204 23:11:21.544698 389201 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-630093
I1204 23:11:21.544711 389201 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-630093
I1204 23:11:21.562063 389201 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33140 SSHKeyPath:/home/jenkins/minikube-integration/20045-381016/.minikube/machines/addons-630093/id_rsa Username:docker}
I1204 23:11:21.563107 389201 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33140 SSHKeyPath:/home/jenkins/minikube-integration/20045-381016/.minikube/machines/addons-630093/id_rsa Username:docker}
I1204 23:11:21.726911 389201 ssh_runner.go:195] Run: systemctl --version
I1204 23:11:21.731218 389201 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I1204 23:11:21.869255 389201 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I1204 23:11:21.873644 389201 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f -name *loopback.conf* -not -name *.mk_disabled -exec sh -c "sudo mv {} {}.mk_disabled" ;
I1204 23:11:21.892231 389201 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I1204 23:11:21.892324 389201 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%p, " -exec sh -c "sudo mv {} {}.mk_disabled" ;
I1204 23:11:21.918534 389201 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I1204 23:11:21.918567 389201 start.go:495] detecting cgroup driver to use...
I1204 23:11:21.918609 389201 detect.go:187] detected "cgroupfs" cgroup driver on host os
I1204 23:11:21.918738 389201 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I1204 23:11:21.932783 389201 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I1204 23:11:21.942996 389201 docker.go:217] disabling cri-docker service (if available) ...
I1204 23:11:21.943047 389201 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I1204 23:11:21.955543 389201 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I1204 23:11:21.968274 389201 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I1204 23:11:22.038339 389201 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I1204 23:11:22.105989 389201 docker.go:233] disabling docker service ...
I1204 23:11:22.106057 389201 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I1204 23:11:22.125303 389201 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I1204 23:11:22.136595 389201 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I1204 23:11:22.222266 389201 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I1204 23:11:22.302782 389201 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I1204 23:11:22.313850 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/crio/crio.sock
" | sudo tee /etc/crictl.yaml"
I1204 23:11:22.329072 389201 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
I1204 23:11:22.329153 389201 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.10"|' /etc/crio/crio.conf.d/02-crio.conf"
I1204 23:11:22.338774 389201 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I1204 23:11:22.338845 389201 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I1204 23:11:22.348617 389201 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I1204 23:11:22.358293 389201 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I1204 23:11:22.368200 389201 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I1204 23:11:22.377304 389201 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *"net.ipv4.ip_unprivileged_port_start=.*"/d' /etc/crio/crio.conf.d/02-crio.conf"
I1204 23:11:22.386913 389201 ssh_runner.go:195] Run: sh -c "sudo grep -q "^ *default_sysctls" /etc/crio/crio.conf.d/02-crio.conf || sudo sed -i '/conmon_cgroup = .*/a default_sysctls = \[\n\]' /etc/crio/crio.conf.d/02-crio.conf"
I1204 23:11:22.402803 389201 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^default_sysctls *= *\[|&\n "net.ipv4.ip_unprivileged_port_start=0",|' /etc/crio/crio.conf.d/02-crio.conf"
I1204 23:11:22.412320 389201 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I1204 23:11:22.420685 389201 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I1204 23:11:22.428658 389201 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1204 23:11:22.500255 389201 ssh_runner.go:195] Run: sudo systemctl restart crio
I1204 23:11:22.610956 389201 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
I1204 23:11:22.611044 389201 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I1204 23:11:22.614513 389201 start.go:563] Will wait 60s for crictl version
I1204 23:11:22.614575 389201 ssh_runner.go:195] Run: which crictl
I1204 23:11:22.617917 389201 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I1204 23:11:22.653283 389201 start.go:579] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I1204 23:11:22.653370 389201 ssh_runner.go:195] Run: crio --version
I1204 23:11:22.690618 389201 ssh_runner.go:195] Run: crio --version
I1204 23:11:22.727703 389201 out.go:177] * Preparing Kubernetes v1.31.2 on CRI-O 1.24.6 ...
I1204 23:11:22.729320 389201 cli_runner.go:164] Run: docker network inspect addons-630093 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
I1204 23:11:22.746518 389201 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I1204 23:11:22.750432 389201 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.49.1 host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
I1204 23:11:22.761195 389201 kubeadm.go:883] updating cluster {Name:addons-630093 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.2 ClusterName:addons-630093 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I1204 23:11:22.761320 389201 preload.go:131] Checking if preload exists for k8s version v1.31.2 and runtime crio
I1204 23:11:22.761379 389201 ssh_runner.go:195] Run: sudo crictl images --output json
I1204 23:11:22.829323 389201 crio.go:514] all images are preloaded for cri-o runtime.
I1204 23:11:22.829348 389201 crio.go:433] Images already preloaded, skipping extraction
I1204 23:11:22.829393 389201 ssh_runner.go:195] Run: sudo crictl images --output json
I1204 23:11:22.862169 389201 crio.go:514] all images are preloaded for cri-o runtime.
I1204 23:11:22.862194 389201 cache_images.go:84] Images are preloaded, skipping loading
I1204 23:11:22.862203 389201 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.2 crio true true} ...
I1204 23:11:22.862323 389201 kubeadm.go:946] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.31.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-630093 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.31.2 ClusterName:addons-630093 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
I1204 23:11:22.862387 389201 ssh_runner.go:195] Run: crio config
I1204 23:11:22.906710 389201 cni.go:84] Creating CNI manager for ""
I1204 23:11:22.906743 389201 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1204 23:11:22.906760 389201 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I1204 23:11:22.906791 389201 kubeadm.go:189] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.31.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-630093 NodeName:addons-630093 DNSDomain:cluster.local CRISocket:/var/run/crio/crio.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kuberne
tes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///var/run/crio/crio.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I1204 23:11:22.906954 389201 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-630093"
kubeletExtraArgs:
- name: "node-ip"
value: "192.168.49.2"
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta4
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
extraArgs:
- name: "enable-admission-plugins"
value: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
- name: "allocate-node-cidrs"
value: "true"
- name: "leader-elect"
value: "false"
scheduler:
extraArgs:
- name: "leader-elect"
value: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
etcd:
local:
dataDir: /var/lib/minikube/etcd
extraArgs:
- name: "proxy-refresh-interval"
value: "70000"
kubernetesVersion: v1.31.2
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%"
nodefs.inodesFree: "0%"
imagefs.available: "0%"
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: "10.244.0.0/16"
metricsBindAddress: 0.0.0.0:10249
conntrack:
maxPerCore: 0
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
tcpEstablishedTimeout: 0s
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
tcpCloseWaitTimeout: 0s
I1204 23:11:22.907084 389201 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.2
I1204 23:11:22.916048 389201 binaries.go:44] Found k8s binaries, skipping transfer
I1204 23:11:22.916128 389201 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I1204 23:11:22.924791 389201 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I1204 23:11:22.942166 389201 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I1204 23:11:22.959356 389201 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2287 bytes)
I1204 23:11:22.976793 389201 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I1204 23:11:22.980197 389201 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.49.2 control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
I1204 23:11:22.990601 389201 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1204 23:11:23.062561 389201 ssh_runner.go:195] Run: sudo systemctl start kubelet
I1204 23:11:23.075015 389201 certs.go:68] Setting up /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093 for IP: 192.168.49.2
I1204 23:11:23.075040 389201 certs.go:194] generating shared ca certs ...
I1204 23:11:23.075059 389201 certs.go:226] acquiring lock for ca certs: {Name:mk50fab2a60ec4c58718c6f0f51391a1fd27b49a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:11:23.075181 389201 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/20045-381016/.minikube/ca.key
I1204 23:11:23.204545 389201 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20045-381016/.minikube/ca.crt ...
I1204 23:11:23.204578 389201 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20045-381016/.minikube/ca.crt: {Name:mkc915739630db1af592b52d8db74ccdd723c7d5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:11:23.204795 389201 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20045-381016/.minikube/ca.key ...
I1204 23:11:23.204810 389201 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20045-381016/.minikube/ca.key: {Name:mk98e76db05ffadd20917a2d52b7c5260ba39b61 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:11:23.204916 389201 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/20045-381016/.minikube/proxy-client-ca.key
I1204 23:11:23.290846 389201 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20045-381016/.minikube/proxy-client-ca.crt ...
I1204 23:11:23.290885 389201 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20045-381016/.minikube/proxy-client-ca.crt: {Name:mkde85a69cd8a6277fae67df41cc397c773bd1a3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:11:23.291129 389201 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20045-381016/.minikube/proxy-client-ca.key ...
I1204 23:11:23.291148 389201 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20045-381016/.minikube/proxy-client-ca.key: {Name:mk4d177cf9edd13c7ad0b568d9086767e339e8d8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:11:23.291277 389201 certs.go:256] generating profile certs ...
I1204 23:11:23.291366 389201 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/client.key
I1204 23:11:23.291400 389201 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/client.crt with IP's: []
I1204 23:11:23.499855 389201 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/client.crt ...
I1204 23:11:23.499895 389201 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/client.crt: {Name:mk9311f602c7b1a2b44c19176448b2aa4b32b7c4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:11:23.500105 389201 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/client.key ...
I1204 23:11:23.500123 389201 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/client.key: {Name:mk9ddfb2303f17ccf88a6e5b8c00cffba1cd1a53 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:11:23.500223 389201 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/apiserver.key.8394f548
I1204 23:11:23.500249 389201 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/apiserver.crt.8394f548 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I1204 23:11:23.788463 389201 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/apiserver.crt.8394f548 ...
I1204 23:11:23.788500 389201 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/apiserver.crt.8394f548: {Name:mk43ba65c92ad4331db8d9847c5ef32165302741 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:11:23.788694 389201 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/apiserver.key.8394f548 ...
I1204 23:11:23.788714 389201 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/apiserver.key.8394f548: {Name:mkaced9e8196936ffe141d4dc3e6adda91a33533 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:11:23.788818 389201 certs.go:381] copying /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/apiserver.crt.8394f548 -> /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/apiserver.crt
I1204 23:11:23.788916 389201 certs.go:385] copying /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/apiserver.key.8394f548 -> /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/apiserver.key
I1204 23:11:23.788997 389201 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/proxy-client.key
I1204 23:11:23.789023 389201 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/proxy-client.crt with IP's: []
I1204 23:11:24.148068 389201 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/proxy-client.crt ...
I1204 23:11:24.148104 389201 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/proxy-client.crt: {Name:mk0ee13602067d1cc858c9534a9707d295b361ef Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:11:24.148309 389201 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/proxy-client.key ...
I1204 23:11:24.148327 389201 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/proxy-client.key: {Name:mk0ba88937bb7ca6e51a8cf0c8d2ef8507f0374f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:11:24.148532 389201 certs.go:484] found cert: /home/jenkins/minikube-integration/20045-381016/.minikube/certs/ca-key.pem (1675 bytes)
I1204 23:11:24.148585 389201 certs.go:484] found cert: /home/jenkins/minikube-integration/20045-381016/.minikube/certs/ca.pem (1082 bytes)
I1204 23:11:24.148628 389201 certs.go:484] found cert: /home/jenkins/minikube-integration/20045-381016/.minikube/certs/cert.pem (1123 bytes)
I1204 23:11:24.148673 389201 certs.go:484] found cert: /home/jenkins/minikube-integration/20045-381016/.minikube/certs/key.pem (1679 bytes)
I1204 23:11:24.149367 389201 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20045-381016/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I1204 23:11:24.173224 389201 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20045-381016/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I1204 23:11:24.196229 389201 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20045-381016/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I1204 23:11:24.219088 389201 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20045-381016/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I1204 23:11:24.242335 389201 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I1204 23:11:24.265632 389201 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I1204 23:11:24.288555 389201 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I1204 23:11:24.311820 389201 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20045-381016/.minikube/profiles/addons-630093/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I1204 23:11:24.334208 389201 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20045-381016/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I1204 23:11:24.356395 389201 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I1204 23:11:24.373538 389201 ssh_runner.go:195] Run: openssl version
I1204 23:11:24.378816 389201 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/minikubeCA.pem && ln -fs /usr/share/ca-certificates/minikubeCA.pem /etc/ssl/certs/minikubeCA.pem"
I1204 23:11:24.388861 389201 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I1204 23:11:24.392560 389201 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Dec 4 23:11 /usr/share/ca-certificates/minikubeCA.pem
I1204 23:11:24.392635 389201 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I1204 23:11:24.399222 389201 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/b5213941.0 || ln -fs /etc/ssl/certs/minikubeCA.pem /etc/ssl/certs/b5213941.0"
I1204 23:11:24.408373 389201 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I1204 23:11:24.411765 389201 certs.go:399] 'apiserver-kubelet-client' cert doesn't exist, likely first start: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt: Process exited with status 1
stdout:
stderr:
stat: cannot statx '/var/lib/minikube/certs/apiserver-kubelet-client.crt': No such file or directory
I1204 23:11:24.411828 389201 kubeadm.go:392] StartCluster: {Name:addons-630093 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1730888964-19917@sha256:629a5748e3ec15a091fef12257eb3754b8ffc0c974ebcbb016451c65d1829615 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.2 ClusterName:addons-630093 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I1204 23:11:24.411930 389201 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I1204 23:11:24.412006 389201 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I1204 23:11:24.445620 389201 cri.go:89] found id: ""
I1204 23:11:24.445692 389201 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I1204 23:11:24.454281 389201 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I1204 23:11:24.462658 389201 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I1204 23:11:24.462715 389201 ssh_runner.go:195] Run: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf
I1204 23:11:24.471058 389201 kubeadm.go:155] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
I1204 23:11:24.471082 389201 kubeadm.go:157] found existing configuration files:
I1204 23:11:24.471133 389201 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I1204 23:11:24.479379 389201 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/admin.conf: No such file or directory
I1204 23:11:24.479446 389201 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I1204 23:11:24.488299 389201 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I1204 23:11:24.496565 389201 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/kubelet.conf: No such file or directory
I1204 23:11:24.496635 389201 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I1204 23:11:24.505412 389201 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I1204 23:11:24.514190 389201 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/controller-manager.conf: No such file or directory
I1204 23:11:24.514243 389201 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I1204 23:11:24.522477 389201 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I1204 23:11:24.531365 389201 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/scheduler.conf: No such file or directory
I1204 23:11:24.531421 389201 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I1204 23:11:24.539416 389201 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.31.2:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I1204 23:11:24.592567 389201 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-1071-gcp\n", err: exit status 1
I1204 23:11:24.645179 389201 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I1204 23:11:33.426336 389201 kubeadm.go:310] [init] Using Kubernetes version: v1.31.2
I1204 23:11:33.426437 389201 kubeadm.go:310] [preflight] Running pre-flight checks
I1204 23:11:33.426522 389201 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I1204 23:11:33.426572 389201 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1071-gcp[0m
I1204 23:11:33.426602 389201 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I1204 23:11:33.426679 389201 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I1204 23:11:33.426720 389201 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I1204 23:11:33.426798 389201 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I1204 23:11:33.426877 389201 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I1204 23:11:33.426958 389201 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I1204 23:11:33.427034 389201 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I1204 23:11:33.427111 389201 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I1204 23:11:33.427182 389201 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I1204 23:11:33.427243 389201 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I1204 23:11:33.427304 389201 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I1204 23:11:33.427436 389201 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I1204 23:11:33.427575 389201 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I1204 23:11:33.427676 389201 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I1204 23:11:33.429670 389201 out.go:235] - Generating certificates and keys ...
I1204 23:11:33.429776 389201 kubeadm.go:310] [certs] Using existing ca certificate authority
I1204 23:11:33.429879 389201 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I1204 23:11:33.429944 389201 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I1204 23:11:33.429996 389201 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I1204 23:11:33.430058 389201 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I1204 23:11:33.430106 389201 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I1204 23:11:33.430157 389201 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I1204 23:11:33.430253 389201 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-630093 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1204 23:11:33.430323 389201 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I1204 23:11:33.430455 389201 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-630093 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1204 23:11:33.430550 389201 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I1204 23:11:33.430624 389201 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I1204 23:11:33.430694 389201 kubeadm.go:310] [certs] Generating "sa" key and public key
I1204 23:11:33.430742 389201 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I1204 23:11:33.430787 389201 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I1204 23:11:33.430873 389201 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I1204 23:11:33.430954 389201 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I1204 23:11:33.431013 389201 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I1204 23:11:33.431063 389201 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I1204 23:11:33.431131 389201 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I1204 23:11:33.431189 389201 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I1204 23:11:33.432586 389201 out.go:235] - Booting up control plane ...
I1204 23:11:33.432667 389201 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I1204 23:11:33.432728 389201 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I1204 23:11:33.432786 389201 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I1204 23:11:33.432889 389201 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I1204 23:11:33.433004 389201 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I1204 23:11:33.433088 389201 kubeadm.go:310] [kubelet-start] Starting the kubelet
I1204 23:11:33.433245 389201 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I1204 23:11:33.433395 389201 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I1204 23:11:33.433490 389201 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 501.66305ms
I1204 23:11:33.433586 389201 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I1204 23:11:33.433659 389201 kubeadm.go:310] [api-check] The API server is healthy after 4.001728957s
I1204 23:11:33.433784 389201 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I1204 23:11:33.433892 389201 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I1204 23:11:33.433961 389201 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I1204 23:11:33.434106 389201 kubeadm.go:310] [mark-control-plane] Marking the node addons-630093 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I1204 23:11:33.434165 389201 kubeadm.go:310] [bootstrap-token] Using token: 6qxarj.88k5pjf3ytyfzen4
I1204 23:11:33.435845 389201 out.go:235] - Configuring RBAC rules ...
I1204 23:11:33.435945 389201 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I1204 23:11:33.436019 389201 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I1204 23:11:33.436136 389201 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I1204 23:11:33.436246 389201 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I1204 23:11:33.436351 389201 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I1204 23:11:33.436423 389201 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I1204 23:11:33.436515 389201 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I1204 23:11:33.436552 389201 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I1204 23:11:33.436626 389201 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I1204 23:11:33.436642 389201 kubeadm.go:310]
I1204 23:11:33.436722 389201 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I1204 23:11:33.436737 389201 kubeadm.go:310]
I1204 23:11:33.436836 389201 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I1204 23:11:33.436844 389201 kubeadm.go:310]
I1204 23:11:33.436864 389201 kubeadm.go:310] mkdir -p $HOME/.kube
I1204 23:11:33.436913 389201 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I1204 23:11:33.436961 389201 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I1204 23:11:33.436967 389201 kubeadm.go:310]
I1204 23:11:33.437008 389201 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I1204 23:11:33.437016 389201 kubeadm.go:310]
I1204 23:11:33.437056 389201 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I1204 23:11:33.437062 389201 kubeadm.go:310]
I1204 23:11:33.437107 389201 kubeadm.go:310] You should now deploy a pod network to the cluster.
I1204 23:11:33.437170 389201 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I1204 23:11:33.437258 389201 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I1204 23:11:33.437274 389201 kubeadm.go:310]
I1204 23:11:33.437411 389201 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I1204 23:11:33.437541 389201 kubeadm.go:310] and service account keys on each node and then running the following as root:
I1204 23:11:33.437553 389201 kubeadm.go:310]
I1204 23:11:33.437672 389201 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 6qxarj.88k5pjf3ytyfzen4 \
I1204 23:11:33.437797 389201 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:e2721502eca5fe8af4d77f137e4406b90f31d1565f7dd87db91cf7b9fa1e9057 \
I1204 23:11:33.437833 389201 kubeadm.go:310] --control-plane
I1204 23:11:33.437842 389201 kubeadm.go:310]
I1204 23:11:33.437945 389201 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I1204 23:11:33.437954 389201 kubeadm.go:310]
I1204 23:11:33.438055 389201 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 6qxarj.88k5pjf3ytyfzen4 \
I1204 23:11:33.438195 389201 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:e2721502eca5fe8af4d77f137e4406b90f31d1565f7dd87db91cf7b9fa1e9057
I1204 23:11:33.438211 389201 cni.go:84] Creating CNI manager for ""
I1204 23:11:33.438221 389201 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1204 23:11:33.439987 389201 out.go:177] * Configuring CNI (Container Networking Interface) ...
I1204 23:11:33.441251 389201 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I1204 23:11:33.445237 389201 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.31.2/kubectl ...
I1204 23:11:33.445258 389201 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
I1204 23:11:33.462279 389201 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I1204 23:11:33.665861 389201 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I1204 23:11:33.665944 389201 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 23:11:33.665972 389201 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-630093 minikube.k8s.io/updated_at=2024_12_04T23_11_33_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=efbd8efc50652fe861e71899e50212cc75e3480d minikube.k8s.io/name=addons-630093 minikube.k8s.io/primary=true
I1204 23:11:33.673805 389201 ops.go:34] apiserver oom_adj: -16
I1204 23:11:33.756672 389201 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 23:11:34.256804 389201 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 23:11:34.757586 389201 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 23:11:35.256809 389201 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 23:11:35.757274 389201 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 23:11:36.256932 389201 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 23:11:36.757774 389201 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 23:11:37.257415 389201 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 23:11:37.756756 389201 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 23:11:38.256823 389201 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1204 23:11:38.333806 389201 kubeadm.go:1113] duration metric: took 4.667934536s to wait for elevateKubeSystemPrivileges
I1204 23:11:38.333851 389201 kubeadm.go:394] duration metric: took 13.922029737s to StartCluster
I1204 23:11:38.333875 389201 settings.go:142] acquiring lock: {Name:mke2b5bd7468e0e3a170be0f2243b433cdca2b2d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:11:38.334020 389201 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/20045-381016/kubeconfig
I1204 23:11:38.334556 389201 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20045-381016/kubeconfig: {Name:mk53a4e908644f8dfb244bee65db94736a5dc52e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1204 23:11:38.334826 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I1204 23:11:38.334847 389201 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I1204 23:11:38.334940 389201 addons.go:507] enable addons start: toEnable=map[ambassador:false amd-gpu-device-plugin:true auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
I1204 23:11:38.335050 389201 config.go:182] Loaded profile config "addons-630093": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
I1204 23:11:38.335067 389201 addons.go:69] Setting yakd=true in profile "addons-630093"
I1204 23:11:38.335086 389201 addons.go:234] Setting addon yakd=true in "addons-630093"
I1204 23:11:38.335088 389201 addons.go:69] Setting inspektor-gadget=true in profile "addons-630093"
I1204 23:11:38.335099 389201 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-630093"
I1204 23:11:38.335108 389201 addons.go:69] Setting gcp-auth=true in profile "addons-630093"
I1204 23:11:38.335116 389201 addons.go:234] Setting addon inspektor-gadget=true in "addons-630093"
I1204 23:11:38.335118 389201 addons.go:234] Setting addon amd-gpu-device-plugin=true in "addons-630093"
I1204 23:11:38.335126 389201 mustload.go:65] Loading cluster: addons-630093
I1204 23:11:38.335120 389201 addons.go:69] Setting storage-provisioner=true in profile "addons-630093"
I1204 23:11:38.335142 389201 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-630093"
I1204 23:11:38.335151 389201 addons.go:234] Setting addon storage-provisioner=true in "addons-630093"
I1204 23:11:38.335142 389201 addons.go:69] Setting ingress=true in profile "addons-630093"
I1204 23:11:38.335165 389201 addons.go:69] Setting ingress-dns=true in profile "addons-630093"
I1204 23:11:38.335168 389201 addons.go:234] Setting addon ingress=true in "addons-630093"
I1204 23:11:38.335170 389201 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-630093"
I1204 23:11:38.335177 389201 addons.go:234] Setting addon ingress-dns=true in "addons-630093"
I1204 23:11:38.335175 389201 addons.go:69] Setting metrics-server=true in profile "addons-630093"
I1204 23:11:38.335186 389201 host.go:66] Checking if "addons-630093" exists ...
I1204 23:11:38.335187 389201 addons.go:234] Setting addon metrics-server=true in "addons-630093"
I1204 23:11:38.335201 389201 host.go:66] Checking if "addons-630093" exists ...
I1204 23:11:38.335205 389201 host.go:66] Checking if "addons-630093" exists ...
I1204 23:11:38.335251 389201 host.go:66] Checking if "addons-630093" exists ...
I1204 23:11:38.335270 389201 config.go:182] Loaded profile config "addons-630093": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.2
I1204 23:11:38.335598 389201 cli_runner.go:164] Run: docker container inspect addons-630093 --format={{.State.Status}}
I1204 23:11:38.335639 389201 addons.go:69] Setting registry=true in profile "addons-630093"
I1204 23:11:38.335664 389201 addons.go:234] Setting addon registry=true in "addons-630093"
I1204 23:11:38.335690 389201 host.go:66] Checking if "addons-630093" exists ...
I1204 23:11:38.335770 389201 cli_runner.go:164] Run: docker container inspect addons-630093 --format={{.State.Status}}
I1204 23:11:38.335788 389201 cli_runner.go:164] Run: docker container inspect addons-630093 --format={{.State.Status}}
I1204 23:11:38.335788 389201 cli_runner.go:164] Run: docker container inspect addons-630093 --format={{.State.Status}}
I1204 23:11:38.335799 389201 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-630093"
I1204 23:11:38.335865 389201 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-630093"
I1204 23:11:38.335890 389201 host.go:66] Checking if "addons-630093" exists ...
I1204 23:11:38.336127 389201 cli_runner.go:164] Run: docker container inspect addons-630093 --format={{.State.Status}}
I1204 23:11:38.336356 389201 cli_runner.go:164] Run: docker container inspect addons-630093 --format={{.State.Status}}
I1204 23:11:38.335154 389201 host.go:66] Checking if "addons-630093" exists ...
I1204 23:11:38.335131 389201 host.go:66] Checking if "addons-630093" exists ...
I1204 23:11:38.337395 389201 cli_runner.go:164] Run: docker container inspect addons-630093 --format={{.State.Status}}
I1204 23:11:38.335166 389201 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-630093"
I1204 23:11:38.337522 389201 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-630093"
I1204 23:11:38.335779 389201 cli_runner.go:164] Run: docker container inspect addons-630093 --format={{.State.Status}}
I1204 23:11:38.337583 389201 host.go:66] Checking if "addons-630093" exists ...
I1204 23:11:38.335154 389201 host.go:66] Checking if "addons-630093" exists ...
I1204 23:11:38.335618 389201 addons.go:69] Setting volcano=true in profile "addons-630093"
I1204 23:11:38.337980 389201 addons.go:234] Setting addon volcano=true in "addons-630093"
I1204 23:11:38.338050 389201 host.go:66] Checking if "addons-630093" exists ...
I1204 23:11:38.338346 389201 cli_runner.go:164] Run: docker container inspect addons-630093 --format={{.State.Status}}
I1204 23:11:38.338511 389201 cli_runner.go:164] Run: docker container inspect addons-630093 --format={{.State.Status}}
I1204 23:11:38.338659 389201 out.go:177] * Verifying Kubernetes components...
I1204 23:11:38.338743 389201 cli_runner.go:164] Run: docker container inspect addons-630093 --format={{.State.Status}}
I1204 23:11:38.335079 389201 addons.go:69] Setting cloud-spanner=true in profile "addons-630093"
I1204 23:11:38.339343 389201 addons.go:234] Setting addon cloud-spanner=true in "addons-630093"
I1204 23:11:38.339416 389201 host.go:66] Checking if "addons-630093" exists ...
I1204 23:11:38.342329 389201 cli_runner.go:164] Run: docker container inspect addons-630093 --format={{.State.Status}}
I1204 23:11:38.343246 389201 addons.go:69] Setting default-storageclass=true in profile "addons-630093"
I1204 23:11:38.343284 389201 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-630093"
I1204 23:11:38.343690 389201 cli_runner.go:164] Run: docker container inspect addons-630093 --format={{.State.Status}}
I1204 23:11:38.343795 389201 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1204 23:11:38.335605 389201 cli_runner.go:164] Run: docker container inspect addons-630093 --format={{.State.Status}}
I1204 23:11:38.335627 389201 addons.go:69] Setting volumesnapshots=true in profile "addons-630093"
I1204 23:11:38.344127 389201 addons.go:234] Setting addon volumesnapshots=true in "addons-630093"
I1204 23:11:38.344187 389201 host.go:66] Checking if "addons-630093" exists ...
I1204 23:11:38.369102 389201 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
I1204 23:11:38.370392 389201 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I1204 23:11:38.370441 389201 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I1204 23:11:38.370514 389201 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-630093
I1204 23:11:38.375367 389201 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.8
I1204 23:11:38.376764 389201 out.go:177] - Using image docker.io/registry:2.8.3
I1204 23:11:38.378315 389201 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I1204 23:11:38.378339 389201 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I1204 23:11:38.378415 389201 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-630093
I1204 23:11:38.387789 389201 cli_runner.go:164] Run: docker container inspect addons-630093 --format={{.State.Status}}
I1204 23:11:38.390443 389201 cli_runner.go:164] Run: docker container inspect addons-630093 --format={{.State.Status}}
I1204 23:11:38.396264 389201 out.go:177] - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
I1204 23:11:38.397739 389201 addons.go:431] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I1204 23:11:38.397765 389201 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
I1204 23:11:38.397836 389201 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-630093
I1204 23:11:38.403885 389201 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I1204 23:11:38.404091 389201 host.go:66] Checking if "addons-630093" exists ...
I1204 23:11:38.406664 389201 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I1204 23:11:38.407794 389201 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I1204 23:11:38.409084 389201 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I1204 23:11:38.413429 389201 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I1204 23:11:38.413459 389201 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I1204 23:11:38.413462 389201 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.0
I1204 23:11:38.413531 389201 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-630093
I1204 23:11:38.413533 389201 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I1204 23:11:38.413544 389201 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I1204 23:11:38.413597 389201 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-630093
I1204 23:11:38.413711 389201 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I1204 23:11:38.413833 389201 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I1204 23:11:38.413845 389201 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I1204 23:11:38.413897 389201 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-630093
I1204 23:11:38.414878 389201 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1204 23:11:38.414894 389201 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I1204 23:11:38.414957 389201 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-630093
I1204 23:11:38.416261 389201 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I1204 23:11:38.418117 389201 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I1204 23:11:38.419304 389201 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I1204 23:11:38.420751 389201 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I1204 23:11:38.422006 389201 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I1204 23:11:38.423748 389201 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I1204 23:11:38.424837 389201 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I1204 23:11:38.424860 389201 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I1204 23:11:38.424941 389201 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-630093
I1204 23:11:38.430181 389201 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.3
I1204 23:11:38.434134 389201 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I1204 23:11:38.434699 389201 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I1204 23:11:38.435845 389201 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I1204 23:11:38.435868 389201 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I1204 23:11:38.435951 389201 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-630093
I1204 23:11:38.438678 389201 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I1204 23:11:38.444191 389201 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I1204 23:11:38.444221 389201 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I1204 23:11:38.444288 389201 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-630093
I1204 23:11:38.451026 389201 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33140 SSHKeyPath:/home/jenkins/minikube-integration/20045-381016/.minikube/machines/addons-630093/id_rsa Username:docker}
I1204 23:11:38.452847 389201 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.25
I1204 23:11:38.454187 389201 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.33.0
I1204 23:11:38.454245 389201 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I1204 23:11:38.454263 389201 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I1204 23:11:38.454326 389201 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-630093
I1204 23:11:38.455564 389201 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I1204 23:11:38.455600 389201 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5248 bytes)
I1204 23:11:38.455669 389201 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-630093
W1204 23:11:38.458222 389201 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I1204 23:11:38.462209 389201 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33140 SSHKeyPath:/home/jenkins/minikube-integration/20045-381016/.minikube/machines/addons-630093/id_rsa Username:docker}
I1204 23:11:38.470069 389201 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33140 SSHKeyPath:/home/jenkins/minikube-integration/20045-381016/.minikube/machines/addons-630093/id_rsa Username:docker}
I1204 23:11:38.470586 389201 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-630093"
I1204 23:11:38.470686 389201 host.go:66] Checking if "addons-630093" exists ...
I1204 23:11:38.471216 389201 cli_runner.go:164] Run: docker container inspect addons-630093 --format={{.State.Status}}
I1204 23:11:38.473482 389201 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33140 SSHKeyPath:/home/jenkins/minikube-integration/20045-381016/.minikube/machines/addons-630093/id_rsa Username:docker}
I1204 23:11:38.476209 389201 addons.go:234] Setting addon default-storageclass=true in "addons-630093"
I1204 23:11:38.476266 389201 host.go:66] Checking if "addons-630093" exists ...
I1204 23:11:38.476733 389201 cli_runner.go:164] Run: docker container inspect addons-630093 --format={{.State.Status}}
I1204 23:11:38.477420 389201 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33140 SSHKeyPath:/home/jenkins/minikube-integration/20045-381016/.minikube/machines/addons-630093/id_rsa Username:docker}
I1204 23:11:38.486737 389201 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33140 SSHKeyPath:/home/jenkins/minikube-integration/20045-381016/.minikube/machines/addons-630093/id_rsa Username:docker}
I1204 23:11:38.488076 389201 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33140 SSHKeyPath:/home/jenkins/minikube-integration/20045-381016/.minikube/machines/addons-630093/id_rsa Username:docker}
I1204 23:11:38.494091 389201 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33140 SSHKeyPath:/home/jenkins/minikube-integration/20045-381016/.minikube/machines/addons-630093/id_rsa Username:docker}
I1204 23:11:38.494760 389201 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33140 SSHKeyPath:/home/jenkins/minikube-integration/20045-381016/.minikube/machines/addons-630093/id_rsa Username:docker}
I1204 23:11:38.500157 389201 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33140 SSHKeyPath:/home/jenkins/minikube-integration/20045-381016/.minikube/machines/addons-630093/id_rsa Username:docker}
I1204 23:11:38.514409 389201 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33140 SSHKeyPath:/home/jenkins/minikube-integration/20045-381016/.minikube/machines/addons-630093/id_rsa Username:docker}
I1204 23:11:38.517053 389201 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33140 SSHKeyPath:/home/jenkins/minikube-integration/20045-381016/.minikube/machines/addons-630093/id_rsa Username:docker}
I1204 23:11:38.526764 389201 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I1204 23:11:38.528218 389201 out.go:177] - Using image docker.io/busybox:stable
I1204 23:11:38.529542 389201 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1204 23:11:38.529568 389201 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I1204 23:11:38.529635 389201 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-630093
I1204 23:11:38.532873 389201 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I1204 23:11:38.532892 389201 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I1204 23:11:38.532949 389201 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-630093
I1204 23:11:38.547794 389201 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33140 SSHKeyPath:/home/jenkins/minikube-integration/20045-381016/.minikube/machines/addons-630093/id_rsa Username:docker}
I1204 23:11:38.550902 389201 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33140 SSHKeyPath:/home/jenkins/minikube-integration/20045-381016/.minikube/machines/addons-630093/id_rsa Username:docker}
I1204 23:11:38.714491 389201 ssh_runner.go:195] Run: sudo systemctl start kubelet
I1204 23:11:38.714590 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I1204 23:11:38.730697 389201 node_ready.go:35] waiting up to 6m0s for node "addons-630093" to be "Ready" ...
I1204 23:11:38.896083 389201 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I1204 23:11:38.896129 389201 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I1204 23:11:38.902650 389201 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I1204 23:11:38.903274 389201 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I1204 23:11:38.903334 389201 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I1204 23:11:38.908154 389201 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I1204 23:11:38.995367 389201 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1204 23:11:38.996682 389201 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I1204 23:11:39.003953 389201 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I1204 23:11:39.003987 389201 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I1204 23:11:39.009058 389201 addons.go:431] installing /etc/kubernetes/addons/ig-deployment.yaml
I1204 23:11:39.009092 389201 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (14451 bytes)
I1204 23:11:39.011952 389201 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I1204 23:11:39.015960 389201 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I1204 23:11:39.015992 389201 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I1204 23:11:39.095325 389201 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I1204 23:11:39.099215 389201 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1204 23:11:39.107754 389201 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I1204 23:11:39.107787 389201 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I1204 23:11:39.111656 389201 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I1204 23:11:39.199729 389201 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I1204 23:11:39.199775 389201 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I1204 23:11:39.206060 389201 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I1204 23:11:39.206157 389201 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I1204 23:11:39.207660 389201 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1204 23:11:39.313681 389201 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I1204 23:11:39.313712 389201 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I1204 23:11:39.315754 389201 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I1204 23:11:39.315836 389201 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I1204 23:11:39.402197 389201 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I1204 23:11:39.402298 389201 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I1204 23:11:39.497285 389201 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I1204 23:11:39.613001 389201 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I1204 23:11:39.795499 389201 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I1204 23:11:39.795537 389201 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I1204 23:11:39.908631 389201 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I1204 23:11:39.908730 389201 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-health-monitor-controller.yaml --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I1204 23:11:40.110384 389201 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I1204 23:11:40.110490 389201 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I1204 23:11:40.203583 389201 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I1204 23:11:40.203684 389201 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I1204 23:11:40.302900 389201 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I1204 23:11:40.302989 389201 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I1204 23:11:40.305736 389201 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.31.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.591107897s)
I1204 23:11:40.305865 389201 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I1204 23:11:40.415986 389201 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (1.513233503s)
I1204 23:11:40.516873 389201 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I1204 23:11:40.516909 389201 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I1204 23:11:40.606740 389201 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I1204 23:11:40.606836 389201 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I1204 23:11:40.706038 389201 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
I1204 23:11:41.013840 389201 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml: (2.105639169s)
I1204 23:11:41.019324 389201 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-630093" context rescaled to 1 replicas
I1204 23:11:41.019970 389201 node_ready.go:53] node "addons-630093" has status "Ready":"False"
I1204 23:11:41.098870 389201 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I1204 23:11:41.098907 389201 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I1204 23:11:41.103755 389201 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (2.108338868s)
I1204 23:11:41.296521 389201 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I1204 23:11:41.296620 389201 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I1204 23:11:41.604186 389201 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I1204 23:11:41.604271 389201 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I1204 23:11:41.711584 389201 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I1204 23:11:41.895283 389201 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I1204 23:11:41.895375 389201 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I1204 23:11:42.005218 389201 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I1204 23:11:42.005322 389201 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I1204 23:11:42.196571 389201 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I1204 23:11:42.196687 389201 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I1204 23:11:42.209452 389201 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.212725161s)
I1204 23:11:42.322610 389201 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I1204 23:11:42.322752 389201 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I1204 23:11:42.502862 389201 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I1204 23:11:42.809979 389201 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (3.797973312s)
I1204 23:11:42.810142 389201 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.714779141s)
I1204 23:11:43.015142 389201 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (3.91582183s)
I1204 23:11:43.300319 389201 node_ready.go:53] node "addons-630093" has status "Ready":"False"
I1204 23:11:44.520283 389201 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.40857896s)
I1204 23:11:44.520372 389201 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (5.02299016s)
I1204 23:11:44.520392 389201 addons.go:475] Verifying addon ingress=true in "addons-630093"
I1204 23:11:44.520419 389201 addons.go:475] Verifying addon registry=true in "addons-630093"
I1204 23:11:44.520330 389201 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (5.312579258s)
I1204 23:11:44.520780 389201 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (3.814712029s)
I1204 23:11:44.520741 389201 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.907702215s)
I1204 23:11:44.521986 389201 addons.go:475] Verifying addon metrics-server=true in "addons-630093"
I1204 23:11:44.522358 389201 out.go:177] * Verifying ingress addon...
I1204 23:11:44.522391 389201 out.go:177] * Verifying registry addon...
I1204 23:11:44.523305 389201 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-630093 service yakd-dashboard -n yakd-dashboard
I1204 23:11:44.525119 389201 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I1204 23:11:44.525119 389201 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I1204 23:11:44.600633 389201 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I1204 23:11:44.600664 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:44.600855 389201 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I1204 23:11:44.600872 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:45.030335 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:45.031111 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:45.524701 389201 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (3.813019436s)
W1204 23:11:45.524761 389201 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I1204 23:11:45.524790 389201 retry.go:31] will retry after 181.865687ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I1204 23:11:45.529400 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:45.529925 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:45.620284 389201 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I1204 23:11:45.620363 389201 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-630093
I1204 23:11:45.640586 389201 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33140 SSHKeyPath:/home/jenkins/minikube-integration/20045-381016/.minikube/machines/addons-630093/id_rsa Username:docker}
I1204 23:11:45.707473 389201 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I1204 23:11:45.802964 389201 node_ready.go:53] node "addons-630093" has status "Ready":"False"
I1204 23:11:45.916555 389201 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I1204 23:11:45.999202 389201 addons.go:234] Setting addon gcp-auth=true in "addons-630093"
I1204 23:11:45.999264 389201 host.go:66] Checking if "addons-630093" exists ...
I1204 23:11:45.999784 389201 cli_runner.go:164] Run: docker container inspect addons-630093 --format={{.State.Status}}
I1204 23:11:46.028530 389201 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I1204 23:11:46.028595 389201 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-630093
I1204 23:11:46.031316 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:46.031818 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:46.049437 389201 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33140 SSHKeyPath:/home/jenkins/minikube-integration/20045-381016/.minikube/machines/addons-630093/id_rsa Username:docker}
I1204 23:11:46.408520 389201 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (3.905505829s)
I1204 23:11:46.408572 389201 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-630093"
I1204 23:11:46.410390 389201 out.go:177] * Verifying csi-hostpath-driver addon...
I1204 23:11:46.413226 389201 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I1204 23:11:46.423132 389201 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1204 23:11:46.423158 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:46.530521 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:46.530917 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:46.918004 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:47.028913 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:47.029388 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:47.417466 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:47.531801 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:47.532309 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:47.916654 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:48.028517 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:48.029048 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:48.236314 389201 node_ready.go:53] node "addons-630093" has status "Ready":"False"
I1204 23:11:48.416588 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:48.528958 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:48.529570 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:48.735256 389201 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (3.027721867s)
I1204 23:11:48.735290 389201 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (2.706722291s)
I1204 23:11:48.737269 389201 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
I1204 23:11:48.738737 389201 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I1204 23:11:48.739945 389201 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I1204 23:11:48.739962 389201 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I1204 23:11:48.757606 389201 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I1204 23:11:48.757640 389201 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I1204 23:11:48.774462 389201 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I1204 23:11:48.774491 389201 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I1204 23:11:48.791359 389201 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.2/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I1204 23:11:48.917479 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:49.028378 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:49.028791 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:49.119035 389201 addons.go:475] Verifying addon gcp-auth=true in "addons-630093"
I1204 23:11:49.120662 389201 out.go:177] * Verifying gcp-auth addon...
I1204 23:11:49.123168 389201 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I1204 23:11:49.127558 389201 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I1204 23:11:49.127594 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:11:49.417311 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:49.529241 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:49.529771 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:49.626790 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:11:49.917626 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:50.028348 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:50.028726 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:50.128054 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:11:50.417233 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:50.529158 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:50.529580 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:50.627050 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:11:50.734676 389201 node_ready.go:53] node "addons-630093" has status "Ready":"False"
I1204 23:11:50.917259 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:51.029147 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:51.029767 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:51.126874 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:11:51.417238 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:51.529239 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:51.529661 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:51.627160 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:11:51.916950 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:52.028762 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:52.029207 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:52.127128 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:11:52.417313 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:52.529136 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:52.529632 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:52.626885 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:11:52.917040 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:53.028643 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:53.029069 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:53.126271 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:11:53.233877 389201 node_ready.go:53] node "addons-630093" has status "Ready":"False"
I1204 23:11:53.417285 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:53.529030 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:53.529451 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:53.626877 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:11:53.917489 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:54.029327 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:54.029771 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:54.127217 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:11:54.416734 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:54.528697 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:54.529051 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:54.626826 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:11:54.916888 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:55.028438 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:55.028959 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:55.126396 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:11:55.234291 389201 node_ready.go:53] node "addons-630093" has status "Ready":"False"
I1204 23:11:55.417202 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:55.528962 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:55.529441 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:55.626790 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:11:55.917367 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:56.028910 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:56.029339 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:56.127003 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:11:56.416550 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:56.528268 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:56.528637 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:56.626903 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:11:56.917742 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:57.028644 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:57.029259 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:57.126655 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:11:57.417402 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:57.528943 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:57.529266 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:57.626610 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:11:57.802859 389201 node_ready.go:49] node "addons-630093" has status "Ready":"True"
I1204 23:11:57.802968 389201 node_ready.go:38] duration metric: took 19.072220894s for node "addons-630093" to be "Ready" ...
I1204 23:11:57.803001 389201 pod_ready.go:36] extra waiting up to 6m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
I1204 23:11:57.812284 389201 pod_ready.go:79] waiting up to 6m0s for pod "amd-gpu-device-plugin-xfdff" in "kube-system" namespace to be "Ready" ...
I1204 23:11:57.918256 389201 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1204 23:11:57.918288 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:58.028987 389201 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I1204 23:11:58.029025 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:58.029163 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:58.128052 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:11:58.418190 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:58.529517 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:58.529923 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:58.627312 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:11:58.919346 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:59.029950 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:59.030369 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:59.127570 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:11:59.418251 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:11:59.530785 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:11:59.531584 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:11:59.630759 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:11:59.818327 389201 pod_ready.go:103] pod "amd-gpu-device-plugin-xfdff" in "kube-system" namespace has status "Ready":"False"
I1204 23:11:59.918676 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:00.030531 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:00.030960 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:00.127203 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:00.418498 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:00.529214 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:00.529347 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:00.626705 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:00.919036 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:01.029541 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:01.029735 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:01.127079 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:01.417804 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:01.529706 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:01.530306 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:01.626425 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:01.818875 389201 pod_ready.go:103] pod "amd-gpu-device-plugin-xfdff" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:01.918913 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:02.029895 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:02.030382 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:02.127260 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:02.423666 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:02.529870 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:02.530595 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:02.627705 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:02.918184 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:03.096822 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:03.098279 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:03.126704 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:03.418293 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:03.530189 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:03.531307 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:03.626994 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:03.819175 389201 pod_ready.go:103] pod "amd-gpu-device-plugin-xfdff" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:03.919019 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:04.029490 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:04.030689 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:04.127527 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:04.418611 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:04.529829 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:04.530049 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:04.627138 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:04.918884 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:05.029547 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:05.030544 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:05.127501 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:05.418586 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:05.529727 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:05.530098 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:05.629968 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:05.819250 389201 pod_ready.go:103] pod "amd-gpu-device-plugin-xfdff" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:05.917895 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:06.030341 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:06.030532 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:06.130159 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:06.417534 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:06.529640 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:06.529905 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:06.626512 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:06.918521 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:07.029270 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:07.029688 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:07.127053 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:07.417502 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:07.529692 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:07.530328 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:07.629361 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:07.917534 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:08.029222 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:08.029469 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:08.127082 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:08.319034 389201 pod_ready.go:103] pod "amd-gpu-device-plugin-xfdff" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:08.419261 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:08.529942 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:08.530672 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:08.627267 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:08.917968 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:09.029951 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:09.030163 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:09.126878 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:09.418269 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:09.529306 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:09.529537 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:09.627199 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:09.918335 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:10.029495 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:10.029837 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:10.127443 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:10.319436 389201 pod_ready.go:103] pod "amd-gpu-device-plugin-xfdff" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:10.418755 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:10.529622 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:10.529807 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:10.626252 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:10.917779 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:11.030059 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:11.030182 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:11.127180 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:11.419556 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:11.530723 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:11.531122 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:11.626618 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:11.918234 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:12.029550 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:12.029678 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:12.127740 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:12.418986 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:12.530019 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:12.530137 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:12.630114 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:12.819093 389201 pod_ready.go:103] pod "amd-gpu-device-plugin-xfdff" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:12.918200 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:13.029270 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:13.029507 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:13.127361 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:13.418296 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:13.528977 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:13.529560 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:13.629701 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:13.918107 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:14.028623 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:14.029060 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:14.126995 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:14.417833 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:14.601066 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:14.601685 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:14.700398 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:14.819539 389201 pod_ready.go:103] pod "amd-gpu-device-plugin-xfdff" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:14.918753 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:15.029149 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:15.029311 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:15.127355 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:15.417956 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:15.530046 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:15.530173 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:15.626804 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:15.817465 389201 pod_ready.go:93] pod "amd-gpu-device-plugin-xfdff" in "kube-system" namespace has status "Ready":"True"
I1204 23:12:15.817493 389201 pod_ready.go:82] duration metric: took 18.005165509s for pod "amd-gpu-device-plugin-xfdff" in "kube-system" namespace to be "Ready" ...
I1204 23:12:15.817504 389201 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-nvslc" in "kube-system" namespace to be "Ready" ...
I1204 23:12:15.822063 389201 pod_ready.go:93] pod "coredns-7c65d6cfc9-nvslc" in "kube-system" namespace has status "Ready":"True"
I1204 23:12:15.822085 389201 pod_ready.go:82] duration metric: took 4.574786ms for pod "coredns-7c65d6cfc9-nvslc" in "kube-system" namespace to be "Ready" ...
I1204 23:12:15.822105 389201 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-630093" in "kube-system" namespace to be "Ready" ...
I1204 23:12:15.826436 389201 pod_ready.go:93] pod "etcd-addons-630093" in "kube-system" namespace has status "Ready":"True"
I1204 23:12:15.826459 389201 pod_ready.go:82] duration metric: took 4.348229ms for pod "etcd-addons-630093" in "kube-system" namespace to be "Ready" ...
I1204 23:12:15.826472 389201 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-630093" in "kube-system" namespace to be "Ready" ...
I1204 23:12:15.831213 389201 pod_ready.go:93] pod "kube-apiserver-addons-630093" in "kube-system" namespace has status "Ready":"True"
I1204 23:12:15.831241 389201 pod_ready.go:82] duration metric: took 4.762165ms for pod "kube-apiserver-addons-630093" in "kube-system" namespace to be "Ready" ...
I1204 23:12:15.831254 389201 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-630093" in "kube-system" namespace to be "Ready" ...
I1204 23:12:15.835452 389201 pod_ready.go:93] pod "kube-controller-manager-addons-630093" in "kube-system" namespace has status "Ready":"True"
I1204 23:12:15.835474 389201 pod_ready.go:82] duration metric: took 4.212413ms for pod "kube-controller-manager-addons-630093" in "kube-system" namespace to be "Ready" ...
I1204 23:12:15.835486 389201 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-k9l4p" in "kube-system" namespace to be "Ready" ...
I1204 23:12:15.918128 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:16.028729 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:16.029367 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:16.127315 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:16.216237 389201 pod_ready.go:93] pod "kube-proxy-k9l4p" in "kube-system" namespace has status "Ready":"True"
I1204 23:12:16.216263 389201 pod_ready.go:82] duration metric: took 380.769812ms for pod "kube-proxy-k9l4p" in "kube-system" namespace to be "Ready" ...
I1204 23:12:16.216274 389201 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-630093" in "kube-system" namespace to be "Ready" ...
I1204 23:12:16.417739 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:16.529747 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:16.530393 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:16.615744 389201 pod_ready.go:93] pod "kube-scheduler-addons-630093" in "kube-system" namespace has status "Ready":"True"
I1204 23:12:16.615777 389201 pod_ready.go:82] duration metric: took 399.4948ms for pod "kube-scheduler-addons-630093" in "kube-system" namespace to be "Ready" ...
I1204 23:12:16.615792 389201 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace to be "Ready" ...
I1204 23:12:16.629644 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:16.918480 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:17.029640 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:17.030079 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:17.127575 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:17.418114 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:17.528932 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:17.530075 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:17.704033 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:17.998609 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:18.099865 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:18.100201 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:18.197667 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:18.418883 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:18.599572 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:18.600671 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:18.701570 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:18.703573 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:18.920015 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:19.100730 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:19.102395 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:19.198834 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:19.418509 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:19.529727 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:19.530383 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:19.626273 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:19.918805 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:20.029240 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:20.029932 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:20.126903 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:20.418249 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:20.529801 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:20.530308 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:20.626097 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:20.918878 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:21.029289 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:21.029519 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:21.122606 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:21.126039 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:21.418484 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:21.529710 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:21.530710 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:21.626146 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:21.918962 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:22.029458 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:22.029740 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:22.127214 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:22.419474 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:22.530071 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:22.530666 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:22.626757 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:22.919558 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:23.030183 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:23.030603 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:23.126737 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:23.419160 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:23.530176 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:23.530357 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:23.622846 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:23.626203 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:23.918700 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:24.028728 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:24.028982 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:24.126654 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:24.417980 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:24.530135 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:24.531100 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:24.627054 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:24.918427 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:25.028887 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:25.029218 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:25.126097 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:25.418781 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:25.529648 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:25.529792 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:25.625375 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:25.918175 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:26.029449 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:26.029717 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:26.121949 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:26.125965 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:26.418478 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:26.529251 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:26.529458 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:26.626865 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:26.918569 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:27.029067 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:27.030277 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:27.125626 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:27.418385 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:27.528662 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:27.529405 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:27.628474 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:27.917874 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:28.029704 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:28.029928 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:28.122056 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:28.126396 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:28.419714 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:28.529079 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:28.529300 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:28.628622 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:28.918659 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:29.028740 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:29.029352 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:29.126050 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:29.417959 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:29.529472 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:29.530620 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:29.629092 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:29.919400 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:30.030302 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:30.030514 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:30.122668 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:30.126280 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:30.418540 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:30.529288 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:30.529642 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:30.626549 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:30.918094 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:31.028726 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:31.029185 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:31.127032 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:31.418917 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:31.529225 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:31.529895 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:31.626376 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:31.917674 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:32.029127 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:32.029446 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:32.126980 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:32.418178 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:32.529226 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:32.529801 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:32.622787 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:32.629901 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:32.918843 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:33.029651 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:33.029732 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:33.126752 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:33.417866 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:33.529615 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:33.529803 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:33.626861 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:33.918296 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:34.029295 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:34.029827 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:34.126281 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:34.418699 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:34.529505 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1204 23:12:34.529651 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:34.642845 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:35.016246 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:35.029633 389201 kapi.go:107] duration metric: took 50.504509788s to wait for kubernetes.io/minikube-addons=registry ...
I1204 23:12:35.030572 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:35.122008 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:35.126344 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:35.418953 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:35.529492 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:35.629301 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:35.917990 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:36.029160 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:36.126923 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:36.418071 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:36.530620 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:36.626415 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:36.918072 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:37.030355 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:37.122395 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:37.130220 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:37.418413 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:37.528927 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:37.625990 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:37.918227 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:38.029187 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:38.126369 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:38.417932 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:38.598800 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:38.697192 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:38.919507 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:39.029934 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:39.126608 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:39.417800 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:39.529782 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:39.621784 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:39.626154 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:39.918849 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:40.030159 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:40.126095 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:40.418225 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:40.531480 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:40.626066 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:40.922455 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:41.030073 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:41.132353 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:41.419213 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:41.530198 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:41.623990 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:41.626185 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:41.918285 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:42.029080 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:42.126525 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:42.417894 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:42.530073 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:42.628888 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:42.917931 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:43.029806 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:43.129456 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:43.417942 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:43.530219 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:43.626382 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:43.919862 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:44.030101 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:44.121891 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:44.126376 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:44.418428 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:44.529385 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:44.626961 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:44.918331 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:45.029815 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:45.130119 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:45.418987 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:45.530112 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:45.626679 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:45.917695 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:46.030308 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:46.122743 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:46.125898 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:46.418369 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:46.530377 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:46.626026 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:46.919590 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:47.029382 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:47.126945 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:47.418103 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:47.529610 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:47.626586 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:47.918784 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:48.030793 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:48.123333 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:48.125995 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:48.418085 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1204 23:12:48.529161 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:48.625851 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:48.918833 389201 kapi.go:107] duration metric: took 1m2.505604843s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I1204 23:12:49.029518 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:49.126520 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:49.529429 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:49.626178 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:50.028779 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:50.126359 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:50.529535 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:50.621344 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:50.626657 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:51.029711 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:51.126167 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:51.528977 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:51.625730 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:52.029401 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:52.126687 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:52.529779 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:52.622444 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:52.626730 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:53.029789 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:53.125660 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:53.529648 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:53.625950 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:54.029567 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:54.126564 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:54.529619 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:54.626519 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:55.029917 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:55.121799 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:55.125909 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:55.530199 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:55.626324 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:56.029734 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:56.125940 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:56.529705 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:56.626054 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:57.072272 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:57.122241 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:57.126623 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:57.529316 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:57.626270 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:58.029340 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:58.126509 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:58.529559 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:58.626455 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:59.029135 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:59.126845 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:12:59.529933 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:12:59.621754 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:12:59.625881 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:13:00.029773 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:13:00.126622 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:13:00.529528 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:13:00.626582 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:13:01.029576 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:13:01.127058 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:13:01.530191 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:13:01.622552 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:13:01.626939 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:13:02.030598 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:13:02.130438 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:13:02.529743 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:13:02.626141 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:13:03.030953 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:13:03.149927 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:13:03.529333 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:13:03.622858 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:13:03.626677 389201 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1204 23:13:04.029338 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:13:04.128963 389201 kapi.go:107] duration metric: took 1m15.005791002s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I1204 23:13:04.130952 389201 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-630093 cluster.
I1204 23:13:04.132630 389201 out.go:177] * If you don't want your credentials mounted into a specific pod, add a label with the `gcp-auth-skip-secret` key to your pod configuration.
I1204 23:13:04.134066 389201 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I1204 23:13:04.599921 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:13:05.100341 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:13:05.599382 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:13:05.623902 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:13:06.029904 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:13:06.529164 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:13:07.029826 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:13:07.531039 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:13:08.030122 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:13:08.123005 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:13:08.529214 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:13:09.029839 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:13:09.529349 389201 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1204 23:13:10.030137 389201 kapi.go:107] duration metric: took 1m25.505015693s to wait for app.kubernetes.io/name=ingress-nginx ...
I1204 23:13:10.032415 389201 out.go:177] * Enabled addons: amd-gpu-device-plugin, nvidia-device-plugin, default-storageclass, ingress-dns, storage-provisioner, cloud-spanner, storage-provisioner-rancher, inspektor-gadget, metrics-server, yakd, volumesnapshots, registry, csi-hostpath-driver, gcp-auth, ingress
I1204 23:13:10.034021 389201 addons.go:510] duration metric: took 1m31.699072904s for enable addons: enabled=[amd-gpu-device-plugin nvidia-device-plugin default-storageclass ingress-dns storage-provisioner cloud-spanner storage-provisioner-rancher inspektor-gadget metrics-server yakd volumesnapshots registry csi-hostpath-driver gcp-auth ingress]
I1204 23:13:10.622508 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:13:13.121894 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:13:15.622516 389201 pod_ready.go:103] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"False"
I1204 23:13:18.122616 389201 pod_ready.go:93] pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace has status "Ready":"True"
I1204 23:13:18.122655 389201 pod_ready.go:82] duration metric: took 1m1.506852695s for pod "metrics-server-84c5f94fbc-vtkhx" in "kube-system" namespace to be "Ready" ...
I1204 23:13:18.122671 389201 pod_ready.go:79] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-rj8jd" in "kube-system" namespace to be "Ready" ...
I1204 23:13:18.127666 389201 pod_ready.go:93] pod "nvidia-device-plugin-daemonset-rj8jd" in "kube-system" namespace has status "Ready":"True"
I1204 23:13:18.127689 389201 pod_ready.go:82] duration metric: took 5.009056ms for pod "nvidia-device-plugin-daemonset-rj8jd" in "kube-system" namespace to be "Ready" ...
I1204 23:13:18.127712 389201 pod_ready.go:39] duration metric: took 1m20.324660399s for extra waiting for all system-critical and pods with labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
I1204 23:13:18.127736 389201 api_server.go:52] waiting for apiserver process to appear ...
I1204 23:13:18.127773 389201 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1204 23:13:18.127852 389201 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1204 23:13:18.163496 389201 cri.go:89] found id: "697a8666b9beb3ce1d03c942590f6bd6818dd188d6ce6114000d4cd0f86eb24f"
I1204 23:13:18.163523 389201 cri.go:89] found id: ""
I1204 23:13:18.163535 389201 logs.go:282] 1 containers: [697a8666b9beb3ce1d03c942590f6bd6818dd188d6ce6114000d4cd0f86eb24f]
I1204 23:13:18.163604 389201 ssh_runner.go:195] Run: which crictl
I1204 23:13:18.167359 389201 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1204 23:13:18.167448 389201 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1204 23:13:18.204556 389201 cri.go:89] found id: "249b17c70ce144d885b01fd08d03c4a75ba441e200b8fbfea6a1752fb404d6b1"
I1204 23:13:18.204586 389201 cri.go:89] found id: ""
I1204 23:13:18.204598 389201 logs.go:282] 1 containers: [249b17c70ce144d885b01fd08d03c4a75ba441e200b8fbfea6a1752fb404d6b1]
I1204 23:13:18.204666 389201 ssh_runner.go:195] Run: which crictl
I1204 23:13:18.208385 389201 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1204 23:13:18.208480 389201 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1204 23:13:18.243732 389201 cri.go:89] found id: "1c628d0404971ffcf0db6582f2878074f315e2807be4a331035c9159f5ab35b2"
I1204 23:13:18.243758 389201 cri.go:89] found id: ""
I1204 23:13:18.243766 389201 logs.go:282] 1 containers: [1c628d0404971ffcf0db6582f2878074f315e2807be4a331035c9159f5ab35b2]
I1204 23:13:18.243825 389201 ssh_runner.go:195] Run: which crictl
I1204 23:13:18.247475 389201 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1204 23:13:18.247549 389201 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1204 23:13:18.284446 389201 cri.go:89] found id: "f25ca8d234e6719b0b4c37293e5281f4e8e468b9b3a25895393e51a21a648acc"
I1204 23:13:18.284481 389201 cri.go:89] found id: ""
I1204 23:13:18.284494 389201 logs.go:282] 1 containers: [f25ca8d234e6719b0b4c37293e5281f4e8e468b9b3a25895393e51a21a648acc]
I1204 23:13:18.284553 389201 ssh_runner.go:195] Run: which crictl
I1204 23:13:18.288056 389201 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1204 23:13:18.288154 389201 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1204 23:13:18.322998 389201 cri.go:89] found id: "76b8a8033f246a695f01ca1eec1c0ba32b678a44438d9c4943a3e8ec8aff2c9d"
I1204 23:13:18.323035 389201 cri.go:89] found id: ""
I1204 23:13:18.323071 389201 logs.go:282] 1 containers: [76b8a8033f246a695f01ca1eec1c0ba32b678a44438d9c4943a3e8ec8aff2c9d]
I1204 23:13:18.323127 389201 ssh_runner.go:195] Run: which crictl
I1204 23:13:18.326560 389201 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1204 23:13:18.326662 389201 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1204 23:13:18.360672 389201 cri.go:89] found id: "c18ad7ba7d7db0830f098b28bebb532246d393507131f12d889ee2f3dd1f0cec"
I1204 23:13:18.360695 389201 cri.go:89] found id: ""
I1204 23:13:18.360704 389201 logs.go:282] 1 containers: [c18ad7ba7d7db0830f098b28bebb532246d393507131f12d889ee2f3dd1f0cec]
I1204 23:13:18.360759 389201 ssh_runner.go:195] Run: which crictl
I1204 23:13:18.364394 389201 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1204 23:13:18.364465 389201 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1204 23:13:18.398753 389201 cri.go:89] found id: "f0e1e1197d418a53fccb71ca5e416f4c418c94bb11c8ffe71a914ba0f816aeac"
I1204 23:13:18.398779 389201 cri.go:89] found id: ""
I1204 23:13:18.398788 389201 logs.go:282] 1 containers: [f0e1e1197d418a53fccb71ca5e416f4c418c94bb11c8ffe71a914ba0f816aeac]
I1204 23:13:18.398837 389201 ssh_runner.go:195] Run: which crictl
I1204 23:13:18.402272 389201 logs.go:123] Gathering logs for CRI-O ...
I1204 23:13:18.402308 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1204 23:13:18.480499 389201 logs.go:123] Gathering logs for etcd [249b17c70ce144d885b01fd08d03c4a75ba441e200b8fbfea6a1752fb404d6b1] ...
I1204 23:13:18.480540 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 249b17c70ce144d885b01fd08d03c4a75ba441e200b8fbfea6a1752fb404d6b1"
I1204 23:13:18.524595 389201 logs.go:123] Gathering logs for kube-scheduler [f25ca8d234e6719b0b4c37293e5281f4e8e468b9b3a25895393e51a21a648acc] ...
I1204 23:13:18.524634 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f25ca8d234e6719b0b4c37293e5281f4e8e468b9b3a25895393e51a21a648acc"
I1204 23:13:18.566986 389201 logs.go:123] Gathering logs for kube-proxy [76b8a8033f246a695f01ca1eec1c0ba32b678a44438d9c4943a3e8ec8aff2c9d] ...
I1204 23:13:18.567027 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 76b8a8033f246a695f01ca1eec1c0ba32b678a44438d9c4943a3e8ec8aff2c9d"
I1204 23:13:18.602070 389201 logs.go:123] Gathering logs for kube-controller-manager [c18ad7ba7d7db0830f098b28bebb532246d393507131f12d889ee2f3dd1f0cec] ...
I1204 23:13:18.602102 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c18ad7ba7d7db0830f098b28bebb532246d393507131f12d889ee2f3dd1f0cec"
I1204 23:13:18.658618 389201 logs.go:123] Gathering logs for kindnet [f0e1e1197d418a53fccb71ca5e416f4c418c94bb11c8ffe71a914ba0f816aeac] ...
I1204 23:13:18.658684 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f0e1e1197d418a53fccb71ca5e416f4c418c94bb11c8ffe71a914ba0f816aeac"
I1204 23:13:18.696622 389201 logs.go:123] Gathering logs for container status ...
I1204 23:13:18.696664 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1204 23:13:18.740640 389201 logs.go:123] Gathering logs for kubelet ...
I1204 23:13:18.740679 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W1204 23:13:18.779439 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:38 addons-630093 kubelet[1643]: W1204 23:11:38.340569 1643 reflector.go:561] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-630093' and this object
W1204 23:13:18.779629 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:38 addons-630093 kubelet[1643]: E1204 23:11:38.340638 1643 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:18.791512 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.658654 1643 reflector.go:561] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-630093" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-630093' and this object
W1204 23:13:18.791674 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.658718 1643 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:18.791800 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.658773 1643 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-630093' and this object
W1204 23:13:18.791953 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.658814 1643 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:18.792143 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.661330 1643 reflector.go:561] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-630093' and this object
W1204 23:13:18.792315 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.661384 1643 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:18.792450 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.661600 1643 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-630093' and this object
W1204 23:13:18.792613 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.661632 1643 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:18.792743 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.661689 1643 reflector.go:561] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-630093' and this object
W1204 23:13:18.792901 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.661706 1643 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:18.793033 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.661862 1643 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-630093' and this object
W1204 23:13:18.793194 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.661888 1643 reflector.go:158] "Unhandled Error" err="object-\"yakd-dashboard\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:18.793332 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.661952 1643 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-630093' and this object
W1204 23:13:18.793495 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.661968 1643 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
I1204 23:13:18.826225 389201 logs.go:123] Gathering logs for dmesg ...
I1204 23:13:18.826269 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1204 23:13:18.853723 389201 logs.go:123] Gathering logs for describe nodes ...
I1204 23:13:18.853768 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1204 23:13:18.956948 389201 logs.go:123] Gathering logs for kube-apiserver [697a8666b9beb3ce1d03c942590f6bd6818dd188d6ce6114000d4cd0f86eb24f] ...
I1204 23:13:18.956987 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 697a8666b9beb3ce1d03c942590f6bd6818dd188d6ce6114000d4cd0f86eb24f"
I1204 23:13:19.002234 389201 logs.go:123] Gathering logs for coredns [1c628d0404971ffcf0db6582f2878074f315e2807be4a331035c9159f5ab35b2] ...
I1204 23:13:19.002271 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1c628d0404971ffcf0db6582f2878074f315e2807be4a331035c9159f5ab35b2"
I1204 23:13:19.041497 389201 out.go:358] Setting ErrFile to fd 2...
I1204 23:13:19.041531 389201 out.go:392] TERM=,COLORTERM=, which probably does not support color
W1204 23:13:19.041595 389201 out.go:270] X Problems detected in kubelet:
W1204 23:13:19.041609 389201 out.go:270] Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.661706 1643 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:19.041619 389201 out.go:270] Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.661862 1643 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-630093' and this object
W1204 23:13:19.041628 389201 out.go:270] Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.661888 1643 reflector.go:158] "Unhandled Error" err="object-\"yakd-dashboard\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:19.041636 389201 out.go:270] Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.661952 1643 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-630093' and this object
W1204 23:13:19.041642 389201 out.go:270] Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.661968 1643 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
I1204 23:13:19.041649 389201 out.go:358] Setting ErrFile to fd 2...
I1204 23:13:19.041654 389201 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1204 23:13:29.043089 389201 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I1204 23:13:29.058130 389201 api_server.go:72] duration metric: took 1m50.723247239s to wait for apiserver process to appear ...
I1204 23:13:29.058169 389201 api_server.go:88] waiting for apiserver healthz status ...
I1204 23:13:29.058217 389201 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1204 23:13:29.058262 389201 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1204 23:13:29.093177 389201 cri.go:89] found id: "697a8666b9beb3ce1d03c942590f6bd6818dd188d6ce6114000d4cd0f86eb24f"
I1204 23:13:29.093208 389201 cri.go:89] found id: ""
I1204 23:13:29.093217 389201 logs.go:282] 1 containers: [697a8666b9beb3ce1d03c942590f6bd6818dd188d6ce6114000d4cd0f86eb24f]
I1204 23:13:29.093301 389201 ssh_runner.go:195] Run: which crictl
I1204 23:13:29.096893 389201 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1204 23:13:29.096964 389201 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1204 23:13:29.132522 389201 cri.go:89] found id: "249b17c70ce144d885b01fd08d03c4a75ba441e200b8fbfea6a1752fb404d6b1"
I1204 23:13:29.132544 389201 cri.go:89] found id: ""
I1204 23:13:29.132554 389201 logs.go:282] 1 containers: [249b17c70ce144d885b01fd08d03c4a75ba441e200b8fbfea6a1752fb404d6b1]
I1204 23:13:29.132596 389201 ssh_runner.go:195] Run: which crictl
I1204 23:13:29.136114 389201 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1204 23:13:29.136174 389201 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1204 23:13:29.171816 389201 cri.go:89] found id: "1c628d0404971ffcf0db6582f2878074f315e2807be4a331035c9159f5ab35b2"
I1204 23:13:29.171839 389201 cri.go:89] found id: ""
I1204 23:13:29.171850 389201 logs.go:282] 1 containers: [1c628d0404971ffcf0db6582f2878074f315e2807be4a331035c9159f5ab35b2]
I1204 23:13:29.171897 389201 ssh_runner.go:195] Run: which crictl
I1204 23:13:29.175512 389201 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1204 23:13:29.175584 389201 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1204 23:13:29.212035 389201 cri.go:89] found id: "f25ca8d234e6719b0b4c37293e5281f4e8e468b9b3a25895393e51a21a648acc"
I1204 23:13:29.212060 389201 cri.go:89] found id: ""
I1204 23:13:29.212069 389201 logs.go:282] 1 containers: [f25ca8d234e6719b0b4c37293e5281f4e8e468b9b3a25895393e51a21a648acc]
I1204 23:13:29.212116 389201 ssh_runner.go:195] Run: which crictl
I1204 23:13:29.215601 389201 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1204 23:13:29.215669 389201 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1204 23:13:29.251281 389201 cri.go:89] found id: "76b8a8033f246a695f01ca1eec1c0ba32b678a44438d9c4943a3e8ec8aff2c9d"
I1204 23:13:29.251304 389201 cri.go:89] found id: ""
I1204 23:13:29.251312 389201 logs.go:282] 1 containers: [76b8a8033f246a695f01ca1eec1c0ba32b678a44438d9c4943a3e8ec8aff2c9d]
I1204 23:13:29.251358 389201 ssh_runner.go:195] Run: which crictl
I1204 23:13:29.255228 389201 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1204 23:13:29.255342 389201 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1204 23:13:29.290460 389201 cri.go:89] found id: "c18ad7ba7d7db0830f098b28bebb532246d393507131f12d889ee2f3dd1f0cec"
I1204 23:13:29.290486 389201 cri.go:89] found id: ""
I1204 23:13:29.290496 389201 logs.go:282] 1 containers: [c18ad7ba7d7db0830f098b28bebb532246d393507131f12d889ee2f3dd1f0cec]
I1204 23:13:29.290559 389201 ssh_runner.go:195] Run: which crictl
I1204 23:13:29.294114 389201 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1204 23:13:29.294191 389201 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1204 23:13:29.330311 389201 cri.go:89] found id: "f0e1e1197d418a53fccb71ca5e416f4c418c94bb11c8ffe71a914ba0f816aeac"
I1204 23:13:29.330336 389201 cri.go:89] found id: ""
I1204 23:13:29.330346 389201 logs.go:282] 1 containers: [f0e1e1197d418a53fccb71ca5e416f4c418c94bb11c8ffe71a914ba0f816aeac]
I1204 23:13:29.330396 389201 ssh_runner.go:195] Run: which crictl
I1204 23:13:29.333992 389201 logs.go:123] Gathering logs for kube-proxy [76b8a8033f246a695f01ca1eec1c0ba32b678a44438d9c4943a3e8ec8aff2c9d] ...
I1204 23:13:29.334023 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 76b8a8033f246a695f01ca1eec1c0ba32b678a44438d9c4943a3e8ec8aff2c9d"
I1204 23:13:29.368566 389201 logs.go:123] Gathering logs for kindnet [f0e1e1197d418a53fccb71ca5e416f4c418c94bb11c8ffe71a914ba0f816aeac] ...
I1204 23:13:29.368596 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f0e1e1197d418a53fccb71ca5e416f4c418c94bb11c8ffe71a914ba0f816aeac"
I1204 23:13:29.402199 389201 logs.go:123] Gathering logs for CRI-O ...
I1204 23:13:29.402229 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1204 23:13:29.482290 389201 logs.go:123] Gathering logs for dmesg ...
I1204 23:13:29.482339 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1204 23:13:29.510099 389201 logs.go:123] Gathering logs for describe nodes ...
I1204 23:13:29.510142 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1204 23:13:29.615012 389201 logs.go:123] Gathering logs for kube-apiserver [697a8666b9beb3ce1d03c942590f6bd6818dd188d6ce6114000d4cd0f86eb24f] ...
I1204 23:13:29.615047 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 697a8666b9beb3ce1d03c942590f6bd6818dd188d6ce6114000d4cd0f86eb24f"
I1204 23:13:29.660921 389201 logs.go:123] Gathering logs for etcd [249b17c70ce144d885b01fd08d03c4a75ba441e200b8fbfea6a1752fb404d6b1] ...
I1204 23:13:29.660962 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 249b17c70ce144d885b01fd08d03c4a75ba441e200b8fbfea6a1752fb404d6b1"
I1204 23:13:29.704015 389201 logs.go:123] Gathering logs for coredns [1c628d0404971ffcf0db6582f2878074f315e2807be4a331035c9159f5ab35b2] ...
I1204 23:13:29.704060 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1c628d0404971ffcf0db6582f2878074f315e2807be4a331035c9159f5ab35b2"
I1204 23:13:29.747065 389201 logs.go:123] Gathering logs for kubelet ...
I1204 23:13:29.747100 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W1204 23:13:29.827553 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:38 addons-630093 kubelet[1643]: W1204 23:11:38.340569 1643 reflector.go:561] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-630093' and this object
W1204 23:13:29.827776 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:38 addons-630093 kubelet[1643]: E1204 23:11:38.340638 1643 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:29.839459 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.658654 1643 reflector.go:561] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-630093" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-630093' and this object
W1204 23:13:29.839672 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.658718 1643 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:29.839847 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.658773 1643 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-630093' and this object
W1204 23:13:29.840075 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.658814 1643 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:29.840275 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.661330 1643 reflector.go:561] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-630093' and this object
W1204 23:13:29.840505 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.661384 1643 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:29.840699 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.661600 1643 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-630093' and this object
W1204 23:13:29.840936 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.661632 1643 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:29.841134 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.661689 1643 reflector.go:561] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-630093' and this object
W1204 23:13:29.841361 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.661706 1643 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:29.841560 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.661862 1643 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-630093' and this object
W1204 23:13:29.841791 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.661888 1643 reflector.go:158] "Unhandled Error" err="object-\"yakd-dashboard\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:29.842000 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.661952 1643 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-630093' and this object
W1204 23:13:29.842238 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.661968 1643 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
I1204 23:13:29.875377 389201 logs.go:123] Gathering logs for kube-scheduler [f25ca8d234e6719b0b4c37293e5281f4e8e468b9b3a25895393e51a21a648acc] ...
I1204 23:13:29.875420 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f25ca8d234e6719b0b4c37293e5281f4e8e468b9b3a25895393e51a21a648acc"
I1204 23:13:29.915909 389201 logs.go:123] Gathering logs for kube-controller-manager [c18ad7ba7d7db0830f098b28bebb532246d393507131f12d889ee2f3dd1f0cec] ...
I1204 23:13:29.915942 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c18ad7ba7d7db0830f098b28bebb532246d393507131f12d889ee2f3dd1f0cec"
I1204 23:13:29.975760 389201 logs.go:123] Gathering logs for container status ...
I1204 23:13:29.975799 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1204 23:13:30.020004 389201 out.go:358] Setting ErrFile to fd 2...
I1204 23:13:30.020036 389201 out.go:392] TERM=,COLORTERM=, which probably does not support color
W1204 23:13:30.020104 389201 out.go:270] X Problems detected in kubelet:
W1204 23:13:30.020121 389201 out.go:270] Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.661706 1643 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:30.020132 389201 out.go:270] Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.661862 1643 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-630093' and this object
W1204 23:13:30.020149 389201 out.go:270] Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.661888 1643 reflector.go:158] "Unhandled Error" err="object-\"yakd-dashboard\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:30.020164 389201 out.go:270] Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.661952 1643 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-630093' and this object
W1204 23:13:30.020176 389201 out.go:270] Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.661968 1643 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
I1204 23:13:30.020187 389201 out.go:358] Setting ErrFile to fd 2...
I1204 23:13:30.020199 389201 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1204 23:13:40.021029 389201 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I1204 23:13:40.025015 389201 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I1204 23:13:40.026016 389201 api_server.go:141] control plane version: v1.31.2
I1204 23:13:40.026045 389201 api_server.go:131] duration metric: took 10.967868289s to wait for apiserver health ...
I1204 23:13:40.026053 389201 system_pods.go:43] waiting for kube-system pods to appear ...
I1204 23:13:40.026087 389201 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1204 23:13:40.026139 389201 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1204 23:13:40.061619 389201 cri.go:89] found id: "697a8666b9beb3ce1d03c942590f6bd6818dd188d6ce6114000d4cd0f86eb24f"
I1204 23:13:40.061656 389201 cri.go:89] found id: ""
I1204 23:13:40.061667 389201 logs.go:282] 1 containers: [697a8666b9beb3ce1d03c942590f6bd6818dd188d6ce6114000d4cd0f86eb24f]
I1204 23:13:40.061726 389201 ssh_runner.go:195] Run: which crictl
I1204 23:13:40.065276 389201 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1204 23:13:40.065347 389201 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1204 23:13:40.099762 389201 cri.go:89] found id: "249b17c70ce144d885b01fd08d03c4a75ba441e200b8fbfea6a1752fb404d6b1"
I1204 23:13:40.099784 389201 cri.go:89] found id: ""
I1204 23:13:40.099791 389201 logs.go:282] 1 containers: [249b17c70ce144d885b01fd08d03c4a75ba441e200b8fbfea6a1752fb404d6b1]
I1204 23:13:40.099846 389201 ssh_runner.go:195] Run: which crictl
I1204 23:13:40.103315 389201 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1204 23:13:40.103376 389201 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1204 23:13:40.138517 389201 cri.go:89] found id: "1c628d0404971ffcf0db6582f2878074f315e2807be4a331035c9159f5ab35b2"
I1204 23:13:40.138548 389201 cri.go:89] found id: ""
I1204 23:13:40.138558 389201 logs.go:282] 1 containers: [1c628d0404971ffcf0db6582f2878074f315e2807be4a331035c9159f5ab35b2]
I1204 23:13:40.138608 389201 ssh_runner.go:195] Run: which crictl
I1204 23:13:40.142278 389201 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1204 23:13:40.142338 389201 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1204 23:13:40.177139 389201 cri.go:89] found id: "f25ca8d234e6719b0b4c37293e5281f4e8e468b9b3a25895393e51a21a648acc"
I1204 23:13:40.177162 389201 cri.go:89] found id: ""
I1204 23:13:40.177169 389201 logs.go:282] 1 containers: [f25ca8d234e6719b0b4c37293e5281f4e8e468b9b3a25895393e51a21a648acc]
I1204 23:13:40.177224 389201 ssh_runner.go:195] Run: which crictl
I1204 23:13:40.180724 389201 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1204 23:13:40.180787 389201 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1204 23:13:40.215881 389201 cri.go:89] found id: "76b8a8033f246a695f01ca1eec1c0ba32b678a44438d9c4943a3e8ec8aff2c9d"
I1204 23:13:40.215909 389201 cri.go:89] found id: ""
I1204 23:13:40.215921 389201 logs.go:282] 1 containers: [76b8a8033f246a695f01ca1eec1c0ba32b678a44438d9c4943a3e8ec8aff2c9d]
I1204 23:13:40.215978 389201 ssh_runner.go:195] Run: which crictl
I1204 23:13:40.219605 389201 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1204 23:13:40.219672 389201 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1204 23:13:40.254791 389201 cri.go:89] found id: "c18ad7ba7d7db0830f098b28bebb532246d393507131f12d889ee2f3dd1f0cec"
I1204 23:13:40.254818 389201 cri.go:89] found id: ""
I1204 23:13:40.254830 389201 logs.go:282] 1 containers: [c18ad7ba7d7db0830f098b28bebb532246d393507131f12d889ee2f3dd1f0cec]
I1204 23:13:40.254883 389201 ssh_runner.go:195] Run: which crictl
I1204 23:13:40.258537 389201 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1204 23:13:40.258600 389201 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1204 23:13:40.293449 389201 cri.go:89] found id: "f0e1e1197d418a53fccb71ca5e416f4c418c94bb11c8ffe71a914ba0f816aeac"
I1204 23:13:40.293476 389201 cri.go:89] found id: ""
I1204 23:13:40.293486 389201 logs.go:282] 1 containers: [f0e1e1197d418a53fccb71ca5e416f4c418c94bb11c8ffe71a914ba0f816aeac]
I1204 23:13:40.293542 389201 ssh_runner.go:195] Run: which crictl
I1204 23:13:40.297150 389201 logs.go:123] Gathering logs for CRI-O ...
I1204 23:13:40.297182 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1204 23:13:40.372794 389201 logs.go:123] Gathering logs for container status ...
I1204 23:13:40.372843 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1204 23:13:40.419461 389201 logs.go:123] Gathering logs for describe nodes ...
I1204 23:13:40.419498 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1204 23:13:40.534097 389201 logs.go:123] Gathering logs for etcd [249b17c70ce144d885b01fd08d03c4a75ba441e200b8fbfea6a1752fb404d6b1] ...
I1204 23:13:40.534131 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 249b17c70ce144d885b01fd08d03c4a75ba441e200b8fbfea6a1752fb404d6b1"
I1204 23:13:40.578901 389201 logs.go:123] Gathering logs for coredns [1c628d0404971ffcf0db6582f2878074f315e2807be4a331035c9159f5ab35b2] ...
I1204 23:13:40.578941 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1c628d0404971ffcf0db6582f2878074f315e2807be4a331035c9159f5ab35b2"
I1204 23:13:40.616890 389201 logs.go:123] Gathering logs for kube-controller-manager [c18ad7ba7d7db0830f098b28bebb532246d393507131f12d889ee2f3dd1f0cec] ...
I1204 23:13:40.616923 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c18ad7ba7d7db0830f098b28bebb532246d393507131f12d889ee2f3dd1f0cec"
I1204 23:13:40.676313 389201 logs.go:123] Gathering logs for kube-proxy [76b8a8033f246a695f01ca1eec1c0ba32b678a44438d9c4943a3e8ec8aff2c9d] ...
I1204 23:13:40.676354 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 76b8a8033f246a695f01ca1eec1c0ba32b678a44438d9c4943a3e8ec8aff2c9d"
I1204 23:13:40.712137 389201 logs.go:123] Gathering logs for kindnet [f0e1e1197d418a53fccb71ca5e416f4c418c94bb11c8ffe71a914ba0f816aeac] ...
I1204 23:13:40.712171 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f0e1e1197d418a53fccb71ca5e416f4c418c94bb11c8ffe71a914ba0f816aeac"
I1204 23:13:40.749253 389201 logs.go:123] Gathering logs for kubelet ...
I1204 23:13:40.749283 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W1204 23:13:40.793451 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:38 addons-630093 kubelet[1643]: W1204 23:11:38.340569 1643 reflector.go:561] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-630093' and this object
W1204 23:13:40.793680 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:38 addons-630093 kubelet[1643]: E1204 23:11:38.340638 1643 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:40.805200 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.658654 1643 reflector.go:561] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-630093" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-630093' and this object
W1204 23:13:40.805392 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.658718 1643 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"secrets\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:40.805575 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.658773 1643 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-630093' and this object
W1204 23:13:40.805790 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.658814 1643 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:40.805984 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.661330 1643 reflector.go:561] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-630093' and this object
W1204 23:13:40.806212 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.661384 1643 reflector.go:158] "Unhandled Error" err="object-\"ingress-nginx\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"ingress-nginx\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:40.806412 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.661600 1643 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-630093' and this object
W1204 23:13:40.806670 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.661632 1643 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:40.806884 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.661689 1643 reflector.go:561] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-630093' and this object
W1204 23:13:40.807109 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.661706 1643 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:40.807303 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.661862 1643 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-630093' and this object
W1204 23:13:40.807526 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.661888 1643 reflector.go:158] "Unhandled Error" err="object-\"yakd-dashboard\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:40.807722 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.661952 1643 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-630093' and this object
W1204 23:13:40.807952 389201 logs.go:138] Found kubelet problem: Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.661968 1643 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
I1204 23:13:40.842035 389201 logs.go:123] Gathering logs for dmesg ...
I1204 23:13:40.842083 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1204 23:13:40.868911 389201 logs.go:123] Gathering logs for kube-apiserver [697a8666b9beb3ce1d03c942590f6bd6818dd188d6ce6114000d4cd0f86eb24f] ...
I1204 23:13:40.868949 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 697a8666b9beb3ce1d03c942590f6bd6818dd188d6ce6114000d4cd0f86eb24f"
I1204 23:13:40.915327 389201 logs.go:123] Gathering logs for kube-scheduler [f25ca8d234e6719b0b4c37293e5281f4e8e468b9b3a25895393e51a21a648acc] ...
I1204 23:13:40.915367 389201 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f25ca8d234e6719b0b4c37293e5281f4e8e468b9b3a25895393e51a21a648acc"
I1204 23:13:40.958116 389201 out.go:358] Setting ErrFile to fd 2...
I1204 23:13:40.958151 389201 out.go:392] TERM=,COLORTERM=, which probably does not support color
W1204 23:13:40.958253 389201 out.go:270] X Problems detected in kubelet:
W1204 23:13:40.958268 389201 out.go:270] Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.661706 1643 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:40.958278 389201 out.go:270] Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.661862 1643 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-630093' and this object
W1204 23:13:40.958294 389201 out.go:270] Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.661888 1643 reflector.go:158] "Unhandled Error" err="object-\"yakd-dashboard\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
W1204 23:13:40.958308 389201 out.go:270] Dec 04 23:11:57 addons-630093 kubelet[1643]: W1204 23:11:57.661952 1643 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-630093" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-630093' and this object
W1204 23:13:40.958323 389201 out.go:270] Dec 04 23:11:57 addons-630093 kubelet[1643]: E1204 23:11:57.661968 1643 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-630093\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-630093' and this object" logger="UnhandledError"
I1204 23:13:40.958329 389201 out.go:358] Setting ErrFile to fd 2...
I1204 23:13:40.958338 389201 out.go:392] TERM=,COLORTERM=, which probably does not support color
I1204 23:13:50.969322 389201 system_pods.go:59] 19 kube-system pods found
I1204 23:13:50.969358 389201 system_pods.go:61] "amd-gpu-device-plugin-xfdff" [b964506a-e0bb-4f8e-a33d-b1583ba8451e] Running
I1204 23:13:50.969363 389201 system_pods.go:61] "coredns-7c65d6cfc9-nvslc" [e12dda0f-2d10-4096-b12f-73bd871cc18e] Running
I1204 23:13:50.969368 389201 system_pods.go:61] "csi-hostpath-attacher-0" [af4d7f93-4989-4c1d-8c89-43d0e74f1a44] Running
I1204 23:13:50.969372 389201 system_pods.go:61] "csi-hostpath-resizer-0" [5198084f-6ce5-4b12-89f8-5d8a76057764] Running
I1204 23:13:50.969375 389201 system_pods.go:61] "csi-hostpathplugin-97jlr" [1d17a273-85e7-4f77-9bbe-7786a88d0ebe] Running
I1204 23:13:50.969379 389201 system_pods.go:61] "etcd-addons-630093" [7758ddc9-6dfb-4fe8-a37f-1ef8170cd720] Running
I1204 23:13:50.969382 389201 system_pods.go:61] "kindnet-sklhp" [a2a719ef-fccf-456e-88ac-b6e5fad34e3e] Running
I1204 23:13:50.969387 389201 system_pods.go:61] "kube-apiserver-addons-630093" [34402f18-4ebe-4e53-9495-549544e9f70c] Running
I1204 23:13:50.969393 389201 system_pods.go:61] "kube-controller-manager-addons-630093" [e33f5809-04da-4fb0-8265-2e29e7f90e15] Running
I1204 23:13:50.969408 389201 system_pods.go:61] "kube-ingress-dns-minikube" [4cda5680-90e6-43e2-b35f-bf0976f6fef3] Running
I1204 23:13:50.969415 389201 system_pods.go:61] "kube-proxy-k9l4p" [bddbd74f-1a8f-4181-b2f7-decc74059f10] Running
I1204 23:13:50.969420 389201 system_pods.go:61] "kube-scheduler-addons-630093" [1f496311-6985-4c79-a19a-4ceade68e41e] Running
I1204 23:13:50.969429 389201 system_pods.go:61] "metrics-server-84c5f94fbc-vtkhx" [cec44a14-191c-4123-b802-68a2c04f883d] Running
I1204 23:13:50.969434 389201 system_pods.go:61] "nvidia-device-plugin-daemonset-rj8jd" [4960e5ae-fa86-4256-ac61-055f4d0adce3] Running
I1204 23:13:50.969441 389201 system_pods.go:61] "registry-66c9cd494c-hxfdr" [b4aeaa23-62f9-4d1d-ba93-e79530728a03] Running
I1204 23:13:50.969444 389201 system_pods.go:61] "registry-proxy-s54q4" [63f58b93-3d5f-4e3c-856e-74c6e4079acd] Running
I1204 23:13:50.969453 389201 system_pods.go:61] "snapshot-controller-56fcc65765-2492d" [a604be0a-c061-4a65-9d32-0b98fff12222] Running
I1204 23:13:50.969458 389201 system_pods.go:61] "snapshot-controller-56fcc65765-xtclh" [845fd71c-634d-41e2-a101-08a0c1458418] Running
I1204 23:13:50.969461 389201 system_pods.go:61] "storage-provisioner" [cde6de53-e600-4898-a1c3-df78f4d4e6ff] Running
I1204 23:13:50.969470 389201 system_pods.go:74] duration metric: took 10.943410983s to wait for pod list to return data ...
I1204 23:13:50.969480 389201 default_sa.go:34] waiting for default service account to be created ...
I1204 23:13:50.972205 389201 default_sa.go:45] found service account: "default"
I1204 23:13:50.972229 389201 default_sa.go:55] duration metric: took 2.740927ms for default service account to be created ...
I1204 23:13:50.972237 389201 system_pods.go:116] waiting for k8s-apps to be running ...
I1204 23:13:50.980831 389201 system_pods.go:86] 19 kube-system pods found
I1204 23:13:50.980861 389201 system_pods.go:89] "amd-gpu-device-plugin-xfdff" [b964506a-e0bb-4f8e-a33d-b1583ba8451e] Running
I1204 23:13:50.980867 389201 system_pods.go:89] "coredns-7c65d6cfc9-nvslc" [e12dda0f-2d10-4096-b12f-73bd871cc18e] Running
I1204 23:13:50.980872 389201 system_pods.go:89] "csi-hostpath-attacher-0" [af4d7f93-4989-4c1d-8c89-43d0e74f1a44] Running
I1204 23:13:50.980876 389201 system_pods.go:89] "csi-hostpath-resizer-0" [5198084f-6ce5-4b12-89f8-5d8a76057764] Running
I1204 23:13:50.980880 389201 system_pods.go:89] "csi-hostpathplugin-97jlr" [1d17a273-85e7-4f77-9bbe-7786a88d0ebe] Running
I1204 23:13:50.980883 389201 system_pods.go:89] "etcd-addons-630093" [7758ddc9-6dfb-4fe8-a37f-1ef8170cd720] Running
I1204 23:13:50.980887 389201 system_pods.go:89] "kindnet-sklhp" [a2a719ef-fccf-456e-88ac-b6e5fad34e3e] Running
I1204 23:13:50.980891 389201 system_pods.go:89] "kube-apiserver-addons-630093" [34402f18-4ebe-4e53-9495-549544e9f70c] Running
I1204 23:13:50.980895 389201 system_pods.go:89] "kube-controller-manager-addons-630093" [e33f5809-04da-4fb0-8265-2e29e7f90e15] Running
I1204 23:13:50.980899 389201 system_pods.go:89] "kube-ingress-dns-minikube" [4cda5680-90e6-43e2-b35f-bf0976f6fef3] Running
I1204 23:13:50.980905 389201 system_pods.go:89] "kube-proxy-k9l4p" [bddbd74f-1a8f-4181-b2f7-decc74059f10] Running
I1204 23:13:50.980910 389201 system_pods.go:89] "kube-scheduler-addons-630093" [1f496311-6985-4c79-a19a-4ceade68e41e] Running
I1204 23:13:50.980914 389201 system_pods.go:89] "metrics-server-84c5f94fbc-vtkhx" [cec44a14-191c-4123-b802-68a2c04f883d] Running
I1204 23:13:50.980920 389201 system_pods.go:89] "nvidia-device-plugin-daemonset-rj8jd" [4960e5ae-fa86-4256-ac61-055f4d0adce3] Running
I1204 23:13:50.980926 389201 system_pods.go:89] "registry-66c9cd494c-hxfdr" [b4aeaa23-62f9-4d1d-ba93-e79530728a03] Running
I1204 23:13:50.980929 389201 system_pods.go:89] "registry-proxy-s54q4" [63f58b93-3d5f-4e3c-856e-74c6e4079acd] Running
I1204 23:13:50.980933 389201 system_pods.go:89] "snapshot-controller-56fcc65765-2492d" [a604be0a-c061-4a65-9d32-0b98fff12222] Running
I1204 23:13:50.980939 389201 system_pods.go:89] "snapshot-controller-56fcc65765-xtclh" [845fd71c-634d-41e2-a101-08a0c1458418] Running
I1204 23:13:50.980943 389201 system_pods.go:89] "storage-provisioner" [cde6de53-e600-4898-a1c3-df78f4d4e6ff] Running
I1204 23:13:50.980952 389201 system_pods.go:126] duration metric: took 8.709075ms to wait for k8s-apps to be running ...
I1204 23:13:50.980961 389201 system_svc.go:44] waiting for kubelet service to be running ....
I1204 23:13:50.981009 389201 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I1204 23:13:50.992805 389201 system_svc.go:56] duration metric: took 11.832695ms WaitForService to wait for kubelet
I1204 23:13:50.992839 389201 kubeadm.go:582] duration metric: took 2m12.65796392s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I1204 23:13:50.992860 389201 node_conditions.go:102] verifying NodePressure condition ...
I1204 23:13:50.996391 389201 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
I1204 23:13:50.996430 389201 node_conditions.go:123] node cpu capacity is 8
I1204 23:13:50.996447 389201 node_conditions.go:105] duration metric: took 3.580009ms to run NodePressure ...
I1204 23:13:50.996463 389201 start.go:241] waiting for startup goroutines ...
I1204 23:13:50.996483 389201 start.go:246] waiting for cluster config update ...
I1204 23:13:50.996508 389201 start.go:255] writing updated cluster config ...
I1204 23:13:50.996891 389201 ssh_runner.go:195] Run: rm -f paused
I1204 23:13:51.048677 389201 start.go:600] kubectl: 1.31.3, cluster: 1.31.2 (minor skew: 0)
I1204 23:13:51.051940 389201 out.go:177] * Done! kubectl is now configured to use "addons-630093" cluster and "default" namespace by default
==> CRI-O <==
Dec 04 23:20:53 addons-630093 crio[1031]: time="2024-12-04 23:20:53.810913562Z" level=info msg="Image docker.io/nginx:latest not found" id=8b17d385-7f84-47ac-9af7-ff037df14126 name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:20:53 addons-630093 crio[1031]: time="2024-12-04 23:20:53.811410788Z" level=info msg="Pulling image: docker.io/nginx:latest" id=02dceb4f-97b1-4c56-91ff-95f12d2126ac name=/runtime.v1.ImageService/PullImage
Dec 04 23:20:53 addons-630093 crio[1031]: time="2024-12-04 23:20:53.817344224Z" level=info msg="Trying to access \"docker.io/library/nginx:latest\""
Dec 04 23:21:00 addons-630093 crio[1031]: time="2024-12-04 23:21:00.811044880Z" level=info msg="Checking image status: docker.io/nginx:alpine" id=4592b077-bea6-4a30-a27e-36f0920e6f41 name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:21:00 addons-630093 crio[1031]: time="2024-12-04 23:21:00.811341179Z" level=info msg="Image docker.io/nginx:alpine not found" id=4592b077-bea6-4a30-a27e-36f0920e6f41 name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:21:12 addons-630093 crio[1031]: time="2024-12-04 23:21:12.811066546Z" level=info msg="Checking image status: docker.io/nginx:alpine" id=92ca8ae7-d18b-4a19-9a6a-b5d6071f032e name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:21:12 addons-630093 crio[1031]: time="2024-12-04 23:21:12.811306443Z" level=info msg="Image docker.io/nginx:alpine not found" id=92ca8ae7-d18b-4a19-9a6a-b5d6071f032e name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:21:27 addons-630093 crio[1031]: time="2024-12-04 23:21:27.811314739Z" level=info msg="Checking image status: docker.io/nginx:alpine" id=abe39daf-eb7c-49ed-b02d-3a27e7acab35 name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:21:27 addons-630093 crio[1031]: time="2024-12-04 23:21:27.811604897Z" level=info msg="Image docker.io/nginx:alpine not found" id=abe39daf-eb7c-49ed-b02d-3a27e7acab35 name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:21:35 addons-630093 crio[1031]: time="2024-12-04 23:21:35.811630589Z" level=info msg="Checking image status: docker.io/nginx:latest" id=f451fab8-d8d3-4ac9-bedd-09f91c8c5896 name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:21:35 addons-630093 crio[1031]: time="2024-12-04 23:21:35.811878696Z" level=info msg="Image docker.io/nginx:latest not found" id=f451fab8-d8d3-4ac9-bedd-09f91c8c5896 name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:21:41 addons-630093 crio[1031]: time="2024-12-04 23:21:41.811465463Z" level=info msg="Checking image status: docker.io/nginx:alpine" id=21c9425d-8ae0-44af-9e63-3a52b311d6c5 name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:21:41 addons-630093 crio[1031]: time="2024-12-04 23:21:41.811733740Z" level=info msg="Image docker.io/nginx:alpine not found" id=21c9425d-8ae0-44af-9e63-3a52b311d6c5 name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:21:50 addons-630093 crio[1031]: time="2024-12-04 23:21:50.811011732Z" level=info msg="Checking image status: docker.io/nginx:latest" id=694a10f1-30e2-4a41-abe9-8beda8e234b1 name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:21:50 addons-630093 crio[1031]: time="2024-12-04 23:21:50.811302681Z" level=info msg="Image docker.io/nginx:latest not found" id=694a10f1-30e2-4a41-abe9-8beda8e234b1 name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:21:56 addons-630093 crio[1031]: time="2024-12-04 23:21:56.810846510Z" level=info msg="Checking image status: docker.io/nginx:alpine" id=e8173988-df81-4802-8384-26350c87bcb3 name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:21:56 addons-630093 crio[1031]: time="2024-12-04 23:21:56.811080431Z" level=info msg="Image docker.io/nginx:alpine not found" id=e8173988-df81-4802-8384-26350c87bcb3 name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:21:56 addons-630093 crio[1031]: time="2024-12-04 23:21:56.811619408Z" level=info msg="Pulling image: docker.io/nginx:alpine" id=426c02df-39f1-4f02-9840-281d394f55be name=/runtime.v1.ImageService/PullImage
Dec 04 23:21:56 addons-630093 crio[1031]: time="2024-12-04 23:21:56.815971512Z" level=info msg="Trying to access \"docker.io/library/nginx:alpine\""
Dec 04 23:22:03 addons-630093 crio[1031]: time="2024-12-04 23:22:03.810963284Z" level=info msg="Checking image status: docker.io/nginx:latest" id=173f8ad4-a567-4bee-b497-c029350e4ac8 name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:22:03 addons-630093 crio[1031]: time="2024-12-04 23:22:03.811202532Z" level=info msg="Image docker.io/nginx:latest not found" id=173f8ad4-a567-4bee-b497-c029350e4ac8 name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:22:14 addons-630093 crio[1031]: time="2024-12-04 23:22:14.811639100Z" level=info msg="Checking image status: docker.io/nginx:latest" id=c2239450-05f6-4a14-9f03-baf71b031559 name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:22:14 addons-630093 crio[1031]: time="2024-12-04 23:22:14.811890663Z" level=info msg="Image docker.io/nginx:latest not found" id=c2239450-05f6-4a14-9f03-baf71b031559 name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:22:25 addons-630093 crio[1031]: time="2024-12-04 23:22:25.810745642Z" level=info msg="Checking image status: docker.io/nginx:latest" id=0c19f8ad-cb42-44ba-ab05-a3445a1458cd name=/runtime.v1.ImageService/ImageStatus
Dec 04 23:22:25 addons-630093 crio[1031]: time="2024-12-04 23:22:25.811037877Z" level=info msg="Image docker.io/nginx:latest not found" id=0c19f8ad-cb42-44ba-ab05-a3445a1458cd name=/runtime.v1.ImageService/ImageStatus
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
a92f917845840 gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e 8 minutes ago Running busybox 0 9101d3097d84d busybox
19a975e308aa0 registry.k8s.io/ingress-nginx/controller@sha256:62b61c42ec8dd877b85c0aa24c4744ce44d274bc16cc5d2364edfe67964ba55b 9 minutes ago Running controller 0 f7e4db205d4a2 ingress-nginx-controller-5f85ff4588-bjrmz
d43b4e626d869 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f 9 minutes ago Exited patch 0 1453371ecba6e ingress-nginx-admission-patch-6klmq
9cfd8f1d1fc9d registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f 9 minutes ago Exited create 0 6a2e4839790d0 ingress-nginx-admission-create-g9mgr
34d29b45443cc gcr.io/k8s-minikube/minikube-ingress-dns@sha256:07c8f5b205a3f8971bfc6d460978ae00de35f17e5d5392b1de8de02356f85dab 10 minutes ago Running minikube-ingress-dns 0 fe05a9e0f9e54 kube-ingress-dns-minikube
1c628d0404971 c69fa2e9cbf5f42dc48af631e956d3f95724c13f91596bc567591790e5e36db6 10 minutes ago Running coredns 0 e5a18048ffd94 coredns-7c65d6cfc9-nvslc
7579ef8738441 6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562 10 minutes ago Running storage-provisioner 0 53117b6914cba storage-provisioner
f0e1e1197d418 docker.io/kindest/kindnetd@sha256:cddd34f7d74bf898f14080ed61e322a492689043dae46e93106c013373d68d16 10 minutes ago Running kindnet-cni 0 8e1077c9b19f2 kindnet-sklhp
76b8a8033f246 505d571f5fd56726488d27af0d9a8e02c6db58f5d62ea51dd10d47de7a0c2d38 10 minutes ago Running kube-proxy 0 7b72d950d834d kube-proxy-k9l4p
f25ca8d234e67 847c7bc1a541865e150af08318f49d02d0e0cff4a0530fd4ffe369e294dd2856 10 minutes ago Running kube-scheduler 0 6ecfaa8cbb0a8 kube-scheduler-addons-630093
697a8666b9beb 9499c9960544e80a96c223cdc5d3059dd7c2cc37ea20e7138af4a6e415a49173 10 minutes ago Running kube-apiserver 0 c5cc52570c5da kube-apiserver-addons-630093
249b17c70ce14 2e96e5913fc06e3d26915af3d0f2ca5048cc4b6327e661e80da792cbf8d8d9d4 10 minutes ago Running etcd 0 5c544b67b37e6 etcd-addons-630093
c18ad7ba7d7db 0486b6c53a1b5af26f2ad2fb89a089e04c6baa6369f8545ab0854f9d62b44503 10 minutes ago Running kube-controller-manager 0 2b2d046f58c6b kube-controller-manager-addons-630093
==> coredns [1c628d0404971ffcf0db6582f2878074f315e2807be4a331035c9159f5ab35b2] <==
[INFO] 10.244.0.13:36200 - 58124 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000101425s
[INFO] 10.244.0.13:43691 - 63611 "AAAA IN registry.kube-system.svc.cluster.local.us-central1-a.c.k8s-minikube.internal. udp 94 false 512" NXDOMAIN qr,rd,ra 94 0.005338233s
[INFO] 10.244.0.13:43691 - 63271 "A IN registry.kube-system.svc.cluster.local.us-central1-a.c.k8s-minikube.internal. udp 94 false 512" NXDOMAIN qr,rd,ra 94 0.005381209s
[INFO] 10.244.0.13:44344 - 26272 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.005410445s
[INFO] 10.244.0.13:44344 - 26005 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.006018948s
[INFO] 10.244.0.13:60838 - 12332 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.005880377s
[INFO] 10.244.0.13:60838 - 12579 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.006174676s
[INFO] 10.244.0.13:53538 - 12345 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000091701s
[INFO] 10.244.0.13:53538 - 12144 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000126528s
[INFO] 10.244.0.21:59547 - 34898 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000213243s
[INFO] 10.244.0.21:42413 - 63992 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000314574s
[INFO] 10.244.0.21:50534 - 50228 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.0001818s
[INFO] 10.244.0.21:44438 - 35236 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000136337s
[INFO] 10.244.0.21:49334 - 10258 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000138449s
[INFO] 10.244.0.21:53611 - 11525 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.00012321s
[INFO] 10.244.0.21:33638 - 34118 "A IN storage.googleapis.com.us-central1-a.c.k8s-minikube.internal. udp 89 false 1232" NXDOMAIN qr,rd,ra 78 0.007323199s
[INFO] 10.244.0.21:43427 - 30051 "AAAA IN storage.googleapis.com.us-central1-a.c.k8s-minikube.internal. udp 89 false 1232" NXDOMAIN qr,rd,ra 78 0.007940861s
[INFO] 10.244.0.21:43377 - 12238 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.008381865s
[INFO] 10.244.0.21:40602 - 12057 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.009350731s
[INFO] 10.244.0.21:47148 - 45016 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.007185414s
[INFO] 10.244.0.21:42834 - 25970 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.007493941s
[INFO] 10.244.0.21:44226 - 13563 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 610 0.001030468s
[INFO] 10.244.0.21:36544 - 7675 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001087253s
[INFO] 10.244.0.25:33322 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000238152s
[INFO] 10.244.0.25:43627 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.00014501s
==> describe nodes <==
Name: addons-630093
Roles: control-plane
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
kubernetes.io/arch=amd64
kubernetes.io/hostname=addons-630093
kubernetes.io/os=linux
minikube.k8s.io/commit=efbd8efc50652fe861e71899e50212cc75e3480d
minikube.k8s.io/name=addons-630093
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_12_04T23_11_33_0700
minikube.k8s.io/version=v1.34.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-630093
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Wed, 04 Dec 2024 23:11:30 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-630093
AcquireTime: <unset>
RenewTime: Wed, 04 Dec 2024 23:22:25 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Wed, 04 Dec 2024 23:19:41 +0000 Wed, 04 Dec 2024 23:11:29 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Wed, 04 Dec 2024 23:19:41 +0000 Wed, 04 Dec 2024 23:11:29 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Wed, 04 Dec 2024 23:19:41 +0000 Wed, 04 Dec 2024 23:11:29 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Wed, 04 Dec 2024 23:19:41 +0000 Wed, 04 Dec 2024 23:11:57 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-630093
Capacity:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32859304Ki
pods: 110
Allocatable:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32859304Ki
pods: 110
System Info:
Machine ID: 8258e1e2133c40cebfa95f57ba32eee3
System UUID: bf67fca3-467d-49b0-b09d-7f56669f6671
Boot ID: ac1c7763-4d61-4ba9-8c16-bcbc5ed122b3
Kernel Version: 5.15.0-1071-gcp
OS Image: Ubuntu 22.04.5 LTS
Operating System: linux
Architecture: amd64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.31.2
Kube-Proxy Version: v1.31.2
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (13 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default busybox 0 (0%) 0 (0%) 0 (0%) 0 (0%) 8m36s
default nginx 0 (0%) 0 (0%) 0 (0%) 0 (0%) 8m1s
default task-pv-pod 0 (0%) 0 (0%) 0 (0%) 0 (0%) 8m4s
ingress-nginx ingress-nginx-controller-5f85ff4588-bjrmz 100m (1%) 0 (0%) 90Mi (0%) 0 (0%) 10m
kube-system coredns-7c65d6cfc9-nvslc 100m (1%) 0 (0%) 70Mi (0%) 170Mi (0%) 10m
kube-system etcd-addons-630093 100m (1%) 0 (0%) 100Mi (0%) 0 (0%) 10m
kube-system kindnet-sklhp 100m (1%) 100m (1%) 50Mi (0%) 50Mi (0%) 10m
kube-system kube-apiserver-addons-630093 250m (3%) 0 (0%) 0 (0%) 0 (0%) 10m
kube-system kube-controller-manager-addons-630093 200m (2%) 0 (0%) 0 (0%) 0 (0%) 10m
kube-system kube-ingress-dns-minikube 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
kube-system kube-proxy-k9l4p 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
kube-system kube-scheduler-addons-630093 100m (1%) 0 (0%) 0 (0%) 0 (0%) 10m
kube-system storage-provisioner 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 950m (11%) 100m (1%)
memory 310Mi (0%) 220Mi (0%)
ephemeral-storage 0 (0%) 0 (0%)
hugepages-1Gi 0 (0%) 0 (0%)
hugepages-2Mi 0 (0%) 0 (0%)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 10m kube-proxy
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 (x8 over 11m) kubelet Node addons-630093 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 11m (x8 over 11m) kubelet Node addons-630093 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 11m (x7 over 11m) kubelet Node addons-630093 status is now: NodeHasSufficientPID
Normal Starting 10m kubelet Starting kubelet.
Warning CgroupV1 10m kubelet Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
Normal NodeHasSufficientMemory 10m kubelet Node addons-630093 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 10m kubelet Node addons-630093 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 10m kubelet Node addons-630093 status is now: NodeHasSufficientPID
Normal RegisteredNode 10m node-controller Node addons-630093 event: Registered Node addons-630093 in Controller
Normal NodeReady 10m kubelet Node addons-630093 status is now: NodeReady
==> dmesg <==
[ +0.000008] ll header: 00000000: ff ff ff ff ff ff 16 46 91 d1 19 2f 08 06
[Dec 4 22:54] IPv4: martian source 10.244.0.1 from 10.244.0.3, on dev eth0
[ +0.000007] ll header: 00000000: ff ff ff ff ff ff d6 d8 34 c4 9e fd 08 06
[ +0.000456] IPv4: martian source 10.244.0.3 from 10.244.0.2, on dev eth0
[ +0.000005] ll header: 00000000: ff ff ff ff ff ff 16 46 91 d1 19 2f 08 06
[ +35.699001] IPv4: martian source 10.244.0.1 from 10.244.0.2, on dev eth0
[ +0.000005] ll header: 00000000: ff ff ff ff ff ff de 90 40 5e 28 e1 08 06
[Dec 4 22:55] IPv4: martian source 10.244.0.1 from 10.244.0.3, on dev eth0
[ +0.000006] ll header: 00000000: ff ff ff ff ff ff 76 3d b0 9a 20 99 08 06
[ +0.000382] IPv4: martian source 10.244.0.3 from 10.244.0.2, on dev eth0
[ +0.000003] ll header: 00000000: ff ff ff ff ff ff de 90 40 5e 28 e1 08 06
[ +1.225322] IPv4: martian source 10.244.0.1 from 10.244.0.3, on dev eth0
[ +0.000021] ll header: 00000000: ff ff ff ff ff ff b2 70 f6 e4 04 7e 08 06
[ +0.023795] IPv4: martian source 10.244.0.1 from 10.244.0.2, on dev eth0
[ +0.000007] ll header: 00000000: ff ff ff ff ff ff 3a e9 42 d7 ae 99 08 06
[ +8.010933] IPv4: martian source 10.244.0.1 from 10.244.0.2, on dev eth0
[ +0.000008] ll header: 00000000: ff ff ff ff ff ff ae 92 a5 ca 19 c6 08 06
[ +18.260065] IPv4: martian source 10.244.0.1 from 10.244.0.3, on dev eth0
[ +0.000005] ll header: 00000000: ff ff ff ff ff ff 9e b7 56 b9 28 5b 08 06
[ +0.000357] IPv4: martian source 10.244.0.3 from 10.244.0.2, on dev eth0
[ +0.000005] ll header: 00000000: ff ff ff ff ff ff ae 92 a5 ca 19 c6 08 06
[ +24.579912] IPv4: martian source 10.244.0.1 from 10.244.0.4, on dev eth0
[ +0.000006] ll header: 00000000: ff ff ff ff ff ff fa ca b1 23 b4 91 08 06
[ +0.000531] IPv4: martian source 10.244.0.4 from 10.244.0.2, on dev eth0
[ +0.000004] ll header: 00000000: ff ff ff ff ff ff 3a e9 42 d7 ae 99 08 06
==> etcd [249b17c70ce144d885b01fd08d03c4a75ba441e200b8fbfea6a1752fb404d6b1] <==
{"level":"warn","ts":"2024-12-04T23:11:40.708502Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"103.336878ms","expected-duration":"100ms","prefix":"","request":"header:<ID:8128033691115604618 username:\"kube-apiserver-etcd-client\" auth_revision:1 > txn:<compare:<target:MOD key:\"/registry/daemonsets/kube-system/amd-gpu-device-plugin\" mod_revision:0 > success:<request_put:<key:\"/registry/daemonsets/kube-system/amd-gpu-device-plugin\" value_size:3622 >> failure:<>>","response":"size:16"}
{"level":"info","ts":"2024-12-04T23:11:40.895257Z","caller":"traceutil/trace.go:171","msg":"trace[1109807764] transaction","detail":"{read_only:false; response_revision:401; number_of_response:1; }","duration":"279.117548ms","start":"2024-12-04T23:11:40.616120Z","end":"2024-12-04T23:11:40.895238Z","steps":["trace[1109807764] 'process raft request' (duration: 279.078288ms)"],"step_count":1}
{"level":"info","ts":"2024-12-04T23:11:40.895484Z","caller":"traceutil/trace.go:171","msg":"trace[215470366] transaction","detail":"{read_only:false; response_revision:399; number_of_response:1; }","duration":"387.51899ms","start":"2024-12-04T23:11:40.507954Z","end":"2024-12-04T23:11:40.895473Z","steps":["trace[215470366] 'process raft request' (duration: 96.858883ms)","trace[215470366] 'compare' (duration: 103.229726ms)"],"step_count":2}
{"level":"warn","ts":"2024-12-04T23:11:40.895555Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-12-04T23:11:40.507931Z","time spent":"387.575868ms","remote":"127.0.0.1:59108","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":3684,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/daemonsets/kube-system/amd-gpu-device-plugin\" mod_revision:0 > success:<request_put:<key:\"/registry/daemonsets/kube-system/amd-gpu-device-plugin\" value_size:3622 >> failure:<>"}
{"level":"info","ts":"2024-12-04T23:11:40.895855Z","caller":"traceutil/trace.go:171","msg":"trace[2076159084] transaction","detail":"{read_only:false; response_revision:400; number_of_response:1; }","duration":"288.040682ms","start":"2024-12-04T23:11:40.607803Z","end":"2024-12-04T23:11:40.895844Z","steps":["trace[2076159084] 'process raft request' (duration: 287.297204ms)"],"step_count":1}
{"level":"info","ts":"2024-12-04T23:11:40.895959Z","caller":"traceutil/trace.go:171","msg":"trace[705242873] linearizableReadLoop","detail":"{readStateIndex:410; appliedIndex:408; }","duration":"280.349916ms","start":"2024-12-04T23:11:40.615601Z","end":"2024-12-04T23:11:40.895951Z","steps":["trace[705242873] 'read index received' (duration: 83.684619ms)","trace[705242873] 'applied index is now lower than readState.Index' (duration: 196.664648ms)"],"step_count":2}
{"level":"warn","ts":"2024-12-04T23:11:40.896113Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"280.608929ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/kube-controller-manager-addons-630093\" ","response":"range_response_count:1 size:7253"}
{"level":"info","ts":"2024-12-04T23:11:40.896138Z","caller":"traceutil/trace.go:171","msg":"trace[1318972100] range","detail":"{range_begin:/registry/pods/kube-system/kube-controller-manager-addons-630093; range_end:; response_count:1; response_revision:401; }","duration":"280.640123ms","start":"2024-12-04T23:11:40.615490Z","end":"2024-12-04T23:11:40.896130Z","steps":["trace[1318972100] 'agreement among raft nodes before linearized reading' (duration: 280.572794ms)"],"step_count":1}
{"level":"warn","ts":"2024-12-04T23:11:40.896264Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"280.36641ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/storageclasses\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-12-04T23:11:40.896282Z","caller":"traceutil/trace.go:171","msg":"trace[697950005] range","detail":"{range_begin:/registry/storageclasses; range_end:; response_count:0; response_revision:401; }","duration":"280.385448ms","start":"2024-12-04T23:11:40.615891Z","end":"2024-12-04T23:11:40.896276Z","steps":["trace[697950005] 'agreement among raft nodes before linearized reading' (duration: 280.354047ms)"],"step_count":1}
{"level":"warn","ts":"2024-12-04T23:11:41.603321Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"105.477454ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/default/cloud-spanner-emulator\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-12-04T23:11:41.603924Z","caller":"traceutil/trace.go:171","msg":"trace[1769666947] range","detail":"{range_begin:/registry/deployments/default/cloud-spanner-emulator; range_end:; response_count:0; response_revision:419; }","duration":"106.090798ms","start":"2024-12-04T23:11:41.497809Z","end":"2024-12-04T23:11:41.603899Z","steps":["trace[1769666947] 'agreement among raft nodes before linearized reading' (duration: 105.439451ms)"],"step_count":1}
{"level":"warn","ts":"2024-12-04T23:11:41.603524Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"100.607937ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/kube-controller-manager-addons-630093\" ","response":"range_response_count:1 size:7253"}
{"level":"info","ts":"2024-12-04T23:11:41.604378Z","caller":"traceutil/trace.go:171","msg":"trace[1429916583] range","detail":"{range_begin:/registry/pods/kube-system/kube-controller-manager-addons-630093; range_end:; response_count:1; response_revision:419; }","duration":"101.463597ms","start":"2024-12-04T23:11:41.502900Z","end":"2024-12-04T23:11:41.604364Z","steps":["trace[1429916583] 'agreement among raft nodes before linearized reading' (duration: 100.553991ms)"],"step_count":1}
{"level":"info","ts":"2024-12-04T23:11:42.012812Z","caller":"traceutil/trace.go:171","msg":"trace[1073586070] transaction","detail":"{read_only:false; response_revision:435; number_of_response:1; }","duration":"101.602813ms","start":"2024-12-04T23:11:41.911189Z","end":"2024-12-04T23:11:42.012792Z","steps":["trace[1073586070] 'process raft request' (duration: 87.210063ms)","trace[1073586070] 'compare' (duration: 13.942562ms)"],"step_count":2}
{"level":"info","ts":"2024-12-04T23:11:42.012996Z","caller":"traceutil/trace.go:171","msg":"trace[73910532] transaction","detail":"{read_only:false; response_revision:436; number_of_response:1; }","duration":"101.658352ms","start":"2024-12-04T23:11:41.911329Z","end":"2024-12-04T23:11:42.012987Z","steps":["trace[73910532] 'process raft request' (duration: 101.143669ms)"],"step_count":1}
{"level":"info","ts":"2024-12-04T23:11:42.013256Z","caller":"traceutil/trace.go:171","msg":"trace[1994636355] transaction","detail":"{read_only:false; response_revision:437; number_of_response:1; }","duration":"101.69878ms","start":"2024-12-04T23:11:41.911547Z","end":"2024-12-04T23:11:42.013245Z","steps":["trace[1994636355] 'process raft request' (duration: 100.967611ms)"],"step_count":1}
{"level":"warn","ts":"2024-12-04T23:11:42.096651Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"178.399561ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/limitranges\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-12-04T23:11:42.096715Z","caller":"traceutil/trace.go:171","msg":"trace[1209668564] range","detail":"{range_begin:/registry/limitranges; range_end:; response_count:0; response_revision:440; }","duration":"178.473778ms","start":"2024-12-04T23:11:41.918228Z","end":"2024-12-04T23:11:42.096702Z","steps":["trace[1209668564] 'agreement among raft nodes before linearized reading' (duration: 178.384048ms)"],"step_count":1}
{"level":"warn","ts":"2024-12-04T23:11:42.097064Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"178.915985ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/kube-ingress-dns-minikube\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-12-04T23:11:42.099886Z","caller":"traceutil/trace.go:171","msg":"trace[231438469] range","detail":"{range_begin:/registry/pods/kube-system/kube-ingress-dns-minikube; range_end:; response_count:0; response_revision:440; }","duration":"181.736324ms","start":"2024-12-04T23:11:41.918132Z","end":"2024-12-04T23:11:42.099868Z","steps":["trace[231438469] 'agreement among raft nodes before linearized reading' (duration: 178.596552ms)"],"step_count":1}
{"level":"info","ts":"2024-12-04T23:11:44.318424Z","caller":"traceutil/trace.go:171","msg":"trace[299548537] transaction","detail":"{read_only:false; response_revision:629; number_of_response:1; }","duration":"105.793664ms","start":"2024-12-04T23:11:44.212613Z","end":"2024-12-04T23:11:44.318407Z","steps":["trace[299548537] 'process raft request' (duration: 103.084576ms)"],"step_count":1}
{"level":"info","ts":"2024-12-04T23:21:29.348231Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1851}
{"level":"info","ts":"2024-12-04T23:21:29.373005Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1851,"took":"24.102146ms","hash":28937920,"current-db-size-bytes":8540160,"current-db-size":"8.5 MB","current-db-size-in-use-bytes":5484544,"current-db-size-in-use":"5.5 MB"}
{"level":"info","ts":"2024-12-04T23:21:29.373060Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":28937920,"revision":1851,"compact-revision":-1}
==> kernel <==
23:22:27 up 2:04, 0 users, load average: 0.19, 0.37, 0.71
Linux addons-630093 5.15.0-1071-gcp #79~20.04.1-Ubuntu SMP Thu Oct 17 21:59:34 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.5 LTS"
==> kindnet [f0e1e1197d418a53fccb71ca5e416f4c418c94bb11c8ffe71a914ba0f816aeac] <==
I1204 23:20:27.396182 1 main.go:301] handling current node
I1204 23:20:37.395674 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 23:20:37.395711 1 main.go:301] handling current node
I1204 23:20:47.395839 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 23:20:47.395878 1 main.go:301] handling current node
I1204 23:20:57.395664 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 23:20:57.395702 1 main.go:301] handling current node
I1204 23:21:07.397452 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 23:21:07.397501 1 main.go:301] handling current node
I1204 23:21:17.403496 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 23:21:17.403542 1 main.go:301] handling current node
I1204 23:21:27.396540 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 23:21:27.396587 1 main.go:301] handling current node
I1204 23:21:37.395694 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 23:21:37.395737 1 main.go:301] handling current node
I1204 23:21:47.396055 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 23:21:47.396093 1 main.go:301] handling current node
I1204 23:21:57.402038 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 23:21:57.402077 1 main.go:301] handling current node
I1204 23:22:07.397678 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 23:22:07.397730 1 main.go:301] handling current node
I1204 23:22:17.403599 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 23:22:17.403646 1 main.go:301] handling current node
I1204 23:22:27.398718 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1204 23:22:27.398802 1 main.go:301] handling current node
==> kube-apiserver [697a8666b9beb3ce1d03c942590f6bd6818dd188d6ce6114000d4cd0f86eb24f] <==
E1204 23:13:18.021072 1 controller.go:146] "Unhandled Error" err=<
Error updating APIService "v1beta1.metrics.k8s.io" with err: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
> logger="UnhandledError"
E1204 23:13:18.022591 1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.103.81.204:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.103.81.204:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.103.81.204:443: connect: connection refused" logger="UnhandledError"
I1204 23:13:18.053200 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
E1204 23:13:59.747428 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:54842: use of closed network connection
E1204 23:13:59.921107 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:54876: use of closed network connection
I1204 23:14:08.946781 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.96.65.33"}
I1204 23:14:25.954565 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I1204 23:14:26.167940 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.105.235.196"}
I1204 23:14:28.188596 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W1204 23:14:29.205715 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
I1204 23:20:19.050910 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I1204 23:20:26.058381 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1204 23:20:26.058427 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1204 23:20:26.073184 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1204 23:20:26.073244 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1204 23:20:26.095228 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1204 23:20:26.095382 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1204 23:20:26.107180 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1204 23:20:26.107325 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W1204 23:20:27.097473 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W1204 23:20:27.108991 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W1204 23:20:27.118444 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
==> kube-controller-manager [c18ad7ba7d7db0830f098b28bebb532246d393507131f12d889ee2f3dd1f0cec] <==
E1204 23:20:58.913961 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1204 23:20:59.913001 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 23:20:59.913043 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
E1204 23:21:07.165685 1 pv_controller.go:1586] "Error finding provisioning plugin for claim" err="storageclass.storage.k8s.io \"local-path\" not found" logger="persistentvolume-binder-controller" PVC="default/test-pvc"
W1204 23:21:12.842910 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 23:21:12.842958 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
E1204 23:21:22.166899 1 pv_controller.go:1586] "Error finding provisioning plugin for claim" err="storageclass.storage.k8s.io \"local-path\" not found" logger="persistentvolume-binder-controller" PVC="default/test-pvc"
W1204 23:21:22.883686 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 23:21:22.883731 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1204 23:21:26.679959 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 23:21:26.680029 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1204 23:21:29.758536 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 23:21:29.758577 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
E1204 23:21:37.166974 1 pv_controller.go:1586] "Error finding provisioning plugin for claim" err="storageclass.storage.k8s.io \"local-path\" not found" logger="persistentvolume-binder-controller" PVC="default/test-pvc"
E1204 23:21:52.167947 1 pv_controller.go:1586] "Error finding provisioning plugin for claim" err="storageclass.storage.k8s.io \"local-path\" not found" logger="persistentvolume-binder-controller" PVC="default/test-pvc"
W1204 23:21:53.518195 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 23:21:53.518240 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1204 23:22:01.683467 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 23:22:01.683517 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
E1204 23:22:07.168652 1 pv_controller.go:1586] "Error finding provisioning plugin for claim" err="storageclass.storage.k8s.io \"local-path\" not found" logger="persistentvolume-binder-controller" PVC="default/test-pvc"
W1204 23:22:10.847614 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 23:22:10.847660 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W1204 23:22:13.984934 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1204 23:22:13.984975 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
E1204 23:22:22.169455 1 pv_controller.go:1586] "Error finding provisioning plugin for claim" err="storageclass.storage.k8s.io \"local-path\" not found" logger="persistentvolume-binder-controller" PVC="default/test-pvc"
==> kube-proxy [76b8a8033f246a695f01ca1eec1c0ba32b678a44438d9c4943a3e8ec8aff2c9d] <==
I1204 23:11:41.999798 1 server_linux.go:66] "Using iptables proxy"
I1204 23:11:42.522412 1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
E1204 23:11:42.522510 1 server.go:234] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
I1204 23:11:42.915799 1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I1204 23:11:42.916905 1 server_linux.go:169] "Using iptables Proxier"
I1204 23:11:42.999168 1 proxier.go:255] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses" ipFamily="IPv4"
I1204 23:11:42.999868 1 server.go:483] "Version info" version="v1.31.2"
I1204 23:11:42.999987 1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I1204 23:11:43.001630 1 config.go:199] "Starting service config controller"
I1204 23:11:43.002952 1 shared_informer.go:313] Waiting for caches to sync for service config
I1204 23:11:43.002663 1 config.go:328] "Starting node config controller"
I1204 23:11:43.003244 1 shared_informer.go:313] Waiting for caches to sync for node config
I1204 23:11:43.002141 1 config.go:105] "Starting endpoint slice config controller"
I1204 23:11:43.003442 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I1204 23:11:43.105483 1 shared_informer.go:320] Caches are synced for node config
I1204 23:11:43.105660 1 shared_informer.go:320] Caches are synced for service config
I1204 23:11:43.105772 1 shared_informer.go:320] Caches are synced for endpoint slice config
==> kube-scheduler [f25ca8d234e6719b0b4c37293e5281f4e8e468b9b3a25895393e51a21a648acc] <==
W1204 23:11:30.518306 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
W1204 23:11:30.518308 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E1204 23:11:30.518319 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
E1204 23:11:30.518324 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
W1204 23:11:30.518387 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E1204 23:11:30.518406 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
W1204 23:11:31.464973 1 reflector.go:561] runtime/asm_amd64.s:1695: 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"
E1204 23:11:31.465022 1 reflector.go:158] "Unhandled Error" err="runtime/asm_amd64.s:1695: 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"
W1204 23:11:31.504488 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E1204 23:11:31.504541 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W1204 23:11:31.546483 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E1204 23:11:31.546559 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W1204 23:11:31.565052 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E1204 23:11:31.565112 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError"
W1204 23:11:31.572602 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E1204 23:11:31.572647 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
W1204 23:11:31.606116 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E1204 23:11:31.606166 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError"
W1204 23:11:31.628789 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E1204 23:11:31.628843 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError"
W1204 23:11:31.663323 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
E1204 23:11:31.663367 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W1204 23:11:31.685908 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E1204 23:11:31.685980 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
I1204 23:11:33.616392 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Dec 04 23:21:24 addons-630093 kubelet[1643]: E1204 23:21:24.432118 1643 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = reading manifest latest in docker.io/library/nginx: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" image="docker.io/nginx:latest"
Dec 04 23:21:24 addons-630093 kubelet[1643]: E1204 23:21:24.432202 1643 kuberuntime_image.go:55] "Failed to pull image" err="reading manifest latest in docker.io/library/nginx: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" image="docker.io/nginx:latest"
Dec 04 23:21:24 addons-630093 kubelet[1643]: E1204 23:21:24.432372 1643 kuberuntime_manager.go:1274] "Unhandled Error" err="container &Container{Name:task-pv-container,Image:docker.io/nginx,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{ContainerPort{Name:http-server,HostPort:0,ContainerPort:80,Protocol:TCP,HostIP:,},},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:task-pv-storage,ReadOnly:false,MountPath:/usr/share/nginx/html,SubPath:,MountPropagation:nil,SubPathExpr:,RecursiveReadOnly:nil,},VolumeMount{Name:kube-api-access-bbll2,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,RecursiveReadOnly:nil,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:Always,SecurityContext:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationM
essagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,ResizePolicy:[]ContainerResizePolicy{},RestartPolicy:nil,} start failed in pod task-pv-pod_default(7d7d08b6-0c55-4e1e-af14-bcf120b4fe87): ErrImagePull: reading manifest latest in docker.io/library/nginx: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" logger="UnhandledError"
Dec 04 23:21:24 addons-630093 kubelet[1643]: E1204 23:21:24.433578 1643 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"task-pv-container\" with ErrImagePull: \"reading manifest latest in docker.io/library/nginx: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"" pod="default/task-pv-pod" podUID="7d7d08b6-0c55-4e1e-af14-bcf120b4fe87"
Dec 04 23:21:27 addons-630093 kubelet[1643]: E1204 23:21:27.811870 1643 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\"\"" pod="default/nginx" podUID="033304b8-dc25-498d-9212-9e1e40bc9c12"
Dec 04 23:21:32 addons-630093 kubelet[1643]: E1204 23:21:32.898495 1643 container_manager_linux.go:513] "Failed to find cgroups of kubelet" err="cpu and memory cgroup hierarchy not unified. cpu: /docker/172acc3450ade00044526824741e005120317f6d35ec317f851d2b6dc6d2a3b8, memory: /docker/172acc3450ade00044526824741e005120317f6d35ec317f851d2b6dc6d2a3b8/system.slice/kubelet.service"
Dec 04 23:21:33 addons-630093 kubelet[1643]: E1204 23:21:33.039159 1643 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354493038894107,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:527109,},InodesUsed:&UInt64Value{Value:212,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:21:33 addons-630093 kubelet[1643]: E1204 23:21:33.039201 1643 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354493038894107,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:527109,},InodesUsed:&UInt64Value{Value:212,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:21:35 addons-630093 kubelet[1643]: E1204 23:21:35.812158 1643 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\\\"\"" pod="default/task-pv-pod" podUID="7d7d08b6-0c55-4e1e-af14-bcf120b4fe87"
Dec 04 23:21:41 addons-630093 kubelet[1643]: E1204 23:21:41.811996 1643 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\"\"" pod="default/nginx" podUID="033304b8-dc25-498d-9212-9e1e40bc9c12"
Dec 04 23:21:43 addons-630093 kubelet[1643]: E1204 23:21:43.041545 1643 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354503041230306,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:527109,},InodesUsed:&UInt64Value{Value:212,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:21:43 addons-630093 kubelet[1643]: E1204 23:21:43.041596 1643 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354503041230306,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:527109,},InodesUsed:&UInt64Value{Value:212,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:21:50 addons-630093 kubelet[1643]: E1204 23:21:50.811580 1643 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\\\"\"" pod="default/task-pv-pod" podUID="7d7d08b6-0c55-4e1e-af14-bcf120b4fe87"
Dec 04 23:21:53 addons-630093 kubelet[1643]: E1204 23:21:53.045072 1643 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354513044817879,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:527109,},InodesUsed:&UInt64Value{Value:212,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:21:53 addons-630093 kubelet[1643]: E1204 23:21:53.045107 1643 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354513044817879,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:527109,},InodesUsed:&UInt64Value{Value:212,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:22:01 addons-630093 kubelet[1643]: I1204 23:22:01.810687 1643 kubelet_pods.go:1007] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/busybox" secret="" err="secret \"gcp-auth\" not found"
Dec 04 23:22:03 addons-630093 kubelet[1643]: E1204 23:22:03.047386 1643 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354523047127024,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:527109,},InodesUsed:&UInt64Value{Value:212,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:22:03 addons-630093 kubelet[1643]: E1204 23:22:03.047426 1643 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354523047127024,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:527109,},InodesUsed:&UInt64Value{Value:212,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:22:03 addons-630093 kubelet[1643]: E1204 23:22:03.811508 1643 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\\\"\"" pod="default/task-pv-pod" podUID="7d7d08b6-0c55-4e1e-af14-bcf120b4fe87"
Dec 04 23:22:13 addons-630093 kubelet[1643]: E1204 23:22:13.049527 1643 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354533049340382,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:527109,},InodesUsed:&UInt64Value{Value:212,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:22:13 addons-630093 kubelet[1643]: E1204 23:22:13.049558 1643 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354533049340382,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:527109,},InodesUsed:&UInt64Value{Value:212,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:22:14 addons-630093 kubelet[1643]: E1204 23:22:14.812179 1643 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\\\"\"" pod="default/task-pv-pod" podUID="7d7d08b6-0c55-4e1e-af14-bcf120b4fe87"
Dec 04 23:22:23 addons-630093 kubelet[1643]: E1204 23:22:23.051618 1643 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354543051409119,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:527109,},InodesUsed:&UInt64Value{Value:212,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:22:23 addons-630093 kubelet[1643]: E1204 23:22:23.051661 1643 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1733354543051409119,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:527109,},InodesUsed:&UInt64Value{Value:212,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Dec 04 23:22:25 addons-630093 kubelet[1643]: E1204 23:22:25.811364 1643 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\\\"\"" pod="default/task-pv-pod" podUID="7d7d08b6-0c55-4e1e-af14-bcf120b4fe87"
==> storage-provisioner [7579ef87384414e56ddfe0b7d9482bd87f3030a02185f51552230baf2942b017] <==
I1204 23:11:58.350091 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I1204 23:11:58.357669 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I1204 23:11:58.357713 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I1204 23:11:58.365574 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I1204 23:11:58.365696 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"7e65eeda-0a1f-4ed0-93d5-7510680ef7a9", APIVersion:"v1", ResourceVersion:"914", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-630093_4fbeb0c1-dfd3-440b-90ad-a51f627c5476 became leader
I1204 23:11:58.365747 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-630093_4fbeb0c1-dfd3-440b-90ad-a51f627c5476!
I1204 23:11:58.466731 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-630093_4fbeb0c1-dfd3-440b-90ad-a51f627c5476!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-630093 -n addons-630093
helpers_test.go:261: (dbg) Run: kubectl --context addons-630093 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: nginx task-pv-pod test-local-path ingress-nginx-admission-create-g9mgr ingress-nginx-admission-patch-6klmq
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Ingress]: describe non-running pods <======
helpers_test.go:277: (dbg) Run: kubectl --context addons-630093 describe pod nginx task-pv-pod test-local-path ingress-nginx-admission-create-g9mgr ingress-nginx-admission-patch-6klmq
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-630093 describe pod nginx task-pv-pod test-local-path ingress-nginx-admission-create-g9mgr ingress-nginx-admission-patch-6klmq: exit status 1 (84.126166ms)
-- stdout --
Name: nginx
Namespace: default
Priority: 0
Service Account: default
Node: addons-630093/192.168.49.2
Start Time: Wed, 04 Dec 2024 23:14:26 +0000
Labels: run=nginx
Annotations: <none>
Status: Pending
IP: 10.244.0.27
IPs:
IP: 10.244.0.27
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-49bg2 (ro)
Conditions:
Type Status
PodReadyToStartContainers True
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
kube-api-access-49bg2:
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 8m2s default-scheduler Successfully assigned default/nginx to addons-630093
Normal Pulling 3m9s (x4 over 8m2s) kubelet Pulling image "docker.io/nginx:alpine"
Warning Failed 117s (x4 over 7m3s) kubelet Failed to pull image "docker.io/nginx:alpine": reading manifest alpine in docker.io/library/nginx: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
Warning Failed 117s (x4 over 7m3s) kubelet Error: ErrImagePull
Normal BackOff 88s (x7 over 7m3s) kubelet Back-off pulling image "docker.io/nginx:alpine"
Warning Failed 88s (x7 over 7m3s) kubelet Error: ImagePullBackOff
Name: task-pv-pod
Namespace: default
Priority: 0
Service Account: default
Node: addons-630093/192.168.49.2
Start Time: Wed, 04 Dec 2024 23:14:23 +0000
Labels: app=task-pv-pod
Annotations: <none>
Status: Pending
IP: 10.244.0.26
IPs:
IP: 10.244.0.26
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-bbll2 (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
ReadOnly: false
kube-api-access-bbll2:
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 8m5s default-scheduler Successfully assigned default/task-pv-pod to addons-630093
Warning Failed 7m34s kubelet Failed to pull image "docker.io/nginx": initializing source docker://nginx:latest: reading manifest latest in docker.io/library/nginx: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
Normal Pulling 3m48s (x4 over 8m5s) kubelet Pulling image "docker.io/nginx"
Warning Failed 2m58s (x4 over 7m34s) kubelet Error: ErrImagePull
Warning Failed 2m58s (x3 over 6m2s) kubelet Failed to pull image "docker.io/nginx": reading manifest latest in docker.io/library/nginx: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
Normal BackOff 2m17s (x7 over 7m33s) kubelet Back-off pulling image "docker.io/nginx"
Warning Failed 2m17s (x7 over 7m33s) kubelet Error: ImagePullBackOff
Name: test-local-path
Namespace: default
Priority: 0
Service Account: default
Node: <none>
Labels: run=test-local-path
Annotations: <none>
Status: Pending
IP:
IPs: <none>
Containers:
busybox:
Image: busybox:stable
Port: <none>
Host Port: <none>
Command:
sh
-c
echo 'local-path-provisioner' > /test/file1
Environment: <none>
Mounts:
/test from data (rw)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-jd9np (ro)
Volumes:
data:
Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
ClaimName: test-pvc
ReadOnly: false
kube-api-access-jd9np:
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: <none>
-- /stdout --
** stderr **
Error from server (NotFound): pods "ingress-nginx-admission-create-g9mgr" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-6klmq" not found
** /stderr **
helpers_test.go:279: kubectl --context addons-630093 describe pod nginx task-pv-pod test-local-path ingress-nginx-admission-create-g9mgr ingress-nginx-admission-patch-6klmq: exit status 1
addons_test.go:992: (dbg) Run: out/minikube-linux-amd64 -p addons-630093 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-630093 addons disable ingress-dns --alsologtostderr -v=1: (1.520012036s)
addons_test.go:992: (dbg) Run: out/minikube-linux-amd64 -p addons-630093 addons disable ingress --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-630093 addons disable ingress --alsologtostderr -v=1: (7.642632832s)
--- FAIL: TestAddons/parallel/Ingress (492.17s)