=== RUN TestAddons/parallel/LocalPath
=== PAUSE TestAddons/parallel/LocalPath
=== CONT TestAddons/parallel/LocalPath
addons_test.go:949: (dbg) Run: kubectl --context addons-674149 apply -f testdata/storage-provisioner-rancher/pvc.yaml
addons_test.go:955: (dbg) Run: kubectl --context addons-674149 apply -f testdata/storage-provisioner-rancher/pod.yaml
addons_test.go:959: (dbg) TestAddons/parallel/LocalPath: waiting 5m0s for pvc "test-pvc" in namespace "default" ...
helpers_test.go:402: (dbg) Run: kubectl --context addons-674149 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run: kubectl --context addons-674149 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run: kubectl --context addons-674149 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run: kubectl --context addons-674149 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run: kubectl --context addons-674149 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run: kubectl --context addons-674149 get pvc test-pvc -o jsonpath={.status.phase} -n default
addons_test.go:962: (dbg) TestAddons/parallel/LocalPath: waiting 3m0s for pods matching "run=test-local-path" in namespace "default" ...
helpers_test.go:352: "test-local-path" [db57d505-80a3-4fb4-b2fe-b9a4b8812a33] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:337: TestAddons/parallel/LocalPath: WARNING: pod list for "default" "run=test-local-path" returned: client rate limiter Wait returned an error: context deadline exceeded
addons_test.go:962: ***** TestAddons/parallel/LocalPath: pod "run=test-local-path" failed to start within 3m0s: context deadline exceeded ****
addons_test.go:962: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-674149 -n addons-674149
addons_test.go:962: TestAddons/parallel/LocalPath: showing logs for failed pods as of 2025-11-24 08:51:02.637427127 +0000 UTC m=+478.004733689
addons_test.go:962: (dbg) Run: kubectl --context addons-674149 describe po test-local-path -n default
addons_test.go:962: (dbg) kubectl --context addons-674149 describe po test-local-path -n default:
Name: test-local-path
Namespace: default
Priority: 0
Service Account: default
Node: addons-674149/192.168.49.2
Start Time: Mon, 24 Nov 2025 08:48:02 +0000
Labels: run=test-local-path
Annotations: <none>
Status: Pending
IP: 10.244.0.35
IPs:
IP: 10.244.0.35
Containers:
busybox:
Container ID:
Image: busybox:stable
Image ID:
Port: <none>
Host Port: <none>
Command:
sh
-c
echo 'local-path-provisioner' > /test/file1
State: Waiting
Reason: ImagePullBackOff
Ready: False
Restart Count: 0
Environment: <none>
Mounts:
/test from data (rw)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-l7fl2 (ro)
Conditions:
Type Status
PodReadyToStartContainers True
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
data:
Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
ClaimName: test-pvc
ReadOnly: false
kube-api-access-l7fl2:
Type: Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds: 3607
ConfigMapName: kube-root-ca.crt
Optional: false
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 3m default-scheduler Successfully assigned default/test-local-path to addons-674149
Warning Failed 95s (x4 over 2m59s) kubelet Failed to pull image "busybox:stable": failed to pull and unpack image "docker.io/library/busybox:stable": failed to copy: httpReadSeeker: failed open: unexpected status from GET request to https://registry-1.docker.io/v2/library/busybox/manifests/sha256:355b3a1bf5609da364166913878a8508d4ba30572d02020a97028c75477e24ff: 429 Too Many Requests
toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Normal BackOff 17s (x10 over 2m59s) kubelet Back-off pulling image "busybox:stable"
Warning Failed 17s (x10 over 2m59s) kubelet Error: ImagePullBackOff
Normal Pulling 5s (x5 over 3m) kubelet Pulling image "busybox:stable"
Warning Failed 5s (x5 over 2m59s) kubelet Error: ErrImagePull
Warning Failed 5s kubelet Failed to pull image "busybox:stable": failed to pull and unpack image "docker.io/library/busybox:stable": failed to copy: httpReadSeeker: failed open: unexpected status from GET request to https://registry-1.docker.io/v2/library/busybox/manifests/sha256:079b4a73854a059a2073c6e1a031b17fcbf23a47c6c59ae760d78045199e403c: 429 Too Many Requests
toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
addons_test.go:962: (dbg) Run: kubectl --context addons-674149 logs test-local-path -n default
addons_test.go:962: (dbg) Non-zero exit: kubectl --context addons-674149 logs test-local-path -n default: exit status 1 (98.955829ms)
** stderr **
Error from server (BadRequest): container "busybox" in pod "test-local-path" is waiting to start: trying and failing to pull image
** /stderr **
addons_test.go:962: kubectl --context addons-674149 logs test-local-path -n default: exit status 1
addons_test.go:963: failed waiting for test-local-path pod: run=test-local-path within 3m0s: context deadline exceeded
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:223: ======> post-mortem[TestAddons/parallel/LocalPath]: network settings <======
helpers_test.go:230: HOST ENV snapshots: PROXY env: HTTP_PROXY="<empty>" HTTPS_PROXY="<empty>" NO_PROXY="<empty>"
helpers_test.go:238: ======> post-mortem[TestAddons/parallel/LocalPath]: docker inspect <======
helpers_test.go:239: (dbg) Run: docker inspect addons-674149
helpers_test.go:243: (dbg) docker inspect addons-674149:
-- stdout --
[
{
"Id": "6f50b0c7a31b191decda1323dd6df71c5acf8a498ff595c68574daed6bd4cefc",
"Created": "2025-11-24T08:43:50.987696812Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 1655908,
"ExitCode": 0,
"Error": "",
"StartedAt": "2025-11-24T08:43:51.054729643Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:572c983e466f1f784136812eef5cc59ac623db764bc7704d3676c4643993fd08",
"ResolvConfPath": "/var/lib/docker/containers/6f50b0c7a31b191decda1323dd6df71c5acf8a498ff595c68574daed6bd4cefc/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/6f50b0c7a31b191decda1323dd6df71c5acf8a498ff595c68574daed6bd4cefc/hostname",
"HostsPath": "/var/lib/docker/containers/6f50b0c7a31b191decda1323dd6df71c5acf8a498ff595c68574daed6bd4cefc/hosts",
"LogPath": "/var/lib/docker/containers/6f50b0c7a31b191decda1323dd6df71c5acf8a498ff595c68574daed6bd4cefc/6f50b0c7a31b191decda1323dd6df71c5acf8a498ff595c68574daed6bd4cefc-json.log",
"Name": "/addons-674149",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-674149:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-674149",
"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": 4294967296,
"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": 8589934592,
"MemorySwappiness": null,
"OomKillDisable": false,
"PidsLimit": null,
"Ulimits": [],
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"MaskedPaths": null,
"ReadonlyPaths": null
},
"GraphDriver": {
"Data": {
"ID": "6f50b0c7a31b191decda1323dd6df71c5acf8a498ff595c68574daed6bd4cefc",
"LowerDir": "/var/lib/docker/overlay2/70cd6628664ed47f93a9a39be390103f5ce12b4880b31ad51cbe5445e0ac7f13-init/diff:/var/lib/docker/overlay2/bf294786c7ade59cb761c7bdcc27045362c3779b00a569b685443f34ade17737/diff",
"MergedDir": "/var/lib/docker/overlay2/70cd6628664ed47f93a9a39be390103f5ce12b4880b31ad51cbe5445e0ac7f13/merged",
"UpperDir": "/var/lib/docker/overlay2/70cd6628664ed47f93a9a39be390103f5ce12b4880b31ad51cbe5445e0ac7f13/diff",
"WorkDir": "/var/lib/docker/overlay2/70cd6628664ed47f93a9a39be390103f5ce12b4880b31ad51cbe5445e0ac7f13/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-674149",
"Source": "/var/lib/docker/volumes/addons-674149/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-674149",
"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.48-1763789673-21948@sha256:bb10ebd3ca086eea12c038085866fb2f6cfa67385dcb830c4deb5e36ced6b53f",
"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-674149",
"name.minikube.sigs.k8s.io": "addons-674149",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "177b2f9eb29788fba610c25ac03d8798d8e886b4fde029951b300b6a731bb71e",
"SandboxKey": "/var/run/docker/netns/177b2f9eb297",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34664"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34665"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34668"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34666"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34667"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-674149": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "d6:13:8b:c0:f9:16",
"DriverOpts": null,
"GwPriority": 0,
"NetworkID": "6469503e75d42721f29e6966939434398a736884d93d77ec539db8f12656f9b8",
"EndpointID": "b063cc5970cf5254a5d1a359be9b8b4c1d26d2859d4dfad5ac487c55bb241c6f",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-674149",
"6f50b0c7a31b"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:247: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-674149 -n addons-674149
helpers_test.go:252: <<< TestAddons/parallel/LocalPath FAILED: start of post-mortem logs <<<
helpers_test.go:253: ======> post-mortem[TestAddons/parallel/LocalPath]: minikube logs <======
helpers_test.go:255: (dbg) Run: out/minikube-linux-arm64 -p addons-674149 logs -n 25
helpers_test.go:255: (dbg) Done: out/minikube-linux-arm64 -p addons-674149 logs -n 25: (1.283373952s)
helpers_test.go:260: TestAddons/parallel/LocalPath logs:
-- stdout --
==> Audit <==
┌─────────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬────────────────────────┬─────────┬─────────┬─────────────────────┬─────────────────────┐
│ COMMAND │ ARGS │ PROFILE │ USER │ VERSION │ START TIME │ END TIME │
├─────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────────────────────┼─────────┼─────────┼─────────────────────┼─────────────────────┤
│ delete │ -p download-docker-750165 │ download-docker-750165 │ jenkins │ v1.37.0 │ 24 Nov 25 08:43 UTC │ 24 Nov 25 08:43 UTC │
│ start │ --download-only -p binary-mirror-539266 --alsologtostderr --binary-mirror http://127.0.0.1:44655 --driver=docker --container-runtime=containerd │ binary-mirror-539266 │ jenkins │ v1.37.0 │ 24 Nov 25 08:43 UTC │ │
│ delete │ -p binary-mirror-539266 │ binary-mirror-539266 │ jenkins │ v1.37.0 │ 24 Nov 25 08:43 UTC │ 24 Nov 25 08:43 UTC │
│ addons │ disable dashboard -p addons-674149 │ addons-674149 │ jenkins │ v1.37.0 │ 24 Nov 25 08:43 UTC │ │
│ addons │ enable dashboard -p addons-674149 │ addons-674149 │ jenkins │ v1.37.0 │ 24 Nov 25 08:43 UTC │ │
│ start │ -p addons-674149 --wait=true --memory=4096 --alsologtostderr --addons=registry --addons=registry-creds --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-674149 │ jenkins │ v1.37.0 │ 24 Nov 25 08:43 UTC │ 24 Nov 25 08:46 UTC │
│ addons │ addons-674149 addons disable volcano --alsologtostderr -v=1 │ addons-674149 │ jenkins │ v1.37.0 │ 24 Nov 25 08:46 UTC │ 24 Nov 25 08:46 UTC │
│ addons │ addons-674149 addons disable gcp-auth --alsologtostderr -v=1 │ addons-674149 │ jenkins │ v1.37.0 │ 24 Nov 25 08:46 UTC │ 24 Nov 25 08:47 UTC │
│ addons │ enable headlamp -p addons-674149 --alsologtostderr -v=1 │ addons-674149 │ jenkins │ v1.37.0 │ 24 Nov 25 08:47 UTC │ 24 Nov 25 08:47 UTC │
│ addons │ addons-674149 addons disable headlamp --alsologtostderr -v=1 │ addons-674149 │ jenkins │ v1.37.0 │ 24 Nov 25 08:47 UTC │ 24 Nov 25 08:47 UTC │
│ ip │ addons-674149 ip │ addons-674149 │ jenkins │ v1.37.0 │ 24 Nov 25 08:47 UTC │ 24 Nov 25 08:47 UTC │
│ addons │ addons-674149 addons disable registry --alsologtostderr -v=1 │ addons-674149 │ jenkins │ v1.37.0 │ 24 Nov 25 08:47 UTC │ 24 Nov 25 08:47 UTC │
│ addons │ addons-674149 addons disable metrics-server --alsologtostderr -v=1 │ addons-674149 │ jenkins │ v1.37.0 │ 24 Nov 25 08:47 UTC │ 24 Nov 25 08:47 UTC │
│ addons │ addons-674149 addons disable inspektor-gadget --alsologtostderr -v=1 │ addons-674149 │ jenkins │ v1.37.0 │ 24 Nov 25 08:47 UTC │ 24 Nov 25 08:47 UTC │
│ addons │ addons-674149 addons disable volumesnapshots --alsologtostderr -v=1 │ addons-674149 │ jenkins │ v1.37.0 │ 24 Nov 25 08:47 UTC │ 24 Nov 25 08:47 UTC │
│ ssh │ addons-674149 ssh curl -s http://127.0.0.1/ -H 'Host: nginx.example.com' │ addons-674149 │ jenkins │ v1.37.0 │ 24 Nov 25 08:47 UTC │ 24 Nov 25 08:47 UTC │
│ ip │ addons-674149 ip │ addons-674149 │ jenkins │ v1.37.0 │ 24 Nov 25 08:47 UTC │ 24 Nov 25 08:47 UTC │
│ addons │ addons-674149 addons disable csi-hostpath-driver --alsologtostderr -v=1 │ addons-674149 │ jenkins │ v1.37.0 │ 24 Nov 25 08:47 UTC │ 24 Nov 25 08:47 UTC │
│ addons │ addons-674149 addons disable ingress-dns --alsologtostderr -v=1 │ addons-674149 │ jenkins │ v1.37.0 │ 24 Nov 25 08:47 UTC │ 24 Nov 25 08:47 UTC │
│ addons │ addons-674149 addons disable ingress --alsologtostderr -v=1 │ addons-674149 │ jenkins │ v1.37.0 │ 24 Nov 25 08:47 UTC │ 24 Nov 25 08:47 UTC │
│ addons │ configure registry-creds -f ./testdata/addons_testconfig.json -p addons-674149 │ addons-674149 │ jenkins │ v1.37.0 │ 24 Nov 25 08:47 UTC │ 24 Nov 25 08:47 UTC │
│ addons │ addons-674149 addons disable registry-creds --alsologtostderr -v=1 │ addons-674149 │ jenkins │ v1.37.0 │ 24 Nov 25 08:47 UTC │ 24 Nov 25 08:47 UTC │
│ addons │ addons-674149 addons disable yakd --alsologtostderr -v=1 │ addons-674149 │ jenkins │ v1.37.0 │ 24 Nov 25 08:48 UTC │ 24 Nov 25 08:48 UTC │
│ addons │ addons-674149 addons disable nvidia-device-plugin --alsologtostderr -v=1 │ addons-674149 │ jenkins │ v1.37.0 │ 24 Nov 25 08:48 UTC │ 24 Nov 25 08:48 UTC │
│ addons │ addons-674149 addons disable cloud-spanner --alsologtostderr -v=1 │ addons-674149 │ jenkins │ v1.37.0 │ 24 Nov 25 08:48 UTC │ 24 Nov 25 08:48 UTC │
└─────────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴────────────────────────┴─────────┴─────────┴─────────────────────┴─────────────────────┘
==> Last Start <==
Log file created at: 2025/11/24 08:43:26
Running on machine: ip-172-31-30-239
Binary: Built with gc go1.25.3 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I1124 08:43:26.168772 1655502 out.go:360] Setting OutFile to fd 1 ...
I1124 08:43:26.168897 1655502 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1124 08:43:26.168909 1655502 out.go:374] Setting ErrFile to fd 2...
I1124 08:43:26.168915 1655502 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1124 08:43:26.169181 1655502 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21978-1652607/.minikube/bin
I1124 08:43:26.169637 1655502 out.go:368] Setting JSON to false
I1124 08:43:26.170486 1655502 start.go:133] hostinfo: {"hostname":"ip-172-31-30-239","uptime":26736,"bootTime":1763947071,"procs":145,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1084-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
I1124 08:43:26.170560 1655502 start.go:143] virtualization:
I1124 08:43:26.173968 1655502 out.go:179] * [addons-674149] minikube v1.37.0 on Ubuntu 20.04 (arm64)
I1124 08:43:26.177895 1655502 out.go:179] - MINIKUBE_LOCATION=21978
I1124 08:43:26.177993 1655502 notify.go:221] Checking for updates...
I1124 08:43:26.183716 1655502 out.go:179] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I1124 08:43:26.186597 1655502 out.go:179] - KUBECONFIG=/home/jenkins/minikube-integration/21978-1652607/kubeconfig
I1124 08:43:26.189287 1655502 out.go:179] - MINIKUBE_HOME=/home/jenkins/minikube-integration/21978-1652607/.minikube
I1124 08:43:26.192087 1655502 out.go:179] - MINIKUBE_BIN=out/minikube-linux-arm64
I1124 08:43:26.194991 1655502 out.go:179] - MINIKUBE_FORCE_SYSTEMD=
I1124 08:43:26.198023 1655502 driver.go:422] Setting default libvirt URI to qemu:///system
I1124 08:43:26.227945 1655502 docker.go:124] docker version: linux-28.1.1:Docker Engine - Community
I1124 08:43:26.228075 1655502 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1124 08:43:26.282970 1655502 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR 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:29 OomKillDisable:true NGoroutines:47 SystemTime:2025-11-24 08:43:26.274115039 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1084-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:28.1.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:05044ec0a9a75232cad458027ca83437aae3f4da Expected:} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx P
ath:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.23.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.35.1]] Warnings:<nil>}}
I1124 08:43:26.283071 1655502 docker.go:319] overlay module found
I1124 08:43:26.286170 1655502 out.go:179] * Using the docker driver based on user configuration
I1124 08:43:26.288892 1655502 start.go:309] selected driver: docker
I1124 08:43:26.288908 1655502 start.go:927] validating driver "docker" against <nil>
I1124 08:43:26.288921 1655502 start.go:938] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I1124 08:43:26.289611 1655502 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1124 08:43:26.347499 1655502 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR 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:29 OomKillDisable:true NGoroutines:47 SystemTime:2025-11-24 08:43:26.338764384 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1084-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:28.1.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:05044ec0a9a75232cad458027ca83437aae3f4da Expected:} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx P
ath:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.23.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.35.1]] Warnings:<nil>}}
I1124 08:43:26.347667 1655502 start_flags.go:327] no existing cluster config was found, will generate one from the flags
I1124 08:43:26.347895 1655502 start_flags.go:992] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I1124 08:43:26.350743 1655502 out.go:179] * Using Docker driver with root privileges
I1124 08:43:26.353520 1655502 cni.go:84] Creating CNI manager for ""
I1124 08:43:26.353605 1655502 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I1124 08:43:26.353619 1655502 start_flags.go:336] Found "CNI" CNI - setting NetworkPlugin=cni
I1124 08:43:26.353696 1655502 start.go:353] cluster config:
{Name:addons-674149 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1763789673-21948@sha256:bb10ebd3ca086eea12c038085866fb2f6cfa67385dcb830c4deb5e36ced6b53f Memory:4096 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.34.2 ClusterName:addons-674149 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.34.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 MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgen
tPID:0 GPUs: AutoPauseInterval:1m0s}
I1124 08:43:26.358675 1655502 out.go:179] * Starting "addons-674149" primary control-plane node in "addons-674149" cluster
I1124 08:43:26.361577 1655502 cache.go:134] Beginning downloading kic base image for docker with containerd
I1124 08:43:26.364512 1655502 out.go:179] * Pulling base image v0.0.48-1763789673-21948 ...
I1124 08:43:26.367406 1655502 preload.go:188] Checking if preload exists for k8s version v1.34.2 and runtime containerd
I1124 08:43:26.367459 1655502 preload.go:203] Found local preload: /home/jenkins/minikube-integration/21978-1652607/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.2-containerd-overlay2-arm64.tar.lz4
I1124 08:43:26.367477 1655502 cache.go:65] Caching tarball of preloaded images
I1124 08:43:26.367487 1655502 image.go:81] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1763789673-21948@sha256:bb10ebd3ca086eea12c038085866fb2f6cfa67385dcb830c4deb5e36ced6b53f in local docker daemon
I1124 08:43:26.367578 1655502 preload.go:238] Found /home/jenkins/minikube-integration/21978-1652607/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.2-containerd-overlay2-arm64.tar.lz4 in cache, skipping download
I1124 08:43:26.367588 1655502 cache.go:68] Finished verifying existence of preloaded tar for v1.34.2 on containerd
I1124 08:43:26.367927 1655502 profile.go:143] Saving config to /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/config.json ...
I1124 08:43:26.367959 1655502 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/config.json: {Name:mk5494747f42686b676173483e93291d79fbedfa Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1124 08:43:26.382740 1655502 cache.go:163] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1763789673-21948@sha256:bb10ebd3ca086eea12c038085866fb2f6cfa67385dcb830c4deb5e36ced6b53f to local cache
I1124 08:43:26.382879 1655502 image.go:65] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1763789673-21948@sha256:bb10ebd3ca086eea12c038085866fb2f6cfa67385dcb830c4deb5e36ced6b53f in local cache directory
I1124 08:43:26.382918 1655502 image.go:68] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1763789673-21948@sha256:bb10ebd3ca086eea12c038085866fb2f6cfa67385dcb830c4deb5e36ced6b53f in local cache directory, skipping pull
I1124 08:43:26.382932 1655502 image.go:137] gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1763789673-21948@sha256:bb10ebd3ca086eea12c038085866fb2f6cfa67385dcb830c4deb5e36ced6b53f exists in cache, skipping pull
I1124 08:43:26.382943 1655502 cache.go:166] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1763789673-21948@sha256:bb10ebd3ca086eea12c038085866fb2f6cfa67385dcb830c4deb5e36ced6b53f as a tarball
I1124 08:43:26.382948 1655502 cache.go:176] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1763789673-21948@sha256:bb10ebd3ca086eea12c038085866fb2f6cfa67385dcb830c4deb5e36ced6b53f from local cache
I1124 08:43:44.357535 1655502 cache.go:178] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1763789673-21948@sha256:bb10ebd3ca086eea12c038085866fb2f6cfa67385dcb830c4deb5e36ced6b53f from cached tarball
I1124 08:43:44.357575 1655502 cache.go:243] Successfully downloaded all kic artifacts
I1124 08:43:44.357614 1655502 start.go:360] acquireMachinesLock for addons-674149: {Name:mk3ddec554c48a465f45c9b7924bd2a9c88a18df Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I1124 08:43:44.357736 1655502 start.go:364] duration metric: took 96.338µs to acquireMachinesLock for "addons-674149"
I1124 08:43:44.357768 1655502 start.go:93] Provisioning new machine with config: &{Name:addons-674149 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1763789673-21948@sha256:bb10ebd3ca086eea12c038085866fb2f6cfa67385dcb830c4deb5e36ced6b53f Memory:4096 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.34.2 ClusterName:addons-674149 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.34.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 MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFi
rmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.34.2 ContainerRuntime:containerd ControlPlane:true Worker:true}
I1124 08:43:44.357850 1655502 start.go:125] createHost starting for "" (driver="docker")
I1124 08:43:44.361235 1655502 out.go:252] * Creating docker container (CPUs=2, Memory=4096MB) ...
I1124 08:43:44.361501 1655502 start.go:159] libmachine.API.Create for "addons-674149" (driver="docker")
I1124 08:43:44.361556 1655502 client.go:173] LocalClient.Create starting
I1124 08:43:44.361688 1655502 main.go:143] libmachine: Creating CA: /home/jenkins/minikube-integration/21978-1652607/.minikube/certs/ca.pem
I1124 08:43:44.861483 1655502 main.go:143] libmachine: Creating client certificate: /home/jenkins/minikube-integration/21978-1652607/.minikube/certs/cert.pem
I1124 08:43:44.974089 1655502 cli_runner.go:164] Run: docker network inspect addons-674149 --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}}]}"
W1124 08:43:44.989572 1655502 cli_runner.go:211] docker network inspect addons-674149 --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
I1124 08:43:44.989651 1655502 network_create.go:284] running [docker network inspect addons-674149] to gather additional debugging logs...
I1124 08:43:44.989673 1655502 cli_runner.go:164] Run: docker network inspect addons-674149
W1124 08:43:45.037611 1655502 cli_runner.go:211] docker network inspect addons-674149 returned with exit code 1
I1124 08:43:45.037642 1655502 network_create.go:287] error running [docker network inspect addons-674149]: docker network inspect addons-674149: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-674149 not found
I1124 08:43:45.037660 1655502 network_create.go:289] output of [docker network inspect addons-674149]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-674149 not found
** /stderr **
I1124 08:43:45.037813 1655502 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}}]}"
I1124 08:43:45.078935 1655502 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:0x40019ea7f0}
I1124 08:43:45.078984 1655502 network_create.go:124] attempt to create docker network addons-674149 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I1124 08:43:45.079048 1655502 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-674149 addons-674149
I1124 08:43:45.187211 1655502 network_create.go:108] docker network addons-674149 192.168.49.0/24 created
I1124 08:43:45.187260 1655502 kic.go:121] calculated static IP "192.168.49.2" for the "addons-674149" container
I1124 08:43:45.187353 1655502 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I1124 08:43:45.212683 1655502 cli_runner.go:164] Run: docker volume create addons-674149 --label name.minikube.sigs.k8s.io=addons-674149 --label created_by.minikube.sigs.k8s.io=true
I1124 08:43:45.245044 1655502 oci.go:103] Successfully created a docker volume addons-674149
I1124 08:43:45.245204 1655502 cli_runner.go:164] Run: docker run --rm --name addons-674149-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-674149 --entrypoint /usr/bin/test -v addons-674149:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1763789673-21948@sha256:bb10ebd3ca086eea12c038085866fb2f6cfa67385dcb830c4deb5e36ced6b53f -d /var/lib
I1124 08:43:46.992280 1655502 cli_runner.go:217] Completed: docker run --rm --name addons-674149-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-674149 --entrypoint /usr/bin/test -v addons-674149:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1763789673-21948@sha256:bb10ebd3ca086eea12c038085866fb2f6cfa67385dcb830c4deb5e36ced6b53f -d /var/lib: (1.747030958s)
I1124 08:43:46.992312 1655502 oci.go:107] Successfully prepared a docker volume addons-674149
I1124 08:43:46.992366 1655502 preload.go:188] Checking if preload exists for k8s version v1.34.2 and runtime containerd
I1124 08:43:46.992379 1655502 kic.go:194] Starting extracting preloaded images to volume ...
I1124 08:43:46.992441 1655502 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21978-1652607/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.2-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-674149:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1763789673-21948@sha256:bb10ebd3ca086eea12c038085866fb2f6cfa67385dcb830c4deb5e36ced6b53f -I lz4 -xf /preloaded.tar -C /extractDir
I1124 08:43:50.919339 1655502 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21978-1652607/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.2-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-674149:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1763789673-21948@sha256:bb10ebd3ca086eea12c038085866fb2f6cfa67385dcb830c4deb5e36ced6b53f -I lz4 -xf /preloaded.tar -C /extractDir: (3.926852686s)
I1124 08:43:50.919376 1655502 kic.go:203] duration metric: took 3.926991987s to extract preloaded images to volume ...
W1124 08:43:50.919521 1655502 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I1124 08:43:50.919635 1655502 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I1124 08:43:50.973357 1655502 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-674149 --name addons-674149 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-674149 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-674149 --network addons-674149 --ip 192.168.49.2 --volume addons-674149:/var --security-opt apparmor=unconfined --memory=4096mb --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.48-1763789673-21948@sha256:bb10ebd3ca086eea12c038085866fb2f6cfa67385dcb830c4deb5e36ced6b53f
I1124 08:43:51.258406 1655502 cli_runner.go:164] Run: docker container inspect addons-674149 --format={{.State.Running}}
I1124 08:43:51.284025 1655502 cli_runner.go:164] Run: docker container inspect addons-674149 --format={{.State.Status}}
I1124 08:43:51.304668 1655502 cli_runner.go:164] Run: docker exec addons-674149 stat /var/lib/dpkg/alternatives/iptables
I1124 08:43:51.358166 1655502 oci.go:144] the created container "addons-674149" has a running status.
I1124 08:43:51.358196 1655502 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/21978-1652607/.minikube/machines/addons-674149/id_rsa...
I1124 08:43:51.982237 1655502 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/21978-1652607/.minikube/machines/addons-674149/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I1124 08:43:52.007950 1655502 cli_runner.go:164] Run: docker container inspect addons-674149 --format={{.State.Status}}
I1124 08:43:52.025519 1655502 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I1124 08:43:52.025545 1655502 kic_runner.go:114] Args: [docker exec --privileged addons-674149 chown docker:docker /home/docker/.ssh/authorized_keys]
I1124 08:43:52.067757 1655502 cli_runner.go:164] Run: docker container inspect addons-674149 --format={{.State.Status}}
I1124 08:43:52.084877 1655502 machine.go:94] provisionDockerMachine start ...
I1124 08:43:52.084987 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:43:52.102189 1655502 main.go:143] libmachine: Using SSH client type: native
I1124 08:43:52.102571 1655502 main.go:143] libmachine: &{{{<nil> 0 [] [] []} docker [0x3dad70] 0x3dd270 <nil> [] 0s} 127.0.0.1 34664 <nil> <nil>}
I1124 08:43:52.102586 1655502 main.go:143] libmachine: About to run SSH command:
hostname
I1124 08:43:52.103106 1655502 main.go:143] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:47570->127.0.0.1:34664: read: connection reset by peer
I1124 08:43:55.253938 1655502 main.go:143] libmachine: SSH cmd err, output: <nil>: addons-674149
I1124 08:43:55.253975 1655502 ubuntu.go:182] provisioning hostname "addons-674149"
I1124 08:43:55.254043 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:43:55.271246 1655502 main.go:143] libmachine: Using SSH client type: native
I1124 08:43:55.271571 1655502 main.go:143] libmachine: &{{{<nil> 0 [] [] []} docker [0x3dad70] 0x3dd270 <nil> [] 0s} 127.0.0.1 34664 <nil> <nil>}
I1124 08:43:55.271589 1655502 main.go:143] libmachine: About to run SSH command:
sudo hostname addons-674149 && echo "addons-674149" | sudo tee /etc/hostname
I1124 08:43:55.427401 1655502 main.go:143] libmachine: SSH cmd err, output: <nil>: addons-674149
I1124 08:43:55.427485 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:43:55.445572 1655502 main.go:143] libmachine: Using SSH client type: native
I1124 08:43:55.445888 1655502 main.go:143] libmachine: &{{{<nil> 0 [] [] []} docker [0x3dad70] 0x3dd270 <nil> [] 0s} 127.0.0.1 34664 <nil> <nil>}
I1124 08:43:55.445909 1655502 main.go:143] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-674149' /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-674149/g' /etc/hosts;
else
echo '127.0.1.1 addons-674149' | sudo tee -a /etc/hosts;
fi
fi
I1124 08:43:55.595323 1655502 main.go:143] libmachine: SSH cmd err, output: <nil>:
I1124 08:43:55.595391 1655502 ubuntu.go:188] set auth options {CertDir:/home/jenkins/minikube-integration/21978-1652607/.minikube CaCertPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/21978-1652607/.minikube}
I1124 08:43:55.595433 1655502 ubuntu.go:190] setting up certificates
I1124 08:43:55.595461 1655502 provision.go:84] configureAuth start
I1124 08:43:55.595551 1655502 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-674149
I1124 08:43:55.612761 1655502 provision.go:143] copyHostCerts
I1124 08:43:55.612848 1655502 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21978-1652607/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/21978-1652607/.minikube/ca.pem (1078 bytes)
I1124 08:43:55.612962 1655502 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21978-1652607/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/21978-1652607/.minikube/cert.pem (1123 bytes)
I1124 08:43:55.613019 1655502 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21978-1652607/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/21978-1652607/.minikube/key.pem (1679 bytes)
I1124 08:43:55.613062 1655502 provision.go:117] generating server cert: /home/jenkins/minikube-integration/21978-1652607/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/21978-1652607/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/21978-1652607/.minikube/certs/ca-key.pem org=jenkins.addons-674149 san=[127.0.0.1 192.168.49.2 addons-674149 localhost minikube]
I1124 08:43:56.302507 1655502 provision.go:177] copyRemoteCerts
I1124 08:43:56.302600 1655502 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I1124 08:43:56.302649 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:43:56.319817 1655502 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34664 SSHKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/machines/addons-674149/id_rsa Username:docker}
I1124 08:43:56.426547 1655502 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21978-1652607/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I1124 08:43:56.444294 1655502 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21978-1652607/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I1124 08:43:56.462218 1655502 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21978-1652607/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I1124 08:43:56.479746 1655502 provision.go:87] duration metric: took 884.237359ms to configureAuth
I1124 08:43:56.479775 1655502 ubuntu.go:206] setting minikube options for container-runtime
I1124 08:43:56.479973 1655502 config.go:182] Loaded profile config "addons-674149": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.2
I1124 08:43:56.479986 1655502 machine.go:97] duration metric: took 4.395087905s to provisionDockerMachine
I1124 08:43:56.479994 1655502 client.go:176] duration metric: took 12.118425719s to LocalClient.Create
I1124 08:43:56.480023 1655502 start.go:167] duration metric: took 12.11852337s to libmachine.API.Create "addons-674149"
I1124 08:43:56.480034 1655502 start.go:293] postStartSetup for "addons-674149" (driver="docker")
I1124 08:43:56.480043 1655502 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]
I1124 08:43:56.480115 1655502 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
I1124 08:43:56.480159 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:43:56.496798 1655502 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34664 SSHKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/machines/addons-674149/id_rsa Username:docker}
I1124 08:43:56.602935 1655502 ssh_runner.go:195] Run: cat /etc/os-release
I1124 08:43:56.606302 1655502 main.go:143] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I1124 08:43:56.606334 1655502 info.go:137] Remote host: Debian GNU/Linux 12 (bookworm)
I1124 08:43:56.606346 1655502 filesync.go:126] Scanning /home/jenkins/minikube-integration/21978-1652607/.minikube/addons for local assets ...
I1124 08:43:56.606429 1655502 filesync.go:126] Scanning /home/jenkins/minikube-integration/21978-1652607/.minikube/files for local assets ...
I1124 08:43:56.606484 1655502 start.go:296] duration metric: took 126.438472ms for postStartSetup
I1124 08:43:56.606837 1655502 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-674149
I1124 08:43:56.623427 1655502 profile.go:143] Saving config to /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/config.json ...
I1124 08:43:56.623711 1655502 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I1124 08:43:56.623759 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:43:56.640273 1655502 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34664 SSHKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/machines/addons-674149/id_rsa Username:docker}
I1124 08:43:56.743042 1655502 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I1124 08:43:56.747301 1655502 start.go:128] duration metric: took 12.389436025s to createHost
I1124 08:43:56.747325 1655502 start.go:83] releasing machines lock for "addons-674149", held for 12.389574423s
I1124 08:43:56.747395 1655502 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-674149
I1124 08:43:56.763675 1655502 ssh_runner.go:195] Run: cat /version.json
I1124 08:43:56.763725 1655502 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I1124 08:43:56.763732 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:43:56.763797 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:43:56.783631 1655502 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34664 SSHKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/machines/addons-674149/id_rsa Username:docker}
I1124 08:43:56.787840 1655502 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34664 SSHKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/machines/addons-674149/id_rsa Username:docker}
I1124 08:43:56.970404 1655502 ssh_runner.go:195] Run: systemctl --version
I1124 08:43:56.976668 1655502 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
W1124 08:43:56.980782 1655502 cni.go:209] loopback cni configuration skipped: "/etc/cni/net.d/*loopback.conf*" not found
I1124 08:43:56.980857 1655502 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" ;
I1124 08:43:57.008373 1655502 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/10-crio-bridge.conflist.disabled] bridge cni config(s)
I1124 08:43:57.008401 1655502 start.go:496] detecting cgroup driver to use...
I1124 08:43:57.008438 1655502 detect.go:187] detected "cgroupfs" cgroup driver on host os
I1124 08:43:57.008495 1655502 ssh_runner.go:195] Run: sudo systemctl stop -f crio
I1124 08:43:57.023673 1655502 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I1124 08:43:57.036415 1655502 docker.go:218] disabling cri-docker service (if available) ...
I1124 08:43:57.036485 1655502 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I1124 08:43:57.054161 1655502 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I1124 08:43:57.072156 1655502 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I1124 08:43:57.186628 1655502 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I1124 08:43:57.312998 1655502 docker.go:234] disabling docker service ...
I1124 08:43:57.313075 1655502 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I1124 08:43:57.334227 1655502 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I1124 08:43:57.347318 1655502 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I1124 08:43:57.471243 1655502 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I1124 08:43:57.595938 1655502 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I1124 08:43:57.608392 1655502 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"
I1124 08:43:57.622033 1655502 download.go:108] Downloading: https://dl.k8s.io/release/v1.34.2/bin/linux/arm64/kubeadm?checksum=file:https://dl.k8s.io/release/v1.34.2/bin/linux/arm64/kubeadm.sha256 -> /home/jenkins/minikube-integration/21978-1652607/.minikube/cache/linux/arm64/v1.34.2/kubeadm
I1124 08:43:58.493327 1655502 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.10.1"|' /etc/containerd/config.toml"
I1124 08:43:58.503118 1655502 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"
I1124 08:43:58.512245 1655502 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I1124 08:43:58.512322 1655502 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I1124 08:43:58.521446 1655502 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"
I1124 08:43:58.530306 1655502 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I1124 08:43:58.539179 1655502 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I1124 08:43:58.548173 1655502 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I1124 08:43:58.556560 1655502 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"
I1124 08:43:58.565205 1655502 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I1124 08:43:58.573807 1655502 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"
I1124 08:43:58.582438 1655502 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I1124 08:43:58.590313 1655502 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I1124 08:43:58.598281 1655502 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1124 08:43:58.709744 1655502 ssh_runner.go:195] Run: sudo systemctl restart containerd
I1124 08:43:58.828600 1655502 start.go:543] Will wait 60s for socket path /run/containerd/containerd.sock
I1124 08:43:58.828682 1655502 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
I1124 08:43:58.832303 1655502 start.go:564] Will wait 60s for crictl version
I1124 08:43:58.832382 1655502 ssh_runner.go:195] Run: which crictl
I1124 08:43:58.835885 1655502 ssh_runner.go:195] Run: sudo /usr/local/bin/crictl version
I1124 08:43:58.860027 1655502 start.go:580] Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: v2.1.5
RuntimeApiVersion: v1
I1124 08:43:58.860109 1655502 ssh_runner.go:195] Run: containerd --version
I1124 08:43:58.880211 1655502 ssh_runner.go:195] Run: containerd --version
I1124 08:43:58.907185 1655502 out.go:179] * Preparing Kubernetes v1.34.2 on containerd 2.1.5 ...
I1124 08:43:58.910196 1655502 cli_runner.go:164] Run: docker network inspect addons-674149 --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}}]}"
I1124 08:43:58.925664 1655502 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I1124 08:43:58.929344 1655502 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""
I1124 08:43:58.938861 1655502 kubeadm.go:884] updating cluster {Name:addons-674149 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1763789673-21948@sha256:bb10ebd3ca086eea12c038085866fb2f6cfa67385dcb830c4deb5e36ced6b53f Memory:4096 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.34.2 ClusterName:addons-674149 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.34.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 MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwareP
ath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I1124 08:43:58.939042 1655502 binary.go:80] Not caching binary, using https://dl.k8s.io/release/v1.34.2/bin/linux/arm64/kubeadm?checksum=file:https://dl.k8s.io/release/v1.34.2/bin/linux/arm64/kubeadm.sha256
I1124 08:43:59.089422 1655502 binary.go:80] Not caching binary, using https://dl.k8s.io/release/v1.34.2/bin/linux/arm64/kubeadm?checksum=file:https://dl.k8s.io/release/v1.34.2/bin/linux/arm64/kubeadm.sha256
I1124 08:43:59.239996 1655502 binary.go:80] Not caching binary, using https://dl.k8s.io/release/v1.34.2/bin/linux/arm64/kubeadm?checksum=file:https://dl.k8s.io/release/v1.34.2/bin/linux/arm64/kubeadm.sha256
I1124 08:43:59.389388 1655502 preload.go:188] Checking if preload exists for k8s version v1.34.2 and runtime containerd
I1124 08:43:59.389534 1655502 binary.go:80] Not caching binary, using https://dl.k8s.io/release/v1.34.2/bin/linux/arm64/kubeadm?checksum=file:https://dl.k8s.io/release/v1.34.2/bin/linux/arm64/kubeadm.sha256
I1124 08:43:59.536747 1655502 binary.go:80] Not caching binary, using https://dl.k8s.io/release/v1.34.2/bin/linux/arm64/kubeadm?checksum=file:https://dl.k8s.io/release/v1.34.2/bin/linux/arm64/kubeadm.sha256
I1124 08:43:59.684798 1655502 binary.go:80] Not caching binary, using https://dl.k8s.io/release/v1.34.2/bin/linux/arm64/kubeadm?checksum=file:https://dl.k8s.io/release/v1.34.2/bin/linux/arm64/kubeadm.sha256
I1124 08:43:59.851172 1655502 ssh_runner.go:195] Run: sudo crictl images --output json
I1124 08:43:59.878056 1655502 containerd.go:627] all images are preloaded for containerd runtime.
I1124 08:43:59.878084 1655502 containerd.go:534] Images already preloaded, skipping extraction
I1124 08:43:59.878143 1655502 ssh_runner.go:195] Run: sudo crictl images --output json
I1124 08:43:59.903880 1655502 containerd.go:627] all images are preloaded for containerd runtime.
I1124 08:43:59.903905 1655502 cache_images.go:86] Images are preloaded, skipping loading
I1124 08:43:59.903913 1655502 kubeadm.go:935] updating node { 192.168.49.2 8443 v1.34.2 containerd true true} ...
I1124 08:43:59.904005 1655502 kubeadm.go:947] kubelet [Unit]
Wants=containerd.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.34.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-674149 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.34.2 ClusterName:addons-674149 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:}
I1124 08:43:59.904070 1655502 ssh_runner.go:195] Run: sudo crictl info
I1124 08:43:59.928943 1655502 cni.go:84] Creating CNI manager for ""
I1124 08:43:59.928968 1655502 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I1124 08:43:59.928987 1655502 kubeadm.go:85] Using pod CIDR: 10.244.0.0/16
I1124 08:43:59.929009 1655502 kubeadm.go:190] 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.34.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-674149 NodeName:addons-674149 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}
I1124 08:43:59.929130 1655502 kubeadm.go:196] 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-674149"
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
kubernetesVersion: v1.34.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
I1124 08:43:59.929206 1655502 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.34.2
I1124 08:43:59.936731 1655502 binaries.go:51] Found k8s binaries, skipping transfer
I1124 08:43:59.936822 1655502 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I1124 08:43:59.944239 1655502 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
I1124 08:43:59.956763 1655502 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I1124 08:43:59.969143 1655502 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2226 bytes)
I1124 08:43:59.981299 1655502 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I1124 08:43:59.984935 1655502 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""
I1124 08:43:59.993988 1655502 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1124 08:44:00.194221 1655502 ssh_runner.go:195] Run: sudo systemctl start kubelet
I1124 08:44:00.226995 1655502 certs.go:69] Setting up /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149 for IP: 192.168.49.2
I1124 08:44:00.227020 1655502 certs.go:195] generating shared ca certs ...
I1124 08:44:00.227040 1655502 certs.go:227] acquiring lock for ca certs: {Name:mkbe540a30c4376a351176f7fe6fec044d058b09 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1124 08:44:00.227192 1655502 certs.go:241] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/21978-1652607/.minikube/ca.key
I1124 08:44:00.371060 1655502 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21978-1652607/.minikube/ca.crt ...
I1124 08:44:00.372841 1655502 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21978-1652607/.minikube/ca.crt: {Name:mka8e3e47890b99276527a0247c1667cb020f571 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1124 08:44:00.378289 1655502 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21978-1652607/.minikube/ca.key ...
I1124 08:44:00.378319 1655502 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21978-1652607/.minikube/ca.key: {Name:mk9382756fe0d93d081d4c3964ee102aa3eb6923 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1124 08:44:00.378499 1655502 certs.go:241] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/21978-1652607/.minikube/proxy-client-ca.key
I1124 08:44:00.738197 1655502 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21978-1652607/.minikube/proxy-client-ca.crt ...
I1124 08:44:00.738237 1655502 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21978-1652607/.minikube/proxy-client-ca.crt: {Name:mka6ab5bf796a0aac1b0077bf587c8a2dacf1a0b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1124 08:44:00.738510 1655502 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21978-1652607/.minikube/proxy-client-ca.key ...
I1124 08:44:00.738539 1655502 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21978-1652607/.minikube/proxy-client-ca.key: {Name:mkd017df5c87ad40eafef0d555effb049cb54236 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1124 08:44:00.738804 1655502 certs.go:257] generating profile certs ...
I1124 08:44:00.738897 1655502 certs.go:364] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/client.key
I1124 08:44:00.738926 1655502 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/client.crt with IP's: []
I1124 08:44:01.090800 1655502 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/client.crt ...
I1124 08:44:01.090838 1655502 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/client.crt: {Name:mk9638d303c1e822a2feed2a05dad3a11447bd13 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1124 08:44:01.091045 1655502 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/client.key ...
I1124 08:44:01.091061 1655502 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/client.key: {Name:mkdd04d6e21e44ccefacf67234d0c3144ff70f44 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1124 08:44:01.091147 1655502 certs.go:364] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/apiserver.key.45330729
I1124 08:44:01.091168 1655502 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/apiserver.crt.45330729 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I1124 08:44:01.136970 1655502 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/apiserver.crt.45330729 ...
I1124 08:44:01.137003 1655502 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/apiserver.crt.45330729: {Name:mk49b619587227118399d7e8566bf96cadb39eb0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1124 08:44:01.137192 1655502 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/apiserver.key.45330729 ...
I1124 08:44:01.137208 1655502 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/apiserver.key.45330729: {Name:mk7274430f0c4bed4cc067327ca180dbad8e55b7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1124 08:44:01.137286 1655502 certs.go:382] copying /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/apiserver.crt.45330729 -> /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/apiserver.crt
I1124 08:44:01.137362 1655502 certs.go:386] copying /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/apiserver.key.45330729 -> /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/apiserver.key
I1124 08:44:01.137421 1655502 certs.go:364] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/proxy-client.key
I1124 08:44:01.137448 1655502 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/proxy-client.crt with IP's: []
I1124 08:44:01.851632 1655502 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/proxy-client.crt ...
I1124 08:44:01.851665 1655502 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/proxy-client.crt: {Name:mk82144a343570d5a32189ef0d12547a7f60cd9c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1124 08:44:01.851871 1655502 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/proxy-client.key ...
I1124 08:44:01.851886 1655502 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/proxy-client.key: {Name:mk58d1933148cb2110c225b3f632c3e3a5555046 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1124 08:44:01.852100 1655502 certs.go:484] found cert: /home/jenkins/minikube-integration/21978-1652607/.minikube/certs/ca-key.pem (1671 bytes)
I1124 08:44:01.852148 1655502 certs.go:484] found cert: /home/jenkins/minikube-integration/21978-1652607/.minikube/certs/ca.pem (1078 bytes)
I1124 08:44:01.852180 1655502 certs.go:484] found cert: /home/jenkins/minikube-integration/21978-1652607/.minikube/certs/cert.pem (1123 bytes)
I1124 08:44:01.852210 1655502 certs.go:484] found cert: /home/jenkins/minikube-integration/21978-1652607/.minikube/certs/key.pem (1679 bytes)
I1124 08:44:01.852778 1655502 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21978-1652607/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I1124 08:44:01.869974 1655502 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21978-1652607/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I1124 08:44:01.896981 1655502 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21978-1652607/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I1124 08:44:01.917432 1655502 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21978-1652607/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I1124 08:44:01.940406 1655502 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I1124 08:44:01.958577 1655502 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I1124 08:44:01.976491 1655502 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I1124 08:44:01.994084 1655502 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21978-1652607/.minikube/profiles/addons-674149/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I1124 08:44:02.014100 1655502 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21978-1652607/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I1124 08:44:02.034385 1655502 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I1124 08:44:02.049171 1655502 ssh_runner.go:195] Run: openssl version
I1124 08:44:02.055832 1655502 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"
I1124 08:44:02.064756 1655502 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I1124 08:44:02.068422 1655502 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Nov 24 08:44 /usr/share/ca-certificates/minikubeCA.pem
I1124 08:44:02.068504 1655502 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I1124 08:44:02.109368 1655502 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"
I1124 08:44:02.117451 1655502 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I1124 08:44:02.120909 1655502 certs.go:400] '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
I1124 08:44:02.120975 1655502 kubeadm.go:401] StartCluster: {Name:addons-674149 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1763789673-21948@sha256:bb10ebd3ca086eea12c038085866fb2f6cfa67385dcb830c4deb5e36ced6b53f Memory:4096 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.34.2 ClusterName:addons-674149 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.34.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 MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath
: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I1124 08:44:02.121056 1655502 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
I1124 08:44:02.121114 1655502 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I1124 08:44:02.147196 1655502 cri.go:89] found id: ""
I1124 08:44:02.147304 1655502 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I1124 08:44:02.154845 1655502 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I1124 08:44:02.162245 1655502 kubeadm.go:215] ignoring SystemVerification for kubeadm because of docker driver
I1124 08:44:02.162354 1655502 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
I1124 08:44:02.170189 1655502 kubeadm.go:156] 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
I1124 08:44:02.170207 1655502 kubeadm.go:158] found existing configuration files:
I1124 08:44:02.170260 1655502 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I1124 08:44:02.178091 1655502 kubeadm.go:164] "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
I1124 08:44:02.178158 1655502 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I1124 08:44:02.185991 1655502 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I1124 08:44:02.193723 1655502 kubeadm.go:164] "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
I1124 08:44:02.193818 1655502 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I1124 08:44:02.201804 1655502 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I1124 08:44:02.209409 1655502 kubeadm.go:164] "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
I1124 08:44:02.209501 1655502 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I1124 08:44:02.216782 1655502 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I1124 08:44:02.224475 1655502 kubeadm.go:164] "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
I1124 08:44:02.224543 1655502 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I1124 08:44:02.232185 1655502 ssh_runner.go:286] Start: sudo /bin/bash -c "env PATH="/var/lib/minikube/binaries/v1.34.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"
I1124 08:44:02.273442 1655502 kubeadm.go:319] [init] Using Kubernetes version: v1.34.2
I1124 08:44:02.273503 1655502 kubeadm.go:319] [preflight] Running pre-flight checks
I1124 08:44:02.294755 1655502 kubeadm.go:319] [preflight] The system verification failed. Printing the output from the verification:
I1124 08:44:02.294833 1655502 kubeadm.go:319] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1084-aws[0m
I1124 08:44:02.294871 1655502 kubeadm.go:319] [0;37mOS[0m: [0;32mLinux[0m
I1124 08:44:02.294922 1655502 kubeadm.go:319] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I1124 08:44:02.294975 1655502 kubeadm.go:319] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I1124 08:44:02.295028 1655502 kubeadm.go:319] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I1124 08:44:02.295081 1655502 kubeadm.go:319] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I1124 08:44:02.295132 1655502 kubeadm.go:319] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I1124 08:44:02.295201 1655502 kubeadm.go:319] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I1124 08:44:02.295252 1655502 kubeadm.go:319] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I1124 08:44:02.295305 1655502 kubeadm.go:319] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I1124 08:44:02.295356 1655502 kubeadm.go:319] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I1124 08:44:02.367265 1655502 kubeadm.go:319] [preflight] Pulling images required for setting up a Kubernetes cluster
I1124 08:44:02.367378 1655502 kubeadm.go:319] [preflight] This might take a minute or two, depending on the speed of your internet connection
I1124 08:44:02.367471 1655502 kubeadm.go:319] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I1124 08:44:02.372970 1655502 kubeadm.go:319] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I1124 08:44:02.379198 1655502 out.go:252] - Generating certificates and keys ...
I1124 08:44:02.379339 1655502 kubeadm.go:319] [certs] Using existing ca certificate authority
I1124 08:44:02.379426 1655502 kubeadm.go:319] [certs] Using existing apiserver certificate and key on disk
I1124 08:44:02.661261 1655502 kubeadm.go:319] [certs] Generating "apiserver-kubelet-client" certificate and key
I1124 08:44:02.840828 1655502 kubeadm.go:319] [certs] Generating "front-proxy-ca" certificate and key
I1124 08:44:03.374097 1655502 kubeadm.go:319] [certs] Generating "front-proxy-client" certificate and key
I1124 08:44:03.554529 1655502 kubeadm.go:319] [certs] Generating "etcd/ca" certificate and key
I1124 08:44:04.071031 1655502 kubeadm.go:319] [certs] Generating "etcd/server" certificate and key
I1124 08:44:04.071171 1655502 kubeadm.go:319] [certs] etcd/server serving cert is signed for DNS names [addons-674149 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1124 08:44:05.036563 1655502 kubeadm.go:319] [certs] Generating "etcd/peer" certificate and key
I1124 08:44:05.036706 1655502 kubeadm.go:319] [certs] etcd/peer serving cert is signed for DNS names [addons-674149 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1124 08:44:05.373272 1655502 kubeadm.go:319] [certs] Generating "etcd/healthcheck-client" certificate and key
I1124 08:44:05.834485 1655502 kubeadm.go:319] [certs] Generating "apiserver-etcd-client" certificate and key
I1124 08:44:06.884360 1655502 kubeadm.go:319] [certs] Generating "sa" key and public key
I1124 08:44:06.884623 1655502 kubeadm.go:319] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I1124 08:44:07.453982 1655502 kubeadm.go:319] [kubeconfig] Writing "admin.conf" kubeconfig file
I1124 08:44:08.373748 1655502 kubeadm.go:319] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I1124 08:44:09.333130 1655502 kubeadm.go:319] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I1124 08:44:09.691918 1655502 kubeadm.go:319] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I1124 08:44:10.248631 1655502 kubeadm.go:319] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I1124 08:44:10.249365 1655502 kubeadm.go:319] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I1124 08:44:10.252250 1655502 kubeadm.go:319] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I1124 08:44:10.255635 1655502 out.go:252] - Booting up control plane ...
I1124 08:44:10.255747 1655502 kubeadm.go:319] [control-plane] Creating static Pod manifest for "kube-apiserver"
I1124 08:44:10.255833 1655502 kubeadm.go:319] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I1124 08:44:10.256545 1655502 kubeadm.go:319] [control-plane] Creating static Pod manifest for "kube-scheduler"
I1124 08:44:10.272405 1655502 kubeadm.go:319] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I1124 08:44:10.272738 1655502 kubeadm.go:319] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/instance-config.yaml"
I1124 08:44:10.279942 1655502 kubeadm.go:319] [patches] Applied patch of type "application/strategic-merge-patch+json" to target "kubeletconfiguration"
I1124 08:44:10.282535 1655502 kubeadm.go:319] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I1124 08:44:10.282809 1655502 kubeadm.go:319] [kubelet-start] Starting the kubelet
I1124 08:44:10.412971 1655502 kubeadm.go:319] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I1124 08:44:10.413093 1655502 kubeadm.go:319] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I1124 08:44:11.913330 1655502 kubeadm.go:319] [kubelet-check] The kubelet is healthy after 1.500696798s
I1124 08:44:11.917211 1655502 kubeadm.go:319] [control-plane-check] Waiting for healthy control plane components. This can take up to 4m0s
I1124 08:44:11.917307 1655502 kubeadm.go:319] [control-plane-check] Checking kube-apiserver at https://192.168.49.2:8443/livez
I1124 08:44:11.917424 1655502 kubeadm.go:319] [control-plane-check] Checking kube-controller-manager at https://127.0.0.1:10257/healthz
I1124 08:44:11.917503 1655502 kubeadm.go:319] [control-plane-check] Checking kube-scheduler at https://127.0.0.1:10259/livez
I1124 08:44:15.702064 1655502 kubeadm.go:319] [control-plane-check] kube-controller-manager is healthy after 3.784087975s
I1124 08:44:16.542197 1655502 kubeadm.go:319] [control-plane-check] kube-scheduler is healthy after 4.624893411s
I1124 08:44:18.419071 1655502 kubeadm.go:319] [control-plane-check] kube-apiserver is healthy after 6.501492822s
I1124 08:44:18.450903 1655502 kubeadm.go:319] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I1124 08:44:18.465541 1655502 kubeadm.go:319] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I1124 08:44:18.479660 1655502 kubeadm.go:319] [upload-certs] Skipping phase. Please see --upload-certs
I1124 08:44:18.479901 1655502 kubeadm.go:319] [mark-control-plane] Marking the node addons-674149 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I1124 08:44:18.492516 1655502 kubeadm.go:319] [bootstrap-token] Using token: xzsuk9.72pqdproti8guzpn
I1124 08:44:18.495500 1655502 out.go:252] - Configuring RBAC rules ...
I1124 08:44:18.495638 1655502 kubeadm.go:319] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I1124 08:44:18.499713 1655502 kubeadm.go:319] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I1124 08:44:18.512318 1655502 kubeadm.go:319] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I1124 08:44:18.517607 1655502 kubeadm.go:319] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I1124 08:44:18.524482 1655502 kubeadm.go:319] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I1124 08:44:18.529681 1655502 kubeadm.go:319] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I1124 08:44:18.826354 1655502 kubeadm.go:319] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I1124 08:44:19.252583 1655502 kubeadm.go:319] [addons] Applied essential addon: CoreDNS
I1124 08:44:19.828252 1655502 kubeadm.go:319] [addons] Applied essential addon: kube-proxy
I1124 08:44:19.829455 1655502 kubeadm.go:319]
I1124 08:44:19.829530 1655502 kubeadm.go:319] Your Kubernetes control-plane has initialized successfully!
I1124 08:44:19.829541 1655502 kubeadm.go:319]
I1124 08:44:19.829618 1655502 kubeadm.go:319] To start using your cluster, you need to run the following as a regular user:
I1124 08:44:19.829626 1655502 kubeadm.go:319]
I1124 08:44:19.829651 1655502 kubeadm.go:319] mkdir -p $HOME/.kube
I1124 08:44:19.829721 1655502 kubeadm.go:319] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I1124 08:44:19.829803 1655502 kubeadm.go:319] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I1124 08:44:19.829816 1655502 kubeadm.go:319]
I1124 08:44:19.829908 1655502 kubeadm.go:319] Alternatively, if you are the root user, you can run:
I1124 08:44:19.829916 1655502 kubeadm.go:319]
I1124 08:44:19.829970 1655502 kubeadm.go:319] export KUBECONFIG=/etc/kubernetes/admin.conf
I1124 08:44:19.829981 1655502 kubeadm.go:319]
I1124 08:44:19.830058 1655502 kubeadm.go:319] You should now deploy a pod network to the cluster.
I1124 08:44:19.830155 1655502 kubeadm.go:319] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I1124 08:44:19.830244 1655502 kubeadm.go:319] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I1124 08:44:19.830250 1655502 kubeadm.go:319]
I1124 08:44:19.830346 1655502 kubeadm.go:319] You can now join any number of control-plane nodes by copying certificate authorities
I1124 08:44:19.830431 1655502 kubeadm.go:319] and service account keys on each node and then running the following as root:
I1124 08:44:19.830436 1655502 kubeadm.go:319]
I1124 08:44:19.830554 1655502 kubeadm.go:319] kubeadm join control-plane.minikube.internal:8443 --token xzsuk9.72pqdproti8guzpn \
I1124 08:44:19.830687 1655502 kubeadm.go:319] --discovery-token-ca-cert-hash sha256:d55a4d7f583a51ce0fd49715bdb144dc7e07b5286773075ca535e70f191df377 \
I1124 08:44:19.830763 1655502 kubeadm.go:319] --control-plane
I1124 08:44:19.830777 1655502 kubeadm.go:319]
I1124 08:44:19.830863 1655502 kubeadm.go:319] Then you can join any number of worker nodes by running the following on each as root:
I1124 08:44:19.830879 1655502 kubeadm.go:319]
I1124 08:44:19.830962 1655502 kubeadm.go:319] kubeadm join control-plane.minikube.internal:8443 --token xzsuk9.72pqdproti8guzpn \
I1124 08:44:19.831069 1655502 kubeadm.go:319] --discovery-token-ca-cert-hash sha256:d55a4d7f583a51ce0fd49715bdb144dc7e07b5286773075ca535e70f191df377
I1124 08:44:19.834239 1655502 kubeadm.go:319] [WARNING SystemVerification]: cgroups v1 support is in maintenance mode, please migrate to cgroups v2
I1124 08:44:19.834512 1655502 kubeadm.go:319] [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-1084-aws\n", err: exit status 1
I1124 08:44:19.834652 1655502 kubeadm.go:319] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I1124 08:44:19.834683 1655502 cni.go:84] Creating CNI manager for ""
I1124 08:44:19.834697 1655502 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I1124 08:44:19.837794 1655502 out.go:179] * Configuring CNI (Container Networking Interface) ...
I1124 08:44:19.840636 1655502 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I1124 08:44:19.844674 1655502 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.34.2/kubectl ...
I1124 08:44:19.844694 1655502 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
I1124 08:44:19.858739 1655502 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I1124 08:44:20.193420 1655502 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I1124 08:44:20.193550 1655502 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-674149 minikube.k8s.io/updated_at=2025_11_24T08_44_20_0700 minikube.k8s.io/version=v1.37.0 minikube.k8s.io/commit=393ee3e0b845623107dce6cda4f48ffd5c3d1811 minikube.k8s.io/name=addons-674149 minikube.k8s.io/primary=true
I1124 08:44:20.193582 1655502 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I1124 08:44:20.208272 1655502 ops.go:34] apiserver oom_adj: -16
I1124 08:44:20.396176 1655502 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1124 08:44:20.896270 1655502 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1124 08:44:21.396210 1655502 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1124 08:44:21.896276 1655502 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1124 08:44:22.396906 1655502 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1124 08:44:22.896299 1655502 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1124 08:44:23.396300 1655502 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1124 08:44:23.896221 1655502 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1124 08:44:24.396312 1655502 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1124 08:44:24.506210 1655502 kubeadm.go:1114] duration metric: took 4.31278144s to wait for elevateKubeSystemPrivileges
I1124 08:44:24.506241 1655502 kubeadm.go:403] duration metric: took 22.385285102s to StartCluster
I1124 08:44:24.506269 1655502 settings.go:142] acquiring lock: {Name:mk6c04793f5fd4f38f92abf4357247f2ccd7fc4e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1124 08:44:24.506382 1655502 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/21978-1652607/kubeconfig
I1124 08:44:24.506804 1655502 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21978-1652607/kubeconfig: {Name:mk02121ae6148bede61eabf0ed4e1826024715f4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1124 08:44:24.507016 1655502 start.go:236] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.2 ContainerRuntime:containerd ControlPlane:true Worker:true}
I1124 08:44:24.507132 1655502 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I1124 08:44:24.507382 1655502 config.go:182] Loaded profile config "addons-674149": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.2
I1124 08:44:24.507421 1655502 addons.go:527] 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 kubetail: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:true storage-provisioner:true storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
I1124 08:44:24.507506 1655502 addons.go:70] Setting yakd=true in profile "addons-674149"
I1124 08:44:24.507525 1655502 addons.go:239] Setting addon yakd=true in "addons-674149"
I1124 08:44:24.507555 1655502 host.go:66] Checking if "addons-674149" exists ...
I1124 08:44:24.508076 1655502 cli_runner.go:164] Run: docker container inspect addons-674149 --format={{.State.Status}}
I1124 08:44:24.508622 1655502 addons.go:70] Setting inspektor-gadget=true in profile "addons-674149"
I1124 08:44:24.508642 1655502 addons.go:239] Setting addon inspektor-gadget=true in "addons-674149"
I1124 08:44:24.508666 1655502 host.go:66] Checking if "addons-674149" exists ...
I1124 08:44:24.509099 1655502 cli_runner.go:164] Run: docker container inspect addons-674149 --format={{.State.Status}}
I1124 08:44:24.509351 1655502 addons.go:70] Setting metrics-server=true in profile "addons-674149"
I1124 08:44:24.509384 1655502 addons.go:239] Setting addon metrics-server=true in "addons-674149"
I1124 08:44:24.509426 1655502 host.go:66] Checking if "addons-674149" exists ...
I1124 08:44:24.509639 1655502 addons.go:70] Setting amd-gpu-device-plugin=true in profile "addons-674149"
I1124 08:44:24.509664 1655502 addons.go:239] Setting addon amd-gpu-device-plugin=true in "addons-674149"
I1124 08:44:24.509685 1655502 host.go:66] Checking if "addons-674149" exists ...
I1124 08:44:24.510025 1655502 cli_runner.go:164] Run: docker container inspect addons-674149 --format={{.State.Status}}
I1124 08:44:24.510115 1655502 cli_runner.go:164] Run: docker container inspect addons-674149 --format={{.State.Status}}
I1124 08:44:24.511650 1655502 addons.go:70] Setting nvidia-device-plugin=true in profile "addons-674149"
I1124 08:44:24.511695 1655502 addons.go:239] Setting addon nvidia-device-plugin=true in "addons-674149"
I1124 08:44:24.511727 1655502 host.go:66] Checking if "addons-674149" exists ...
I1124 08:44:24.512183 1655502 cli_runner.go:164] Run: docker container inspect addons-674149 --format={{.State.Status}}
I1124 08:44:24.512712 1655502 addons.go:70] Setting registry=true in profile "addons-674149"
I1124 08:44:24.512741 1655502 addons.go:239] Setting addon registry=true in "addons-674149"
I1124 08:44:24.512767 1655502 host.go:66] Checking if "addons-674149" exists ...
I1124 08:44:24.513192 1655502 cli_runner.go:164] Run: docker container inspect addons-674149 --format={{.State.Status}}
I1124 08:44:24.522803 1655502 addons.go:70] Setting registry-creds=true in profile "addons-674149"
I1124 08:44:24.522836 1655502 addons.go:239] Setting addon registry-creds=true in "addons-674149"
I1124 08:44:24.522913 1655502 host.go:66] Checking if "addons-674149" exists ...
I1124 08:44:24.523860 1655502 addons.go:70] Setting storage-provisioner=true in profile "addons-674149"
I1124 08:44:24.523899 1655502 addons.go:239] Setting addon storage-provisioner=true in "addons-674149"
I1124 08:44:24.523939 1655502 host.go:66] Checking if "addons-674149" exists ...
I1124 08:44:24.524416 1655502 cli_runner.go:164] Run: docker container inspect addons-674149 --format={{.State.Status}}
I1124 08:44:24.530720 1655502 addons.go:70] Setting storage-provisioner-rancher=true in profile "addons-674149"
I1124 08:44:24.530768 1655502 addons_storage_classes.go:34] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-674149"
I1124 08:44:24.531147 1655502 cli_runner.go:164] Run: docker container inspect addons-674149 --format={{.State.Status}}
I1124 08:44:24.537787 1655502 addons.go:70] Setting cloud-spanner=true in profile "addons-674149"
I1124 08:44:24.538081 1655502 addons.go:239] Setting addon cloud-spanner=true in "addons-674149"
I1124 08:44:24.538177 1655502 host.go:66] Checking if "addons-674149" exists ...
I1124 08:44:24.539497 1655502 cli_runner.go:164] Run: docker container inspect addons-674149 --format={{.State.Status}}
I1124 08:44:24.560713 1655502 addons.go:70] Setting volcano=true in profile "addons-674149"
I1124 08:44:24.560844 1655502 addons.go:239] Setting addon volcano=true in "addons-674149"
I1124 08:44:24.561282 1655502 host.go:66] Checking if "addons-674149" exists ...
I1124 08:44:24.568802 1655502 cli_runner.go:164] Run: docker container inspect addons-674149 --format={{.State.Status}}
I1124 08:44:24.572671 1655502 addons.go:70] Setting csi-hostpath-driver=true in profile "addons-674149"
I1124 08:44:24.572800 1655502 addons.go:239] Setting addon csi-hostpath-driver=true in "addons-674149"
I1124 08:44:24.572874 1655502 host.go:66] Checking if "addons-674149" exists ...
I1124 08:44:24.573553 1655502 cli_runner.go:164] Run: docker container inspect addons-674149 --format={{.State.Status}}
I1124 08:44:24.589948 1655502 addons.go:70] Setting volumesnapshots=true in profile "addons-674149"
I1124 08:44:24.590148 1655502 addons.go:239] Setting addon volumesnapshots=true in "addons-674149"
I1124 08:44:24.590222 1655502 host.go:66] Checking if "addons-674149" exists ...
I1124 08:44:24.591025 1655502 cli_runner.go:164] Run: docker container inspect addons-674149 --format={{.State.Status}}
I1124 08:44:24.595848 1655502 addons.go:70] Setting default-storageclass=true in profile "addons-674149"
I1124 08:44:24.595961 1655502 addons_storage_classes.go:34] enableOrDisableStorageClasses default-storageclass=true on "addons-674149"
I1124 08:44:24.596460 1655502 cli_runner.go:164] Run: docker container inspect addons-674149 --format={{.State.Status}}
I1124 08:44:24.631788 1655502 out.go:179] * Verifying Kubernetes components...
I1124 08:44:24.635132 1655502 addons.go:70] Setting gcp-auth=true in profile "addons-674149"
I1124 08:44:24.635171 1655502 mustload.go:66] Loading cluster: addons-674149
I1124 08:44:24.635310 1655502 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1124 08:44:24.635966 1655502 config.go:182] Loaded profile config "addons-674149": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.2
I1124 08:44:24.636448 1655502 cli_runner.go:164] Run: docker container inspect addons-674149 --format={{.State.Status}}
I1124 08:44:24.669012 1655502 addons.go:70] Setting ingress=true in profile "addons-674149"
I1124 08:44:24.669108 1655502 addons.go:239] Setting addon ingress=true in "addons-674149"
I1124 08:44:24.669355 1655502 host.go:66] Checking if "addons-674149" exists ...
I1124 08:44:24.699093 1655502 addons.go:70] Setting ingress-dns=true in profile "addons-674149"
I1124 08:44:24.699186 1655502 addons.go:239] Setting addon ingress-dns=true in "addons-674149"
I1124 08:44:24.699266 1655502 host.go:66] Checking if "addons-674149" exists ...
I1124 08:44:24.699917 1655502 cli_runner.go:164] Run: docker container inspect addons-674149 --format={{.State.Status}}
I1124 08:44:24.713442 1655502 cli_runner.go:164] Run: docker container inspect addons-674149 --format={{.State.Status}}
I1124 08:44:24.732540 1655502 out.go:179] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.9
I1124 08:44:24.752928 1655502 out.go:179] - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
I1124 08:44:24.808342 1655502 out.go:179] - Using image docker.io/registry:3.0.0
I1124 08:44:24.808552 1655502 out.go:179] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.18.0
I1124 08:44:24.808886 1655502 cli_runner.go:164] Run: docker container inspect addons-674149 --format={{.State.Status}}
I1124 08:44:24.821877 1655502 out.go:179] - Using image docker.io/marcnuri/yakd:0.0.5
I1124 08:44:24.837775 1655502 addons.go:436] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I1124 08:44:24.850060 1655502 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
I1124 08:44:24.850130 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:44:24.837975 1655502 addons.go:436] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1124 08:44:24.856353 1655502 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I1124 08:44:24.856520 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:44:24.838006 1655502 addons.go:436] installing /etc/kubernetes/addons/registry-rc.yaml
I1124 08:44:24.868499 1655502 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I1124 08:44:24.868612 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:44:24.838220 1655502 out.go:179] - Using image registry.k8s.io/metrics-server/metrics-server:v0.8.0
I1124 08:44:24.870296 1655502 out.go:179] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I1124 08:44:24.838306 1655502 out.go:179] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.46.0
I1124 08:44:24.838311 1655502 out.go:179] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I1124 08:44:24.838326 1655502 addons.go:436] installing /etc/kubernetes/addons/yakd-ns.yaml
I1124 08:44:24.838363 1655502 host.go:66] Checking if "addons-674149" exists ...
I1124 08:44:24.847577 1655502 addons.go:239] Setting addon storage-provisioner-rancher=true in "addons-674149"
I1124 08:44:24.850037 1655502 addons.go:239] Setting addon default-storageclass=true in "addons-674149"
I1124 08:44:24.871305 1655502 host.go:66] Checking if "addons-674149" exists ...
I1124 08:44:24.871753 1655502 cli_runner.go:164] Run: docker container inspect addons-674149 --format={{.State.Status}}
I1124 08:44:24.873824 1655502 host.go:66] Checking if "addons-674149" exists ...
I1124 08:44:24.874278 1655502 cli_runner.go:164] Run: docker container inspect addons-674149 --format={{.State.Status}}
I1124 08:44:24.888828 1655502 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I1124 08:44:24.888918 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:44:24.893225 1655502 out.go:179] - Using image docker.io/volcanosh/vc-controller-manager:v1.13.0
I1124 08:44:24.893855 1655502 addons.go:436] installing /etc/kubernetes/addons/ig-deployment.yaml
I1124 08:44:24.893881 1655502 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (15034 bytes)
I1124 08:44:24.893951 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:44:24.896515 1655502 addons.go:436] installing /etc/kubernetes/addons/storage-provisioner.yaml
I1124 08:44:24.896533 1655502 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I1124 08:44:24.896585 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:44:24.910387 1655502 addons.go:436] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I1124 08:44:24.910550 1655502 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I1124 08:44:24.910642 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:44:24.925118 1655502 out.go:179] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I1124 08:44:24.925395 1655502 out.go:179] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.45
I1124 08:44:24.926702 1655502 addons.go:436] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I1124 08:44:24.926720 1655502 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I1124 08:44:24.926966 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:44:24.938710 1655502 addons.go:436] installing /etc/kubernetes/addons/deployment.yaml
I1124 08:44:24.947730 1655502 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I1124 08:44:24.947806 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:44:24.955108 1655502 out.go:179] - Using image docker.io/volcanosh/vc-scheduler:v1.13.0
I1124 08:44:24.982949 1655502 out.go:179] - Using image docker.io/kicbase/minikube-ingress-dns:0.0.4
I1124 08:44:24.983167 1655502 out.go:179] - Using image docker.io/upmcenterprises/registry-creds:1.10
I1124 08:44:25.041936 1655502 addons.go:436] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I1124 08:44:25.042004 1655502 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2889 bytes)
I1124 08:44:25.042104 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:44:25.042915 1655502 addons.go:436] installing /etc/kubernetes/addons/registry-creds-rc.yaml
I1124 08:44:25.042968 1655502 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-creds-rc.yaml (3306 bytes)
I1124 08:44:25.043052 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:44:25.065961 1655502 out.go:179] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I1124 08:44:25.076579 1655502 out.go:179] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I1124 08:44:25.078566 1655502 out.go:179] - Using image docker.io/volcanosh/vc-webhook-manager:v1.13.0
I1124 08:44:25.089314 1655502 addons.go:436] installing /etc/kubernetes/addons/volcano-deployment.yaml
I1124 08:44:25.089399 1655502 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (1017570 bytes)
I1124 08:44:25.089502 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:44:25.094868 1655502 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34664 SSHKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/machines/addons-674149/id_rsa Username:docker}
I1124 08:44:25.110781 1655502 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34664 SSHKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/machines/addons-674149/id_rsa Username:docker}
I1124 08:44:25.111573 1655502 out.go:179] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I1124 08:44:25.111656 1655502 out.go:179] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.4
I1124 08:44:25.117374 1655502 out.go:179] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I1124 08:44:25.122102 1655502 out.go:179] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I1124 08:44:25.122175 1655502 out.go:179] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.4
I1124 08:44:25.127927 1655502 out.go:179] - Using image registry.k8s.io/ingress-nginx/controller:v1.14.0
I1124 08:44:25.128849 1655502 out.go:179] - Using image docker.io/busybox:stable
I1124 08:44:25.129131 1655502 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34664 SSHKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/machines/addons-674149/id_rsa Username:docker}
I1124 08:44:25.129157 1655502 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34664 SSHKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/machines/addons-674149/id_rsa Username:docker}
I1124 08:44:25.132229 1655502 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34664 SSHKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/machines/addons-674149/id_rsa Username:docker}
I1124 08:44:25.133027 1655502 addons.go:436] installing /etc/kubernetes/addons/ingress-deploy.yaml
I1124 08:44:25.133079 1655502 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I1124 08:44:25.133237 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:44:25.145586 1655502 out.go:179] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I1124 08:44:25.150262 1655502 addons.go:436] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1124 08:44:25.150285 1655502 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I1124 08:44:25.150352 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:44:25.177954 1655502 out.go:179] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I1124 08:44:25.182617 1655502 out.go:179] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I1124 08:44:25.186110 1655502 addons.go:436] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I1124 08:44:25.186190 1655502 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I1124 08:44:25.186262 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:44:25.189981 1655502 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34664 SSHKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/machines/addons-674149/id_rsa Username:docker}
I1124 08:44:25.192923 1655502 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34664 SSHKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/machines/addons-674149/id_rsa Username:docker}
I1124 08:44:25.195305 1655502 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34664 SSHKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/machines/addons-674149/id_rsa Username:docker}
I1124 08:44:25.196270 1655502 addons.go:436] installing /etc/kubernetes/addons/storageclass.yaml
I1124 08:44:25.196285 1655502 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I1124 08:44:25.196351 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:44:25.218735 1655502 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34664 SSHKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/machines/addons-674149/id_rsa Username:docker}
I1124 08:44:25.227483 1655502 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34664 SSHKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/machines/addons-674149/id_rsa Username:docker}
I1124 08:44:25.236872 1655502 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34664 SSHKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/machines/addons-674149/id_rsa Username:docker}
I1124 08:44:25.286665 1655502 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34664 SSHKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/machines/addons-674149/id_rsa Username:docker}
I1124 08:44:25.295832 1655502 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34664 SSHKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/machines/addons-674149/id_rsa Username:docker}
I1124 08:44:25.297808 1655502 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34664 SSHKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/machines/addons-674149/id_rsa Username:docker}
I1124 08:44:25.303208 1655502 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34664 SSHKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/machines/addons-674149/id_rsa Username:docker}
I1124 08:44:25.304050 1655502 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34664 SSHKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/machines/addons-674149/id_rsa Username:docker}
W1124 08:44:25.318924 1655502 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I1124 08:44:25.318962 1655502 retry.go:31] will retry after 188.641161ms: ssh: handshake failed: EOF
I1124 08:44:25.395618 1655502 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.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.34.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I1124 08:44:25.395714 1655502 ssh_runner.go:195] Run: sudo systemctl start kubelet
I1124 08:44:25.883728 1655502 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
I1124 08:44:25.946544 1655502 addons.go:436] installing /etc/kubernetes/addons/yakd-sa.yaml
I1124 08:44:25.946616 1655502 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I1124 08:44:25.976057 1655502 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I1124 08:44:26.049398 1655502 addons.go:436] installing /etc/kubernetes/addons/yakd-crb.yaml
I1124 08:44:26.049474 1655502 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I1124 08:44:26.055208 1655502 addons.go:436] installing /etc/kubernetes/addons/registry-svc.yaml
I1124 08:44:26.055281 1655502 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I1124 08:44:26.076507 1655502 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/registry-creds-rc.yaml
I1124 08:44:26.084786 1655502 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1124 08:44:26.095010 1655502 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1124 08:44:26.127348 1655502 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I1124 08:44:26.236754 1655502 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I1124 08:44:26.262899 1655502 addons.go:436] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I1124 08:44:26.262969 1655502 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I1124 08:44:26.287672 1655502 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I1124 08:44:26.295777 1655502 addons.go:436] installing /etc/kubernetes/addons/yakd-svc.yaml
I1124 08:44:26.295850 1655502 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I1124 08:44:26.351051 1655502 addons.go:436] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I1124 08:44:26.351111 1655502 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I1124 08:44:26.379485 1655502 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/ig-deployment.yaml
I1124 08:44:26.384799 1655502 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I1124 08:44:26.387713 1655502 addons.go:436] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I1124 08:44:26.387783 1655502 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I1124 08:44:26.418307 1655502 addons.go:436] installing /etc/kubernetes/addons/registry-proxy.yaml
I1124 08:44:26.418377 1655502 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I1124 08:44:26.491755 1655502 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I1124 08:44:26.542346 1655502 addons.go:436] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I1124 08:44:26.542422 1655502 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I1124 08:44:26.546137 1655502 addons.go:436] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I1124 08:44:26.546220 1655502 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I1124 08:44:26.578310 1655502 addons.go:436] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I1124 08:44:26.578384 1655502 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)
I1124 08:44:26.629881 1655502 addons.go:436] installing /etc/kubernetes/addons/metrics-server-service.yaml
I1124 08:44:26.629960 1655502 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I1124 08:44:26.640111 1655502 addons.go:436] installing /etc/kubernetes/addons/yakd-dp.yaml
I1124 08:44:26.640182 1655502 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I1124 08:44:26.715830 1655502 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I1124 08:44:26.734574 1655502 addons.go:436] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I1124 08:44:26.734647 1655502 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I1124 08:44:26.763239 1655502 addons.go:436] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I1124 08:44:26.763314 1655502 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I1124 08:44:26.827760 1655502 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.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
I1124 08:44:26.829095 1655502 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.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
I1124 08:44:26.876851 1655502 addons.go:436] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I1124 08:44:26.876929 1655502 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I1124 08:44:26.977858 1655502 addons.go:436] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I1124 08:44:26.977934 1655502 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I1124 08:44:27.236706 1655502 addons.go:436] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I1124 08:44:27.236780 1655502 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I1124 08:44:27.450159 1655502 addons.go:436] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I1124 08:44:27.450229 1655502 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I1124 08:44:27.610639 1655502 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.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
I1124 08:44:27.782705 1655502 addons.go:436] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I1124 08:44:27.782789 1655502 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I1124 08:44:28.125871 1655502 addons.go:436] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I1124 08:44:28.125892 1655502 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I1124 08:44:28.220946 1655502 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.825206107s)
I1124 08:44:28.221683 1655502 node_ready.go:35] waiting up to 6m0s for node "addons-674149" to be "Ready" ...
I1124 08:44:28.221868 1655502 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.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.34.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.82622456s)
I1124 08:44:28.221882 1655502 start.go:977] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I1124 08:44:28.296813 1655502 addons.go:436] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I1124 08:44:28.296874 1655502 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I1124 08:44:28.457885 1655502 addons.go:436] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I1124 08:44:28.457956 1655502 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I1124 08:44:28.471900 1655502 addons.go:436] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I1124 08:44:28.471982 1655502 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I1124 08:44:28.485737 1655502 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.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
I1124 08:44:28.729509 1655502 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-674149" context rescaled to 1 replicas
W1124 08:44:30.225745 1655502 node_ready.go:57] node "addons-674149" has "Ready":"False" status (will retry)
W1124 08:44:32.247989 1655502 node_ready.go:57] node "addons-674149" has "Ready":"False" status (will retry)
I1124 08:44:32.546105 1655502 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I1124 08:44:32.546277 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:44:32.575272 1655502 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34664 SSHKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/machines/addons-674149/id_rsa Username:docker}
I1124 08:44:32.747537 1655502 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I1124 08:44:32.770918 1655502 addons.go:239] Setting addon gcp-auth=true in "addons-674149"
I1124 08:44:32.771042 1655502 host.go:66] Checking if "addons-674149" exists ...
I1124 08:44:32.771670 1655502 cli_runner.go:164] Run: docker container inspect addons-674149 --format={{.State.Status}}
I1124 08:44:32.796655 1655502 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I1124 08:44:32.796710 1655502 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-674149
I1124 08:44:32.820195 1655502 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34664 SSHKeyPath:/home/jenkins/minikube-integration/21978-1652607/.minikube/machines/addons-674149/id_rsa Username:docker}
I1124 08:44:33.349974 1655502 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml: (7.466207353s)
I1124 08:44:33.350100 1655502 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (7.373973795s)
I1124 08:44:33.350442 1655502 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/registry-creds-rc.yaml: (7.273861214s)
I1124 08:44:33.350581 1655502 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (7.265709842s)
I1124 08:44:33.350757 1655502 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (7.255678471s)
I1124 08:44:33.350862 1655502 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (7.223439625s)
I1124 08:44:33.350948 1655502 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (7.114127516s)
I1124 08:44:33.351034 1655502 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml: (7.063294868s)
I1124 08:44:33.351168 1655502 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/ig-deployment.yaml: (6.971617127s)
I1124 08:44:33.351349 1655502 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (6.966480992s)
I1124 08:44:33.351396 1655502 addons.go:495] Verifying addon ingress=true in "addons-674149"
I1124 08:44:33.351798 1655502 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (6.859872345s)
I1124 08:44:33.352039 1655502 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (6.636135541s)
I1124 08:44:33.352599 1655502 addons.go:495] Verifying addon registry=true in "addons-674149"
I1124 08:44:33.352152 1655502 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.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: (6.524321276s)
I1124 08:44:33.352790 1655502 addons.go:495] Verifying addon metrics-server=true in "addons-674149"
I1124 08:44:33.352198 1655502 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.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: (6.523042346s)
I1124 08:44:33.352470 1655502 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (4.86665131s)
I1124 08:44:33.354190 1655502 addons.go:495] Verifying addon csi-hostpath-driver=true in "addons-674149"
I1124 08:44:33.352279 1655502 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (5.741574336s)
W1124 08:44:33.354552 1655502 addons.go:477] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.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
I1124 08:44:33.354578 1655502 retry.go:31] will retry after 320.559417ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.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
I1124 08:44:33.354937 1655502 out.go:179] * Verifying ingress addon...
I1124 08:44:33.357332 1655502 out.go:179] * Verifying registry addon...
I1124 08:44:33.357384 1655502 out.go:179] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.4
I1124 08:44:33.357409 1655502 out.go:179] * Verifying csi-hostpath-driver addon...
I1124 08:44:33.357420 1655502 out.go:179] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-674149 service yakd-dashboard -n yakd-dashboard
I1124 08:44:33.360241 1655502 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I1124 08:44:33.362169 1655502 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I1124 08:44:33.363940 1655502 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I1124 08:44:33.366672 1655502 out.go:179] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
I1124 08:44:33.369688 1655502 addons.go:436] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I1124 08:44:33.369769 1655502 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I1124 08:44:33.387626 1655502 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I1124 08:44:33.387653 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:33.411281 1655502 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I1124 08:44:33.411310 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:33.411394 1655502 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1124 08:44:33.411406 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:33.436035 1655502 addons.go:436] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I1124 08:44:33.436059 1655502 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I1124 08:44:33.477877 1655502 addons.go:436] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I1124 08:44:33.477900 1655502 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
W1124 08:44:33.478623 1655502 out.go:285] ! Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error while marking storage class csi-hostpath-sc as non-default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "csi-hostpath-sc": the object has been modified; please apply your changes to the latest version and try again]
I1124 08:44:33.515041 1655502 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.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
I1124 08:44:33.676164 1655502 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.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
I1124 08:44:33.872971 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:33.873192 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:33.873276 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:34.366625 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:34.366842 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:34.368051 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:34.510537 1655502 addons.go:495] Verifying addon gcp-auth=true in "addons-674149"
I1124 08:44:34.513679 1655502 out.go:179] * Verifying gcp-auth addon...
I1124 08:44:34.517205 1655502 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I1124 08:44:34.520286 1655502 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I1124 08:44:34.520311 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1124 08:44:34.738756 1655502 node_ready.go:57] node "addons-674149" has "Ready":"False" status (will retry)
I1124 08:44:34.750733 1655502 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (1.074511853s)
I1124 08:44:34.865135 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:34.865674 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:34.867591 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:35.020924 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:35.363832 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:35.366058 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:35.366649 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:35.520944 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:35.863647 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:35.868374 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:35.868578 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:36.020831 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:36.365358 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:36.365921 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:36.368206 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:36.520236 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:36.864840 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:36.866261 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:36.866864 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:37.020855 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1124 08:44:37.224474 1655502 node_ready.go:57] node "addons-674149" has "Ready":"False" status (will retry)
I1124 08:44:37.364372 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:37.365910 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:37.367098 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:37.520065 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:37.864600 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:37.865281 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:37.867470 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:38.021038 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:38.365278 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:38.366970 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:38.368060 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:38.523233 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:38.864756 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:38.865218 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:38.866663 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:39.020772 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1124 08:44:39.224851 1655502 node_ready.go:57] node "addons-674149" has "Ready":"False" status (will retry)
I1124 08:44:39.364255 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:39.365733 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:39.366904 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:39.521103 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:39.864835 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:39.865211 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:39.866299 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:40.023210 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:40.365390 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:40.366705 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:40.367766 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:40.520891 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:40.864323 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:40.866514 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:40.867045 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:41.021119 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1124 08:44:41.225025 1655502 node_ready.go:57] node "addons-674149" has "Ready":"False" status (will retry)
I1124 08:44:41.366678 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:41.367591 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:41.368468 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:41.520464 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:41.863597 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:41.865713 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:41.867165 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:42.021049 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:42.365346 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:42.367050 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:42.367628 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:42.520729 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:42.863961 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:42.865848 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:42.866775 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:43.020839 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:43.363653 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:43.365899 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:43.367176 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:43.520456 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1124 08:44:43.727380 1655502 node_ready.go:57] node "addons-674149" has "Ready":"False" status (will retry)
I1124 08:44:43.864600 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:43.865705 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:43.867321 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:44.020655 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:44.365426 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:44.367520 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:44.367681 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:44.521022 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:44.865136 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:44.865582 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:44.866859 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:45.026934 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:45.364052 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:45.366308 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:45.366363 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:45.520344 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:45.865842 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:45.865939 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:45.866923 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:46.021112 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1124 08:44:46.224974 1655502 node_ready.go:57] node "addons-674149" has "Ready":"False" status (will retry)
I1124 08:44:46.364532 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:46.366846 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:46.367334 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:46.520863 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:46.864256 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:46.866399 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:46.867094 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:47.021250 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:47.364282 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:47.365616 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:47.366748 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:47.520764 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:47.864243 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:47.866093 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:47.866935 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:48.021654 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1124 08:44:48.225352 1655502 node_ready.go:57] node "addons-674149" has "Ready":"False" status (will retry)
I1124 08:44:48.364617 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:48.366498 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:48.367025 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:48.520362 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:48.864348 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:48.864603 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:48.866639 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:49.020728 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:49.366359 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:49.366982 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:49.368199 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:49.520150 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:49.866057 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:49.866975 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:49.867795 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:50.030152 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:50.364073 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:50.366788 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:50.367198 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:50.521049 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1124 08:44:50.724907 1655502 node_ready.go:57] node "addons-674149" has "Ready":"False" status (will retry)
I1124 08:44:50.864027 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:50.866506 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:50.866573 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:51.021117 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:51.363593 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:51.366243 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:51.367641 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:51.520840 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:51.863266 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:51.866195 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:51.866874 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:52.021344 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:52.364980 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:52.365114 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:52.367331 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:52.520267 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1124 08:44:52.725231 1655502 node_ready.go:57] node "addons-674149" has "Ready":"False" status (will retry)
I1124 08:44:52.864327 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:52.865138 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:52.866811 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:53.020852 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:53.364502 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:53.364728 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:53.366274 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:53.520065 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:53.869157 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:53.885398 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:53.885603 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:54.020772 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:54.364455 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:54.365631 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:54.367290 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:54.520218 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1124 08:44:54.725530 1655502 node_ready.go:57] node "addons-674149" has "Ready":"False" status (will retry)
I1124 08:44:54.863442 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:54.865144 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:54.866683 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:55.021161 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:55.364744 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:55.365422 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:55.367244 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:55.520058 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:55.865165 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:55.866538 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:55.868052 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:56.020600 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:56.363921 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:56.365361 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:56.366990 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:56.521812 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:56.863847 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:56.864983 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:56.866897 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:57.021215 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1124 08:44:57.224841 1655502 node_ready.go:57] node "addons-674149" has "Ready":"False" status (will retry)
I1124 08:44:57.364473 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:57.374848 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:57.374997 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:57.520606 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:57.863346 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:57.866179 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:57.867367 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:58.020652 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:58.364983 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:58.365523 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:58.367163 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:58.520589 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:58.864271 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:58.865193 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:58.867576 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:59.020738 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:44:59.363217 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:59.365690 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:59.366570 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:44:59.520398 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1124 08:44:59.725462 1655502 node_ready.go:57] node "addons-674149" has "Ready":"False" status (will retry)
I1124 08:44:59.863151 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:44:59.865598 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:44:59.866519 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:00.025126 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:00.414857 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:00.415585 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:00.427552 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:00.526439 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:00.864747 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:00.867661 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:00.867921 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:01.021416 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:01.364418 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:01.367897 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:01.368104 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:01.520451 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:01.864767 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:01.866293 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:01.867872 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:02.021659 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1124 08:45:02.224850 1655502 node_ready.go:57] node "addons-674149" has "Ready":"False" status (will retry)
I1124 08:45:02.363869 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:02.367119 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:02.367769 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:02.520883 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:02.863709 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:02.866240 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:02.867183 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:03.020322 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:03.363784 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:03.366649 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:03.367525 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:03.521143 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:03.864406 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:03.865867 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:03.866807 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:04.021412 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1124 08:45:04.225809 1655502 node_ready.go:57] node "addons-674149" has "Ready":"False" status (will retry)
I1124 08:45:04.365645 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:04.366577 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:04.367581 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:04.520490 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:04.864401 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:04.865732 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:04.867114 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:05.021216 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:05.364300 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:05.366449 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:05.367126 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:05.520420 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:05.863628 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:05.866253 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:05.867840 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:06.021248 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:06.225861 1655502 node_ready.go:49] node "addons-674149" is "Ready"
I1124 08:45:06.225942 1655502 node_ready.go:38] duration metric: took 38.004235406s for node "addons-674149" to be "Ready" ...
I1124 08:45:06.225971 1655502 api_server.go:52] waiting for apiserver process to appear ...
I1124 08:45:06.226058 1655502 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I1124 08:45:06.265974 1655502 api_server.go:72] duration metric: took 41.758922087s to wait for apiserver process to appear ...
I1124 08:45:06.266045 1655502 api_server.go:88] waiting for apiserver healthz status ...
I1124 08:45:06.266078 1655502 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I1124 08:45:06.294569 1655502 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I1124 08:45:06.308933 1655502 api_server.go:141] control plane version: v1.34.2
I1124 08:45:06.308967 1655502 api_server.go:131] duration metric: took 42.902272ms to wait for apiserver health ...
I1124 08:45:06.308976 1655502 system_pods.go:43] waiting for kube-system pods to appear ...
I1124 08:45:06.326313 1655502 system_pods.go:59] 18 kube-system pods found
I1124 08:45:06.326349 1655502 system_pods.go:61] "coredns-66bc5c9577-z7rx4" [9d258450-8e43-4a1d-83b9-acc957e7e84e] Pending
I1124 08:45:06.326356 1655502 system_pods.go:61] "csi-hostpath-attacher-0" [db4ed975-28ec-4f06-b637-3f85549065bc] Pending
I1124 08:45:06.326361 1655502 system_pods.go:61] "csi-hostpath-resizer-0" [45a8d51b-700a-4053-bcfc-006ebf44747f] Pending
I1124 08:45:06.326367 1655502 system_pods.go:61] "etcd-addons-674149" [2e4e1dc4-c923-4884-b89d-4f018aeb63e0] Running
I1124 08:45:06.326400 1655502 system_pods.go:61] "kindnet-r5bjv" [2456a3a4-c304-434f-a3d3-10a649ea0613] Running
I1124 08:45:06.326413 1655502 system_pods.go:61] "kube-apiserver-addons-674149" [b564c2a6-1c00-4928-a89a-6597cbcc60d9] Running
I1124 08:45:06.326418 1655502 system_pods.go:61] "kube-controller-manager-addons-674149" [a2adadce-c5ea-4279-8f4e-e8c204ac0f0e] Running
I1124 08:45:06.326423 1655502 system_pods.go:61] "kube-ingress-dns-minikube" [9ecc5d6e-f8a8-4a39-afbb-34b9e1d839d8] Pending
I1124 08:45:06.326426 1655502 system_pods.go:61] "kube-proxy-jzklp" [49037c7f-2825-40b9-a07c-1f95171da2ea] Running
I1124 08:45:06.326437 1655502 system_pods.go:61] "kube-scheduler-addons-674149" [c8f105b3-a19c-4c03-bc3d-62a30d5b485a] Running
I1124 08:45:06.326446 1655502 system_pods.go:61] "metrics-server-85b7d694d7-b9zbj" [a7c3b53c-5165-4497-928f-eb4e87ef1d5d] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I1124 08:45:06.326481 1655502 system_pods.go:61] "nvidia-device-plugin-daemonset-7dms5" [66c6813c-89d6-4546-b6ab-601ab40673c5] Pending
I1124 08:45:06.326503 1655502 system_pods.go:61] "registry-6b586f9694-dlvbb" [bc6d1721-0552-4008-a2c9-c95ed3408c81] Pending
I1124 08:45:06.326508 1655502 system_pods.go:61] "registry-creds-764b6fb674-jclkj" [edbb8fb0-f78a-4f96-99a3-61db80d1454e] Pending
I1124 08:45:06.326511 1655502 system_pods.go:61] "registry-proxy-9kgmn" [f317f307-5762-4134-a0d0-d3ccd22e9b5d] Pending
I1124 08:45:06.326516 1655502 system_pods.go:61] "snapshot-controller-7d9fbc56b8-7f9n5" [d8ae6b06-b7bb-470b-b43b-e0c9dfa97365] Pending
I1124 08:45:06.326526 1655502 system_pods.go:61] "snapshot-controller-7d9fbc56b8-94tt9" [ae1cb8ed-db5a-4e57-85ee-0c75841e16b4] Pending
I1124 08:45:06.326530 1655502 system_pods.go:61] "storage-provisioner" [b7e97ec5-7df5-4038-88d3-a9e525f999fb] Pending
I1124 08:45:06.326536 1655502 system_pods.go:74] duration metric: took 17.522572ms to wait for pod list to return data ...
I1124 08:45:06.326548 1655502 default_sa.go:34] waiting for default service account to be created ...
I1124 08:45:06.348438 1655502 default_sa.go:45] found service account: "default"
I1124 08:45:06.348467 1655502 default_sa.go:55] duration metric: took 21.913215ms for default service account to be created ...
I1124 08:45:06.348479 1655502 system_pods.go:116] waiting for k8s-apps to be running ...
I1124 08:45:06.379580 1655502 system_pods.go:86] 19 kube-system pods found
I1124 08:45:06.379611 1655502 system_pods.go:89] "coredns-66bc5c9577-z7rx4" [9d258450-8e43-4a1d-83b9-acc957e7e84e] Pending
I1124 08:45:06.379617 1655502 system_pods.go:89] "csi-hostpath-attacher-0" [db4ed975-28ec-4f06-b637-3f85549065bc] Pending
I1124 08:45:06.379656 1655502 system_pods.go:89] "csi-hostpath-resizer-0" [45a8d51b-700a-4053-bcfc-006ebf44747f] Pending
I1124 08:45:06.379670 1655502 system_pods.go:89] "csi-hostpathplugin-h9bf9" [67da1825-4079-4f6c-87f7-a437e37504b6] Pending
I1124 08:45:06.379691 1655502 system_pods.go:89] "etcd-addons-674149" [2e4e1dc4-c923-4884-b89d-4f018aeb63e0] Running
I1124 08:45:06.379697 1655502 system_pods.go:89] "kindnet-r5bjv" [2456a3a4-c304-434f-a3d3-10a649ea0613] Running
I1124 08:45:06.379715 1655502 system_pods.go:89] "kube-apiserver-addons-674149" [b564c2a6-1c00-4928-a89a-6597cbcc60d9] Running
I1124 08:45:06.379719 1655502 system_pods.go:89] "kube-controller-manager-addons-674149" [a2adadce-c5ea-4279-8f4e-e8c204ac0f0e] Running
I1124 08:45:06.379724 1655502 system_pods.go:89] "kube-ingress-dns-minikube" [9ecc5d6e-f8a8-4a39-afbb-34b9e1d839d8] Pending
I1124 08:45:06.379732 1655502 system_pods.go:89] "kube-proxy-jzklp" [49037c7f-2825-40b9-a07c-1f95171da2ea] Running
I1124 08:45:06.379736 1655502 system_pods.go:89] "kube-scheduler-addons-674149" [c8f105b3-a19c-4c03-bc3d-62a30d5b485a] Running
I1124 08:45:06.379744 1655502 system_pods.go:89] "metrics-server-85b7d694d7-b9zbj" [a7c3b53c-5165-4497-928f-eb4e87ef1d5d] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I1124 08:45:06.379764 1655502 system_pods.go:89] "nvidia-device-plugin-daemonset-7dms5" [66c6813c-89d6-4546-b6ab-601ab40673c5] Pending
I1124 08:45:06.379774 1655502 system_pods.go:89] "registry-6b586f9694-dlvbb" [bc6d1721-0552-4008-a2c9-c95ed3408c81] Pending
I1124 08:45:06.379778 1655502 system_pods.go:89] "registry-creds-764b6fb674-jclkj" [edbb8fb0-f78a-4f96-99a3-61db80d1454e] Pending
I1124 08:45:06.379782 1655502 system_pods.go:89] "registry-proxy-9kgmn" [f317f307-5762-4134-a0d0-d3ccd22e9b5d] Pending
I1124 08:45:06.379786 1655502 system_pods.go:89] "snapshot-controller-7d9fbc56b8-7f9n5" [d8ae6b06-b7bb-470b-b43b-e0c9dfa97365] Pending
I1124 08:45:06.379797 1655502 system_pods.go:89] "snapshot-controller-7d9fbc56b8-94tt9" [ae1cb8ed-db5a-4e57-85ee-0c75841e16b4] Pending
I1124 08:45:06.379801 1655502 system_pods.go:89] "storage-provisioner" [b7e97ec5-7df5-4038-88d3-a9e525f999fb] Pending
I1124 08:45:06.379816 1655502 retry.go:31] will retry after 220.209185ms: missing components: kube-dns
I1124 08:45:06.394894 1655502 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I1124 08:45:06.394919 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:06.395499 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:06.395918 1655502 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1124 08:45:06.395937 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:06.522600 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:06.626889 1655502 system_pods.go:86] 19 kube-system pods found
I1124 08:45:06.626941 1655502 system_pods.go:89] "coredns-66bc5c9577-z7rx4" [9d258450-8e43-4a1d-83b9-acc957e7e84e] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I1124 08:45:06.626949 1655502 system_pods.go:89] "csi-hostpath-attacher-0" [db4ed975-28ec-4f06-b637-3f85549065bc] Pending
I1124 08:45:06.626985 1655502 system_pods.go:89] "csi-hostpath-resizer-0" [45a8d51b-700a-4053-bcfc-006ebf44747f] Pending
I1124 08:45:06.626998 1655502 system_pods.go:89] "csi-hostpathplugin-h9bf9" [67da1825-4079-4f6c-87f7-a437e37504b6] Pending
I1124 08:45:06.627027 1655502 system_pods.go:89] "etcd-addons-674149" [2e4e1dc4-c923-4884-b89d-4f018aeb63e0] Running
I1124 08:45:06.627047 1655502 system_pods.go:89] "kindnet-r5bjv" [2456a3a4-c304-434f-a3d3-10a649ea0613] Running
I1124 08:45:06.627061 1655502 system_pods.go:89] "kube-apiserver-addons-674149" [b564c2a6-1c00-4928-a89a-6597cbcc60d9] Running
I1124 08:45:06.627067 1655502 system_pods.go:89] "kube-controller-manager-addons-674149" [a2adadce-c5ea-4279-8f4e-e8c204ac0f0e] Running
I1124 08:45:06.627075 1655502 system_pods.go:89] "kube-ingress-dns-minikube" [9ecc5d6e-f8a8-4a39-afbb-34b9e1d839d8] Pending
I1124 08:45:06.627079 1655502 system_pods.go:89] "kube-proxy-jzklp" [49037c7f-2825-40b9-a07c-1f95171da2ea] Running
I1124 08:45:06.627083 1655502 system_pods.go:89] "kube-scheduler-addons-674149" [c8f105b3-a19c-4c03-bc3d-62a30d5b485a] Running
I1124 08:45:06.627097 1655502 system_pods.go:89] "metrics-server-85b7d694d7-b9zbj" [a7c3b53c-5165-4497-928f-eb4e87ef1d5d] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I1124 08:45:06.627104 1655502 system_pods.go:89] "nvidia-device-plugin-daemonset-7dms5" [66c6813c-89d6-4546-b6ab-601ab40673c5] Pending
I1124 08:45:06.627113 1655502 system_pods.go:89] "registry-6b586f9694-dlvbb" [bc6d1721-0552-4008-a2c9-c95ed3408c81] Pending
I1124 08:45:06.627130 1655502 system_pods.go:89] "registry-creds-764b6fb674-jclkj" [edbb8fb0-f78a-4f96-99a3-61db80d1454e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I1124 08:45:06.627141 1655502 system_pods.go:89] "registry-proxy-9kgmn" [f317f307-5762-4134-a0d0-d3ccd22e9b5d] Pending
I1124 08:45:06.627146 1655502 system_pods.go:89] "snapshot-controller-7d9fbc56b8-7f9n5" [d8ae6b06-b7bb-470b-b43b-e0c9dfa97365] Pending
I1124 08:45:06.627150 1655502 system_pods.go:89] "snapshot-controller-7d9fbc56b8-94tt9" [ae1cb8ed-db5a-4e57-85ee-0c75841e16b4] Pending
I1124 08:45:06.627154 1655502 system_pods.go:89] "storage-provisioner" [b7e97ec5-7df5-4038-88d3-a9e525f999fb] Pending
I1124 08:45:06.627169 1655502 retry.go:31] will retry after 260.647178ms: missing components: kube-dns
I1124 08:45:06.870052 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:06.870257 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:06.870530 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:06.901584 1655502 system_pods.go:86] 19 kube-system pods found
I1124 08:45:06.901621 1655502 system_pods.go:89] "coredns-66bc5c9577-z7rx4" [9d258450-8e43-4a1d-83b9-acc957e7e84e] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I1124 08:45:06.901630 1655502 system_pods.go:89] "csi-hostpath-attacher-0" [db4ed975-28ec-4f06-b637-3f85549065bc] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I1124 08:45:06.901679 1655502 system_pods.go:89] "csi-hostpath-resizer-0" [45a8d51b-700a-4053-bcfc-006ebf44747f] Pending
I1124 08:45:06.901684 1655502 system_pods.go:89] "csi-hostpathplugin-h9bf9" [67da1825-4079-4f6c-87f7-a437e37504b6] Pending
I1124 08:45:06.901688 1655502 system_pods.go:89] "etcd-addons-674149" [2e4e1dc4-c923-4884-b89d-4f018aeb63e0] Running
I1124 08:45:06.901695 1655502 system_pods.go:89] "kindnet-r5bjv" [2456a3a4-c304-434f-a3d3-10a649ea0613] Running
I1124 08:45:06.901702 1655502 system_pods.go:89] "kube-apiserver-addons-674149" [b564c2a6-1c00-4928-a89a-6597cbcc60d9] Running
I1124 08:45:06.901707 1655502 system_pods.go:89] "kube-controller-manager-addons-674149" [a2adadce-c5ea-4279-8f4e-e8c204ac0f0e] Running
I1124 08:45:06.901717 1655502 system_pods.go:89] "kube-ingress-dns-minikube" [9ecc5d6e-f8a8-4a39-afbb-34b9e1d839d8] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I1124 08:45:06.901748 1655502 system_pods.go:89] "kube-proxy-jzklp" [49037c7f-2825-40b9-a07c-1f95171da2ea] Running
I1124 08:45:06.901764 1655502 system_pods.go:89] "kube-scheduler-addons-674149" [c8f105b3-a19c-4c03-bc3d-62a30d5b485a] Running
I1124 08:45:06.901772 1655502 system_pods.go:89] "metrics-server-85b7d694d7-b9zbj" [a7c3b53c-5165-4497-928f-eb4e87ef1d5d] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I1124 08:45:06.901776 1655502 system_pods.go:89] "nvidia-device-plugin-daemonset-7dms5" [66c6813c-89d6-4546-b6ab-601ab40673c5] Pending
I1124 08:45:06.901788 1655502 system_pods.go:89] "registry-6b586f9694-dlvbb" [bc6d1721-0552-4008-a2c9-c95ed3408c81] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I1124 08:45:06.901793 1655502 system_pods.go:89] "registry-creds-764b6fb674-jclkj" [edbb8fb0-f78a-4f96-99a3-61db80d1454e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I1124 08:45:06.901798 1655502 system_pods.go:89] "registry-proxy-9kgmn" [f317f307-5762-4134-a0d0-d3ccd22e9b5d] Pending
I1124 08:45:06.901810 1655502 system_pods.go:89] "snapshot-controller-7d9fbc56b8-7f9n5" [d8ae6b06-b7bb-470b-b43b-e0c9dfa97365] Pending
I1124 08:45:06.901826 1655502 system_pods.go:89] "snapshot-controller-7d9fbc56b8-94tt9" [ae1cb8ed-db5a-4e57-85ee-0c75841e16b4] Pending
I1124 08:45:06.901839 1655502 system_pods.go:89] "storage-provisioner" [b7e97ec5-7df5-4038-88d3-a9e525f999fb] Pending
I1124 08:45:06.901855 1655502 retry.go:31] will retry after 334.321289ms: missing components: kube-dns
I1124 08:45:07.022528 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:07.242387 1655502 system_pods.go:86] 19 kube-system pods found
I1124 08:45:07.242426 1655502 system_pods.go:89] "coredns-66bc5c9577-z7rx4" [9d258450-8e43-4a1d-83b9-acc957e7e84e] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I1124 08:45:07.242437 1655502 system_pods.go:89] "csi-hostpath-attacher-0" [db4ed975-28ec-4f06-b637-3f85549065bc] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I1124 08:45:07.242444 1655502 system_pods.go:89] "csi-hostpath-resizer-0" [45a8d51b-700a-4053-bcfc-006ebf44747f] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I1124 08:45:07.243487 1655502 system_pods.go:89] "csi-hostpathplugin-h9bf9" [67da1825-4079-4f6c-87f7-a437e37504b6] 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])
I1124 08:45:07.243501 1655502 system_pods.go:89] "etcd-addons-674149" [2e4e1dc4-c923-4884-b89d-4f018aeb63e0] Running
I1124 08:45:07.243507 1655502 system_pods.go:89] "kindnet-r5bjv" [2456a3a4-c304-434f-a3d3-10a649ea0613] Running
I1124 08:45:07.243512 1655502 system_pods.go:89] "kube-apiserver-addons-674149" [b564c2a6-1c00-4928-a89a-6597cbcc60d9] Running
I1124 08:45:07.243517 1655502 system_pods.go:89] "kube-controller-manager-addons-674149" [a2adadce-c5ea-4279-8f4e-e8c204ac0f0e] Running
I1124 08:45:07.243536 1655502 system_pods.go:89] "kube-ingress-dns-minikube" [9ecc5d6e-f8a8-4a39-afbb-34b9e1d839d8] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I1124 08:45:07.243548 1655502 system_pods.go:89] "kube-proxy-jzklp" [49037c7f-2825-40b9-a07c-1f95171da2ea] Running
I1124 08:45:07.243554 1655502 system_pods.go:89] "kube-scheduler-addons-674149" [c8f105b3-a19c-4c03-bc3d-62a30d5b485a] Running
I1124 08:45:07.243561 1655502 system_pods.go:89] "metrics-server-85b7d694d7-b9zbj" [a7c3b53c-5165-4497-928f-eb4e87ef1d5d] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I1124 08:45:07.243578 1655502 system_pods.go:89] "nvidia-device-plugin-daemonset-7dms5" [66c6813c-89d6-4546-b6ab-601ab40673c5] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I1124 08:45:07.243585 1655502 system_pods.go:89] "registry-6b586f9694-dlvbb" [bc6d1721-0552-4008-a2c9-c95ed3408c81] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I1124 08:45:07.243596 1655502 system_pods.go:89] "registry-creds-764b6fb674-jclkj" [edbb8fb0-f78a-4f96-99a3-61db80d1454e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I1124 08:45:07.243623 1655502 system_pods.go:89] "registry-proxy-9kgmn" [f317f307-5762-4134-a0d0-d3ccd22e9b5d] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I1124 08:45:07.243637 1655502 system_pods.go:89] "snapshot-controller-7d9fbc56b8-7f9n5" [d8ae6b06-b7bb-470b-b43b-e0c9dfa97365] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1124 08:45:07.243646 1655502 system_pods.go:89] "snapshot-controller-7d9fbc56b8-94tt9" [ae1cb8ed-db5a-4e57-85ee-0c75841e16b4] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1124 08:45:07.243652 1655502 system_pods.go:89] "storage-provisioner" [b7e97ec5-7df5-4038-88d3-a9e525f999fb] Pending / Ready:ContainersNotReady (containers with unready status: [storage-provisioner]) / ContainersReady:ContainersNotReady (containers with unready status: [storage-provisioner])
I1124 08:45:07.243672 1655502 retry.go:31] will retry after 414.380006ms: missing components: kube-dns
I1124 08:45:07.366551 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:07.366750 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:07.369195 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:07.524534 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:07.663819 1655502 system_pods.go:86] 19 kube-system pods found
I1124 08:45:07.663859 1655502 system_pods.go:89] "coredns-66bc5c9577-z7rx4" [9d258450-8e43-4a1d-83b9-acc957e7e84e] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I1124 08:45:07.663894 1655502 system_pods.go:89] "csi-hostpath-attacher-0" [db4ed975-28ec-4f06-b637-3f85549065bc] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I1124 08:45:07.663911 1655502 system_pods.go:89] "csi-hostpath-resizer-0" [45a8d51b-700a-4053-bcfc-006ebf44747f] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I1124 08:45:07.663921 1655502 system_pods.go:89] "csi-hostpathplugin-h9bf9" [67da1825-4079-4f6c-87f7-a437e37504b6] 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])
I1124 08:45:07.663933 1655502 system_pods.go:89] "etcd-addons-674149" [2e4e1dc4-c923-4884-b89d-4f018aeb63e0] Running
I1124 08:45:07.663939 1655502 system_pods.go:89] "kindnet-r5bjv" [2456a3a4-c304-434f-a3d3-10a649ea0613] Running
I1124 08:45:07.663943 1655502 system_pods.go:89] "kube-apiserver-addons-674149" [b564c2a6-1c00-4928-a89a-6597cbcc60d9] Running
I1124 08:45:07.663948 1655502 system_pods.go:89] "kube-controller-manager-addons-674149" [a2adadce-c5ea-4279-8f4e-e8c204ac0f0e] Running
I1124 08:45:07.663971 1655502 system_pods.go:89] "kube-ingress-dns-minikube" [9ecc5d6e-f8a8-4a39-afbb-34b9e1d839d8] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I1124 08:45:07.663985 1655502 system_pods.go:89] "kube-proxy-jzklp" [49037c7f-2825-40b9-a07c-1f95171da2ea] Running
I1124 08:45:07.663990 1655502 system_pods.go:89] "kube-scheduler-addons-674149" [c8f105b3-a19c-4c03-bc3d-62a30d5b485a] Running
I1124 08:45:07.663997 1655502 system_pods.go:89] "metrics-server-85b7d694d7-b9zbj" [a7c3b53c-5165-4497-928f-eb4e87ef1d5d] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I1124 08:45:07.664010 1655502 system_pods.go:89] "nvidia-device-plugin-daemonset-7dms5" [66c6813c-89d6-4546-b6ab-601ab40673c5] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I1124 08:45:07.664019 1655502 system_pods.go:89] "registry-6b586f9694-dlvbb" [bc6d1721-0552-4008-a2c9-c95ed3408c81] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I1124 08:45:07.664028 1655502 system_pods.go:89] "registry-creds-764b6fb674-jclkj" [edbb8fb0-f78a-4f96-99a3-61db80d1454e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I1124 08:45:07.664047 1655502 system_pods.go:89] "registry-proxy-9kgmn" [f317f307-5762-4134-a0d0-d3ccd22e9b5d] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I1124 08:45:07.664089 1655502 system_pods.go:89] "snapshot-controller-7d9fbc56b8-7f9n5" [d8ae6b06-b7bb-470b-b43b-e0c9dfa97365] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1124 08:45:07.664110 1655502 system_pods.go:89] "snapshot-controller-7d9fbc56b8-94tt9" [ae1cb8ed-db5a-4e57-85ee-0c75841e16b4] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1124 08:45:07.664128 1655502 system_pods.go:89] "storage-provisioner" [b7e97ec5-7df5-4038-88d3-a9e525f999fb] Pending / Ready:ContainersNotReady (containers with unready status: [storage-provisioner]) / ContainersReady:ContainersNotReady (containers with unready status: [storage-provisioner])
I1124 08:45:07.664148 1655502 retry.go:31] will retry after 477.561909ms: missing components: kube-dns
I1124 08:45:07.868372 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:07.869077 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:07.869550 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:08.021649 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:08.149132 1655502 system_pods.go:86] 19 kube-system pods found
I1124 08:45:08.149173 1655502 system_pods.go:89] "coredns-66bc5c9577-z7rx4" [9d258450-8e43-4a1d-83b9-acc957e7e84e] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I1124 08:45:08.149182 1655502 system_pods.go:89] "csi-hostpath-attacher-0" [db4ed975-28ec-4f06-b637-3f85549065bc] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I1124 08:45:08.149219 1655502 system_pods.go:89] "csi-hostpath-resizer-0" [45a8d51b-700a-4053-bcfc-006ebf44747f] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I1124 08:45:08.149236 1655502 system_pods.go:89] "csi-hostpathplugin-h9bf9" [67da1825-4079-4f6c-87f7-a437e37504b6] 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])
I1124 08:45:08.149242 1655502 system_pods.go:89] "etcd-addons-674149" [2e4e1dc4-c923-4884-b89d-4f018aeb63e0] Running
I1124 08:45:08.149257 1655502 system_pods.go:89] "kindnet-r5bjv" [2456a3a4-c304-434f-a3d3-10a649ea0613] Running
I1124 08:45:08.149261 1655502 system_pods.go:89] "kube-apiserver-addons-674149" [b564c2a6-1c00-4928-a89a-6597cbcc60d9] Running
I1124 08:45:08.149265 1655502 system_pods.go:89] "kube-controller-manager-addons-674149" [a2adadce-c5ea-4279-8f4e-e8c204ac0f0e] Running
I1124 08:45:08.149271 1655502 system_pods.go:89] "kube-ingress-dns-minikube" [9ecc5d6e-f8a8-4a39-afbb-34b9e1d839d8] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I1124 08:45:08.149305 1655502 system_pods.go:89] "kube-proxy-jzklp" [49037c7f-2825-40b9-a07c-1f95171da2ea] Running
I1124 08:45:08.149318 1655502 system_pods.go:89] "kube-scheduler-addons-674149" [c8f105b3-a19c-4c03-bc3d-62a30d5b485a] Running
I1124 08:45:08.149325 1655502 system_pods.go:89] "metrics-server-85b7d694d7-b9zbj" [a7c3b53c-5165-4497-928f-eb4e87ef1d5d] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I1124 08:45:08.149331 1655502 system_pods.go:89] "nvidia-device-plugin-daemonset-7dms5" [66c6813c-89d6-4546-b6ab-601ab40673c5] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I1124 08:45:08.149349 1655502 system_pods.go:89] "registry-6b586f9694-dlvbb" [bc6d1721-0552-4008-a2c9-c95ed3408c81] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I1124 08:45:08.149357 1655502 system_pods.go:89] "registry-creds-764b6fb674-jclkj" [edbb8fb0-f78a-4f96-99a3-61db80d1454e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I1124 08:45:08.149364 1655502 system_pods.go:89] "registry-proxy-9kgmn" [f317f307-5762-4134-a0d0-d3ccd22e9b5d] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I1124 08:45:08.149386 1655502 system_pods.go:89] "snapshot-controller-7d9fbc56b8-7f9n5" [d8ae6b06-b7bb-470b-b43b-e0c9dfa97365] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1124 08:45:08.149408 1655502 system_pods.go:89] "snapshot-controller-7d9fbc56b8-94tt9" [ae1cb8ed-db5a-4e57-85ee-0c75841e16b4] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1124 08:45:08.149418 1655502 system_pods.go:89] "storage-provisioner" [b7e97ec5-7df5-4038-88d3-a9e525f999fb] Pending / Ready:ContainersNotReady (containers with unready status: [storage-provisioner]) / ContainersReady:ContainersNotReady (containers with unready status: [storage-provisioner])
I1124 08:45:08.149434 1655502 retry.go:31] will retry after 704.806848ms: missing components: kube-dns
I1124 08:45:08.366182 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:08.386219 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:08.386358 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:08.520675 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:08.859193 1655502 system_pods.go:86] 19 kube-system pods found
I1124 08:45:08.859232 1655502 system_pods.go:89] "coredns-66bc5c9577-z7rx4" [9d258450-8e43-4a1d-83b9-acc957e7e84e] Running
I1124 08:45:08.859279 1655502 system_pods.go:89] "csi-hostpath-attacher-0" [db4ed975-28ec-4f06-b637-3f85549065bc] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I1124 08:45:08.859294 1655502 system_pods.go:89] "csi-hostpath-resizer-0" [45a8d51b-700a-4053-bcfc-006ebf44747f] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I1124 08:45:08.859304 1655502 system_pods.go:89] "csi-hostpathplugin-h9bf9" [67da1825-4079-4f6c-87f7-a437e37504b6] 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])
I1124 08:45:08.859314 1655502 system_pods.go:89] "etcd-addons-674149" [2e4e1dc4-c923-4884-b89d-4f018aeb63e0] Running
I1124 08:45:08.859319 1655502 system_pods.go:89] "kindnet-r5bjv" [2456a3a4-c304-434f-a3d3-10a649ea0613] Running
I1124 08:45:08.859324 1655502 system_pods.go:89] "kube-apiserver-addons-674149" [b564c2a6-1c00-4928-a89a-6597cbcc60d9] Running
I1124 08:45:08.859355 1655502 system_pods.go:89] "kube-controller-manager-addons-674149" [a2adadce-c5ea-4279-8f4e-e8c204ac0f0e] Running
I1124 08:45:08.859371 1655502 system_pods.go:89] "kube-ingress-dns-minikube" [9ecc5d6e-f8a8-4a39-afbb-34b9e1d839d8] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I1124 08:45:08.859375 1655502 system_pods.go:89] "kube-proxy-jzklp" [49037c7f-2825-40b9-a07c-1f95171da2ea] Running
I1124 08:45:08.859380 1655502 system_pods.go:89] "kube-scheduler-addons-674149" [c8f105b3-a19c-4c03-bc3d-62a30d5b485a] Running
I1124 08:45:08.859398 1655502 system_pods.go:89] "metrics-server-85b7d694d7-b9zbj" [a7c3b53c-5165-4497-928f-eb4e87ef1d5d] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I1124 08:45:08.859412 1655502 system_pods.go:89] "nvidia-device-plugin-daemonset-7dms5" [66c6813c-89d6-4546-b6ab-601ab40673c5] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I1124 08:45:08.859451 1655502 system_pods.go:89] "registry-6b586f9694-dlvbb" [bc6d1721-0552-4008-a2c9-c95ed3408c81] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I1124 08:45:08.859457 1655502 system_pods.go:89] "registry-creds-764b6fb674-jclkj" [edbb8fb0-f78a-4f96-99a3-61db80d1454e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I1124 08:45:08.859490 1655502 system_pods.go:89] "registry-proxy-9kgmn" [f317f307-5762-4134-a0d0-d3ccd22e9b5d] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I1124 08:45:08.859505 1655502 system_pods.go:89] "snapshot-controller-7d9fbc56b8-7f9n5" [d8ae6b06-b7bb-470b-b43b-e0c9dfa97365] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1124 08:45:08.859513 1655502 system_pods.go:89] "snapshot-controller-7d9fbc56b8-94tt9" [ae1cb8ed-db5a-4e57-85ee-0c75841e16b4] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1124 08:45:08.859521 1655502 system_pods.go:89] "storage-provisioner" [b7e97ec5-7df5-4038-88d3-a9e525f999fb] Running
I1124 08:45:08.859530 1655502 system_pods.go:126] duration metric: took 2.51102659s to wait for k8s-apps to be running ...
I1124 08:45:08.859540 1655502 system_svc.go:44] waiting for kubelet service to be running ....
I1124 08:45:08.859613 1655502 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I1124 08:45:08.864717 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:08.866662 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:08.868772 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:08.884604 1655502 system_svc.go:56] duration metric: took 25.05546ms WaitForService to wait for kubelet
I1124 08:45:08.884639 1655502 kubeadm.go:587] duration metric: took 44.377590072s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I1124 08:45:08.884659 1655502 node_conditions.go:102] verifying NodePressure condition ...
I1124 08:45:08.887871 1655502 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I1124 08:45:08.887906 1655502 node_conditions.go:123] node cpu capacity is 2
I1124 08:45:08.887920 1655502 node_conditions.go:105] duration metric: took 3.213984ms to run NodePressure ...
I1124 08:45:08.887953 1655502 start.go:242] waiting for startup goroutines ...
I1124 08:45:09.021621 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:09.367301 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:09.367736 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:09.369767 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:09.521379 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:09.864457 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:09.865869 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:09.867505 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:10.021679 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:10.374181 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:10.374492 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:10.374644 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:10.521070 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:10.866304 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:10.866523 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:10.868735 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:11.021314 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:11.369085 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:11.369479 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:11.370993 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:11.521138 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:11.867649 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:11.867870 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:11.869432 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:12.020688 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:12.365523 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:12.365644 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:12.367801 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:12.521820 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:12.871113 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:12.873167 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:12.883174 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:13.021887 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:13.364066 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:13.367785 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:13.368866 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:13.521125 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:13.869336 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:13.869823 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:13.873108 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:14.021954 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:14.368649 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:14.369155 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:14.369623 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:14.521668 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:14.865492 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:14.872425 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:14.873086 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:15.023566 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:15.364113 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:15.365569 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:15.366750 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:15.520683 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:15.864461 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:15.867330 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:15.868380 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:16.020838 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:16.364662 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:16.369446 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:16.369908 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:16.521371 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:16.863456 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:16.866248 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:16.867453 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:17.020528 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:17.363218 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:17.366555 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:17.367762 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:17.520684 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:17.866138 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:17.866262 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:17.868193 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:18.021002 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:18.363838 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:18.366890 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:18.374855 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:18.523987 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:18.868386 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:18.868471 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:18.869142 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:19.020796 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:19.371133 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:19.371622 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:19.372045 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:19.521917 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:19.865661 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:19.865761 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:19.867759 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:20.069642 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:20.364715 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:20.367141 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:20.367285 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:20.521003 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:20.872805 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:20.873289 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:20.873789 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:21.021648 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:21.366182 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:21.369574 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:21.369663 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:21.520659 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:21.866865 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:21.867198 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:21.867555 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:22.020858 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:22.370511 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:22.370646 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:22.370765 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:22.529899 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:22.865798 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:22.865990 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:22.867900 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:23.021156 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:23.368127 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:23.368568 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:23.370955 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:23.521752 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:23.871707 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:23.873386 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:23.969761 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:24.021908 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:24.364502 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:24.369525 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:24.370059 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:24.520120 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:24.869912 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:24.870720 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:24.870957 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:25.024214 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:25.363642 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:25.367330 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:25.367609 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:25.520750 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:25.867834 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:25.869036 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:25.897309 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:26.020662 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:26.364651 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:26.365997 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:26.367477 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:26.520558 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:26.868765 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:26.870882 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:26.885025 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:27.020956 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:27.366182 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:27.366601 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:27.367602 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:27.521046 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:27.863483 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:27.867192 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:27.867762 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:28.021403 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:28.364687 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:28.368831 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:28.369017 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:28.522408 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:28.875446 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:28.875641 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:28.875787 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:29.020810 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:29.364969 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:29.367510 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:29.367617 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:29.520534 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:29.874072 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:29.874344 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:29.874553 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:30.025177 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:30.365647 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:30.369614 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:30.370305 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:30.520915 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:30.868626 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:30.868986 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:30.870518 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:31.037959 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:31.367258 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:31.372522 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:31.373881 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:31.521451 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:31.864542 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:31.868854 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:31.868958 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:32.038921 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:32.365466 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:32.365581 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:32.367564 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:32.520702 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:32.864456 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:32.867037 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:32.867222 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:33.020464 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:33.364036 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:33.366435 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:33.367101 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:33.520382 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:33.868284 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:33.868776 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:33.870050 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:34.020689 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:34.364150 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:34.367405 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:34.367618 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:34.522191 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:34.865061 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:34.865272 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:34.866929 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:35.022569 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:35.363944 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:35.366026 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:35.367408 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:35.520466 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:35.865174 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:35.866796 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:35.866923 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:36.021830 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:36.364925 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:36.365316 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:36.367833 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:36.521939 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:36.866761 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:36.867140 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:36.868168 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:37.021526 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:37.366354 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:37.366804 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:37.369614 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:37.520635 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:37.866833 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:37.866908 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:37.868089 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:38.022924 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:38.365415 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:38.367334 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:38.367184 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:38.522582 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:38.865200 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:38.865251 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:38.867386 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:39.020636 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:39.365336 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:39.366437 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:39.368143 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:39.520804 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:39.865554 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:39.867783 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:39.868406 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:40.028019 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:40.367036 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:40.367291 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:40.368543 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:40.525338 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:40.865864 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:40.866110 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:40.868396 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:41.020901 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:41.363893 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:41.366234 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:41.368458 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:41.520236 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:41.866431 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:41.867103 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:41.869175 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:42.021803 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:42.366241 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:42.367711 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:42.369603 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:42.521422 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:42.866156 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:42.867285 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:42.868931 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:43.022640 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:43.369247 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:43.370608 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:43.371143 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:43.519855 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:43.867892 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1124 08:45:43.869273 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:43.869339 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:44.021293 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:44.364944 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:44.366576 1655502 kapi.go:107] duration metric: took 1m11.004409111s to wait for kubernetes.io/minikube-addons=registry ...
I1124 08:45:44.367917 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:44.521032 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:44.864843 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:44.867837 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:45.046263 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:45.364734 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:45.368183 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:45.526253 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:45.864719 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:45.867893 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:46.021240 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:46.365083 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:46.368695 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:46.522899 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:46.865165 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:46.868837 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:47.021210 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:47.363852 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:47.367609 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:47.520161 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:47.865285 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:47.868230 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:48.021111 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:48.363950 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:48.368013 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:48.521282 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:48.864345 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:48.867680 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:49.022648 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:49.364309 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:49.366588 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:49.524048 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:49.864721 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:49.868251 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:50.023705 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:50.365230 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:50.368705 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:50.520862 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:50.865858 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:50.867955 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:51.021921 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:51.363916 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:51.367858 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:51.521199 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:51.864948 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:51.867600 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:52.021305 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:52.363749 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:52.367940 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:52.521391 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:52.864270 1655502 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1124 08:45:52.866815 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:53.020982 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:53.364893 1655502 kapi.go:107] duration metric: took 1m20.004650386s to wait for app.kubernetes.io/name=ingress-nginx ...
I1124 08:45:53.367082 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:53.520696 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:53.868364 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:54.026396 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:54.368275 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:54.520050 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:54.867935 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:55.022265 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:55.368072 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:55.520254 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:55.871633 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:56.037662 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1124 08:45:56.377441 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:56.520343 1655502 kapi.go:107] duration metric: took 1m22.003137798s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I1124 08:45:56.523300 1655502 out.go:179] * Your GCP credentials will now be mounted into every pod created in the addons-674149 cluster.
I1124 08:45:56.526205 1655502 out.go:179] * 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.
I1124 08:45:56.529125 1655502 out.go:179] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I1124 08:45:56.867760 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:57.405266 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:57.868117 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:58.367623 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:58.867822 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:59.368105 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:45:59.867266 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:46:00.368805 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:46:00.868531 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:46:01.368075 1655502 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1124 08:46:01.869373 1655502 kapi.go:107] duration metric: took 1m28.50542876s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I1124 08:46:01.874015 1655502 out.go:179] * Enabled addons: volcano, registry-creds, nvidia-device-plugin, cloud-spanner, storage-provisioner, amd-gpu-device-plugin, inspektor-gadget, ingress-dns, metrics-server, yakd, storage-provisioner-rancher, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
I1124 08:46:01.877552 1655502 addons.go:530] duration metric: took 1m37.369382124s for enable addons: enabled=[volcano registry-creds nvidia-device-plugin cloud-spanner storage-provisioner amd-gpu-device-plugin inspektor-gadget ingress-dns metrics-server yakd storage-provisioner-rancher volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
I1124 08:46:01.877639 1655502 start.go:247] waiting for cluster config update ...
I1124 08:46:01.877663 1655502 start.go:256] writing updated cluster config ...
I1124 08:46:01.878657 1655502 ssh_runner.go:195] Run: rm -f paused
I1124 08:46:01.883294 1655502 pod_ready.go:37] extra waiting up to 4m0s for all "kube-system" pods having one of [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] labels to be "Ready" ...
I1124 08:46:01.887108 1655502 pod_ready.go:83] waiting for pod "coredns-66bc5c9577-z7rx4" in "kube-system" namespace to be "Ready" or be gone ...
I1124 08:46:01.894403 1655502 pod_ready.go:94] pod "coredns-66bc5c9577-z7rx4" is "Ready"
I1124 08:46:01.894439 1655502 pod_ready.go:86] duration metric: took 7.304278ms for pod "coredns-66bc5c9577-z7rx4" in "kube-system" namespace to be "Ready" or be gone ...
I1124 08:46:01.897623 1655502 pod_ready.go:83] waiting for pod "etcd-addons-674149" in "kube-system" namespace to be "Ready" or be gone ...
I1124 08:46:01.902488 1655502 pod_ready.go:94] pod "etcd-addons-674149" is "Ready"
I1124 08:46:01.902561 1655502 pod_ready.go:86] duration metric: took 4.908901ms for pod "etcd-addons-674149" in "kube-system" namespace to be "Ready" or be gone ...
I1124 08:46:01.904933 1655502 pod_ready.go:83] waiting for pod "kube-apiserver-addons-674149" in "kube-system" namespace to be "Ready" or be gone ...
I1124 08:46:01.910678 1655502 pod_ready.go:94] pod "kube-apiserver-addons-674149" is "Ready"
I1124 08:46:01.910707 1655502 pod_ready.go:86] duration metric: took 5.744886ms for pod "kube-apiserver-addons-674149" in "kube-system" namespace to be "Ready" or be gone ...
I1124 08:46:01.913526 1655502 pod_ready.go:83] waiting for pod "kube-controller-manager-addons-674149" in "kube-system" namespace to be "Ready" or be gone ...
I1124 08:46:02.288244 1655502 pod_ready.go:94] pod "kube-controller-manager-addons-674149" is "Ready"
I1124 08:46:02.288279 1655502 pod_ready.go:86] duration metric: took 374.725384ms for pod "kube-controller-manager-addons-674149" in "kube-system" namespace to be "Ready" or be gone ...
I1124 08:46:02.487976 1655502 pod_ready.go:83] waiting for pod "kube-proxy-jzklp" in "kube-system" namespace to be "Ready" or be gone ...
I1124 08:46:02.887156 1655502 pod_ready.go:94] pod "kube-proxy-jzklp" is "Ready"
I1124 08:46:02.887187 1655502 pod_ready.go:86] duration metric: took 399.187221ms for pod "kube-proxy-jzklp" in "kube-system" namespace to be "Ready" or be gone ...
I1124 08:46:03.087833 1655502 pod_ready.go:83] waiting for pod "kube-scheduler-addons-674149" in "kube-system" namespace to be "Ready" or be gone ...
I1124 08:46:03.486784 1655502 pod_ready.go:94] pod "kube-scheduler-addons-674149" is "Ready"
I1124 08:46:03.486812 1655502 pod_ready.go:86] duration metric: took 398.952013ms for pod "kube-scheduler-addons-674149" in "kube-system" namespace to be "Ready" or be gone ...
I1124 08:46:03.486826 1655502 pod_ready.go:40] duration metric: took 1.603493172s for extra waiting for all "kube-system" pods having one of [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] labels to be "Ready" ...
I1124 08:46:03.539602 1655502 start.go:625] kubectl: 1.33.2, cluster: 1.34.2 (minor skew: 1)
I1124 08:46:03.543299 1655502 out.go:179] * Done! kubectl is now configured to use "addons-674149" cluster and "default" namespace by default
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD NAMESPACE
1065e001e1694 ce2d2cda2d858 3 minutes ago Running hello-world-app 0 01c6f014998db hello-world-app-5d498dc89-g9c26 default
6546e01fb23cb cbad6347cca28 3 minutes ago Running nginx 0 d18ae611325e1 nginx default
95a358441b55f 1611cd07b61d5 4 minutes ago Running busybox 0 a761d3bce3506 busybox default
79ec3dda400eb 7ce2150c8929b 5 minutes ago Running local-path-provisioner 0 0b041a9c2189a local-path-provisioner-648f6765c9-76xdw local-path-storage
ce439678efef2 138784d87c9c5 5 minutes ago Running coredns 0 bca4c7c9ee9a7 coredns-66bc5c9577-z7rx4 kube-system
03141ec1a42aa ba04bb24b9575 5 minutes ago Running storage-provisioner 0 ad96d3c61f503 storage-provisioner kube-system
b7dc458fbc9f4 94bff1bec29fd 6 minutes ago Running kube-proxy 0 a8684a735c8b2 kube-proxy-jzklp kube-system
e4fa1d980373a b1a8c6f707935 6 minutes ago Running kindnet-cni 0 554c609be1e9f kindnet-r5bjv kube-system
2a12d84eb6575 4f982e73e768a 6 minutes ago Running kube-scheduler 0 a563e40f40422 kube-scheduler-addons-674149 kube-system
d7c8cc0aaba10 2c5f0dedd21c2 6 minutes ago Running etcd 0 36f1080edfba4 etcd-addons-674149 kube-system
3e8aa15421719 b178af3d91f80 6 minutes ago Running kube-apiserver 0 0cca17045be76 kube-apiserver-addons-674149 kube-system
803b3ef862de5 1b34917560f09 6 minutes ago Running kube-controller-manager 0 b90d1332adb84 kube-controller-manager-addons-674149 kube-system
==> containerd <==
Nov 24 08:50:44 addons-674149 containerd[750]: time="2025-11-24T08:50:44.168083911Z" level=info msg="container event discarded" container=0e2d245787270a956eb346e03824856f729cd4cc6c5bc4eb78dabfea52b0fbb0 type=CONTAINER_DELETED_EVENT
Nov 24 08:50:44 addons-674149 containerd[750]: time="2025-11-24T08:50:44.220558052Z" level=info msg="container event discarded" container=a05f3ca807c08e1767293dc1989a6900e5fe06c2a3baa872e76071e12db8cbb3 type=CONTAINER_STOPPED_EVENT
Nov 24 08:50:44 addons-674149 containerd[750]: time="2025-11-24T08:50:44.263966766Z" level=info msg="container event discarded" container=4bec745cbca20dcbebada6535956aed1c87c1fe4243d2fbfa671dc4c531cc3ef type=CONTAINER_CREATED_EVENT
Nov 24 08:50:44 addons-674149 containerd[750]: time="2025-11-24T08:50:44.357309212Z" level=info msg="container event discarded" container=4bec745cbca20dcbebada6535956aed1c87c1fe4243d2fbfa671dc4c531cc3ef type=CONTAINER_STARTED_EVENT
Nov 24 08:50:45 addons-674149 containerd[750]: time="2025-11-24T08:50:45.408568121Z" level=info msg="container event discarded" container=8b4d45504dc9e315bb55d044d06135e05a826eb8ad669a6029d7675c715320aa type=CONTAINER_STOPPED_EVENT
Nov 24 08:50:45 addons-674149 containerd[750]: time="2025-11-24T08:50:45.579611187Z" level=info msg="container event discarded" container=a10061523d94955eb2f029aa623cc92a01f315c0a7eb173d909e49c1afe9ff86 type=CONTAINER_CREATED_EVENT
Nov 24 08:50:45 addons-674149 containerd[750]: time="2025-11-24T08:50:45.792411063Z" level=info msg="container event discarded" container=a10061523d94955eb2f029aa623cc92a01f315c0a7eb173d909e49c1afe9ff86 type=CONTAINER_STARTED_EVENT
Nov 24 08:50:46 addons-674149 containerd[750]: time="2025-11-24T08:50:46.383467664Z" level=info msg="container event discarded" container=cd5122116a14418e6efb62b278b895979c70a00f83e87425c9ed6196752881a0 type=CONTAINER_STOPPED_EVENT
Nov 24 08:50:47 addons-674149 containerd[750]: time="2025-11-24T08:50:47.954682856Z" level=info msg="container event discarded" container=bb1f0dd23150502c257afabda1dee377c2207af7a355e7783f225b5503ae3723 type=CONTAINER_CREATED_EVENT
Nov 24 08:50:48 addons-674149 containerd[750]: time="2025-11-24T08:50:48.043446770Z" level=info msg="container event discarded" container=bb1f0dd23150502c257afabda1dee377c2207af7a355e7783f225b5503ae3723 type=CONTAINER_STARTED_EVENT
Nov 24 08:50:52 addons-674149 containerd[750]: time="2025-11-24T08:50:52.478497464Z" level=info msg="container event discarded" container=470deefe0a7c9f4f617db29e6da289d7703d989acf855ed5752c06296a7595da type=CONTAINER_CREATED_EVENT
Nov 24 08:50:52 addons-674149 containerd[750]: time="2025-11-24T08:50:52.577755366Z" level=info msg="container event discarded" container=470deefe0a7c9f4f617db29e6da289d7703d989acf855ed5752c06296a7595da type=CONTAINER_STARTED_EVENT
Nov 24 08:50:55 addons-674149 containerd[750]: time="2025-11-24T08:50:55.334714604Z" level=info msg="container event discarded" container=528907fbdc84d5dea4a277ae42149854183e919f81100ac8c6e63e198f07bd8c type=CONTAINER_CREATED_EVENT
Nov 24 08:50:55 addons-674149 containerd[750]: time="2025-11-24T08:50:55.425053337Z" level=info msg="container event discarded" container=528907fbdc84d5dea4a277ae42149854183e919f81100ac8c6e63e198f07bd8c type=CONTAINER_STARTED_EVENT
Nov 24 08:50:56 addons-674149 containerd[750]: time="2025-11-24T08:50:56.598760945Z" level=info msg="container event discarded" container=d80727fcc24a9a7d6347a5f0082c279ec74cfa5e0800550d1dc1c551a7f0933c type=CONTAINER_CREATED_EVENT
Nov 24 08:50:56 addons-674149 containerd[750]: time="2025-11-24T08:50:56.692150049Z" level=info msg="container event discarded" container=d80727fcc24a9a7d6347a5f0082c279ec74cfa5e0800550d1dc1c551a7f0933c type=CONTAINER_STARTED_EVENT
Nov 24 08:50:57 addons-674149 containerd[750]: time="2025-11-24T08:50:57.218796096Z" level=info msg="PullImage \"busybox:stable\""
Nov 24 08:50:57 addons-674149 containerd[750]: time="2025-11-24T08:50:57.608381022Z" level=info msg="container event discarded" container=1016dc0dd1c99f0700f90b7bd83aeee4701b58074ca4fb9665253f6318a5b9e9 type=CONTAINER_CREATED_EVENT
Nov 24 08:50:57 addons-674149 containerd[750]: time="2025-11-24T08:50:57.710948053Z" level=info msg="container event discarded" container=1016dc0dd1c99f0700f90b7bd83aeee4701b58074ca4fb9665253f6318a5b9e9 type=CONTAINER_STARTED_EVENT
Nov 24 08:50:57 addons-674149 containerd[750]: time="2025-11-24T08:50:57.756699835Z" level=error msg="PullImage \"busybox:stable\" failed" error="rpc error: code = Unknown desc = failed to pull and unpack image \"docker.io/library/busybox:stable\": failed to copy: httpReadSeeker: failed open: unexpected status from GET request to https://registry-1.docker.io/v2/library/busybox/manifests/sha256:079b4a73854a059a2073c6e1a031b17fcbf23a47c6c59ae760d78045199e403c: 429 Too Many Requests\ntoomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
Nov 24 08:50:57 addons-674149 containerd[750]: time="2025-11-24T08:50:57.756725993Z" level=info msg="stop pulling image docker.io/library/busybox:stable: active requests=0, bytes read=20514"
Nov 24 08:50:59 addons-674149 containerd[750]: time="2025-11-24T08:50:59.124080182Z" level=info msg="container event discarded" container=09a53d598c28e4ecd8941614403ac3a31c1b156f03b6ced2bd556bc14343069b type=CONTAINER_CREATED_EVENT
Nov 24 08:50:59 addons-674149 containerd[750]: time="2025-11-24T08:50:59.283019336Z" level=info msg="container event discarded" container=09a53d598c28e4ecd8941614403ac3a31c1b156f03b6ced2bd556bc14343069b type=CONTAINER_STARTED_EVENT
Nov 24 08:51:00 addons-674149 containerd[750]: time="2025-11-24T08:51:00.842349372Z" level=info msg="container event discarded" container=9f20f6ec44d3425ac305ebb92473972886c2dc10005b69cefea3d6f7102c802a type=CONTAINER_CREATED_EVENT
Nov 24 08:51:00 addons-674149 containerd[750]: time="2025-11-24T08:51:00.997241202Z" level=info msg="container event discarded" container=9f20f6ec44d3425ac305ebb92473972886c2dc10005b69cefea3d6f7102c802a type=CONTAINER_STARTED_EVENT
==> coredns [ce439678efef28ba1791542b9940ae503c1a72c533b69d2df95c402e894fe7ea] <==
[INFO] 10.244.0.24:42361 - 57823 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000105273s
[INFO] 10.244.0.24:55949 - 48858 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000089093s
[INFO] 10.244.0.24:55949 - 37046 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000183379s
[INFO] 10.244.0.24:55949 - 62821 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000097109s
[INFO] 10.244.0.24:55949 - 36179 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.00493215s
[INFO] 10.244.0.24:55949 - 2435 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001738101s
[INFO] 10.244.0.24:55949 - 61773 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000314113s
[INFO] 10.244.0.24:46697 - 16878 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000164843s
[INFO] 10.244.0.24:46728 - 5104 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000094852s
[INFO] 10.244.0.24:46728 - 14778 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000107932s
[INFO] 10.244.0.24:46697 - 564 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000071869s
[INFO] 10.244.0.24:46728 - 18351 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000102081s
[INFO] 10.244.0.24:46697 - 57226 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000063114s
[INFO] 10.244.0.24:46728 - 27183 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000085729s
[INFO] 10.244.0.24:46697 - 56816 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000076998s
[INFO] 10.244.0.24:46728 - 4601 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000095525s
[INFO] 10.244.0.24:46697 - 38167 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000096969s
[INFO] 10.244.0.24:46728 - 40394 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000085876s
[INFO] 10.244.0.24:46697 - 59398 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.00091404s
[INFO] 10.244.0.24:46728 - 512 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001466385s
[INFO] 10.244.0.24:46697 - 27243 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001462085s
[INFO] 10.244.0.24:46728 - 19869 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001286468s
[INFO] 10.244.0.24:46728 - 61859 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000129905s
[INFO] 10.244.0.24:46697 - 60802 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001103877s
[INFO] 10.244.0.24:46697 - 43315 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000109081s
==> describe nodes <==
Name: addons-674149
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-674149
kubernetes.io/os=linux
minikube.k8s.io/commit=393ee3e0b845623107dce6cda4f48ffd5c3d1811
minikube.k8s.io/name=addons-674149
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2025_11_24T08_44_20_0700
minikube.k8s.io/version=v1.37.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-674149
Annotations: node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Mon, 24 Nov 2025 08:44:16 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-674149
AcquireTime: <unset>
RenewTime: Mon, 24 Nov 2025 08:50:57 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 24 Nov 2025 08:48:25 +0000 Mon, 24 Nov 2025 08:44:13 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 24 Nov 2025 08:48:25 +0000 Mon, 24 Nov 2025 08:44:13 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 24 Nov 2025 08:48:25 +0000 Mon, 24 Nov 2025 08:44:13 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 24 Nov 2025 08:48:25 +0000 Mon, 24 Nov 2025 08:45:06 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-674149
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022296Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022296Ki
pods: 110
System Info:
Machine ID: 7283ea1857f18f20a875c29069214c9d
System UUID: 75b2f83f-e680-4bff-b86d-e414ad07778f
Boot ID: e6ca431c-3a35-478f-87f6-f49cc4bc8a65
Kernel Version: 5.15.0-1084-aws
OS Image: Debian GNU/Linux 12 (bookworm)
Operating System: linux
Architecture: arm64
Container Runtime Version: containerd://2.1.5
Kubelet Version: v1.34.2
Kube-Proxy Version:
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (13 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default busybox 0 (0%) 0 (0%) 0 (0%) 0 (0%) 4m19s
default hello-world-app-5d498dc89-g9c26 0 (0%) 0 (0%) 0 (0%) 0 (0%) 3m16s
default nginx 0 (0%) 0 (0%) 0 (0%) 0 (0%) 3m25s
default test-local-path 0 (0%) 0 (0%) 0 (0%) 0 (0%) 3m7s
kube-system coredns-66bc5c9577-z7rx4 100m (5%) 0 (0%) 70Mi (0%) 170Mi (2%) 6m40s
kube-system etcd-addons-674149 100m (5%) 0 (0%) 100Mi (1%) 0 (0%) 6m45s
kube-system kindnet-r5bjv 100m (5%) 100m (5%) 50Mi (0%) 50Mi (0%) 6m40s
kube-system kube-apiserver-addons-674149 250m (12%) 0 (0%) 0 (0%) 0 (0%) 6m46s
kube-system kube-controller-manager-addons-674149 200m (10%) 0 (0%) 0 (0%) 0 (0%) 6m45s
kube-system kube-proxy-jzklp 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6m40s
kube-system kube-scheduler-addons-674149 100m (5%) 0 (0%) 0 (0%) 0 (0%) 6m47s
kube-system storage-provisioner 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6m35s
local-path-storage local-path-provisioner-648f6765c9-76xdw 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6m37s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 850m (42%) 100m (5%)
memory 220Mi (2%) 220Mi (2%)
ephemeral-storage 0 (0%) 0 (0%)
hugepages-1Gi 0 (0%) 0 (0%)
hugepages-2Mi 0 (0%) 0 (0%)
hugepages-32Mi 0 (0%) 0 (0%)
hugepages-64Ki 0 (0%) 0 (0%)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 6m37s kube-proxy
Normal NodeAllocatableEnforced 6m53s kubelet Updated Node Allocatable limit across pods
Warning CgroupV1 6m53s kubelet cgroup v1 support is in maintenance mode, please migrate to cgroup v2
Normal NodeHasSufficientMemory 6m53s (x8 over 6m53s) kubelet Node addons-674149 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m53s (x8 over 6m53s) kubelet Node addons-674149 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m53s (x7 over 6m53s) kubelet Node addons-674149 status is now: NodeHasSufficientPID
Normal Starting 6m53s kubelet Starting kubelet.
Warning CgroupV1 6m45s kubelet cgroup v1 support is in maintenance mode, please migrate to cgroup v2
Normal Starting 6m45s kubelet Starting kubelet.
Normal NodeAllocatableEnforced 6m45s kubelet Updated Node Allocatable limit across pods
Normal NodeHasSufficientMemory 6m45s kubelet Node addons-674149 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m45s kubelet Node addons-674149 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m45s kubelet Node addons-674149 status is now: NodeHasSufficientPID
Normal RegisteredNode 6m41s node-controller Node addons-674149 event: Registered Node addons-674149 in Controller
Normal NodeReady 5m58s kubelet Node addons-674149 status is now: NodeReady
==> dmesg <==
[Nov24 08:20] overlayfs: idmapped layers are currently not supported
[Nov24 08:21] overlayfs: idmapped layers are currently not supported
[Nov24 08:22] overlayfs: idmapped layers are currently not supported
[Nov24 08:23] overlayfs: idmapped layers are currently not supported
[Nov24 08:24] overlayfs: idmapped layers are currently not supported
[ +19.566509] overlayfs: idmapped layers are currently not supported
[Nov24 08:25] overlayfs: idmapped layers are currently not supported
[ +35.934095] overlayfs: idmapped layers are currently not supported
[Nov24 08:27] overlayfs: idmapped layers are currently not supported
[Nov24 08:28] overlayfs: idmapped layers are currently not supported
[Nov24 08:29] overlayfs: idmapped layers are currently not supported
[Nov24 08:30] overlayfs: idmapped layers are currently not supported
[Nov24 08:31] overlayfs: idmapped layers are currently not supported
[ +44.505180] overlayfs: idmapped layers are currently not supported
[Nov24 08:32] overlayfs: idmapped layers are currently not supported
[Nov24 08:33] overlayfs: idmapped layers are currently not supported
[Nov24 08:34] overlayfs: idmapped layers are currently not supported
[ +21.137877] overlayfs: idmapped layers are currently not supported
[ +28.724175] overlayfs: idmapped layers are currently not supported
[Nov24 08:36] overlayfs: idmapped layers are currently not supported
[Nov24 08:37] overlayfs: idmapped layers are currently not supported
[Nov24 08:38] overlayfs: idmapped layers are currently not supported
[ +4.063834] overlayfs: idmapped layers are currently not supported
[Nov24 08:40] overlayfs: idmapped layers are currently not supported
[Nov24 08:42] kauditd_printk_skb: 8 callbacks suppressed
==> etcd [d7c8cc0aaba10152dbbb131910f889616c68f2ce2e26274f4a59a08a2632d9a7] <==
{"level":"warn","ts":"2025-11-24T08:44:15.492548Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:55700","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-11-24T08:44:15.511510Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:55684","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-11-24T08:44:15.524180Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:55726","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-11-24T08:44:15.553096Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:55744","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-11-24T08:44:15.591178Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:55758","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-11-24T08:44:15.608570Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:55784","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-11-24T08:44:15.639836Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:55798","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-11-24T08:44:15.673051Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:55810","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-11-24T08:44:15.700310Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:55834","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-11-24T08:44:15.795163Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:55840","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-11-24T08:44:34.172528Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:39096","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-11-24T08:44:34.182016Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:39118","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-11-24T08:44:53.565347Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:33354","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-11-24T08:44:53.586572Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:33360","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-11-24T08:44:53.604016Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:33374","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-11-24T08:44:53.619684Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:33392","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-11-24T08:44:53.637354Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:33418","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-11-24T08:44:53.673275Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:33426","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-11-24T08:44:53.707136Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:33452","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-11-24T08:44:53.774600Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:33472","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-11-24T08:44:53.814977Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:33484","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-11-24T08:44:53.844610Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:33504","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-11-24T08:44:53.876486Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:33518","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-11-24T08:44:53.891221Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:33544","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-11-24T08:44:53.906498Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:33562","server-name":"","error":"EOF"}
==> kernel <==
08:51:04 up 7:33, 0 user, load average: 0.71, 1.21, 2.15
Linux addons-674149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64 GNU/Linux
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
==> kindnet [e4fa1d980373a22a53530397747bc64693a3bea7675ada03b1b8f0912049aebe] <==
I1124 08:48:56.128548 1 main.go:301] handling current node
I1124 08:49:06.123787 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1124 08:49:06.123824 1 main.go:301] handling current node
I1124 08:49:16.120273 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1124 08:49:16.120371 1 main.go:301] handling current node
I1124 08:49:26.128503 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1124 08:49:26.128611 1 main.go:301] handling current node
I1124 08:49:36.119821 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1124 08:49:36.119916 1 main.go:301] handling current node
I1124 08:49:46.120847 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1124 08:49:46.120884 1 main.go:301] handling current node
I1124 08:49:56.119813 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1124 08:49:56.119853 1 main.go:301] handling current node
I1124 08:50:06.120087 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1124 08:50:06.120127 1 main.go:301] handling current node
I1124 08:50:16.125224 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1124 08:50:16.125262 1 main.go:301] handling current node
I1124 08:50:26.120027 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1124 08:50:26.120167 1 main.go:301] handling current node
I1124 08:50:36.127581 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1124 08:50:36.127620 1 main.go:301] handling current node
I1124 08:50:46.119802 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1124 08:50:46.119834 1 main.go:301] handling current node
I1124 08:50:56.127056 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1124 08:50:56.127093 1 main.go:301] handling current node
==> kube-apiserver [3e8aa15421719b446531e1864354eaddee258990084731c567bc081f9a50edec] <==
I1124 08:46:36.488206 1 handler.go:285] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
W1124 08:46:36.488734 1 cacher.go:182] Terminating all watchers from cacher podgroups.scheduling.volcano.sh
W1124 08:46:36.514587 1 cacher.go:182] Terminating all watchers from cacher hypernodes.topology.volcano.sh
W1124 08:46:36.535261 1 cacher.go:182] Terminating all watchers from cacher numatopologies.nodeinfo.volcano.sh
W1124 08:46:36.573208 1 cacher.go:182] Terminating all watchers from cacher queues.scheduling.volcano.sh
W1124 08:46:37.488306 1 cacher.go:182] Terminating all watchers from cacher jobtemplates.flow.volcano.sh
W1124 08:46:37.538037 1 cacher.go:182] Terminating all watchers from cacher jobflows.flow.volcano.sh
E1124 08:46:54.048779 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:51314: use of closed network connection
I1124 08:47:04.636114 1 alloc.go:328] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.99.49.166"}
I1124 08:47:31.495897 1 controller.go:667] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I1124 08:47:31.514419 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I1124 08:47:39.030387 1 controller.go:667] quota admission added evaluator for: ingresses.networking.k8s.io
I1124 08:47:39.379245 1 alloc.go:328] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.105.221.152"}
I1124 08:47:47.941470 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1124 08:47:47.941524 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1124 08:47:47.975146 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1124 08:47:47.975197 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1124 08:47:48.026057 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1124 08:47:48.026126 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1124 08:47:48.069495 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1124 08:47:48.069551 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1124 08:47:48.356742 1 alloc.go:328] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.101.172.173"}
W1124 08:47:49.031562 1 cacher.go:182] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W1124 08:47:49.069700 1 cacher.go:182] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W1124 08:47:49.134544 1 cacher.go:182] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
==> kube-controller-manager [803b3ef862de5614b9cf06db105b21ca084eeefa3a8f155ad6cf27f24829f74f] <==
E1124 08:50:22.361015 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
E1124 08:50:28.051376 1 reflector.go:422] "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"
E1124 08:50:28.052856 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
E1124 08:50:30.803211 1 reflector.go:422] "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"
E1124 08:50:30.804497 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
E1124 08:50:31.798315 1 reflector.go:422] "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"
E1124 08:50:31.799547 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
E1124 08:50:33.486184 1 reflector.go:422] "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"
E1124 08:50:33.487496 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
E1124 08:50:44.616355 1 reflector.go:422] "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"
E1124 08:50:44.617823 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
E1124 08:50:50.838084 1 reflector.go:422] "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"
E1124 08:50:50.839369 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
E1124 08:50:52.825567 1 reflector.go:422] "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"
E1124 08:50:52.826937 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
E1124 08:50:56.044627 1 reflector.go:422] "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"
E1124 08:50:56.045854 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
E1124 08:50:56.170256 1 reflector.go:422] "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"
E1124 08:50:56.171580 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
E1124 08:50:57.344199 1 reflector.go:422] "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"
E1124 08:50:57.345308 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
E1124 08:50:57.768080 1 reflector.go:422] "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"
E1124 08:50:57.769090 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
E1124 08:51:02.293400 1 reflector.go:422] "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"
E1124 08:51:02.294695 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
==> kube-proxy [b7dc458fbc9f4310377a3cffeff8089be0942289ffb29471015f3b29b1b15a76] <==
I1124 08:44:25.982723 1 server_linux.go:53] "Using iptables proxy"
I1124 08:44:26.060307 1 shared_informer.go:349] "Waiting for caches to sync" controller="node informer cache"
I1124 08:44:26.160756 1 shared_informer.go:356] "Caches are synced" controller="node informer cache"
I1124 08:44:26.160801 1 server.go:219] "Successfully retrieved NodeIPs" NodeIPs=["192.168.49.2"]
E1124 08:44:26.160889 1 server.go:256] "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`"
I1124 08:44:26.186599 1 server.go:265] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I1124 08:44:26.186650 1 server_linux.go:132] "Using iptables Proxier"
I1124 08:44:26.190432 1 proxier.go:242] "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"
I1124 08:44:26.190850 1 server.go:527] "Version info" version="v1.34.2"
I1124 08:44:26.190871 1 server.go:529] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I1124 08:44:26.192165 1 config.go:200] "Starting service config controller"
I1124 08:44:26.192189 1 shared_informer.go:349] "Waiting for caches to sync" controller="service config"
I1124 08:44:26.192207 1 config.go:106] "Starting endpoint slice config controller"
I1124 08:44:26.192211 1 shared_informer.go:349] "Waiting for caches to sync" controller="endpoint slice config"
I1124 08:44:26.192222 1 config.go:403] "Starting serviceCIDR config controller"
I1124 08:44:26.192231 1 shared_informer.go:349] "Waiting for caches to sync" controller="serviceCIDR config"
I1124 08:44:26.195804 1 config.go:309] "Starting node config controller"
I1124 08:44:26.195830 1 shared_informer.go:349] "Waiting for caches to sync" controller="node config"
I1124 08:44:26.195839 1 shared_informer.go:356] "Caches are synced" controller="node config"
I1124 08:44:26.293000 1 shared_informer.go:356] "Caches are synced" controller="serviceCIDR config"
I1124 08:44:26.293038 1 shared_informer.go:356] "Caches are synced" controller="service config"
I1124 08:44:26.293077 1 shared_informer.go:356] "Caches are synced" controller="endpoint slice config"
==> kube-scheduler [2a12d84eb6575a659f4580014afc906d613030c7af1d3e2e6670c224557216c6] <==
E1124 08:44:16.542890 1 reflector.go:205] "Failed to watch" err="failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
E1124 08:44:16.543115 1 reflector.go:205] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolumeClaim"
E1124 08:44:16.543183 1 reflector.go:205] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
E1124 08:44:16.543380 1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
E1124 08:44:16.543735 1 reflector.go:205] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIStorageCapacity"
E1124 08:44:16.543886 1 reflector.go:205] "Failed to watch" err="failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"volumeattachments\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.VolumeAttachment"
E1124 08:44:16.544185 1 reflector.go:205] "Failed to watch" err="failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
E1124 08:44:16.544504 1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceSlice: resourceslices.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceslices\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceSlice"
E1124 08:44:16.544544 1 reflector.go:205] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Namespace"
E1124 08:44:17.352984 1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceClaim: resourceclaims.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceclaims\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceClaim"
E1124 08:44:17.465655 1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
E1124 08:44:17.469155 1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIDriver"
E1124 08:44:17.542891 1 reflector.go:205] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolume"
E1124 08:44:17.661778 1 reflector.go:205] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIStorageCapacity"
E1124 08:44:17.712714 1 reflector.go:205] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicationController"
E1124 08:44:17.787981 1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceSlice: resourceslices.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceslices\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceSlice"
E1124 08:44:17.798268 1 reflector.go:205] "Failed to watch" err="failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"volumeattachments\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.VolumeAttachment"
E1124 08:44:17.810208 1 reflector.go:205] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolumeClaim"
E1124 08:44:17.815176 1 reflector.go:205] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Pod"
E1124 08:44:17.822626 1 reflector.go:205] "Failed to watch" err="failed to list *v1.DeviceClass: deviceclasses.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"deviceclasses\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.DeviceClass"
E1124 08:44:17.833935 1 reflector.go:205] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
E1124 08:44:17.844872 1 reflector.go:205] "Failed to watch" err="failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
E1124 08:44:17.845759 1 reflector.go:205] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Namespace"
E1124 08:44:18.138845 1 reflector.go:205] "Failed to watch" err="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" reflector="runtime/asm_arm64.s:1223" type="*v1.ConfigMap"
I1124 08:44:20.624871 1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
==> kubelet <==
Nov 24 08:49:27 addons-674149 kubelet[1447]: E1124 08:49:27.643619 1447 kuberuntime_manager.go:1449] "Unhandled Error" err=<
Nov 24 08:49:27 addons-674149 kubelet[1447]: container busybox start failed in pod test-local-path_default(db57d505-80a3-4fb4-b2fe-b9a4b8812a33): ErrImagePull: failed to pull and unpack image "docker.io/library/busybox:stable": failed to copy: httpReadSeeker: failed open: unexpected status from GET request to https://registry-1.docker.io/v2/library/busybox/manifests/sha256:355b3a1bf5609da364166913878a8508d4ba30572d02020a97028c75477e24ff: 429 Too Many Requests
Nov 24 08:49:27 addons-674149 kubelet[1447]: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Nov 24 08:49:27 addons-674149 kubelet[1447]: > logger="UnhandledError"
Nov 24 08:49:27 addons-674149 kubelet[1447]: E1124 08:49:27.643657 1447 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/library/busybox:stable\\\": failed to copy: httpReadSeeker: failed open: unexpected status from GET request to https://registry-1.docker.io/v2/library/busybox/manifests/sha256:355b3a1bf5609da364166913878a8508d4ba30572d02020a97028c75477e24ff: 429 Too Many Requests\\ntoomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/test-local-path" podUID="db57d505-80a3-4fb4-b2fe-b9a4b8812a33"
Nov 24 08:49:40 addons-674149 kubelet[1447]: E1124 08:49:40.218028 1447 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"busybox:stable\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/busybox:stable\\\": failed to copy: httpReadSeeker: failed open: unexpected status from GET request to https://registry-1.docker.io/v2/library/busybox/manifests/sha256:355b3a1bf5609da364166913878a8508d4ba30572d02020a97028c75477e24ff: 429 Too Many Requests\\ntoomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/test-local-path" podUID="db57d505-80a3-4fb4-b2fe-b9a4b8812a33"
Nov 24 08:49:54 addons-674149 kubelet[1447]: E1124 08:49:54.217352 1447 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"busybox:stable\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/busybox:stable\\\": failed to copy: httpReadSeeker: failed open: unexpected status from GET request to https://registry-1.docker.io/v2/library/busybox/manifests/sha256:355b3a1bf5609da364166913878a8508d4ba30572d02020a97028c75477e24ff: 429 Too Many Requests\\ntoomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/test-local-path" podUID="db57d505-80a3-4fb4-b2fe-b9a4b8812a33"
Nov 24 08:50:09 addons-674149 kubelet[1447]: E1124 08:50:09.217921 1447 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"busybox:stable\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/busybox:stable\\\": failed to copy: httpReadSeeker: failed open: unexpected status from GET request to https://registry-1.docker.io/v2/library/busybox/manifests/sha256:355b3a1bf5609da364166913878a8508d4ba30572d02020a97028c75477e24ff: 429 Too Many Requests\\ntoomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/test-local-path" podUID="db57d505-80a3-4fb4-b2fe-b9a4b8812a33"
Nov 24 08:50:22 addons-674149 kubelet[1447]: E1124 08:50:22.217446 1447 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"busybox:stable\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/busybox:stable\\\": failed to copy: httpReadSeeker: failed open: unexpected status from GET request to https://registry-1.docker.io/v2/library/busybox/manifests/sha256:355b3a1bf5609da364166913878a8508d4ba30572d02020a97028c75477e24ff: 429 Too Many Requests\\ntoomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/test-local-path" podUID="db57d505-80a3-4fb4-b2fe-b9a4b8812a33"
Nov 24 08:50:34 addons-674149 kubelet[1447]: E1124 08:50:34.218519 1447 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"busybox:stable\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/busybox:stable\\\": failed to copy: httpReadSeeker: failed open: unexpected status from GET request to https://registry-1.docker.io/v2/library/busybox/manifests/sha256:355b3a1bf5609da364166913878a8508d4ba30572d02020a97028c75477e24ff: 429 Too Many Requests\\ntoomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/test-local-path" podUID="db57d505-80a3-4fb4-b2fe-b9a4b8812a33"
Nov 24 08:50:38 addons-674149 kubelet[1447]: I1124 08:50:38.216575 1447 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/busybox" secret="" err="secret \"gcp-auth\" not found"
Nov 24 08:50:45 addons-674149 kubelet[1447]: E1124 08:50:45.217904 1447 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"busybox:stable\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/busybox:stable\\\": failed to copy: httpReadSeeker: failed open: unexpected status from GET request to https://registry-1.docker.io/v2/library/busybox/manifests/sha256:355b3a1bf5609da364166913878a8508d4ba30572d02020a97028c75477e24ff: 429 Too Many Requests\\ntoomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/test-local-path" podUID="db57d505-80a3-4fb4-b2fe-b9a4b8812a33"
Nov 24 08:50:57 addons-674149 kubelet[1447]: E1124 08:50:57.757106 1447 log.go:32] "PullImage from image service failed" err=<
Nov 24 08:50:57 addons-674149 kubelet[1447]: rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/library/busybox:stable": failed to copy: httpReadSeeker: failed open: unexpected status from GET request to https://registry-1.docker.io/v2/library/busybox/manifests/sha256:079b4a73854a059a2073c6e1a031b17fcbf23a47c6c59ae760d78045199e403c: 429 Too Many Requests
Nov 24 08:50:57 addons-674149 kubelet[1447]: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Nov 24 08:50:57 addons-674149 kubelet[1447]: > image="busybox:stable"
Nov 24 08:50:57 addons-674149 kubelet[1447]: E1124 08:50:57.757161 1447 kuberuntime_image.go:43] "Failed to pull image" err=<
Nov 24 08:50:57 addons-674149 kubelet[1447]: failed to pull and unpack image "docker.io/library/busybox:stable": failed to copy: httpReadSeeker: failed open: unexpected status from GET request to https://registry-1.docker.io/v2/library/busybox/manifests/sha256:079b4a73854a059a2073c6e1a031b17fcbf23a47c6c59ae760d78045199e403c: 429 Too Many Requests
Nov 24 08:50:57 addons-674149 kubelet[1447]: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Nov 24 08:50:57 addons-674149 kubelet[1447]: > image="busybox:stable"
Nov 24 08:50:57 addons-674149 kubelet[1447]: E1124 08:50:57.757234 1447 kuberuntime_manager.go:1449] "Unhandled Error" err=<
Nov 24 08:50:57 addons-674149 kubelet[1447]: container busybox start failed in pod test-local-path_default(db57d505-80a3-4fb4-b2fe-b9a4b8812a33): ErrImagePull: failed to pull and unpack image "docker.io/library/busybox:stable": failed to copy: httpReadSeeker: failed open: unexpected status from GET request to https://registry-1.docker.io/v2/library/busybox/manifests/sha256:079b4a73854a059a2073c6e1a031b17fcbf23a47c6c59ae760d78045199e403c: 429 Too Many Requests
Nov 24 08:50:57 addons-674149 kubelet[1447]: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Nov 24 08:50:57 addons-674149 kubelet[1447]: > logger="UnhandledError"
Nov 24 08:50:57 addons-674149 kubelet[1447]: E1124 08:50:57.757269 1447 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/library/busybox:stable\\\": failed to copy: httpReadSeeker: failed open: unexpected status from GET request to https://registry-1.docker.io/v2/library/busybox/manifests/sha256:079b4a73854a059a2073c6e1a031b17fcbf23a47c6c59ae760d78045199e403c: 429 Too Many Requests\\ntoomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/test-local-path" podUID="db57d505-80a3-4fb4-b2fe-b9a4b8812a33"
==> storage-provisioner [03141ec1a42aa9a30c0d9ae9f482a1408582df885ea312c1cd0aea9d75185ad3] <==
W1124 08:50:38.463859 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1124 08:50:40.467714 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1124 08:50:40.474339 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1124 08:50:42.477392 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1124 08:50:42.482336 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1124 08:50:44.485855 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1124 08:50:44.490300 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1124 08:50:46.493790 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1124 08:50:46.499271 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1124 08:50:48.502315 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1124 08:50:48.507238 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1124 08:50:50.511536 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1124 08:50:50.516737 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1124 08:50:52.519962 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1124 08:50:52.527144 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1124 08:50:54.530526 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1124 08:50:54.535578 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1124 08:50:56.538820 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1124 08:50:56.543635 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1124 08:50:58.547019 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1124 08:50:58.552127 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1124 08:51:00.556177 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1124 08:51:00.561273 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1124 08:51:02.565308 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1124 08:51:02.573399 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
-- /stdout --
helpers_test.go:262: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-674149 -n addons-674149
helpers_test.go:269: (dbg) Run: kubectl --context addons-674149 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:280: non-running pods: test-local-path
helpers_test.go:282: ======> post-mortem[TestAddons/parallel/LocalPath]: describe non-running pods <======
helpers_test.go:285: (dbg) Run: kubectl --context addons-674149 describe pod test-local-path
helpers_test.go:290: (dbg) kubectl --context addons-674149 describe pod test-local-path:
-- stdout --
Name: test-local-path
Namespace: default
Priority: 0
Service Account: default
Node: addons-674149/192.168.49.2
Start Time: Mon, 24 Nov 2025 08:48:02 +0000
Labels: run=test-local-path
Annotations: <none>
Status: Pending
IP: 10.244.0.35
IPs:
IP: 10.244.0.35
Containers:
busybox:
Container ID:
Image: busybox:stable
Image ID:
Port: <none>
Host Port: <none>
Command:
sh
-c
echo 'local-path-provisioner' > /test/file1
State: Waiting
Reason: ImagePullBackOff
Ready: False
Restart Count: 0
Environment: <none>
Mounts:
/test from data (rw)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-l7fl2 (ro)
Conditions:
Type Status
PodReadyToStartContainers True
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
data:
Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
ClaimName: test-pvc
ReadOnly: false
kube-api-access-l7fl2:
Type: Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds: 3607
ConfigMapName: kube-root-ca.crt
Optional: false
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 3m3s default-scheduler Successfully assigned default/test-local-path to addons-674149
Warning Failed 98s (x4 over 3m2s) kubelet Failed to pull image "busybox:stable": failed to pull and unpack image "docker.io/library/busybox:stable": failed to copy: httpReadSeeker: failed open: unexpected status from GET request to https://registry-1.docker.io/v2/library/busybox/manifests/sha256:355b3a1bf5609da364166913878a8508d4ba30572d02020a97028c75477e24ff: 429 Too Many Requests
toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Normal BackOff 20s (x10 over 3m2s) kubelet Back-off pulling image "busybox:stable"
Warning Failed 20s (x10 over 3m2s) kubelet Error: ImagePullBackOff
Normal Pulling 8s (x5 over 3m3s) kubelet Pulling image "busybox:stable"
Warning Failed 8s (x5 over 3m2s) kubelet Error: ErrImagePull
Warning Failed 8s kubelet Failed to pull image "busybox:stable": failed to pull and unpack image "docker.io/library/busybox:stable": failed to copy: httpReadSeeker: failed open: unexpected status from GET request to https://registry-1.docker.io/v2/library/busybox/manifests/sha256:079b4a73854a059a2073c6e1a031b17fcbf23a47c6c59ae760d78045199e403c: 429 Too Many Requests
toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
-- /stdout --
helpers_test.go:293: <<< TestAddons/parallel/LocalPath FAILED: end of post-mortem logs <<<
helpers_test.go:294: ---------------------/post-mortem---------------------------------
addons_test.go:1053: (dbg) Run: out/minikube-linux-arm64 -p addons-674149 addons disable storage-provisioner-rancher --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-linux-arm64 -p addons-674149 addons disable storage-provisioner-rancher --alsologtostderr -v=1: (42.8380805s)
--- FAIL: TestAddons/parallel/LocalPath (231.34s)