=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-438605 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-438605 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-438605 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" [69b039a7-6226-4052-a020-97718eae3479] 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-438605 -n addons-438605
addons_test.go:250: TestAddons/parallel/Ingress: showing logs for failed pods as of 2025-04-07 13:01:10.296804309 +0000 UTC m=+717.786751939
addons_test.go:250: (dbg) Run: kubectl --context addons-438605 describe po nginx -n default
addons_test.go:250: (dbg) kubectl --context addons-438605 describe po nginx -n default:
Name: nginx
Namespace: default
Priority: 0
Service Account: default
Node: addons-438605/192.168.49.2
Start Time: Mon, 07 Apr 2025 12:53:09 +0000
Labels: run=nginx
Annotations: <none>
Status: Pending
IP: 10.244.0.32
IPs:
IP: 10.244.0.32
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-t86g7 (ro)
Conditions:
Type Status
PodReadyToStartContainers True
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
kube-api-access-t86g7:
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 8m1s default-scheduler Successfully assigned default/nginx to addons-438605
Normal Pulling 4m57s (x5 over 8m) kubelet Pulling image "docker.io/nginx:alpine"
Warning Failed 4m56s (x5 over 7m58s) kubelet Failed to pull image "docker.io/nginx:alpine": failed to pull and unpack image "docker.io/library/nginx:alpine": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Warning Failed 4m56s (x5 over 7m58s) kubelet Error: ErrImagePull
Normal BackOff 2m51s (x21 over 7m57s) kubelet Back-off pulling image "docker.io/nginx:alpine"
Warning Failed 2m51s (x21 over 7m57s) kubelet Error: ImagePullBackOff
addons_test.go:250: (dbg) Run: kubectl --context addons-438605 logs nginx -n default
addons_test.go:250: (dbg) Non-zero exit: kubectl --context addons-438605 logs nginx -n default: exit status 1 (74.009354ms)
** 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-438605 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-438605
helpers_test.go:235: (dbg) docker inspect addons-438605:
-- stdout --
[
{
"Id": "814116c746168c28c9a9f6c0e705091f7390d552473808fc43d428b6f90ae3e0",
"Created": "2025-04-07T12:49:50.505617583Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 830245,
"ExitCode": 0,
"Error": "",
"StartedAt": "2025-04-07T12:49:50.542819946Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:037bd1b5a0f63899880a74b20d0e40b693fd199ade4ed9b883be5ed5726d15a6",
"ResolvConfPath": "/var/lib/docker/containers/814116c746168c28c9a9f6c0e705091f7390d552473808fc43d428b6f90ae3e0/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/814116c746168c28c9a9f6c0e705091f7390d552473808fc43d428b6f90ae3e0/hostname",
"HostsPath": "/var/lib/docker/containers/814116c746168c28c9a9f6c0e705091f7390d552473808fc43d428b6f90ae3e0/hosts",
"LogPath": "/var/lib/docker/containers/814116c746168c28c9a9f6c0e705091f7390d552473808fc43d428b6f90ae3e0/814116c746168c28c9a9f6c0e705091f7390d552473808fc43d428b6f90ae3e0-json.log",
"Name": "/addons-438605",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-438605:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {
"max-size": "100m"
}
},
"NetworkMode": "addons-438605",
"PortBindings": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
]
},
"RestartPolicy": {
"Name": "no",
"MaximumRetryCount": 0
},
"AutoRemove": false,
"VolumeDriver": "",
"VolumesFrom": null,
"ConsoleSize": [
0,
0
],
"CapAdd": null,
"CapDrop": null,
"CgroupnsMode": "host",
"Dns": [],
"DnsOptions": [],
"DnsSearch": [],
"ExtraHosts": null,
"GroupAdd": null,
"IpcMode": "private",
"Cgroup": "",
"Links": null,
"OomScoreAdj": 0,
"PidMode": "",
"Privileged": true,
"PublishAllPorts": false,
"ReadonlyRootfs": false,
"SecurityOpt": [
"seccomp=unconfined",
"apparmor=unconfined",
"label=disable"
],
"Tmpfs": {
"/run": "",
"/tmp": ""
},
"UTSMode": "",
"UsernsMode": "",
"ShmSize": 67108864,
"Runtime": "runc",
"Isolation": "",
"CpuShares": 0,
"Memory": 4194304000,
"NanoCpus": 2000000000,
"CgroupParent": "",
"BlkioWeight": 0,
"BlkioWeightDevice": [],
"BlkioDeviceReadBps": [],
"BlkioDeviceWriteBps": [],
"BlkioDeviceReadIOps": [],
"BlkioDeviceWriteIOps": [],
"CpuPeriod": 0,
"CpuQuota": 0,
"CpuRealtimePeriod": 0,
"CpuRealtimeRuntime": 0,
"CpusetCpus": "",
"CpusetMems": "",
"Devices": [],
"DeviceCgroupRules": null,
"DeviceRequests": null,
"MemoryReservation": 0,
"MemorySwap": 8388608000,
"MemorySwappiness": null,
"OomKillDisable": false,
"PidsLimit": null,
"Ulimits": [],
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"MaskedPaths": null,
"ReadonlyPaths": null
},
"GraphDriver": {
"Data": {
"ID": "814116c746168c28c9a9f6c0e705091f7390d552473808fc43d428b6f90ae3e0",
"LowerDir": "/var/lib/docker/overlay2/db3cdd030fb3354f9793e40841463a683f40836aed92399e8be399acad050d61-init/diff:/var/lib/docker/overlay2/d26f6b063706f297920cbe8b1068cf783bb11b15b0caeeceba79daf74886ddc7/diff",
"MergedDir": "/var/lib/docker/overlay2/db3cdd030fb3354f9793e40841463a683f40836aed92399e8be399acad050d61/merged",
"UpperDir": "/var/lib/docker/overlay2/db3cdd030fb3354f9793e40841463a683f40836aed92399e8be399acad050d61/diff",
"WorkDir": "/var/lib/docker/overlay2/db3cdd030fb3354f9793e40841463a683f40836aed92399e8be399acad050d61/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "volume",
"Name": "addons-438605",
"Source": "/var/lib/docker/volumes/addons-438605/_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-438605",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727",
"Volumes": null,
"WorkingDir": "/",
"Entrypoint": [
"/usr/local/bin/entrypoint",
"/sbin/init"
],
"OnBuild": null,
"Labels": {
"created_by.minikube.sigs.k8s.io": "true",
"mode.minikube.sigs.k8s.io": "addons-438605",
"name.minikube.sigs.k8s.io": "addons-438605",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "238972fab58b8e480ebfed7f053d5e2a18c62cd3256ab0aba3ccb24cf340a5b2",
"SandboxKey": "/var/run/docker/netns/238972fab58b",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33143"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33144"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33147"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33145"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33146"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-438605": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "be:5a:ae:9f:d2:ac",
"DriverOpts": null,
"GwPriority": 0,
"NetworkID": "6dc79560ba18d62073c5fba29bd0f7dc4de8c884d407901f4b82606bb72c3cfe",
"EndpointID": "24339c8f297921d6a2ff50c62f9adead72dd584381647541b2de54e446621e27",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-438605",
"814116c74616"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-amd64 status --format={{.Host}} -p addons-438605 -n addons-438605
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-438605 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-438605 logs -n 25: (1.176426243s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-275779 | download-only-275779 | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | 07 Apr 25 12:49 UTC |
| delete | -p download-only-325513 | download-only-325513 | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | 07 Apr 25 12:49 UTC |
| delete | -p download-only-275779 | download-only-275779 | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | 07 Apr 25 12:49 UTC |
| start | --download-only -p | download-docker-071822 | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | |
| | download-docker-071822 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p download-docker-071822 | download-docker-071822 | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | 07 Apr 25 12:49 UTC |
| start | --download-only -p | binary-mirror-297215 | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | |
| | binary-mirror-297215 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:46133 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p binary-mirror-297215 | binary-mirror-297215 | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | 07 Apr 25 12:49 UTC |
| addons | enable dashboard -p | addons-438605 | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | |
| | addons-438605 | | | | | |
| addons | disable dashboard -p | addons-438605 | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | |
| | addons-438605 | | | | | |
| start | -p addons-438605 --wait=true | addons-438605 | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | 07 Apr 25 12:51 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=containerd | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| addons | addons-438605 addons disable | addons-438605 | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:52 UTC |
| | volcano --alsologtostderr -v=1 | | | | | |
| addons | addons-438605 addons disable | addons-438605 | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:52 UTC |
| | gcp-auth --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | enable headlamp | addons-438605 | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:52 UTC |
| | -p addons-438605 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-438605 addons disable | addons-438605 | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:52 UTC |
| | amd-gpu-device-plugin | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-438605 addons | addons-438605 | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:52 UTC |
| | disable nvidia-device-plugin | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-438605 addons disable | addons-438605 | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:53 UTC |
| | headlamp --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-438605 addons disable | addons-438605 | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:53 UTC |
| | yakd --alsologtostderr -v=1 | | | | | |
| ip | addons-438605 ip | addons-438605 | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
| addons | addons-438605 addons disable | addons-438605 | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-438605 addons | addons-438605 | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
| | disable cloud-spanner | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-438605 addons | addons-438605 | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-438605 addons | addons-438605 | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
| | disable inspektor-gadget | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-438605 addons | addons-438605 | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-438605 addons | addons-438605 | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-438605 addons disable | addons-438605 | jenkins | v1.35.0 | 07 Apr 25 12:57 UTC | 07 Apr 25 12:58 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2025/04/07 12:49:25
Running on machine: ubuntu-20-agent-7
Binary: Built with gc go1.24.0 for linux/amd64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0407 12:49:25.903609 829627 out.go:345] Setting OutFile to fd 1 ...
I0407 12:49:25.903712 829627 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0407 12:49:25.903717 829627 out.go:358] Setting ErrFile to fd 2...
I0407 12:49:25.903721 829627 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0407 12:49:25.903913 829627 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20598-821510/.minikube/bin
I0407 12:49:25.904570 829627 out.go:352] Setting JSON to false
I0407 12:49:25.905581 829627 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-7","uptime":23514,"bootTime":1744006652,"procs":195,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1078-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
I0407 12:49:25.905646 829627 start.go:139] virtualization: kvm guest
I0407 12:49:25.907725 829627 out.go:177] * [addons-438605] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
I0407 12:49:25.909208 829627 notify.go:220] Checking for updates...
I0407 12:49:25.909229 829627 out.go:177] - MINIKUBE_LOCATION=20598
I0407 12:49:25.910946 829627 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0407 12:49:25.912742 829627 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/20598-821510/kubeconfig
I0407 12:49:25.914284 829627 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/20598-821510/.minikube
I0407 12:49:25.916004 829627 out.go:177] - MINIKUBE_BIN=out/minikube-linux-amd64
I0407 12:49:25.917462 829627 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0407 12:49:25.919511 829627 driver.go:394] Setting default libvirt URI to qemu:///system
I0407 12:49:25.942746 829627 docker.go:123] docker version: linux-28.0.4:Docker Engine - Community
I0407 12:49:25.942877 829627 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0407 12:49:25.990632 829627 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:24 OomKillDisable:true NGoroutines:44 SystemTime:2025-04-07 12:49:25.981734775 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1078-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-7 Labels:[] ExperimentalBuild:false ServerVersion:28.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:05044ec0a9a75232cad458027ca83437aae3f4da Expected:05044ec0a9a75232cad458027ca83437aae3f4da} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
I0407 12:49:25.990753 829627 docker.go:318] overlay module found
I0407 12:49:25.992639 829627 out.go:177] * Using the docker driver based on user configuration
I0407 12:49:25.994072 829627 start.go:297] selected driver: docker
I0407 12:49:25.994097 829627 start.go:901] validating driver "docker" against <nil>
I0407 12:49:25.994112 829627 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0407 12:49:25.995004 829627 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0407 12:49:26.043422 829627 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:24 OomKillDisable:true NGoroutines:44 SystemTime:2025-04-07 12:49:26.034225857 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1078-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-7 Labels:[] ExperimentalBuild:false ServerVersion:28.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:05044ec0a9a75232cad458027ca83437aae3f4da Expected:05044ec0a9a75232cad458027ca83437aae3f4da} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
I0407 12:49:26.043648 829627 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0407 12:49:26.043919 829627 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]
I0407 12:49:26.045447 829627 out.go:177] * Using Docker driver with root privileges
I0407 12:49:26.046823 829627 cni.go:84] Creating CNI manager for ""
I0407 12:49:26.046896 829627 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0407 12:49:26.046907 829627 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0407 12:49:26.046982 829627 start.go:340] cluster config:
{Name:addons-438605 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:addons-438605 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:containerd 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: SSHA
uthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0407 12:49:26.048587 829627 out.go:177] * Starting "addons-438605" primary control-plane node in "addons-438605" cluster
I0407 12:49:26.049878 829627 cache.go:121] Beginning downloading kic base image for docker with containerd
I0407 12:49:26.051277 829627 out.go:177] * Pulling base image v0.0.46-1743675393-20591 ...
I0407 12:49:26.052571 829627 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime containerd
I0407 12:49:26.052621 829627 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20598-821510/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-containerd-overlay2-amd64.tar.lz4
I0407 12:49:26.052632 829627 cache.go:56] Caching tarball of preloaded images
I0407 12:49:26.052692 829627 image.go:81] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 in local docker daemon
I0407 12:49:26.052723 829627 preload.go:172] Found /home/jenkins/minikube-integration/20598-821510/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-containerd-overlay2-amd64.tar.lz4 in cache, skipping download
I0407 12:49:26.052737 829627 cache.go:59] Finished verifying existence of preloaded tar for v1.32.2 on containerd
I0407 12:49:26.053078 829627 profile.go:143] Saving config to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/config.json ...
I0407 12:49:26.053111 829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/config.json: {Name:mke71b541204ae176b1fe650af554dd6e231a152 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0407 12:49:26.069930 829627 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 to local cache
I0407 12:49:26.070085 829627 image.go:65] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 in local cache directory
I0407 12:49:26.070102 829627 image.go:68] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 in local cache directory, skipping pull
I0407 12:49:26.070108 829627 image.go:137] gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 exists in cache, skipping pull
I0407 12:49:26.070124 829627 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 as a tarball
I0407 12:49:26.070131 829627 cache.go:163] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 from local cache
I0407 12:49:38.362490 829627 cache.go:165] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 from cached tarball
I0407 12:49:38.362538 829627 cache.go:230] Successfully downloaded all kic artifacts
I0407 12:49:38.362587 829627 start.go:360] acquireMachinesLock for addons-438605: {Name:mk1501e2d1d66972323fbf90cdb58af77c0490bb Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0407 12:49:38.362703 829627 start.go:364] duration metric: took 90.81µs to acquireMachinesLock for "addons-438605"
I0407 12:49:38.362736 829627 start.go:93] Provisioning new machine with config: &{Name:addons-438605 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:addons-438605 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:containerd 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:fa
lse CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0407 12:49:38.362816 829627 start.go:125] createHost starting for "" (driver="docker")
I0407 12:49:38.364684 829627 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0407 12:49:38.364911 829627 start.go:159] libmachine.API.Create for "addons-438605" (driver="docker")
I0407 12:49:38.364946 829627 client.go:168] LocalClient.Create starting
I0407 12:49:38.365064 829627 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca.pem
I0407 12:49:38.902997 829627 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/cert.pem
I0407 12:49:39.046217 829627 cli_runner.go:164] Run: docker network inspect addons-438605 --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}}]}"
W0407 12:49:39.063637 829627 cli_runner.go:211] docker network inspect addons-438605 --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
I0407 12:49:39.063730 829627 network_create.go:284] running [docker network inspect addons-438605] to gather additional debugging logs...
I0407 12:49:39.063755 829627 cli_runner.go:164] Run: docker network inspect addons-438605
W0407 12:49:39.079877 829627 cli_runner.go:211] docker network inspect addons-438605 returned with exit code 1
I0407 12:49:39.079912 829627 network_create.go:287] error running [docker network inspect addons-438605]: docker network inspect addons-438605: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-438605 not found
I0407 12:49:39.079929 829627 network_create.go:289] output of [docker network inspect addons-438605]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-438605 not found
** /stderr **
I0407 12:49:39.080016 829627 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}}]}"
I0407 12:49:39.096486 829627 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:0xc001e04750}
I0407 12:49:39.096553 829627 network_create.go:124] attempt to create docker network addons-438605 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0407 12:49:39.096624 829627 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-438605 addons-438605
I0407 12:49:39.148286 829627 network_create.go:108] docker network addons-438605 192.168.49.0/24 created
I0407 12:49:39.148317 829627 kic.go:121] calculated static IP "192.168.49.2" for the "addons-438605" container
I0407 12:49:39.148376 829627 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0407 12:49:39.165262 829627 cli_runner.go:164] Run: docker volume create addons-438605 --label name.minikube.sigs.k8s.io=addons-438605 --label created_by.minikube.sigs.k8s.io=true
I0407 12:49:39.183686 829627 oci.go:103] Successfully created a docker volume addons-438605
I0407 12:49:39.183786 829627 cli_runner.go:164] Run: docker run --rm --name addons-438605-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-438605 --entrypoint /usr/bin/test -v addons-438605:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 -d /var/lib
I0407 12:49:45.924045 829627 cli_runner.go:217] Completed: docker run --rm --name addons-438605-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-438605 --entrypoint /usr/bin/test -v addons-438605:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 -d /var/lib: (6.740201086s)
I0407 12:49:45.924099 829627 oci.go:107] Successfully prepared a docker volume addons-438605
I0407 12:49:45.924116 829627 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime containerd
I0407 12:49:45.924153 829627 kic.go:194] Starting extracting preloaded images to volume ...
I0407 12:49:45.924284 829627 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20598-821510/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-438605:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 -I lz4 -xf /preloaded.tar -C /extractDir
I0407 12:49:50.442326 829627 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20598-821510/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-438605:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 -I lz4 -xf /preloaded.tar -C /extractDir: (4.517977542s)
I0407 12:49:50.442369 829627 kic.go:203] duration metric: took 4.518221144s to extract preloaded images to volume ...
W0407 12:49:50.442555 829627 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0407 12:49:50.442706 829627 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0407 12:49:50.490325 829627 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-438605 --name addons-438605 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-438605 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-438605 --network addons-438605 --ip 192.168.49.2 --volume addons-438605:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727
I0407 12:49:50.757928 829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Running}}
I0407 12:49:50.776137 829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
I0407 12:49:50.796472 829627 cli_runner.go:164] Run: docker exec addons-438605 stat /var/lib/dpkg/alternatives/iptables
I0407 12:49:50.839006 829627 oci.go:144] the created container "addons-438605" has a running status.
I0407 12:49:50.839061 829627 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa...
I0407 12:49:51.036469 829627 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0407 12:49:51.061038 829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
I0407 12:49:51.081901 829627 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0407 12:49:51.081924 829627 kic_runner.go:114] Args: [docker exec --privileged addons-438605 chown docker:docker /home/docker/.ssh/authorized_keys]
I0407 12:49:51.136098 829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
I0407 12:49:51.158287 829627 machine.go:93] provisionDockerMachine start ...
I0407 12:49:51.158377 829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
I0407 12:49:51.177866 829627 main.go:141] libmachine: Using SSH client type: native
I0407 12:49:51.178114 829627 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x836360] 0x839060 <nil> [] 0s} 127.0.0.1 33143 <nil> <nil>}
I0407 12:49:51.178127 829627 main.go:141] libmachine: About to run SSH command:
hostname
I0407 12:49:51.398993 829627 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-438605
I0407 12:49:51.399025 829627 ubuntu.go:169] provisioning hostname "addons-438605"
I0407 12:49:51.399121 829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
I0407 12:49:51.417552 829627 main.go:141] libmachine: Using SSH client type: native
I0407 12:49:51.417772 829627 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x836360] 0x839060 <nil> [] 0s} 127.0.0.1 33143 <nil> <nil>}
I0407 12:49:51.417786 829627 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-438605 && echo "addons-438605" | sudo tee /etc/hostname
I0407 12:49:51.554853 829627 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-438605
I0407 12:49:51.554942 829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
I0407 12:49:51.575573 829627 main.go:141] libmachine: Using SSH client type: native
I0407 12:49:51.575784 829627 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x836360] 0x839060 <nil> [] 0s} 127.0.0.1 33143 <nil> <nil>}
I0407 12:49:51.575801 829627 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-438605' /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-438605/g' /etc/hosts;
else
echo '127.0.1.1 addons-438605' | sudo tee -a /etc/hosts;
fi
fi
I0407 12:49:51.699646 829627 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0407 12:49:51.699682 829627 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/20598-821510/.minikube CaCertPath:/home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/20598-821510/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/20598-821510/.minikube}
I0407 12:49:51.699703 829627 ubuntu.go:177] setting up certificates
I0407 12:49:51.699716 829627 provision.go:84] configureAuth start
I0407 12:49:51.699779 829627 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-438605
I0407 12:49:51.717563 829627 provision.go:143] copyHostCerts
I0407 12:49:51.717651 829627 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/20598-821510/.minikube/ca.pem (1078 bytes)
I0407 12:49:51.717784 829627 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/20598-821510/.minikube/cert.pem (1123 bytes)
I0407 12:49:51.717866 829627 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/20598-821510/.minikube/key.pem (1675 bytes)
I0407 12:49:51.717937 829627 provision.go:117] generating server cert: /home/jenkins/minikube-integration/20598-821510/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca-key.pem org=jenkins.addons-438605 san=[127.0.0.1 192.168.49.2 addons-438605 localhost minikube]
I0407 12:49:52.076388 829627 provision.go:177] copyRemoteCerts
I0407 12:49:52.076448 829627 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0407 12:49:52.076487 829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
I0407 12:49:52.094049 829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
I0407 12:49:52.184088 829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0407 12:49:52.206729 829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0407 12:49:52.230170 829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0407 12:49:52.253299 829627 provision.go:87] duration metric: took 553.564922ms to configureAuth
I0407 12:49:52.253334 829627 ubuntu.go:193] setting minikube options for container-runtime
I0407 12:49:52.253516 829627 config.go:182] Loaded profile config "addons-438605": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
I0407 12:49:52.253530 829627 machine.go:96] duration metric: took 1.095220563s to provisionDockerMachine
I0407 12:49:52.253540 829627 client.go:171] duration metric: took 13.888584056s to LocalClient.Create
I0407 12:49:52.253568 829627 start.go:167] duration metric: took 13.888655703s to libmachine.API.Create "addons-438605"
I0407 12:49:52.253581 829627 start.go:293] postStartSetup for "addons-438605" (driver="docker")
I0407 12:49:52.253598 829627 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]
I0407 12:49:52.253660 829627 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
I0407 12:49:52.253712 829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
I0407 12:49:52.272092 829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
I0407 12:49:52.364195 829627 ssh_runner.go:195] Run: cat /etc/os-release
I0407 12:49:52.367456 829627 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0407 12:49:52.367491 829627 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0407 12:49:52.367511 829627 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0407 12:49:52.367519 829627 info.go:137] Remote host: Ubuntu 22.04.5 LTS
I0407 12:49:52.367531 829627 filesync.go:126] Scanning /home/jenkins/minikube-integration/20598-821510/.minikube/addons for local assets ...
I0407 12:49:52.367607 829627 filesync.go:126] Scanning /home/jenkins/minikube-integration/20598-821510/.minikube/files for local assets ...
I0407 12:49:52.367629 829627 start.go:296] duration metric: took 114.038838ms for postStartSetup
I0407 12:49:52.367914 829627 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-438605
I0407 12:49:52.385971 829627 profile.go:143] Saving config to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/config.json ...
I0407 12:49:52.386242 829627 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0407 12:49:52.386284 829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
I0407 12:49:52.403774 829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
I0407 12:49:52.492429 829627 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0407 12:49:52.496867 829627 start.go:128] duration metric: took 14.134031711s to createHost
I0407 12:49:52.496895 829627 start.go:83] releasing machines lock for "addons-438605", held for 14.134175341s
I0407 12:49:52.496972 829627 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-438605
I0407 12:49:52.514876 829627 ssh_runner.go:195] Run: cat /version.json
I0407 12:49:52.514915 829627 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0407 12:49:52.514928 829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
I0407 12:49:52.515012 829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
I0407 12:49:52.532858 829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
I0407 12:49:52.533201 829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
I0407 12:49:52.688411 829627 ssh_runner.go:195] Run: systemctl --version
I0407 12:49:52.692724 829627 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0407 12:49:52.697059 829627 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 "grep -q loopback {} && ( grep -q name {} || sudo sed -i '/"type": "loopback"/i \ \ \ \ "name": "loopback",' {} ) && sudo sed -i 's|"cniVersion": ".*"|"cniVersion": "1.0.0"|g' {}" ;
I0407 12:49:52.720862 829627 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0407 12:49:52.720979 829627 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" ;
I0407 12:49:52.747761 829627 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0407 12:49:52.747794 829627 start.go:495] detecting cgroup driver to use...
I0407 12:49:52.747833 829627 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0407 12:49:52.747905 829627 ssh_runner.go:195] Run: sudo systemctl stop -f crio
I0407 12:49:52.759594 829627 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0407 12:49:52.770828 829627 docker.go:217] disabling cri-docker service (if available) ...
I0407 12:49:52.770884 829627 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0407 12:49:52.783430 829627 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0407 12:49:52.796252 829627 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0407 12:49:52.874624 829627 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0407 12:49:52.956460 829627 docker.go:233] disabling docker service ...
I0407 12:49:52.956522 829627 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0407 12:49:52.975196 829627 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0407 12:49:52.986107 829627 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0407 12:49:53.063099 829627 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0407 12:49:53.138752 829627 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0407 12:49:53.150187 829627 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///run/containerd/containerd.sock
" | sudo tee /etc/crictl.yaml"
I0407 12:49:53.166473 829627 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.10"|' /etc/containerd/config.toml"
I0407 12:49:53.176214 829627 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)restrict_oom_score_adj = .*$|\1restrict_oom_score_adj = false|' /etc/containerd/config.toml"
I0407 12:49:53.185931 829627 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0407 12:49:53.185997 829627 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0407 12:49:53.195548 829627 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runtime.v1.linux"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0407 12:49:53.204976 829627 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0407 12:49:53.214272 829627 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0407 12:49:53.224556 829627 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0407 12:49:53.233724 829627 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)conf_dir = .*$|\1conf_dir = "/etc/cni/net.d"|g' /etc/containerd/config.toml"
I0407 12:49:53.243654 829627 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0407 12:49:53.253596 829627 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)\[plugins."io.containerd.grpc.v1.cri"\]|&\n\1 enable_unprivileged_ports = true|' /etc/containerd/config.toml"
I0407 12:49:53.263920 829627 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0407 12:49:53.272379 829627 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0407 12:49:53.280723 829627 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0407 12:49:53.363191 829627 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0407 12:49:53.462338 829627 start.go:542] Will wait 60s for socket path /run/containerd/containerd.sock
I0407 12:49:53.462509 829627 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
I0407 12:49:53.466582 829627 start.go:563] Will wait 60s for crictl version
I0407 12:49:53.466635 829627 ssh_runner.go:195] Run: which crictl
I0407 12:49:53.470138 829627 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0407 12:49:53.503966 829627 start.go:579] Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: 1.7.27
RuntimeApiVersion: v1
I0407 12:49:53.504043 829627 ssh_runner.go:195] Run: containerd --version
I0407 12:49:53.530352 829627 ssh_runner.go:195] Run: containerd --version
I0407 12:49:53.555710 829627 out.go:177] * Preparing Kubernetes v1.32.2 on containerd 1.7.27 ...
I0407 12:49:53.557162 829627 cli_runner.go:164] Run: docker network inspect addons-438605 --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}}]}"
I0407 12:49:53.575223 829627 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0407 12:49:53.579045 829627 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""
I0407 12:49:53.589794 829627 kubeadm.go:883] updating cluster {Name:addons-438605 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:addons-438605 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:containerd 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 Cus
tomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0407 12:49:53.589927 829627 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime containerd
I0407 12:49:53.589983 829627 ssh_runner.go:195] Run: sudo crictl images --output json
I0407 12:49:53.622714 829627 containerd.go:627] all images are preloaded for containerd runtime.
I0407 12:49:53.622738 829627 containerd.go:534] Images already preloaded, skipping extraction
I0407 12:49:53.622790 829627 ssh_runner.go:195] Run: sudo crictl images --output json
I0407 12:49:53.657525 829627 containerd.go:627] all images are preloaded for containerd runtime.
I0407 12:49:53.657549 829627 cache_images.go:84] Images are preloaded, skipping loading
I0407 12:49:53.657558 829627 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.32.2 containerd true true} ...
I0407 12:49:53.657643 829627 kubeadm.go:946] kubelet [Unit]
Wants=containerd.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.32.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-438605 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.32.2 ClusterName:addons-438605 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
I0407 12:49:53.657698 829627 ssh_runner.go:195] Run: sudo crictl info
I0407 12:49:53.691897 829627 cni.go:84] Creating CNI manager for ""
I0407 12:49:53.691926 829627 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0407 12:49:53.691942 829627 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0407 12:49:53.691984 829627 kubeadm.go:189] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.32.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-438605 NodeName:addons-438605 DNSDomain:cluster.local CRISocket:/run/containerd/containerd.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
/kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///run/containerd/containerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0407 12:49:53.692147 829627 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:///run/containerd/containerd.sock
name: "addons-438605"
kubeletExtraArgs:
- name: "node-ip"
value: "192.168.49.2"
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta4
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
extraArgs:
- name: "enable-admission-plugins"
value: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
- name: "allocate-node-cidrs"
value: "true"
- name: "leader-elect"
value: "false"
scheduler:
extraArgs:
- name: "leader-elect"
value: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
etcd:
local:
dataDir: /var/lib/minikube/etcd
extraArgs:
- name: "proxy-refresh-interval"
value: "70000"
kubernetesVersion: v1.32.2
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///run/containerd/containerd.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
I0407 12:49:53.692230 829627 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.32.2
I0407 12:49:53.700831 829627 binaries.go:44] Found k8s binaries, skipping transfer
I0407 12:49:53.700901 829627 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0407 12:49:53.709331 829627 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
I0407 12:49:53.726279 829627 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0407 12:49:53.743272 829627 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2303 bytes)
I0407 12:49:53.760150 829627 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0407 12:49:53.763451 829627 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""
I0407 12:49:53.773290 829627 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0407 12:49:53.845578 829627 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0407 12:49:53.858504 829627 certs.go:68] Setting up /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605 for IP: 192.168.49.2
I0407 12:49:53.858526 829627 certs.go:194] generating shared ca certs ...
I0407 12:49:53.858542 829627 certs.go:226] acquiring lock for ca certs: {Name:mk6a74ec6effe97d3cd7b0c9ad240ae641340c38 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0407 12:49:53.858684 829627 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/20598-821510/.minikube/ca.key
I0407 12:49:54.082178 829627 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20598-821510/.minikube/ca.crt ...
I0407 12:49:54.082212 829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/ca.crt: {Name:mk7d0664b47f06e6dcc0da06d3c0ff2ab0d9365f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0407 12:49:54.082378 829627 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20598-821510/.minikube/ca.key ...
I0407 12:49:54.082390 829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/ca.key: {Name:mk184d91bc1a67d839b5cb3c735170242e1d7a38 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0407 12:49:54.082457 829627 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/20598-821510/.minikube/proxy-client-ca.key
I0407 12:49:54.301675 829627 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20598-821510/.minikube/proxy-client-ca.crt ...
I0407 12:49:54.301714 829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/proxy-client-ca.crt: {Name:mke4e2fe7d727c765156d3f832fbc8f989b5e88d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0407 12:49:54.301898 829627 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20598-821510/.minikube/proxy-client-ca.key ...
I0407 12:49:54.301909 829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/proxy-client-ca.key: {Name:mk5330479fe36aa3bb2fbdaa3b0e763635aef59a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0407 12:49:54.301985 829627 certs.go:256] generating profile certs ...
I0407 12:49:54.302045 829627 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.key
I0407 12:49:54.302059 829627 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt with IP's: []
I0407 12:49:54.429514 829627 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt ...
I0407 12:49:54.429545 829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: {Name:mke90ce21d8f62a3d57c76730f1763087ae54519 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0407 12:49:54.429704 829627 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.key ...
I0407 12:49:54.429715 829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.key: {Name:mka25eca96d9ceabe509958ef60cbe8cbbee6288 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0407 12:49:54.429784 829627 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.key.267c91fc
I0407 12:49:54.429803 829627 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.crt.267c91fc with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0407 12:49:54.907679 829627 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.crt.267c91fc ...
I0407 12:49:54.907719 829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.crt.267c91fc: {Name:mk81024c17a250fe59b6778187c141f724ae60a6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0407 12:49:54.907899 829627 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.key.267c91fc ...
I0407 12:49:54.907916 829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.key.267c91fc: {Name:mke8f0970a03692388e41f73612f880aabd0d7e1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0407 12:49:54.907998 829627 certs.go:381] copying /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.crt.267c91fc -> /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.crt
I0407 12:49:54.908071 829627 certs.go:385] copying /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.key.267c91fc -> /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.key
I0407 12:49:54.908114 829627 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/proxy-client.key
I0407 12:49:54.908131 829627 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/proxy-client.crt with IP's: []
I0407 12:49:55.207747 829627 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/proxy-client.crt ...
I0407 12:49:55.207783 829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/proxy-client.crt: {Name:mk590eb96ea15a5348374b9fe8a038f22ce02fbf Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0407 12:49:55.207951 829627 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/proxy-client.key ...
I0407 12:49:55.207965 829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/proxy-client.key: {Name:mk2c574ec0c5ab09d2f95571c01917394520b3f4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0407 12:49:55.208134 829627 certs.go:484] found cert: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca-key.pem (1679 bytes)
I0407 12:49:55.208169 829627 certs.go:484] found cert: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca.pem (1078 bytes)
I0407 12:49:55.208199 829627 certs.go:484] found cert: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/cert.pem (1123 bytes)
I0407 12:49:55.208225 829627 certs.go:484] found cert: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/key.pem (1675 bytes)
I0407 12:49:55.208802 829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0407 12:49:55.232367 829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0407 12:49:55.254655 829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0407 12:49:55.277123 829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0407 12:49:55.299718 829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0407 12:49:55.321576 829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0407 12:49:55.343695 829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0407 12:49:55.366390 829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0407 12:49:55.389967 829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0407 12:49:55.414218 829627 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0407 12:49:55.431507 829627 ssh_runner.go:195] Run: openssl version
I0407 12:49:55.436772 829627 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"
I0407 12:49:55.445585 829627 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0407 12:49:55.448749 829627 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Apr 7 12:49 /usr/share/ca-certificates/minikubeCA.pem
I0407 12:49:55.448805 829627 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0407 12:49:55.455000 829627 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"
I0407 12:49:55.463414 829627 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0407 12:49:55.466258 829627 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
I0407 12:49:55.466310 829627 kubeadm.go:392] StartCluster: {Name:addons-438605 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:addons-438605 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:containerd 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 Custom
QemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0407 12:49:55.466390 829627 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
I0407 12:49:55.466431 829627 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0407 12:49:55.500121 829627 cri.go:89] found id: ""
I0407 12:49:55.500185 829627 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0407 12:49:55.508780 829627 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0407 12:49:55.516883 829627 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0407 12:49:55.516934 829627 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
I0407 12:49:55.525026 829627 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
I0407 12:49:55.525045 829627 kubeadm.go:157] found existing configuration files:
I0407 12:49:55.525089 829627 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0407 12:49:55.532933 829627 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
I0407 12:49:55.532985 829627 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0407 12:49:55.540841 829627 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0407 12:49:55.549912 829627 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
I0407 12:49:55.549986 829627 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0407 12:49:55.558209 829627 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0407 12:49:55.566620 829627 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
I0407 12:49:55.566673 829627 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0407 12:49:55.574800 829627 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0407 12:49:55.583091 829627 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
I0407 12:49:55.583143 829627 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0407 12:49:55.591174 829627 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.32.2:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I0407 12:49:55.627519 829627 kubeadm.go:310] [init] Using Kubernetes version: v1.32.2
I0407 12:49:55.627570 829627 kubeadm.go:310] [preflight] Running pre-flight checks
I0407 12:49:55.644635 829627 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I0407 12:49:55.644701 829627 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1078-gcp[0m
I0407 12:49:55.644741 829627 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I0407 12:49:55.644863 829627 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0407 12:49:55.644921 829627 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0407 12:49:55.644967 829627 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0407 12:49:55.645006 829627 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0407 12:49:55.645049 829627 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0407 12:49:55.645127 829627 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0407 12:49:55.645209 829627 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0407 12:49:55.645277 829627 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0407 12:49:55.645354 829627 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0407 12:49:55.698075 829627 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0407 12:49:55.698214 829627 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0407 12:49:55.698412 829627 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I0407 12:49:55.704729 829627 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0407 12:49:55.708017 829627 out.go:235] - Generating certificates and keys ...
I0407 12:49:55.708123 829627 kubeadm.go:310] [certs] Using existing ca certificate authority
I0407 12:49:55.708200 829627 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0407 12:49:55.811555 829627 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0407 12:49:56.029368 829627 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0407 12:49:56.094940 829627 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0407 12:49:56.237339 829627 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0407 12:49:56.555876 829627 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0407 12:49:56.556103 829627 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-438605 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0407 12:49:56.605961 829627 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0407 12:49:56.606198 829627 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-438605 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0407 12:49:56.718326 829627 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0407 12:49:56.811879 829627 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0407 12:49:56.891305 829627 kubeadm.go:310] [certs] Generating "sa" key and public key
I0407 12:49:56.891396 829627 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0407 12:49:57.018748 829627 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0407 12:49:57.170703 829627 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0407 12:49:57.319868 829627 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0407 12:49:57.417712 829627 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0407 12:49:57.734886 829627 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0407 12:49:57.735370 829627 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0407 12:49:57.738872 829627 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0407 12:49:57.741419 829627 out.go:235] - Booting up control plane ...
I0407 12:49:57.741557 829627 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0407 12:49:57.741681 829627 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0407 12:49:57.741748 829627 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0407 12:49:57.750713 829627 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0407 12:49:57.756168 829627 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0407 12:49:57.756228 829627 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0407 12:49:57.846030 829627 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0407 12:49:57.846143 829627 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I0407 12:49:58.347908 829627 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 501.972434ms
I0407 12:49:58.348040 829627 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0407 12:50:03.349517 829627 kubeadm.go:310] [api-check] The API server is healthy after 5.001563361s
I0407 12:50:03.360882 829627 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0407 12:50:03.370868 829627 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0407 12:50:03.389594 829627 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0407 12:50:03.389828 829627 kubeadm.go:310] [mark-control-plane] Marking the node addons-438605 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0407 12:50:03.397115 829627 kubeadm.go:310] [bootstrap-token] Using token: e4k37b.9ezdcxx3chkmc4rm
I0407 12:50:03.398874 829627 out.go:235] - Configuring RBAC rules ...
I0407 12:50:03.399031 829627 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0407 12:50:03.402430 829627 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0407 12:50:03.409487 829627 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
I0407 12:50:03.412105 829627 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0407 12:50:03.414381 829627 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0407 12:50:03.417015 829627 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0407 12:50:03.755785 829627 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0407 12:50:04.177245 829627 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0407 12:50:04.755128 829627 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0407 12:50:04.756086 829627 kubeadm.go:310]
I0407 12:50:04.756149 829627 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0407 12:50:04.756191 829627 kubeadm.go:310]
I0407 12:50:04.756308 829627 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0407 12:50:04.756318 829627 kubeadm.go:310]
I0407 12:50:04.756358 829627 kubeadm.go:310] mkdir -p $HOME/.kube
I0407 12:50:04.756450 829627 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0407 12:50:04.756531 829627 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0407 12:50:04.756541 829627 kubeadm.go:310]
I0407 12:50:04.756635 829627 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0407 12:50:04.756652 829627 kubeadm.go:310]
I0407 12:50:04.756717 829627 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0407 12:50:04.756727 829627 kubeadm.go:310]
I0407 12:50:04.756801 829627 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0407 12:50:04.756898 829627 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0407 12:50:04.757005 829627 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0407 12:50:04.757036 829627 kubeadm.go:310]
I0407 12:50:04.757157 829627 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0407 12:50:04.757259 829627 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0407 12:50:04.757276 829627 kubeadm.go:310]
I0407 12:50:04.757387 829627 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token e4k37b.9ezdcxx3chkmc4rm \
I0407 12:50:04.757472 829627 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:70b31bc585ec6212a6bfca403b6b71fdedcfb1a1a1fdfb0766b0b69f09699fc7 \
I0407 12:50:04.757497 829627 kubeadm.go:310] --control-plane
I0407 12:50:04.757503 829627 kubeadm.go:310]
I0407 12:50:04.757569 829627 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0407 12:50:04.757575 829627 kubeadm.go:310]
I0407 12:50:04.757649 829627 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token e4k37b.9ezdcxx3chkmc4rm \
I0407 12:50:04.757732 829627 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:70b31bc585ec6212a6bfca403b6b71fdedcfb1a1a1fdfb0766b0b69f09699fc7
I0407 12:50:04.759853 829627 kubeadm.go:310] [WARNING SystemVerification]: cgroups v1 support is in maintenance mode, please migrate to cgroups v2
I0407 12:50:04.760109 829627 kubeadm.go:310] [WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1078-gcp\n", err: exit status 1
I0407 12:50:04.760248 829627 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0407 12:50:04.760283 829627 cni.go:84] Creating CNI manager for ""
I0407 12:50:04.760293 829627 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0407 12:50:04.762327 829627 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0407 12:50:04.763644 829627 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0407 12:50:04.767487 829627 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.32.2/kubectl ...
I0407 12:50:04.767506 829627 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
I0407 12:50:04.785327 829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0407 12:50:04.996765 829627 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0407 12:50:04.996833 829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0407 12:50:04.996877 829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-438605 minikube.k8s.io/updated_at=2025_04_07T12_50_04_0700 minikube.k8s.io/version=v1.35.0 minikube.k8s.io/commit=5cf7512d5a64c8581140916e82b849633d870277 minikube.k8s.io/name=addons-438605 minikube.k8s.io/primary=true
I0407 12:50:05.125154 829627 ops.go:34] apiserver oom_adj: -16
I0407 12:50:05.125244 829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0407 12:50:05.625404 829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0407 12:50:06.126214 829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0407 12:50:06.626332 829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0407 12:50:07.125369 829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0407 12:50:07.625479 829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0407 12:50:08.125857 829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0407 12:50:08.625823 829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0407 12:50:09.126086 829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0407 12:50:09.226625 829627 kubeadm.go:1113] duration metric: took 4.229836573s to wait for elevateKubeSystemPrivileges
I0407 12:50:09.226716 829627 kubeadm.go:394] duration metric: took 13.760410948s to StartCluster
I0407 12:50:09.226740 829627 settings.go:142] acquiring lock: {Name:mke2659b5c87589770b9bcc21112539bc47c433b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0407 12:50:09.226878 829627 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/20598-821510/kubeconfig
I0407 12:50:09.227391 829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/kubeconfig: {Name:mk6cd3415e73e8e17006366409a4d89a3333886b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0407 12:50:09.227743 829627 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0407 12:50:09.227937 829627 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0407 12:50:09.227973 829627 addons.go:511] enable addons start: toEnable=map[ambassador:false amd-gpu-device-plugin:true auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
I0407 12:50:09.228070 829627 config.go:182] Loaded profile config "addons-438605": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
I0407 12:50:09.228099 829627 addons.go:69] Setting yakd=true in profile "addons-438605"
I0407 12:50:09.228111 829627 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-438605"
I0407 12:50:09.228116 829627 addons.go:238] Setting addon yakd=true in "addons-438605"
I0407 12:50:09.228124 829627 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-438605"
I0407 12:50:09.228140 829627 addons.go:238] Setting addon amd-gpu-device-plugin=true in "addons-438605"
I0407 12:50:09.228145 829627 host.go:66] Checking if "addons-438605" exists ...
I0407 12:50:09.228159 829627 addons.go:238] Setting addon csi-hostpath-driver=true in "addons-438605"
I0407 12:50:09.228168 829627 host.go:66] Checking if "addons-438605" exists ...
I0407 12:50:09.228163 829627 addons.go:69] Setting registry=true in profile "addons-438605"
I0407 12:50:09.228184 829627 host.go:66] Checking if "addons-438605" exists ...
I0407 12:50:09.228179 829627 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-438605"
I0407 12:50:09.228195 829627 addons.go:238] Setting addon registry=true in "addons-438605"
I0407 12:50:09.228210 829627 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-438605"
I0407 12:50:09.228207 829627 addons.go:69] Setting metrics-server=true in profile "addons-438605"
I0407 12:50:09.228235 829627 addons.go:238] Setting addon metrics-server=true in "addons-438605"
I0407 12:50:09.228236 829627 host.go:66] Checking if "addons-438605" exists ...
I0407 12:50:09.228277 829627 host.go:66] Checking if "addons-438605" exists ...
I0407 12:50:09.228521 829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
I0407 12:50:09.228689 829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
I0407 12:50:09.228698 829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
I0407 12:50:09.228707 829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
I0407 12:50:09.228718 829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
I0407 12:50:09.228726 829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
I0407 12:50:09.228846 829627 addons.go:69] Setting ingress-dns=true in profile "addons-438605"
I0407 12:50:09.228865 829627 addons.go:238] Setting addon ingress-dns=true in "addons-438605"
I0407 12:50:09.228914 829627 host.go:66] Checking if "addons-438605" exists ...
I0407 12:50:09.229219 829627 addons.go:69] Setting cloud-spanner=true in profile "addons-438605"
I0407 12:50:09.229269 829627 addons.go:238] Setting addon cloud-spanner=true in "addons-438605"
I0407 12:50:09.229312 829627 host.go:66] Checking if "addons-438605" exists ...
I0407 12:50:09.229677 829627 addons.go:69] Setting gcp-auth=true in profile "addons-438605"
I0407 12:50:09.229748 829627 mustload.go:65] Loading cluster: addons-438605
I0407 12:50:09.229782 829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
I0407 12:50:09.229818 829627 addons.go:69] Setting inspektor-gadget=true in profile "addons-438605"
I0407 12:50:09.229847 829627 addons.go:238] Setting addon inspektor-gadget=true in "addons-438605"
I0407 12:50:09.229881 829627 host.go:66] Checking if "addons-438605" exists ...
I0407 12:50:09.230001 829627 addons.go:69] Setting default-storageclass=true in profile "addons-438605"
I0407 12:50:09.230056 829627 addons.go:69] Setting volcano=true in profile "addons-438605"
I0407 12:50:09.230067 829627 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-438605"
I0407 12:50:09.230093 829627 addons.go:238] Setting addon volcano=true in "addons-438605"
I0407 12:50:09.230139 829627 host.go:66] Checking if "addons-438605" exists ...
I0407 12:50:09.230305 829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
I0407 12:50:09.230449 829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
I0407 12:50:09.230496 829627 addons.go:69] Setting volumesnapshots=true in profile "addons-438605"
I0407 12:50:09.230688 829627 addons.go:238] Setting addon volumesnapshots=true in "addons-438605"
I0407 12:50:09.230023 829627 config.go:182] Loaded profile config "addons-438605": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
I0407 12:50:09.230751 829627 host.go:66] Checking if "addons-438605" exists ...
I0407 12:50:09.231158 829627 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-438605"
I0407 12:50:09.231213 829627 addons.go:238] Setting addon nvidia-device-plugin=true in "addons-438605"
I0407 12:50:09.231253 829627 host.go:66] Checking if "addons-438605" exists ...
I0407 12:50:09.229787 829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
I0407 12:50:09.231266 829627 addons.go:69] Setting storage-provisioner=true in profile "addons-438605"
I0407 12:50:09.231593 829627 addons.go:238] Setting addon storage-provisioner=true in "addons-438605"
I0407 12:50:09.231637 829627 host.go:66] Checking if "addons-438605" exists ...
I0407 12:50:09.229804 829627 addons.go:69] Setting ingress=true in profile "addons-438605"
I0407 12:50:09.234947 829627 out.go:177] * Verifying Kubernetes components...
I0407 12:50:09.235447 829627 addons.go:238] Setting addon ingress=true in "addons-438605"
I0407 12:50:09.235603 829627 host.go:66] Checking if "addons-438605" exists ...
I0407 12:50:09.237652 829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
I0407 12:50:09.237758 829627 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0407 12:50:09.251837 829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
I0407 12:50:09.252006 829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
I0407 12:50:09.252120 829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
I0407 12:50:09.252641 829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
I0407 12:50:09.252980 829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
I0407 12:50:09.266018 829627 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0407 12:50:09.269372 829627 addons.go:435] installing /etc/kubernetes/addons/yakd-ns.yaml
I0407 12:50:09.269458 829627 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0407 12:50:09.269569 829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
I0407 12:50:09.286935 829627 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
I0407 12:50:09.287567 829627 addons.go:238] Setting addon storage-provisioner-rancher=true in "addons-438605"
I0407 12:50:09.287620 829627 host.go:66] Checking if "addons-438605" exists ...
I0407 12:50:09.288080 829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
I0407 12:50:09.288388 829627 addons.go:435] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0407 12:50:09.288410 829627 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0407 12:50:09.288481 829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
I0407 12:50:09.298535 829627 host.go:66] Checking if "addons-438605" exists ...
I0407 12:50:09.300679 829627 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.3
I0407 12:50:09.302055 829627 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I0407 12:50:09.303210 829627 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I0407 12:50:09.304625 829627 addons.go:435] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0407 12:50:09.304648 829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0407 12:50:09.304708 829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
I0407 12:50:09.314778 829627 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0407 12:50:09.316231 829627 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0407 12:50:09.316406 829627 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0407 12:50:09.317747 829627 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.8
I0407 12:50:09.317800 829627 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0407 12:50:09.317861 829627 out.go:177] - Using image docker.io/busybox:stable
I0407 12:50:09.319962 829627 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0407 12:50:09.319983 829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0407 12:50:09.320043 829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
I0407 12:50:09.320201 829627 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0407 12:50:09.321551 829627 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0407 12:50:09.322372 829627 addons.go:238] Setting addon default-storageclass=true in "addons-438605"
I0407 12:50:09.322412 829627 host.go:66] Checking if "addons-438605" exists ...
I0407 12:50:09.322775 829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
I0407 12:50:09.323625 829627 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0407 12:50:09.324821 829627 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0407 12:50:09.328779 829627 out.go:177] - Using image docker.io/registry:2.8.3
I0407 12:50:09.328904 829627 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0407 12:50:09.338126 829627 addons.go:435] installing /etc/kubernetes/addons/registry-rc.yaml
I0407 12:50:09.338154 829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0407 12:50:09.338218 829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
I0407 12:50:09.338577 829627 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0407 12:50:09.338591 829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0407 12:50:09.338638 829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
I0407 12:50:09.341494 829627 out.go:177] - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
I0407 12:50:09.343132 829627 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0407 12:50:09.344551 829627 addons.go:435] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0407 12:50:09.344570 829627 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0407 12:50:09.344630 829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
I0407 12:50:09.344869 829627 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.30
I0407 12:50:09.345063 829627 addons.go:435] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I0407 12:50:09.345075 829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
I0407 12:50:09.345121 829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
I0407 12:50:09.345210 829627 out.go:177] - Using image docker.io/volcanosh/vc-webhook-manager:v1.11.0
I0407 12:50:09.346369 829627 addons.go:435] installing /etc/kubernetes/addons/deployment.yaml
I0407 12:50:09.346391 829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0407 12:50:09.346439 829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
I0407 12:50:09.348180 829627 out.go:177] - Using image docker.io/volcanosh/vc-controller-manager:v1.11.0
I0407 12:50:09.349333 829627 out.go:177] - Using image docker.io/volcanosh/vc-scheduler:v1.11.0
I0407 12:50:09.351929 829627 addons.go:435] installing /etc/kubernetes/addons/volcano-deployment.yaml
I0407 12:50:09.351953 829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (480278 bytes)
I0407 12:50:09.352024 829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
I0407 12:50:09.353529 829627 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0407 12:50:09.354581 829627 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0407 12:50:09.354595 829627 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0407 12:50:09.354655 829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
I0407 12:50:09.358639 829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
I0407 12:50:09.366675 829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
I0407 12:50:09.372580 829627 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.37.0
I0407 12:50:09.374198 829627 addons.go:435] installing /etc/kubernetes/addons/ig-crd.yaml
I0407 12:50:09.374233 829627 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5248 bytes)
I0407 12:50:09.374304 829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
I0407 12:50:09.375746 829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
I0407 12:50:09.375809 829627 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
I0407 12:50:09.375825 829627 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0407 12:50:09.375901 829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
I0407 12:50:09.388517 829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
I0407 12:50:09.402739 829627 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.0
I0407 12:50:09.404234 829627 addons.go:435] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0407 12:50:09.404259 829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0407 12:50:09.404323 829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
I0407 12:50:09.417475 829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
I0407 12:50:09.417487 829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
I0407 12:50:09.417649 829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
I0407 12:50:09.417692 829627 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0407 12:50:09.419012 829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
I0407 12:50:09.419478 829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
I0407 12:50:09.419615 829627 addons.go:435] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0407 12:50:09.419629 829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0407 12:50:09.419695 829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
I0407 12:50:09.424422 829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
I0407 12:50:09.425384 829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
I0407 12:50:09.428097 829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
I0407 12:50:09.430851 829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
I0407 12:50:09.434809 829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
W0407 12:50:09.443256 829627 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0407 12:50:09.443304 829627 retry.go:31] will retry after 325.763177ms: ssh: handshake failed: EOF
I0407 12:50:09.458435 829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
W0407 12:50:09.519626 829627 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0407 12:50:09.519669 829627 retry.go:31] will retry after 160.33662ms: ssh: handshake failed: EOF
I0407 12:50:09.726964 829627 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0407 12:50:09.727225 829627 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0407 12:50:09.741686 829627 addons.go:435] installing /etc/kubernetes/addons/yakd-sa.yaml
I0407 12:50:09.741719 829627 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0407 12:50:09.838386 829627 addons.go:435] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0407 12:50:09.838486 829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0407 12:50:09.921624 829627 addons.go:435] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0407 12:50:09.921652 829627 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0407 12:50:09.931370 829627 addons.go:435] installing /etc/kubernetes/addons/yakd-crb.yaml
I0407 12:50:09.931429 829627 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0407 12:50:10.026836 829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0407 12:50:10.029074 829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0407 12:50:10.123747 829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0407 12:50:10.125836 829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
I0407 12:50:10.130145 829627 addons.go:435] installing /etc/kubernetes/addons/ig-deployment.yaml
I0407 12:50:10.130232 829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (14539 bytes)
I0407 12:50:10.136577 829627 addons.go:435] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0407 12:50:10.136664 829627 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0407 12:50:10.144294 829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0407 12:50:10.223231 829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I0407 12:50:10.232542 829627 addons.go:435] installing /etc/kubernetes/addons/registry-svc.yaml
I0407 12:50:10.232576 829627 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0407 12:50:10.233388 829627 addons.go:435] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0407 12:50:10.233452 829627 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)
I0407 12:50:10.235926 829627 addons.go:435] installing /etc/kubernetes/addons/yakd-svc.yaml
I0407 12:50:10.235996 829627 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0407 12:50:10.319920 829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0407 12:50:10.338399 829627 addons.go:435] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0407 12:50:10.338427 829627 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0407 12:50:10.439346 829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0407 12:50:10.523630 829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0407 12:50:10.526307 829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0407 12:50:10.624495 829627 addons.go:435] installing /etc/kubernetes/addons/registry-proxy.yaml
I0407 12:50:10.624589 829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0407 12:50:10.628791 829627 addons.go:435] installing /etc/kubernetes/addons/yakd-dp.yaml
I0407 12:50:10.628873 829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0407 12:50:10.735932 829627 addons.go:435] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0407 12:50:10.735970 829627 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0407 12:50:10.821225 829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I0407 12:50:10.831890 829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
I0407 12:50:10.838326 829627 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0407 12:50:10.838440 829627 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0407 12:50:11.134365 829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0407 12:50:11.241683 829627 addons.go:435] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0407 12:50:11.241715 829627 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0407 12:50:11.330650 829627 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0407 12:50:11.330684 829627 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0407 12:50:11.521541 829627 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0407 12:50:11.521579 829627 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0407 12:50:11.828007 829627 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.100740481s)
I0407 12:50:11.828133 829627 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0407 12:50:11.829460 829627 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.10245092s)
I0407 12:50:11.830395 829627 node_ready.go:35] waiting up to 6m0s for node "addons-438605" to be "Ready" ...
I0407 12:50:11.830711 829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (1.803762348s)
I0407 12:50:11.834060 829627 node_ready.go:49] node "addons-438605" has status "Ready":"True"
I0407 12:50:11.834131 829627 node_ready.go:38] duration metric: took 3.667026ms for node "addons-438605" to be "Ready" ...
I0407 12:50:11.834153 829627 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" ...
I0407 12:50:11.837529 829627 pod_ready.go:79] waiting up to 6m0s for pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace to be "Ready" ...
I0407 12:50:11.945497 829627 addons.go:435] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0407 12:50:11.945596 829627 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0407 12:50:12.323657 829627 addons.go:435] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0407 12:50:12.323762 829627 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0407 12:50:12.332263 829627 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-438605" context rescaled to 1 replicas
I0407 12:50:12.523790 829627 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0407 12:50:12.523823 829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0407 12:50:13.021071 829627 addons.go:435] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0407 12:50:13.021127 829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0407 12:50:13.537781 829627 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0407 12:50:13.537903 829627 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0407 12:50:13.737967 829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0407 12:50:13.929187 829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
I0407 12:50:14.121265 829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.092074326s)
I0407 12:50:14.138260 829627 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0407 12:50:14.138295 829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0407 12:50:14.526498 829627 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0407 12:50:14.526532 829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0407 12:50:14.742011 829627 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0407 12:50:14.742115 829627 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0407 12:50:14.942009 829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0407 12:50:16.324462 829627 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0407 12:50:16.324547 829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
I0407 12:50:16.344940 829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
I0407 12:50:16.350646 829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
I0407 12:50:16.821791 829627 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0407 12:50:16.928260 829627 addons.go:238] Setting addon gcp-auth=true in "addons-438605"
I0407 12:50:16.928381 829627 host.go:66] Checking if "addons-438605" exists ...
I0407 12:50:16.928963 829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
I0407 12:50:16.953190 829627 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0407 12:50:16.953236 829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
I0407 12:50:16.971370 829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
I0407 12:50:17.842093 829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (7.718242141s)
I0407 12:50:17.842218 829627 addons.go:479] Verifying addon ingress=true in "addons-438605"
I0407 12:50:17.843899 829627 out.go:177] * Verifying ingress addon...
I0407 12:50:17.846505 829627 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0407 12:50:17.921708 829627 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0407 12:50:17.921796 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:18.421133 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:18.844016 829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
I0407 12:50:18.851416 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:19.424286 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:19.852394 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:20.239878 829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml: (10.113936215s)
I0407 12:50:20.239921 829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (10.095585856s)
I0407 12:50:20.239974 829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml: (10.016641523s)
I0407 12:50:20.240025 829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (9.920011251s)
I0407 12:50:20.240066 829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (9.800691407s)
I0407 12:50:20.240123 829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (9.716465589s)
I0407 12:50:20.240218 829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (9.713832229s)
I0407 12:50:20.240326 829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (9.418986254s)
I0407 12:50:20.240354 829627 addons.go:479] Verifying addon metrics-server=true in "addons-438605"
I0407 12:50:20.240372 829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (9.40837931s)
I0407 12:50:20.240437 829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (9.105977482s)
I0407 12:50:20.240496 829627 addons.go:479] Verifying addon registry=true in "addons-438605"
I0407 12:50:20.240572 829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (6.502551539s)
W0407 12:50:20.240708 829627 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0407 12:50:20.240744 829627 retry.go:31] will retry after 358.306557ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0407 12:50:20.241806 829627 out.go:177] * Verifying registry addon...
I0407 12:50:20.241822 829627 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-438605 service yakd-dashboard -n yakd-dashboard
I0407 12:50:20.244061 829627 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0407 12:50:20.246720 829627 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0407 12:50:20.246739 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:20.426675 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:20.600076 829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0407 12:50:20.732246 829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (5.79011488s)
I0407 12:50:20.732294 829627 addons.go:479] Verifying addon csi-hostpath-driver=true in "addons-438605"
I0407 12:50:20.732773 829627 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (3.779551596s)
I0407 12:50:20.733829 829627 out.go:177] * Verifying csi-hostpath-driver addon...
I0407 12:50:20.734541 829627 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I0407 12:50:20.736359 829627 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0407 12:50:20.738227 829627 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
I0407 12:50:20.739179 829627 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0407 12:50:20.739201 829627 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0407 12:50:20.830277 829627 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0407 12:50:20.830316 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:20.830460 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:20.927431 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:20.929350 829627 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0407 12:50:20.929375 829627 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0407 12:50:20.932615 829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
I0407 12:50:21.131608 829627 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0407 12:50:21.131702 829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0407 12:50:21.232031 829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0407 12:50:21.240272 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:21.248112 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:21.421073 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:21.740731 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:21.747933 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:21.849481 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:22.240779 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:22.247163 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:22.350133 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:22.624574 829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (2.024439213s)
I0407 12:50:22.624671 829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml: (1.392539882s)
I0407 12:50:22.625824 829627 addons.go:479] Verifying addon gcp-auth=true in "addons-438605"
I0407 12:50:22.629286 829627 out.go:177] * Verifying gcp-auth addon...
I0407 12:50:22.631707 829627 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0407 12:50:22.634894 829627 kapi.go:86] Found 0 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0407 12:50:22.740498 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:22.746593 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:22.849617 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:23.242715 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:23.246993 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:23.342861 829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
I0407 12:50:23.349565 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:23.741054 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:23.747627 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:23.850553 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:24.240506 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:24.246602 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:24.349473 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:24.740204 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:24.747825 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:24.849582 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:25.240677 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:25.246748 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:25.343332 829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
I0407 12:50:25.349977 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:25.740513 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:25.746956 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:25.849881 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:26.239713 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:26.246594 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:26.350297 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:26.739864 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:26.747082 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:26.849187 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:27.239492 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:27.246992 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:27.349593 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:27.739524 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:27.746680 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:27.842831 829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
I0407 12:50:27.849215 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:28.240133 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:28.247564 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:28.349979 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:28.740393 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:28.746588 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:28.849770 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:29.239885 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:29.247335 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:29.349233 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:29.739516 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:29.746842 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:29.849107 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:30.240540 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:30.246434 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:30.343336 829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
I0407 12:50:30.350310 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:30.739917 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:30.747521 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:30.849768 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:31.240863 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:31.247886 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:31.351748 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:31.740974 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:31.747361 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:31.849704 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:32.240343 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:32.247205 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:32.350422 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:32.740383 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:32.746936 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:32.843679 829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
I0407 12:50:32.849463 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:33.239744 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:33.247585 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:33.367582 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:33.760919 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:33.761160 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:33.932650 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:34.240404 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:34.247018 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:34.351004 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:34.739844 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:34.747443 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:34.845738 829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
I0407 12:50:34.849942 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:35.239686 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:35.247434 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:35.350237 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:35.740478 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:35.747580 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:35.850183 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:36.240495 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:36.246895 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:36.349895 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:36.740312 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:36.746545 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:36.849381 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:37.239740 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:37.247365 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:37.343584 829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
I0407 12:50:37.349889 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:37.740005 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:37.747618 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:37.849358 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:38.240199 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:38.247564 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:38.349536 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:38.740455 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:38.746869 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:38.850616 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:39.240879 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:39.247488 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:39.350127 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:39.740587 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:39.746898 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:39.843226 829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
I0407 12:50:39.850265 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:40.240689 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:40.247144 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:40.349402 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:40.740739 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:40.747094 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:40.849615 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:41.240383 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:41.247012 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:41.350715 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:41.740899 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:41.747572 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:41.844524 829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
I0407 12:50:41.850110 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:42.240744 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:42.247604 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:42.350338 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:42.739978 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:42.747782 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:42.850562 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:43.240563 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:43.249513 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:43.349960 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:43.739976 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:43.747405 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:43.849658 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:44.240043 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:44.247409 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:44.343574 829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
I0407 12:50:44.350219 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:44.739978 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:44.747173 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:44.849966 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:45.315920 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:45.315942 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:45.349735 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:45.739649 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:45.747286 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:45.850525 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:46.240960 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:46.247954 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:46.344176 829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
I0407 12:50:46.350133 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:46.740889 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:46.747462 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:46.849963 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:47.239924 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:47.247246 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:47.349298 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:47.740652 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:47.747352 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:47.850108 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:48.239537 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:48.246957 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:48.349780 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:48.740122 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:48.747762 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:48.843530 829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
I0407 12:50:48.850274 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:49.239695 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:49.247182 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:49.349757 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:49.740699 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:49.747218 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:49.850081 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:50.240058 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:50.249301 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:50.349516 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:50.739541 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:50.747005 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:50.843741 829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
I0407 12:50:50.849326 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:51.240340 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:51.340272 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:51.349924 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:51.740130 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:51.747534 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:51.849538 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:52.239528 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:52.246798 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:52.348999 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:52.740104 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:52.747696 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:52.849911 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:53.241041 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:53.247488 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:53.344058 829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
I0407 12:50:53.349883 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:53.740365 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:53.747091 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:53.849324 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:54.240104 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:54.247116 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:54.349614 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:54.739798 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:54.747242 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:54.850025 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:55.241017 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:55.341508 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:55.344217 829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
I0407 12:50:55.349789 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:55.780458 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:55.780679 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:55.883773 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:56.240099 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:56.247829 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:56.350165 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:56.740261 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:56.747724 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:56.849351 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:57.240532 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:57.248425 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:57.349813 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:57.740066 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:57.747896 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:57.843429 829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
I0407 12:50:57.850123 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:58.240489 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:58.246825 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:58.349661 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:58.740305 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:58.747709 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:58.850776 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:59.241616 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:59.247147 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:59.349937 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:50:59.740380 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:50:59.747577 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:50:59.843637 829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
I0407 12:50:59.848838 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:00.239769 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:00.247692 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:51:00.350097 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:00.740261 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:00.747705 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:51:00.850477 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:01.240619 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:01.247666 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:51:01.350035 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:01.740171 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:01.747715 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:51:01.849205 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:02.239941 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:02.247858 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:51:02.343124 829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
I0407 12:51:02.349575 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:02.741106 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:02.747991 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:51:02.844927 829627 pod_ready.go:93] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"True"
I0407 12:51:02.844954 829627 pod_ready.go:82] duration metric: took 51.007346844s for pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace to be "Ready" ...
I0407 12:51:02.844969 829627 pod_ready.go:79] waiting up to 6m0s for pod "coredns-668d6bf9bc-5vgmg" in "kube-system" namespace to be "Ready" ...
I0407 12:51:02.848016 829627 pod_ready.go:98] error getting pod "coredns-668d6bf9bc-5vgmg" in "kube-system" namespace (skipping!): pods "coredns-668d6bf9bc-5vgmg" not found
I0407 12:51:02.848080 829627 pod_ready.go:82] duration metric: took 3.101203ms for pod "coredns-668d6bf9bc-5vgmg" in "kube-system" namespace to be "Ready" ...
E0407 12:51:02.848095 829627 pod_ready.go:67] WaitExtra: waitPodCondition: error getting pod "coredns-668d6bf9bc-5vgmg" in "kube-system" namespace (skipping!): pods "coredns-668d6bf9bc-5vgmg" not found
I0407 12:51:02.848105 829627 pod_ready.go:79] waiting up to 6m0s for pod "coredns-668d6bf9bc-w64ck" in "kube-system" namespace to be "Ready" ...
I0407 12:51:02.849819 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:02.853293 829627 pod_ready.go:93] pod "coredns-668d6bf9bc-w64ck" in "kube-system" namespace has status "Ready":"True"
I0407 12:51:02.853326 829627 pod_ready.go:82] duration metric: took 5.185973ms for pod "coredns-668d6bf9bc-w64ck" in "kube-system" namespace to be "Ready" ...
I0407 12:51:02.853341 829627 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-438605" in "kube-system" namespace to be "Ready" ...
I0407 12:51:02.858813 829627 pod_ready.go:93] pod "etcd-addons-438605" in "kube-system" namespace has status "Ready":"True"
I0407 12:51:02.858853 829627 pod_ready.go:82] duration metric: took 5.501761ms for pod "etcd-addons-438605" in "kube-system" namespace to be "Ready" ...
I0407 12:51:02.858872 829627 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-438605" in "kube-system" namespace to be "Ready" ...
I0407 12:51:02.864668 829627 pod_ready.go:93] pod "kube-apiserver-addons-438605" in "kube-system" namespace has status "Ready":"True"
I0407 12:51:02.864695 829627 pod_ready.go:82] duration metric: took 5.814092ms for pod "kube-apiserver-addons-438605" in "kube-system" namespace to be "Ready" ...
I0407 12:51:02.864710 829627 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-438605" in "kube-system" namespace to be "Ready" ...
I0407 12:51:03.042466 829627 pod_ready.go:93] pod "kube-controller-manager-addons-438605" in "kube-system" namespace has status "Ready":"True"
I0407 12:51:03.042492 829627 pod_ready.go:82] duration metric: took 177.773015ms for pod "kube-controller-manager-addons-438605" in "kube-system" namespace to be "Ready" ...
I0407 12:51:03.042503 829627 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-4q7tb" in "kube-system" namespace to be "Ready" ...
I0407 12:51:03.246315 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:03.247089 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:51:03.422428 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:03.441284 829627 pod_ready.go:93] pod "kube-proxy-4q7tb" in "kube-system" namespace has status "Ready":"True"
I0407 12:51:03.441313 829627 pod_ready.go:82] duration metric: took 398.803459ms for pod "kube-proxy-4q7tb" in "kube-system" namespace to be "Ready" ...
I0407 12:51:03.441326 829627 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-438605" in "kube-system" namespace to be "Ready" ...
I0407 12:51:03.740638 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:03.747751 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:51:03.842056 829627 pod_ready.go:93] pod "kube-scheduler-addons-438605" in "kube-system" namespace has status "Ready":"True"
I0407 12:51:03.842091 829627 pod_ready.go:82] duration metric: took 400.756105ms for pod "kube-scheduler-addons-438605" in "kube-system" namespace to be "Ready" ...
I0407 12:51:03.842116 829627 pod_ready.go:39] duration metric: took 52.007928383s 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" ...
I0407 12:51:03.842145 829627 api_server.go:52] waiting for apiserver process to appear ...
I0407 12:51:03.842214 829627 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0407 12:51:03.849511 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:03.859198 829627 api_server.go:72] duration metric: took 54.631186723s to wait for apiserver process to appear ...
I0407 12:51:03.859228 829627 api_server.go:88] waiting for apiserver healthz status ...
I0407 12:51:03.859251 829627 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0407 12:51:03.864110 829627 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0407 12:51:03.865166 829627 api_server.go:141] control plane version: v1.32.2
I0407 12:51:03.865196 829627 api_server.go:131] duration metric: took 5.960409ms to wait for apiserver health ...
I0407 12:51:03.865208 829627 system_pods.go:43] waiting for kube-system pods to appear ...
I0407 12:51:04.042854 829627 system_pods.go:59] 19 kube-system pods found
I0407 12:51:04.042904 829627 system_pods.go:61] "amd-gpu-device-plugin-bcbsb" [018257bc-6aff-4ec4-855a-4ea59b578f9b] Running
I0407 12:51:04.042912 829627 system_pods.go:61] "coredns-668d6bf9bc-w64ck" [84298d44-d765-4cb9-ac7a-5d615ac35c31] Running
I0407 12:51:04.042918 829627 system_pods.go:61] "csi-hostpath-attacher-0" [d99c04d6-948f-4600-91b5-5f130e717904] Running
I0407 12:51:04.042924 829627 system_pods.go:61] "csi-hostpath-resizer-0" [8ecbe30a-8c2a-4265-8ff3-532bea4f9cb4] Running
I0407 12:51:04.042937 829627 system_pods.go:61] "csi-hostpathplugin-cntf7" [c1b7c406-e06c-4ff8-92c5-dd6573514310] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
I0407 12:51:04.042947 829627 system_pods.go:61] "etcd-addons-438605" [f2e1441b-f2a5-4e36-9813-996958078356] Running
I0407 12:51:04.042957 829627 system_pods.go:61] "kindnet-7tf8m" [55a59099-183b-4222-a4b7-5fbb4661555d] Running
I0407 12:51:04.042962 829627 system_pods.go:61] "kube-apiserver-addons-438605" [950ee0e4-25c2-4253-8d17-a6716d430824] Running
I0407 12:51:04.042970 829627 system_pods.go:61] "kube-controller-manager-addons-438605" [c3723760-5e5e-4fa1-bdcf-424284b14dfa] Running
I0407 12:51:04.042978 829627 system_pods.go:61] "kube-ingress-dns-minikube" [9bf9d479-7688-4afe-9a72-9cb399ddd28b] Running
I0407 12:51:04.042981 829627 system_pods.go:61] "kube-proxy-4q7tb" [90123389-dd25-4ff6-ad68-f297a6dce656] Running
I0407 12:51:04.042985 829627 system_pods.go:61] "kube-scheduler-addons-438605" [8ec5265f-5b3e-47eb-8ec0-e3b6d27babee] Running
I0407 12:51:04.042988 829627 system_pods.go:61] "metrics-server-7fbb699795-6x77x" [b869a04e-44f4-4a19-9f39-7519d944f086] Running
I0407 12:51:04.042997 829627 system_pods.go:61] "nvidia-device-plugin-daemonset-tfjj8" [575eac84-3174-46d6-b793-3c1bfbc02714] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0407 12:51:04.043007 829627 system_pods.go:61] "registry-6c88467877-kjqwp" [59d33c32-764e-4f44-bb49-782bdaeefd04] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0407 12:51:04.043018 829627 system_pods.go:61] "registry-proxy-qn7lj" [2c918778-24fc-4074-8be4-8b4bb0a68815] Running
I0407 12:51:04.043024 829627 system_pods.go:61] "snapshot-controller-68b874b76f-8hrfp" [b4fa466e-a074-4415-8a5d-16622738cc69] Running
I0407 12:51:04.043030 829627 system_pods.go:61] "snapshot-controller-68b874b76f-cfhpg" [f391f84d-4af6-4b47-bca0-81df933d6ced] Running
I0407 12:51:04.043038 829627 system_pods.go:61] "storage-provisioner" [5ad92eff-8c5a-43a6-8dba-542275bcecb0] Running
I0407 12:51:04.043078 829627 system_pods.go:74] duration metric: took 177.830911ms to wait for pod list to return data ...
I0407 12:51:04.043095 829627 default_sa.go:34] waiting for default service account to be created ...
I0407 12:51:04.241110 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:04.241530 829627 default_sa.go:45] found service account: "default"
I0407 12:51:04.241557 829627 default_sa.go:55] duration metric: took 198.455532ms for default service account to be created ...
I0407 12:51:04.241575 829627 system_pods.go:116] waiting for k8s-apps to be running ...
I0407 12:51:04.247741 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:51:04.350160 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:04.443609 829627 system_pods.go:86] 19 kube-system pods found
I0407 12:51:04.443651 829627 system_pods.go:89] "amd-gpu-device-plugin-bcbsb" [018257bc-6aff-4ec4-855a-4ea59b578f9b] Running
I0407 12:51:04.443661 829627 system_pods.go:89] "coredns-668d6bf9bc-w64ck" [84298d44-d765-4cb9-ac7a-5d615ac35c31] Running
I0407 12:51:04.443667 829627 system_pods.go:89] "csi-hostpath-attacher-0" [d99c04d6-948f-4600-91b5-5f130e717904] Running
I0407 12:51:04.443672 829627 system_pods.go:89] "csi-hostpath-resizer-0" [8ecbe30a-8c2a-4265-8ff3-532bea4f9cb4] Running
I0407 12:51:04.443685 829627 system_pods.go:89] "csi-hostpathplugin-cntf7" [c1b7c406-e06c-4ff8-92c5-dd6573514310] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
I0407 12:51:04.443696 829627 system_pods.go:89] "etcd-addons-438605" [f2e1441b-f2a5-4e36-9813-996958078356] Running
I0407 12:51:04.443705 829627 system_pods.go:89] "kindnet-7tf8m" [55a59099-183b-4222-a4b7-5fbb4661555d] Running
I0407 12:51:04.443714 829627 system_pods.go:89] "kube-apiserver-addons-438605" [950ee0e4-25c2-4253-8d17-a6716d430824] Running
I0407 12:51:04.443722 829627 system_pods.go:89] "kube-controller-manager-addons-438605" [c3723760-5e5e-4fa1-bdcf-424284b14dfa] Running
I0407 12:51:04.443732 829627 system_pods.go:89] "kube-ingress-dns-minikube" [9bf9d479-7688-4afe-9a72-9cb399ddd28b] Running
I0407 12:51:04.443738 829627 system_pods.go:89] "kube-proxy-4q7tb" [90123389-dd25-4ff6-ad68-f297a6dce656] Running
I0407 12:51:04.443746 829627 system_pods.go:89] "kube-scheduler-addons-438605" [8ec5265f-5b3e-47eb-8ec0-e3b6d27babee] Running
I0407 12:51:04.443752 829627 system_pods.go:89] "metrics-server-7fbb699795-6x77x" [b869a04e-44f4-4a19-9f39-7519d944f086] Running
I0407 12:51:04.443770 829627 system_pods.go:89] "nvidia-device-plugin-daemonset-tfjj8" [575eac84-3174-46d6-b793-3c1bfbc02714] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0407 12:51:04.443781 829627 system_pods.go:89] "registry-6c88467877-kjqwp" [59d33c32-764e-4f44-bb49-782bdaeefd04] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0407 12:51:04.443788 829627 system_pods.go:89] "registry-proxy-qn7lj" [2c918778-24fc-4074-8be4-8b4bb0a68815] Running
I0407 12:51:04.443795 829627 system_pods.go:89] "snapshot-controller-68b874b76f-8hrfp" [b4fa466e-a074-4415-8a5d-16622738cc69] Running
I0407 12:51:04.443801 829627 system_pods.go:89] "snapshot-controller-68b874b76f-cfhpg" [f391f84d-4af6-4b47-bca0-81df933d6ced] Running
I0407 12:51:04.443809 829627 system_pods.go:89] "storage-provisioner" [5ad92eff-8c5a-43a6-8dba-542275bcecb0] Running
I0407 12:51:04.443820 829627 system_pods.go:126] duration metric: took 202.237274ms to wait for k8s-apps to be running ...
I0407 12:51:04.443842 829627 system_svc.go:44] waiting for kubelet service to be running ....
I0407 12:51:04.443908 829627 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0407 12:51:04.457897 829627 system_svc.go:56] duration metric: took 14.049301ms WaitForService to wait for kubelet
I0407 12:51:04.457931 829627 kubeadm.go:582] duration metric: took 55.22992509s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0407 12:51:04.457951 829627 node_conditions.go:102] verifying NodePressure condition ...
I0407 12:51:04.642094 829627 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
I0407 12:51:04.642125 829627 node_conditions.go:123] node cpu capacity is 8
I0407 12:51:04.642148 829627 node_conditions.go:105] duration metric: took 184.190705ms to run NodePressure ...
I0407 12:51:04.642161 829627 start.go:241] waiting for startup goroutines ...
I0407 12:51:04.740828 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:04.747282 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:51:04.850798 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:05.240596 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:05.247379 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:51:05.350823 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:05.741583 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:05.749320 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:51:05.850609 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:06.240135 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:06.248187 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:51:06.350118 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:06.740457 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:06.747223 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:51:06.851020 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:07.240729 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:07.247432 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:51:07.351017 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:07.739782 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:07.747503 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:51:07.850614 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:08.240344 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:08.247652 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:51:08.349923 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:08.740472 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:08.746987 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:51:08.850544 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:09.239557 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:09.246775 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:51:09.350730 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:09.740150 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:09.747819 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:51:09.850044 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:10.240045 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:10.247970 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:51:10.350303 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:10.740151 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:10.747618 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:51:10.850263 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:11.239865 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:11.247176 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0407 12:51:11.350687 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:11.739552 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:11.747276 829627 kapi.go:107] duration metric: took 51.503213164s to wait for kubernetes.io/minikube-addons=registry ...
I0407 12:51:11.850440 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:12.240626 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:12.349655 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:12.753428 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:12.849962 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:13.240102 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:13.350790 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:13.740140 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:13.850532 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:14.240658 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:14.350720 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:14.741264 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:14.850297 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:15.240230 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:15.351147 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:15.740871 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:15.850088 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:16.241309 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:16.349805 829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0407 12:51:16.740609 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:16.850802 829627 kapi.go:107] duration metric: took 59.004292196s to wait for app.kubernetes.io/name=ingress-nginx ...
I0407 12:51:17.240901 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:17.739633 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:18.239961 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:18.740592 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:19.239943 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:19.740158 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:20.240615 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0407 12:51:20.741079 829627 kapi.go:107] duration metric: took 1m0.004713807s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0407 12:51:45.635286 829627 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0407 12:51:45.635311 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0407 12:51:46.135117 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0407 12:51:46.634916 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0407 12:51:47.135478 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0407 12:51:47.636447 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0407 12:51:48.135417 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0407 12:51:48.635020 829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0407 12:51:49.135322 829627 kapi.go:107] duration metric: took 1m26.50362044s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0407 12:51:49.137009 829627 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-438605 cluster.
I0407 12:51:49.138322 829627 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.
I0407 12:51:49.139579 829627 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0407 12:51:49.140915 829627 out.go:177] * Enabled addons: default-storageclass, storage-provisioner-rancher, volcano, nvidia-device-plugin, amd-gpu-device-plugin, storage-provisioner, cloud-spanner, ingress-dns, inspektor-gadget, metrics-server, yakd, volumesnapshots, registry, ingress, csi-hostpath-driver, gcp-auth
I0407 12:51:49.142213 829627 addons.go:514] duration metric: took 1m39.914241971s for enable addons: enabled=[default-storageclass storage-provisioner-rancher volcano nvidia-device-plugin amd-gpu-device-plugin storage-provisioner cloud-spanner ingress-dns inspektor-gadget metrics-server yakd volumesnapshots registry ingress csi-hostpath-driver gcp-auth]
I0407 12:51:49.142273 829627 start.go:246] waiting for cluster config update ...
I0407 12:51:49.142300 829627 start.go:255] writing updated cluster config ...
I0407 12:51:49.142692 829627 ssh_runner.go:195] Run: rm -f paused
I0407 12:51:49.195526 829627 start.go:600] kubectl: 1.32.3, cluster: 1.32.2 (minor skew: 0)
I0407 12:51:49.196868 829627 out.go:177] * Done! kubectl is now configured to use "addons-438605" cluster and "default" namespace by default
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
08d08f2e84701 56cc512116c8f 8 minutes ago Running busybox 0 b54caedef760b busybox
c42efa5b30f55 ee44bc2368033 9 minutes ago Running controller 0 38c6be3c84aca ingress-nginx-controller-56d7c84fd4-sqpll
27d65ffade414 a62eeff05ba51 10 minutes ago Exited patch 2 839adc4bb986f ingress-nginx-admission-patch-6n668
868e35cc055f8 a62eeff05ba51 10 minutes ago Exited create 0 086f8b47a9293 ingress-nginx-admission-create-xjtdg
8ecfc302e4be6 c69fa2e9cbf5f 10 minutes ago Running coredns 0 8ffce0b323ff1 coredns-668d6bf9bc-w64ck
00cbea78fe402 30dd67412fdea 10 minutes ago Running minikube-ingress-dns 0 af7bf81740b44 kube-ingress-dns-minikube
54506feb60068 df3849d954c98 10 minutes ago Running kindnet-cni 0 91d92d661364f kindnet-7tf8m
0767ba6d63742 6e38f40d628db 10 minutes ago Running storage-provisioner 0 2471d1ae362ff storage-provisioner
25f248dae7a98 f1332858868e1 11 minutes ago Running kube-proxy 0 9aa819d92751d kube-proxy-4q7tb
78f876b2a0ee4 85b7a174738ba 11 minutes ago Running kube-apiserver 0 3ff4590818fc5 kube-apiserver-addons-438605
8f91872976879 d8e673e7c9983 11 minutes ago Running kube-scheduler 0 e866682f5046f kube-scheduler-addons-438605
f3fb7a92daf9c a9e7e6b294baf 11 minutes ago Running etcd 0 2670eb5a37370 etcd-addons-438605
0214eed6184aa b6a454c5a800d 11 minutes ago Running kube-controller-manager 0 3945d12249be3 kube-controller-manager-addons-438605
==> containerd <==
Apr 07 12:58:26 addons-438605 containerd[879]: time="2025-04-07T12:58:26.886277522Z" level=info msg="cleaning up dead shim" namespace=k8s.io
Apr 07 12:58:26 addons-438605 containerd[879]: time="2025-04-07T12:58:26.901310561Z" level=info msg="StopContainer for \"2b6ab2b2cff5bef40180ae8663040257f5f032adc09d074618c0f931f08fff79\" returns successfully"
Apr 07 12:58:26 addons-438605 containerd[879]: time="2025-04-07T12:58:26.902034508Z" level=info msg="StopPodSandbox for \"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\""
Apr 07 12:58:26 addons-438605 containerd[879]: time="2025-04-07T12:58:26.902098028Z" level=info msg="Container to stop \"2b6ab2b2cff5bef40180ae8663040257f5f032adc09d074618c0f931f08fff79\" must be in running or unknown state, current state \"CONTAINER_EXITED\""
Apr 07 12:58:26 addons-438605 containerd[879]: time="2025-04-07T12:58:26.910984901Z" level=info msg="received exit event container_id:\"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\" id:\"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\" pid:5670 exit_status:137 exited_at:{seconds:1744030706 nanos:910747576}"
Apr 07 12:58:26 addons-438605 containerd[879]: time="2025-04-07T12:58:26.928204948Z" level=info msg="shim disconnected" id=a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977 namespace=k8s.io
Apr 07 12:58:26 addons-438605 containerd[879]: time="2025-04-07T12:58:26.928252249Z" level=warning msg="cleaning up after shim disconnected" id=a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977 namespace=k8s.io
Apr 07 12:58:26 addons-438605 containerd[879]: time="2025-04-07T12:58:26.928263609Z" level=info msg="cleaning up dead shim" namespace=k8s.io
Apr 07 12:58:26 addons-438605 containerd[879]: time="2025-04-07T12:58:26.979937779Z" level=info msg="TearDown network for sandbox \"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\" successfully"
Apr 07 12:58:26 addons-438605 containerd[879]: time="2025-04-07T12:58:26.979990102Z" level=info msg="StopPodSandbox for \"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\" returns successfully"
Apr 07 12:58:27 addons-438605 containerd[879]: time="2025-04-07T12:58:27.914489332Z" level=info msg="RemoveContainer for \"2b6ab2b2cff5bef40180ae8663040257f5f032adc09d074618c0f931f08fff79\""
Apr 07 12:58:27 addons-438605 containerd[879]: time="2025-04-07T12:58:27.919692279Z" level=info msg="RemoveContainer for \"2b6ab2b2cff5bef40180ae8663040257f5f032adc09d074618c0f931f08fff79\" returns successfully"
Apr 07 12:58:58 addons-438605 containerd[879]: time="2025-04-07T12:58:58.036435770Z" level=info msg="PullImage \"docker.io/nginx:alpine\""
Apr 07 12:58:58 addons-438605 containerd[879]: time="2025-04-07T12:58:58.038017783Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Apr 07 12:58:58 addons-438605 containerd[879]: time="2025-04-07T12:58:58.550292578Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Apr 07 12:59:00 addons-438605 containerd[879]: time="2025-04-07T12:59:00.226188843Z" level=error msg="PullImage \"docker.io/nginx:alpine\" failed" error="failed to pull and unpack image \"docker.io/library/nginx:alpine\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
Apr 07 12:59:00 addons-438605 containerd[879]: time="2025-04-07T12:59:00.226275180Z" level=info msg="stop pulling image docker.io/library/nginx:alpine: active requests=0, bytes read=21324"
Apr 07 12:59:04 addons-438605 containerd[879]: time="2025-04-07T12:59:04.840824013Z" level=info msg="StopPodSandbox for \"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\""
Apr 07 12:59:04 addons-438605 containerd[879]: time="2025-04-07T12:59:04.849104187Z" level=info msg="TearDown network for sandbox \"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\" successfully"
Apr 07 12:59:04 addons-438605 containerd[879]: time="2025-04-07T12:59:04.849142315Z" level=info msg="StopPodSandbox for \"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\" returns successfully"
Apr 07 12:59:04 addons-438605 containerd[879]: time="2025-04-07T12:59:04.849659914Z" level=info msg="RemovePodSandbox for \"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\""
Apr 07 12:59:04 addons-438605 containerd[879]: time="2025-04-07T12:59:04.849757431Z" level=info msg="Forcibly stopping sandbox \"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\""
Apr 07 12:59:04 addons-438605 containerd[879]: time="2025-04-07T12:59:04.857966052Z" level=info msg="TearDown network for sandbox \"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\" successfully"
Apr 07 12:59:04 addons-438605 containerd[879]: time="2025-04-07T12:59:04.862756673Z" level=warning msg="Failed to get podSandbox status for container event for sandboxID \"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\": an error occurred when try to find sandbox: not found. Sending the event with nil podSandboxStatus."
Apr 07 12:59:04 addons-438605 containerd[879]: time="2025-04-07T12:59:04.862856165Z" level=info msg="RemovePodSandbox \"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\" returns successfully"
==> coredns [8ecfc302e4be6ac403c83b290f994f5775271e033fa4a0c463c7adabcd180902] <==
[INFO] 10.244.0.2:55473 - 40676 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.00017722s
[INFO] 10.244.0.2:60275 - 2377 "A IN registry.kube-system.svc.cluster.local.us-west1-a.c.k8s-minikube.internal. udp 91 false 512" NXDOMAIN qr,rd,ra 91 0.004758305s
[INFO] 10.244.0.2:60275 - 2751 "AAAA IN registry.kube-system.svc.cluster.local.us-west1-a.c.k8s-minikube.internal. udp 91 false 512" NXDOMAIN qr,rd,ra 91 0.004822771s
[INFO] 10.244.0.2:54183 - 39537 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.002778413s
[INFO] 10.244.0.2:54183 - 39821 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.004418527s
[INFO] 10.244.0.2:41942 - 62212 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.0042701s
[INFO] 10.244.0.2:41942 - 61951 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.004865377s
[INFO] 10.244.0.2:43382 - 2235 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000127817s
[INFO] 10.244.0.2:43382 - 2534 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000186677s
[INFO] 10.244.0.26:40654 - 61677 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000263205s
[INFO] 10.244.0.26:39736 - 64016 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000337382s
[INFO] 10.244.0.26:39152 - 35715 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.00013737s
[INFO] 10.244.0.26:33879 - 38811 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000174825s
[INFO] 10.244.0.26:36980 - 40108 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.00013544s
[INFO] 10.244.0.26:43275 - 14886 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000167375s
[INFO] 10.244.0.26:51701 - 45586 "A IN storage.googleapis.com.us-west1-a.c.k8s-minikube.internal. udp 86 false 1232" NXDOMAIN qr,rd,ra 75 0.006995914s
[INFO] 10.244.0.26:40842 - 23456 "AAAA IN storage.googleapis.com.us-west1-a.c.k8s-minikube.internal. udp 86 false 1232" NXDOMAIN qr,rd,ra 75 0.007089282s
[INFO] 10.244.0.26:39999 - 64853 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.00584878s
[INFO] 10.244.0.26:49613 - 375 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.007197597s
[INFO] 10.244.0.26:49274 - 36180 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.004310797s
[INFO] 10.244.0.26:46123 - 19398 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.005965328s
[INFO] 10.244.0.26:56790 - 49048 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001687967s
[INFO] 10.244.0.26:54692 - 58852 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 572 0.001943522s
[INFO] 10.244.0.31:48940 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000257961s
[INFO] 10.244.0.31:50204 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.00017707s
==> describe nodes <==
Name: addons-438605
Roles: control-plane
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
kubernetes.io/arch=amd64
kubernetes.io/hostname=addons-438605
kubernetes.io/os=linux
minikube.k8s.io/commit=5cf7512d5a64c8581140916e82b849633d870277
minikube.k8s.io/name=addons-438605
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2025_04_07T12_50_04_0700
minikube.k8s.io/version=v1.35.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-438605
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///run/containerd/containerd.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Mon, 07 Apr 2025 12:50:01 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-438605
AcquireTime: <unset>
RenewTime: Mon, 07 Apr 2025 13:01:07 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 07 Apr 2025 12:58:55 +0000 Mon, 07 Apr 2025 12:49:59 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 07 Apr 2025 12:58:55 +0000 Mon, 07 Apr 2025 12:49:59 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 07 Apr 2025 12:58:55 +0000 Mon, 07 Apr 2025 12:49:59 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 07 Apr 2025 12:58:55 +0000 Mon, 07 Apr 2025 12:50:02 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-438605
Capacity:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32859372Ki
pods: 110
Allocatable:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32859372Ki
pods: 110
System Info:
Machine ID: 7fdff05f74e0400bb8cf512facb66f0b
System UUID: d3af4476-7610-459a-a995-5cd5e8932430
Boot ID: cee48746-bb10-4117-9b9f-795277d8ff8e
Kernel Version: 5.15.0-1078-gcp
OS Image: Ubuntu 22.04.5 LTS
Operating System: linux
Architecture: amd64
Container Runtime Version: containerd://1.7.27
Kubelet Version: v1.32.2
Kube-Proxy Version: v1.32.2
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (12 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default busybox 0 (0%) 0 (0%) 0 (0%) 0 (0%) 8m42s
default nginx 0 (0%) 0 (0%) 0 (0%) 0 (0%) 8m2s
ingress-nginx ingress-nginx-controller-56d7c84fd4-sqpll 100m (1%) 0 (0%) 90Mi (0%) 0 (0%) 10m
kube-system coredns-668d6bf9bc-w64ck 100m (1%) 0 (0%) 70Mi (0%) 170Mi (0%) 11m
kube-system etcd-addons-438605 100m (1%) 0 (0%) 100Mi (0%) 0 (0%) 11m
kube-system kindnet-7tf8m 100m (1%) 100m (1%) 50Mi (0%) 50Mi (0%) 11m
kube-system kube-apiserver-addons-438605 250m (3%) 0 (0%) 0 (0%) 0 (0%) 11m
kube-system kube-controller-manager-addons-438605 200m (2%) 0 (0%) 0 (0%) 0 (0%) 11m
kube-system kube-ingress-dns-minikube 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
kube-system kube-proxy-4q7tb 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11m
kube-system kube-scheduler-addons-438605 100m (1%) 0 (0%) 0 (0%) 0 (0%) 11m
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 11m 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 NodeAllocatableEnforced 11m kubelet Updated Node Allocatable limit across pods
Normal NodeHasSufficientMemory 11m kubelet Node addons-438605 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 11m kubelet Node addons-438605 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 11m kubelet Node addons-438605 status is now: NodeHasSufficientPID
Normal RegisteredNode 11m node-controller Node addons-438605 event: Registered Node addons-438605 in Controller
==> dmesg <==
[ +0.000008] ll header: 00000000: ff ff ff ff ff ff 16 11 57 d2 71 76 08 06
[ +0.000399] 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 06 3e c5 55 df 1a 08 06
[ +0.822515] 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 b6 63 b5 15 7f 1c 08 06
[ +0.090182] 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 06 58 f3 43 18 b1 08 06
[ +23.006133] IPv4: martian source 10.244.0.2 from 10.244.0.2, on dev cni0
[ +0.000004] ll header: 00000000: ff ff ff ff ff ff fe 3b 5a 88 7a 63 08 06
[ +0.573091] 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 fe 3b 5a 88 7a 63 08 06
[ +15.649554] 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 f6 8c 76 17 f3 6c 08 06
[ +0.000371] 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 fe 3b 5a 88 7a 63 08 06
[Apr 7 12:47] 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 0a 28 1d 35 8c 06 08 06
[ +6.658484] 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 5e 5b 93 b9 6b be 08 06
[ +0.000410] 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 b6 63 b5 15 7f 1c 08 06
[ +8.054228] 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 8e 8b 13 be bd 58 08 06
[ +20.803542] IPv4: martian source 10.244.0.3 from 10.244.0.2, on dev eth0
[ +0.000006] ll header: 00000000: ff ff ff ff ff ff 0a 28 1d 35 8c 06 08 06
==> etcd [f3fb7a92daf9c6233f5dc981dd3557b36249d96ef8d11517d2d4221c3cfdd1ec] <==
{"level":"info","ts":"2025-04-07T12:49:59.958656Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2025-04-07T12:49:59.958731Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2025-04-07T12:49:59.958976Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
{"level":"info","ts":"2025-04-07T12:49:59.959117Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2025-04-07T12:49:59.959157Z","caller":"etcdserver/server.go:2675","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2025-04-07T12:49:59.959270Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
{"level":"info","ts":"2025-04-07T12:49:59.959377Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
{"level":"info","ts":"2025-04-07T12:49:59.960051Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2025-04-07T12:49:59.960252Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2025-04-07T12:50:33.531458Z","caller":"traceutil/trace.go:171","msg":"trace[508384921] transaction","detail":"{read_only:false; response_revision:998; number_of_response:1; }","duration":"109.734649ms","start":"2025-04-07T12:50:33.421695Z","end":"2025-04-07T12:50:33.531430Z","steps":["trace[508384921] 'process raft request' (duration: 68.601889ms)","trace[508384921] 'compare' (duration: 40.891303ms)"],"step_count":2}
{"level":"info","ts":"2025-04-07T12:50:33.532173Z","caller":"traceutil/trace.go:171","msg":"trace[155115145] transaction","detail":"{read_only:false; response_revision:999; number_of_response:1; }","duration":"110.39014ms","start":"2025-04-07T12:50:33.421762Z","end":"2025-04-07T12:50:33.532152Z","steps":["trace[155115145] 'process raft request' (duration: 110.226028ms)"],"step_count":1}
{"level":"info","ts":"2025-04-07T12:50:33.532342Z","caller":"traceutil/trace.go:171","msg":"trace[453438849] transaction","detail":"{read_only:false; response_revision:1000; number_of_response:1; }","duration":"108.844611ms","start":"2025-04-07T12:50:33.423479Z","end":"2025-04-07T12:50:33.532324Z","steps":["trace[453438849] 'process raft request' (duration: 108.602327ms)"],"step_count":1}
{"level":"warn","ts":"2025-04-07T12:50:45.313717Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"179.820911ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-04-07T12:50:45.313824Z","caller":"traceutil/trace.go:171","msg":"trace[1938978766] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1082; }","duration":"179.979275ms","start":"2025-04-07T12:50:45.133824Z","end":"2025-04-07T12:50:45.313803Z","steps":["trace[1938978766] 'range keys from in-memory index tree' (duration: 179.726136ms)"],"step_count":1}
{"level":"info","ts":"2025-04-07T12:50:45.313940Z","caller":"traceutil/trace.go:171","msg":"trace[1958616184] transaction","detail":"{read_only:false; response_revision:1083; number_of_response:1; }","duration":"120.1171ms","start":"2025-04-07T12:50:45.193797Z","end":"2025-04-07T12:50:45.313914Z","steps":["trace[1958616184] 'process raft request' (duration: 57.058416ms)","trace[1958616184] 'compare' (duration: 62.754663ms)"],"step_count":2}
{"level":"warn","ts":"2025-04-07T12:51:29.037664Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"109.709471ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/leases/kube-system/external-health-monitor-leader-hostpath-csi-k8s-io\" limit:1 ","response":"range_response_count:1 size:554"}
{"level":"info","ts":"2025-04-07T12:51:29.037758Z","caller":"traceutil/trace.go:171","msg":"trace[1348377746] range","detail":"{range_begin:/registry/leases/kube-system/external-health-monitor-leader-hostpath-csi-k8s-io; range_end:; response_count:1; response_revision:1347; }","duration":"109.844737ms","start":"2025-04-07T12:51:28.927890Z","end":"2025-04-07T12:51:29.037734Z","steps":["trace[1348377746] 'range keys from in-memory index tree' (duration: 109.563782ms)"],"step_count":1}
{"level":"info","ts":"2025-04-07T12:52:18.735824Z","caller":"traceutil/trace.go:171","msg":"trace[1201607756] linearizableReadLoop","detail":"{readStateIndex:1582; appliedIndex:1580; }","duration":"120.655277ms","start":"2025-04-07T12:52:18.615145Z","end":"2025-04-07T12:52:18.735801Z","steps":["trace[1201607756] 'read index received' (duration: 2.922292ms)","trace[1201607756] 'applied index is now lower than readState.Index' (duration: 117.732107ms)"],"step_count":2}
{"level":"info","ts":"2025-04-07T12:52:18.735886Z","caller":"traceutil/trace.go:171","msg":"trace[447513768] transaction","detail":"{read_only:false; number_of_response:1; response_revision:1535; }","duration":"122.181653ms","start":"2025-04-07T12:52:18.613632Z","end":"2025-04-07T12:52:18.735814Z","steps":["trace[447513768] 'process raft request' (duration: 58.397698ms)","trace[447513768] 'compare' (duration: 63.690454ms)"],"step_count":2}
{"level":"warn","ts":"2025-04-07T12:52:18.736021Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"120.850507ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/volcano-system/volcano-controllers-86bdc5c9c-dvmgr\" limit:1 ","response":"range_response_count:1 size:3419"}
{"level":"info","ts":"2025-04-07T12:52:18.736065Z","caller":"traceutil/trace.go:171","msg":"trace[2120251847] range","detail":"{range_begin:/registry/pods/volcano-system/volcano-controllers-86bdc5c9c-dvmgr; range_end:; response_count:1; response_revision:1535; }","duration":"120.924042ms","start":"2025-04-07T12:52:18.615129Z","end":"2025-04-07T12:52:18.736053Z","steps":["trace[2120251847] 'agreement among raft nodes before linearized reading' (duration: 120.780108ms)"],"step_count":1}
{"level":"info","ts":"2025-04-07T12:52:54.294711Z","caller":"traceutil/trace.go:171","msg":"trace[1092755772] transaction","detail":"{read_only:false; response_revision:1796; number_of_response:1; }","duration":"120.692379ms","start":"2025-04-07T12:52:54.173989Z","end":"2025-04-07T12:52:54.294681Z","steps":["trace[1092755772] 'process raft request' (duration: 56.439015ms)","trace[1092755772] 'compare' (duration: 64.127657ms)"],"step_count":2}
{"level":"info","ts":"2025-04-07T13:00:00.155585Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":2368}
{"level":"info","ts":"2025-04-07T13:00:00.178992Z","caller":"mvcc/kvstore_compaction.go:72","msg":"finished scheduled compaction","compact-revision":2368,"took":"22.672635ms","hash":2669823162,"current-db-size-bytes":11239424,"current-db-size":"11 MB","current-db-size-in-use-bytes":2990080,"current-db-size-in-use":"3.0 MB"}
{"level":"info","ts":"2025-04-07T13:00:00.179039Z","caller":"mvcc/hash.go:151","msg":"storing new hash","hash":2669823162,"revision":2368,"compact-revision":-1}
==> kernel <==
13:01:11 up 6:43, 0 users, load average: 0.35, 0.63, 1.39
Linux addons-438605 5.15.0-1078-gcp #87~20.04.1-Ubuntu SMP Mon Feb 24 10:23:16 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.5 LTS"
==> kindnet [54506feb6006894ba7d4ab6bab8b04d04d381f1bedce3f2f9ed1f8789168f9bf] <==
I0407 12:59:09.939232 1 main.go:301] handling current node
I0407 12:59:19.934871 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0407 12:59:19.934911 1 main.go:301] handling current node
I0407 12:59:29.935194 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0407 12:59:29.935242 1 main.go:301] handling current node
I0407 12:59:39.940346 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0407 12:59:39.940391 1 main.go:301] handling current node
I0407 12:59:49.934943 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0407 12:59:49.934982 1 main.go:301] handling current node
I0407 12:59:59.934488 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0407 12:59:59.934535 1 main.go:301] handling current node
I0407 13:00:09.939466 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0407 13:00:09.939515 1 main.go:301] handling current node
I0407 13:00:19.935406 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0407 13:00:19.935445 1 main.go:301] handling current node
I0407 13:00:29.935419 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0407 13:00:29.935463 1 main.go:301] handling current node
I0407 13:00:39.942112 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0407 13:00:39.942163 1 main.go:301] handling current node
I0407 13:00:49.935191 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0407 13:00:49.935234 1 main.go:301] handling current node
I0407 13:00:59.935147 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0407 13:00:59.935200 1 main.go:301] handling current node
I0407 13:01:09.940454 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0407 13:01:09.940495 1 main.go:301] handling current node
==> kube-apiserver [78f876b2a0ee404ec7c2a215b315de500e6f1241031c1aaeccf53cb34c391ab8] <==
E0407 12:52:38.203229 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:38578: use of closed network connection
E0407 12:52:38.372026 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:38598: use of closed network connection
I0407 12:52:48.019376 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.105.108.130"}
I0407 12:53:09.803918 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0407 12:53:09.984630 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.107.249.115"}
I0407 12:53:13.998742 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0407 12:53:15.117249 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0407 12:53:28.880996 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0407 12:53:34.613155 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I0407 12:53:48.385510 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0407 12:53:48.385580 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0407 12:53:48.400630 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0407 12:53:48.400681 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0407 12:53:48.403611 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0407 12:53:48.403657 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0407 12:53:48.420635 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0407 12:53:48.420686 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0407 12:53:48.433951 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0407 12:53:48.434025 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0407 12:53:49.419410 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
E0407 12:53:49.422793 1 authentication.go:74] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"csi-hostpathplugin-sa\" not found]"
E0407 12:53:49.425034 1 authentication.go:74] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"csi-hostpathplugin-sa\" not found]"
W0407 12:53:49.434024 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
E0407 12:53:49.443362 1 authentication.go:74] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"csi-hostpathplugin-sa\" not found]"
W0407 12:53:49.545250 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
==> kube-controller-manager [0214eed6184aa52c6861b10f1b0c08f08ea34c3b9418c914cfc7ab807f2d6e47] <==
E0407 13:00:48.739372 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="flow.volcano.sh/v1alpha1, Resource=jobflows"
W0407 13:00:48.740306 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0407 13:00:48.740342 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W0407 13:00:51.573021 1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
E0407 13:00:51.574248 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="flow.volcano.sh/v1alpha1, Resource=jobtemplates"
W0407 13:00:51.575181 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0407 13:00:51.575232 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W0407 13:00:51.625024 1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
E0407 13:00:51.626073 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshotcontents"
W0407 13:00:51.626939 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0407 13:00:51.626980 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
E0407 13:00:53.046459 1 pv_controller.go:1587] "Error finding provisioning plugin for claim" err="storageclass.storage.k8s.io \"local-path\" not found" logger="persistentvolume-binder-controller" PVC="default/test-pvc"
W0407 13:00:53.269770 1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
E0407 13:00:53.270923 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="scheduling.volcano.sh/v1beta1, Resource=queues"
W0407 13:00:53.271948 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0407 13:00:53.271983 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W0407 13:00:58.709679 1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
E0407 13:00:58.710713 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshots"
W0407 13:00:58.711666 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0407 13:00:58.711701 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
E0407 13:01:08.046744 1 pv_controller.go:1587] "Error finding provisioning plugin for claim" err="storageclass.storage.k8s.io \"local-path\" not found" logger="persistentvolume-binder-controller" PVC="default/test-pvc"
W0407 13:01:08.432125 1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
E0407 13:01:08.433162 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="nodeinfo.volcano.sh/v1alpha1, Resource=numatopologies"
W0407 13:01:08.434133 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0407 13:01:08.434170 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
==> kube-proxy [25f248dae7a987c474dc83287e6682ecc4503d0bf1c5bd7160551ca27fbdb0f4] <==
I0407 12:50:10.034636 1 server_linux.go:66] "Using iptables proxy"
I0407 12:50:10.540715 1 server.go:698] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
E0407 12:50:10.540829 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`"
I0407 12:50:10.839777 1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0407 12:50:10.839876 1 server_linux.go:170] "Using iptables Proxier"
I0407 12:50:10.923452 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"
I0407 12:50:10.924134 1 server.go:497] "Version info" version="v1.32.2"
I0407 12:50:10.924171 1 server.go:499] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0407 12:50:10.926240 1 config.go:199] "Starting service config controller"
I0407 12:50:10.926274 1 shared_informer.go:313] Waiting for caches to sync for service config
I0407 12:50:10.926310 1 config.go:105] "Starting endpoint slice config controller"
I0407 12:50:10.926317 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0407 12:50:10.926986 1 config.go:329] "Starting node config controller"
I0407 12:50:10.926998 1 shared_informer.go:313] Waiting for caches to sync for node config
I0407 12:50:11.026642 1 shared_informer.go:320] Caches are synced for endpoint slice config
I0407 12:50:11.026711 1 shared_informer.go:320] Caches are synced for service config
I0407 12:50:11.029439 1 shared_informer.go:320] Caches are synced for node config
==> kube-scheduler [8f91872976879f73a0c0e78c605d930d8122698675508093b39c11f3567ad27c] <==
W0407 12:50:01.445015 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E0407 12:50:01.445947 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError"
W0407 12:50:01.445510 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0407 12:50:01.445986 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0407 12:50:01.444550 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0407 12:50:01.446008 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0407 12:50:02.277301 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E0407 12:50:02.277348 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0407 12:50:02.350988 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E0407 12:50:02.351036 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0407 12:50:02.535424 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0407 12:50:02.535469 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
W0407 12:50:02.538891 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0407 12:50:02.538944 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0407 12:50:02.552672 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
E0407 12:50:02.552724 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W0407 12:50:02.576216 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0407 12:50:02.576256 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0407 12:50:02.620623 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0407 12:50:02.620663 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0407 12:50:02.682529 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E0407 12:50:02.682583 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W0407 12:50:02.859850 1 reflector.go:569] runtime/asm_amd64.s:1700: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E0407 12:50:02.859908 1 reflector.go:166] "Unhandled Error" err="runtime/asm_amd64.s:1700: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\"" logger="UnhandledError"
I0407 12:50:05.742952 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Apr 07 12:58:27 addons-438605 kubelet[1642]: I0407 12:58:27.094171 1642 reconciler_common.go:162] "operationExecutor.UnmountVolume started for volume \"kube-api-access-kz8cv\" (UniqueName: \"kubernetes.io/projected/ce39e3e9-6909-4ac5-95a2-966e2523526b-kube-api-access-kz8cv\") pod \"ce39e3e9-6909-4ac5-95a2-966e2523526b\" (UID: \"ce39e3e9-6909-4ac5-95a2-966e2523526b\") "
Apr 07 12:58:27 addons-438605 kubelet[1642]: I0407 12:58:27.094530 1642 operation_generator.go:780] UnmountVolume.TearDown succeeded for volume "kubernetes.io/configmap/ce39e3e9-6909-4ac5-95a2-966e2523526b-config-volume" (OuterVolumeSpecName: "config-volume") pod "ce39e3e9-6909-4ac5-95a2-966e2523526b" (UID: "ce39e3e9-6909-4ac5-95a2-966e2523526b"). InnerVolumeSpecName "config-volume". PluginName "kubernetes.io/configmap", VolumeGIDValue ""
Apr 07 12:58:27 addons-438605 kubelet[1642]: I0407 12:58:27.096304 1642 operation_generator.go:780] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/ce39e3e9-6909-4ac5-95a2-966e2523526b-kube-api-access-kz8cv" (OuterVolumeSpecName: "kube-api-access-kz8cv") pod "ce39e3e9-6909-4ac5-95a2-966e2523526b" (UID: "ce39e3e9-6909-4ac5-95a2-966e2523526b"). InnerVolumeSpecName "kube-api-access-kz8cv". PluginName "kubernetes.io/projected", VolumeGIDValue ""
Apr 07 12:58:27 addons-438605 kubelet[1642]: I0407 12:58:27.195282 1642 reconciler_common.go:299] "Volume detached for volume \"kube-api-access-kz8cv\" (UniqueName: \"kubernetes.io/projected/ce39e3e9-6909-4ac5-95a2-966e2523526b-kube-api-access-kz8cv\") on node \"addons-438605\" DevicePath \"\""
Apr 07 12:58:27 addons-438605 kubelet[1642]: I0407 12:58:27.195330 1642 reconciler_common.go:299] "Volume detached for volume \"config-volume\" (UniqueName: \"kubernetes.io/configmap/ce39e3e9-6909-4ac5-95a2-966e2523526b-config-volume\") on node \"addons-438605\" DevicePath \"\""
Apr 07 12:58:27 addons-438605 kubelet[1642]: I0407 12:58:27.912639 1642 scope.go:117] "RemoveContainer" containerID="2b6ab2b2cff5bef40180ae8663040257f5f032adc09d074618c0f931f08fff79"
Apr 07 12:58:28 addons-438605 kubelet[1642]: I0407 12:58:28.038235 1642 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="ce39e3e9-6909-4ac5-95a2-966e2523526b" path="/var/lib/kubelet/pods/ce39e3e9-6909-4ac5-95a2-966e2523526b/volumes"
Apr 07 12:58:33 addons-438605 kubelet[1642]: E0407 12:58:33.036788 1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
Apr 07 12:58:45 addons-438605 kubelet[1642]: E0407 12:58:45.035994 1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
Apr 07 12:58:48 addons-438605 kubelet[1642]: I0407 12:58:48.035541 1642 kubelet_pods.go:1021] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/busybox" secret="" err="secret \"gcp-auth\" not found"
Apr 07 12:59:00 addons-438605 kubelet[1642]: E0407 12:59:00.226541 1642 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"docker.io/library/nginx:alpine\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/nginx:alpine"
Apr 07 12:59:00 addons-438605 kubelet[1642]: E0407 12:59:00.226612 1642 kuberuntime_image.go:55] "Failed to pull image" err="failed to pull and unpack image \"docker.io/library/nginx:alpine\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/nginx:alpine"
Apr 07 12:59:00 addons-438605 kubelet[1642]: E0407 12:59:00.226738 1642 kuberuntime_manager.go:1341] "Unhandled Error" err="container &Container{Name:nginx,Image:docker.io/nginx:alpine,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{ContainerPort{Name:,HostPort:0,ContainerPort:80,Protocol:TCP,HostIP:,},},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-t86g7,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:IfNotPresent,SecurityContext:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,ResizePolicy:[]ContainerResizePolicy{},RestartPolicy:nil,} start failed in pod nginx_defaul
t(69b039a7-6226-4052-a020-97718eae3479): ErrImagePull: failed to pull and unpack image \"docker.io/library/nginx:alpine\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
Apr 07 12:59:00 addons-438605 kubelet[1642]: E0407 12:59:00.227953 1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
Apr 07 12:59:14 addons-438605 kubelet[1642]: E0407 12:59:14.037163 1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
Apr 07 12:59:28 addons-438605 kubelet[1642]: E0407 12:59:28.036594 1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
Apr 07 12:59:41 addons-438605 kubelet[1642]: E0407 12:59:41.036200 1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
Apr 07 12:59:54 addons-438605 kubelet[1642]: E0407 12:59:54.036957 1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
Apr 07 13:00:07 addons-438605 kubelet[1642]: E0407 13:00:07.036228 1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
Apr 07 13:00:18 addons-438605 kubelet[1642]: I0407 13:00:18.035364 1642 kubelet_pods.go:1021] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/busybox" secret="" err="secret \"gcp-auth\" not found"
Apr 07 13:00:19 addons-438605 kubelet[1642]: E0407 13:00:19.036587 1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
Apr 07 13:00:30 addons-438605 kubelet[1642]: E0407 13:00:30.036361 1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
Apr 07 13:00:41 addons-438605 kubelet[1642]: E0407 13:00:41.036336 1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
Apr 07 13:00:56 addons-438605 kubelet[1642]: E0407 13:00:56.036614 1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
Apr 07 13:01:10 addons-438605 kubelet[1642]: E0407 13:01:10.035992 1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
==> storage-provisioner [0767ba6d637425fc290105feeb49d69372d4741eaffd560de495b02f72513d58] <==
I0407 12:50:16.627390 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0407 12:50:16.638443 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0407 12:50:16.638526 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0407 12:50:16.646963 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0407 12:50:16.647580 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"6dcddfa7-22de-48fa-806b-d14e0d8c4089", APIVersion:"v1", ResourceVersion:"609", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-438605_d2797732-740e-45da-9999-6429229a88e3 became leader
I0407 12:50:16.719572 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-438605_d2797732-740e-45da-9999-6429229a88e3!
I0407 12:50:16.821337 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-438605_d2797732-740e-45da-9999-6429229a88e3!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-438605 -n addons-438605
helpers_test.go:261: (dbg) Run: kubectl --context addons-438605 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: nginx test-local-path ingress-nginx-admission-create-xjtdg ingress-nginx-admission-patch-6n668
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Ingress]: describe non-running pods <======
helpers_test.go:277: (dbg) Run: kubectl --context addons-438605 describe pod nginx test-local-path ingress-nginx-admission-create-xjtdg ingress-nginx-admission-patch-6n668
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-438605 describe pod nginx test-local-path ingress-nginx-admission-create-xjtdg ingress-nginx-admission-patch-6n668: exit status 1 (74.90607ms)
-- stdout --
Name: nginx
Namespace: default
Priority: 0
Service Account: default
Node: addons-438605/192.168.49.2
Start Time: Mon, 07 Apr 2025 12:53:09 +0000
Labels: run=nginx
Annotations: <none>
Status: Pending
IP: 10.244.0.32
IPs:
IP: 10.244.0.32
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-t86g7 (ro)
Conditions:
Type Status
PodReadyToStartContainers True
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
kube-api-access-t86g7:
Type: Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds: 3607
ConfigMapName: kube-root-ca.crt
ConfigMapOptional: <nil>
DownwardAPI: true
QoS Class: BestEffort
Node-Selectors: <none>
Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 8m3s default-scheduler Successfully assigned default/nginx to addons-438605
Normal Pulling 4m59s (x5 over 8m2s) kubelet Pulling image "docker.io/nginx:alpine"
Warning Failed 4m58s (x5 over 8m) kubelet Failed to pull image "docker.io/nginx:alpine": failed to pull and unpack image "docker.io/library/nginx:alpine": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Warning Failed 4m58s (x5 over 8m) kubelet Error: ErrImagePull
Normal BackOff 2m53s (x21 over 7m59s) kubelet Back-off pulling image "docker.io/nginx:alpine"
Warning Failed 2m53s (x21 over 7m59s) 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-wldxf (ro)
Volumes:
data:
Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
ClaimName: test-pvc
ReadOnly: false
kube-api-access-wldxf:
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-xjtdg" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-6n668" not found
** /stderr **
helpers_test.go:279: kubectl --context addons-438605 describe pod nginx test-local-path ingress-nginx-admission-create-xjtdg ingress-nginx-admission-patch-6n668: exit status 1
addons_test.go:992: (dbg) Run: out/minikube-linux-amd64 -p addons-438605 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:992: (dbg) Run: out/minikube-linux-amd64 -p addons-438605 addons disable ingress --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-438605 addons disable ingress --alsologtostderr -v=1: (7.669487669s)
--- FAIL: TestAddons/parallel/Ingress (491.48s)