=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run: kubectl --context addons-897172 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:234: (dbg) Run: kubectl --context addons-897172 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run: kubectl --context addons-897172 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:352: "nginx" [69e78953-0244-4b1b-b6b5-2de0b5385adf] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:337: TestAddons/parallel/Ingress: WARNING: pod list for "default" "run=nginx" returned: client rate limiter Wait returned an error: rate: Wait(n=1) would exceed context deadline
addons_test.go:252: ***** TestAddons/parallel/Ingress: pod "run=nginx" failed to start within 8m0s: context deadline exceeded ****
addons_test.go:252: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-897172 -n addons-897172
addons_test.go:252: TestAddons/parallel/Ingress: showing logs for failed pods as of 2025-10-18 12:14:05.226233445 +0000 UTC m=+804.483871554
addons_test.go:252: (dbg) Run: kubectl --context addons-897172 describe po nginx -n default
addons_test.go:252: (dbg) kubectl --context addons-897172 describe po nginx -n default:
Name: nginx
Namespace: default
Priority: 0
Service Account: default
Node: addons-897172/192.168.49.2
Start Time: Sat, 18 Oct 2025 12:06:04 +0000
Labels: run=nginx
Annotations: <none>
Status: Pending
IP: 10.244.0.34
IPs:
IP: 10.244.0.34
Containers:
nginx:
Container ID:
Image: docker.io/nginx:alpine
Image ID:
Port: 80/TCP
Host Port: 0/TCP
State: Waiting
Reason: ImagePullBackOff
Ready: False
Restart Count: 0
Environment: <none>
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-2sf6x (ro)
Conditions:
Type Status
PodReadyToStartContainers True
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
kube-api-access-2sf6x:
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 8m1s default-scheduler Successfully assigned default/nginx to addons-897172
Warning Failed 6m34s (x3 over 7m44s) kubelet Failed to pull image "docker.io/nginx:alpine": failed to pull and unpack image "docker.io/library/nginx:alpine": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:61e01287e546aac28a3f56839c136b31f590273f3b41187a36f46f6a03bbfe22: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Normal Pulling 5m1s (x5 over 8m) kubelet Pulling image "docker.io/nginx:alpine"
Warning Failed 5m (x2 over 8m) kubelet Failed to pull image "docker.io/nginx:alpine": failed to pull and unpack image "docker.io/library/nginx:alpine": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:5d9c9f5c85a351079cc9d2fae74be812ef134f21470926eb2afe8f33ff5859c0: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Warning Failed 5m (x5 over 8m) kubelet Error: ErrImagePull
Warning Failed 2m48s (x20 over 8m) kubelet Error: ImagePullBackOff
Normal BackOff 2m33s (x21 over 8m) kubelet Back-off pulling image "docker.io/nginx:alpine"
addons_test.go:252: (dbg) Run: kubectl --context addons-897172 logs nginx -n default
addons_test.go:252: (dbg) Non-zero exit: kubectl --context addons-897172 logs nginx -n default: exit status 1 (99.586569ms)
** stderr **
Error from server (BadRequest): container "nginx" in pod "nginx" is waiting to start: trying and failing to pull image
** /stderr **
addons_test.go:252: kubectl --context addons-897172 logs nginx -n default: exit status 1
addons_test.go:253: failed waiting for nginx pod: run=nginx within 8m0s: context deadline exceeded
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:223: ======> post-mortem[TestAddons/parallel/Ingress]: 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/Ingress]: docker inspect <======
helpers_test.go:239: (dbg) Run: docker inspect addons-897172
helpers_test.go:243: (dbg) docker inspect addons-897172:
-- stdout --
[
{
"Id": "e79e9ade5524e8c802c11ad371fb1dbb6226665469d4bd12a08f8dd1b85b98ca",
"Created": "2025-10-18T12:01:21.360855514Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 2078122,
"ExitCode": 0,
"Error": "",
"StartedAt": "2025-10-18T12:01:21.422405524Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:551264e61976f283a9fbfb2241e8ff3a6dda7ce0fb240891319c40d01d82fdd7",
"ResolvConfPath": "/var/lib/docker/containers/e79e9ade5524e8c802c11ad371fb1dbb6226665469d4bd12a08f8dd1b85b98ca/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/e79e9ade5524e8c802c11ad371fb1dbb6226665469d4bd12a08f8dd1b85b98ca/hostname",
"HostsPath": "/var/lib/docker/containers/e79e9ade5524e8c802c11ad371fb1dbb6226665469d4bd12a08f8dd1b85b98ca/hosts",
"LogPath": "/var/lib/docker/containers/e79e9ade5524e8c802c11ad371fb1dbb6226665469d4bd12a08f8dd1b85b98ca/e79e9ade5524e8c802c11ad371fb1dbb6226665469d4bd12a08f8dd1b85b98ca-json.log",
"Name": "/addons-897172",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-897172:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-897172",
"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": "e79e9ade5524e8c802c11ad371fb1dbb6226665469d4bd12a08f8dd1b85b98ca",
"LowerDir": "/var/lib/docker/overlay2/2163bfad29fc781452b39014b26b7af0012f5812282fd17409570d2d8604ffad-init/diff:/var/lib/docker/overlay2/647b2423f8222638985dff90791465004ec84c7fd61ca3830bba92bce09f80ef/diff",
"MergedDir": "/var/lib/docker/overlay2/2163bfad29fc781452b39014b26b7af0012f5812282fd17409570d2d8604ffad/merged",
"UpperDir": "/var/lib/docker/overlay2/2163bfad29fc781452b39014b26b7af0012f5812282fd17409570d2d8604ffad/diff",
"WorkDir": "/var/lib/docker/overlay2/2163bfad29fc781452b39014b26b7af0012f5812282fd17409570d2d8604ffad/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-897172",
"Source": "/var/lib/docker/volumes/addons-897172/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-897172",
"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-1760609789-21757@sha256:9824b20f4774128fcb298ad0e6cac7649729886cfba9d444b2305c743a5044c6",
"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-897172",
"name.minikube.sigs.k8s.io": "addons-897172",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "7258c9852136886c5b8615dcf21b68c25fa67387a4a5f96112e0385d16ef7171",
"SandboxKey": "/var/run/docker/netns/7258c9852136",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "35694"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "35695"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "35698"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "35696"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "35697"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-897172": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "52:79:be:e3:5f:8e",
"DriverOpts": null,
"GwPriority": 0,
"NetworkID": "1cd7773662be59cbfd50d24e7cd88733181b943a056c516a5ec6159cddc5c286",
"EndpointID": "12138909070b7779605f90c0de940f5d02d7193a7f88f3958df6260c3dd6b0b4",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-897172",
"e79e9ade5524"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:247: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-897172 -n addons-897172
helpers_test.go:252: <<< TestAddons/parallel/Ingress FAILED: start of post-mortem logs <<<
helpers_test.go:253: ======> post-mortem[TestAddons/parallel/Ingress]: minikube logs <======
helpers_test.go:255: (dbg) Run: out/minikube-linux-arm64 -p addons-897172 logs -n 25
helpers_test.go:255: (dbg) Done: out/minikube-linux-arm64 -p addons-897172 logs -n 25: (1.288608873s)
helpers_test.go:260: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
┌─────────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬────────────────────────┬─────────┬─────────┬─────────────────────┬─────────────────────┐
│ COMMAND │ ARGS │ PROFILE │ USER │ VERSION │ START TIME │ END TIME │
├─────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────────────────────┼─────────┼─────────┼─────────────────────┼─────────────────────┤
│ delete │ -p download-only-038567 │ download-only-038567 │ jenkins │ v1.37.0 │ 18 Oct 25 12:00 UTC │ 18 Oct 25 12:00 UTC │
│ delete │ -p download-only-110073 │ download-only-110073 │ jenkins │ v1.37.0 │ 18 Oct 25 12:00 UTC │ 18 Oct 25 12:00 UTC │
│ start │ --download-only -p download-docker-697075 --alsologtostderr --driver=docker --container-runtime=containerd │ download-docker-697075 │ jenkins │ v1.37.0 │ 18 Oct 25 12:00 UTC │ │
│ delete │ -p download-docker-697075 │ download-docker-697075 │ jenkins │ v1.37.0 │ 18 Oct 25 12:00 UTC │ 18 Oct 25 12:00 UTC │
│ start │ --download-only -p binary-mirror-441377 --alsologtostderr --binary-mirror http://127.0.0.1:43257 --driver=docker --container-runtime=containerd │ binary-mirror-441377 │ jenkins │ v1.37.0 │ 18 Oct 25 12:00 UTC │ │
│ delete │ -p binary-mirror-441377 │ binary-mirror-441377 │ jenkins │ v1.37.0 │ 18 Oct 25 12:00 UTC │ 18 Oct 25 12:00 UTC │
│ addons │ enable dashboard -p addons-897172 │ addons-897172 │ jenkins │ v1.37.0 │ 18 Oct 25 12:00 UTC │ │
│ addons │ disable dashboard -p addons-897172 │ addons-897172 │ jenkins │ v1.37.0 │ 18 Oct 25 12:00 UTC │ │
│ start │ -p addons-897172 --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-897172 │ jenkins │ v1.37.0 │ 18 Oct 25 12:00 UTC │ 18 Oct 25 12:03 UTC │
│ addons │ addons-897172 addons disable volcano --alsologtostderr -v=1 │ addons-897172 │ jenkins │ v1.37.0 │ 18 Oct 25 12:04 UTC │ 18 Oct 25 12:04 UTC │
│ addons │ addons-897172 addons disable gcp-auth --alsologtostderr -v=1 │ addons-897172 │ jenkins │ v1.37.0 │ 18 Oct 25 12:04 UTC │ 18 Oct 25 12:04 UTC │
│ addons │ enable headlamp -p addons-897172 --alsologtostderr -v=1 │ addons-897172 │ jenkins │ v1.37.0 │ 18 Oct 25 12:04 UTC │ 18 Oct 25 12:04 UTC │
│ addons │ addons-897172 addons disable headlamp --alsologtostderr -v=1 │ addons-897172 │ jenkins │ v1.37.0 │ 18 Oct 25 12:04 UTC │ 18 Oct 25 12:05 UTC │
│ ip │ addons-897172 ip │ addons-897172 │ jenkins │ v1.37.0 │ 18 Oct 25 12:05 UTC │ 18 Oct 25 12:05 UTC │
│ addons │ addons-897172 addons disable registry --alsologtostderr -v=1 │ addons-897172 │ jenkins │ v1.37.0 │ 18 Oct 25 12:05 UTC │ 18 Oct 25 12:05 UTC │
│ addons │ addons-897172 addons disable yakd --alsologtostderr -v=1 │ addons-897172 │ jenkins │ v1.37.0 │ 18 Oct 25 12:05 UTC │ 18 Oct 25 12:05 UTC │
│ addons │ addons-897172 addons disable nvidia-device-plugin --alsologtostderr -v=1 │ addons-897172 │ jenkins │ v1.37.0 │ 18 Oct 25 12:05 UTC │ 18 Oct 25 12:05 UTC │
│ addons │ addons-897172 addons disable cloud-spanner --alsologtostderr -v=1 │ addons-897172 │ jenkins │ v1.37.0 │ 18 Oct 25 12:05 UTC │ 18 Oct 25 12:05 UTC │
│ addons │ addons-897172 addons disable metrics-server --alsologtostderr -v=1 │ addons-897172 │ jenkins │ v1.37.0 │ 18 Oct 25 12:05 UTC │ 18 Oct 25 12:05 UTC │
│ addons │ addons-897172 addons disable volumesnapshots --alsologtostderr -v=1 │ addons-897172 │ jenkins │ v1.37.0 │ 18 Oct 25 12:05 UTC │ 18 Oct 25 12:05 UTC │
│ addons │ addons-897172 addons disable csi-hostpath-driver --alsologtostderr -v=1 │ addons-897172 │ jenkins │ v1.37.0 │ 18 Oct 25 12:05 UTC │ 18 Oct 25 12:06 UTC │
│ addons │ addons-897172 addons disable storage-provisioner-rancher --alsologtostderr -v=1 │ addons-897172 │ jenkins │ v1.37.0 │ 18 Oct 25 12:08 UTC │ 18 Oct 25 12:09 UTC │
│ addons │ addons-897172 addons disable inspektor-gadget --alsologtostderr -v=1 │ addons-897172 │ jenkins │ v1.37.0 │ 18 Oct 25 12:09 UTC │ 18 Oct 25 12:09 UTC │
│ addons │ configure registry-creds -f ./testdata/addons_testconfig.json -p addons-897172 │ addons-897172 │ jenkins │ v1.37.0 │ 18 Oct 25 12:09 UTC │ 18 Oct 25 12:09 UTC │
│ addons │ addons-897172 addons disable registry-creds --alsologtostderr -v=1 │ addons-897172 │ jenkins │ v1.37.0 │ 18 Oct 25 12:09 UTC │ 18 Oct 25 12:09 UTC │
└─────────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴────────────────────────┴─────────┴─────────┴─────────────────────┴─────────────────────┘
==> Last Start <==
Log file created at: 2025/10/18 12:00:54
Running on machine: ip-172-31-21-244
Binary: Built with gc go1.24.6 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I1018 12:00:54.367432 2077724 out.go:360] Setting OutFile to fd 1 ...
I1018 12:00:54.368114 2077724 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1018 12:00:54.368130 2077724 out.go:374] Setting ErrFile to fd 2...
I1018 12:00:54.368136 2077724 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1018 12:00:54.368684 2077724 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21647-2075029/.minikube/bin
I1018 12:00:54.369208 2077724 out.go:368] Setting JSON to false
I1018 12:00:54.370052 2077724 start.go:131] hostinfo: {"hostname":"ip-172-31-21-244","uptime":49402,"bootTime":1760739453,"procs":147,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1084-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"da8ac1fd-6236-412a-a346-95873c98230d"}
I1018 12:00:54.370161 2077724 start.go:141] virtualization:
I1018 12:00:54.373464 2077724 out.go:179] * [addons-897172] minikube v1.37.0 on Ubuntu 20.04 (arm64)
I1018 12:00:54.377392 2077724 out.go:179] - MINIKUBE_LOCATION=21647
I1018 12:00:54.377465 2077724 notify.go:220] Checking for updates...
I1018 12:00:54.383184 2077724 out.go:179] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I1018 12:00:54.385984 2077724 out.go:179] - KUBECONFIG=/home/jenkins/minikube-integration/21647-2075029/kubeconfig
I1018 12:00:54.388882 2077724 out.go:179] - MINIKUBE_HOME=/home/jenkins/minikube-integration/21647-2075029/.minikube
I1018 12:00:54.391737 2077724 out.go:179] - MINIKUBE_BIN=out/minikube-linux-arm64
I1018 12:00:54.394572 2077724 out.go:179] - MINIKUBE_FORCE_SYSTEMD=
I1018 12:00:54.397755 2077724 driver.go:421] Setting default libvirt URI to qemu:///system
I1018 12:00:54.427244 2077724 docker.go:123] docker version: linux-28.1.1:Docker Engine - Community
I1018 12:00:54.427379 2077724 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1018 12:00:54.485624 2077724 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH 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:30 OomKillDisable:true NGoroutines:49 SystemTime:2025-10-18 12:00:54.476724944 +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:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 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>}}
I1018 12:00:54.485733 2077724 docker.go:318] overlay module found
I1018 12:00:54.488785 2077724 out.go:179] * Using the docker driver based on user configuration
I1018 12:00:54.491498 2077724 start.go:305] selected driver: docker
I1018 12:00:54.491514 2077724 start.go:925] validating driver "docker" against <nil>
I1018 12:00:54.491528 2077724 start.go:936] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I1018 12:00:54.492226 2077724 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1018 12:00:54.548122 2077724 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH 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:30 OomKillDisable:true NGoroutines:49 SystemTime:2025-10-18 12:00:54.539431163 +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:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 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>}}
I1018 12:00:54.548285 2077724 start_flags.go:327] no existing cluster config was found, will generate one from the flags
I1018 12:00:54.548516 2077724 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]
I1018 12:00:54.551343 2077724 out.go:179] * Using Docker driver with root privileges
I1018 12:00:54.555054 2077724 cni.go:84] Creating CNI manager for ""
I1018 12:00:54.555123 2077724 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I1018 12:00:54.555136 2077724 start_flags.go:336] Found "CNI" CNI - setting NetworkPlugin=cni
I1018 12:00:54.555213 2077724 start.go:349] cluster config:
{Name:addons-897172 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760609789-21757@sha256:9824b20f4774128fcb298ad0e6cac7649729886cfba9d444b2305c743a5044c6 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.1 ClusterName:addons-897172 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.1 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}
I1018 12:00:54.558350 2077724 out.go:179] * Starting "addons-897172" primary control-plane node in "addons-897172" cluster
I1018 12:00:54.561132 2077724 cache.go:123] Beginning downloading kic base image for docker with containerd
I1018 12:00:54.564032 2077724 out.go:179] * Pulling base image v0.0.48-1760609789-21757 ...
I1018 12:00:54.566883 2077724 preload.go:183] Checking if preload exists for k8s version v1.34.1 and runtime containerd
I1018 12:00:54.566908 2077724 image.go:81] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760609789-21757@sha256:9824b20f4774128fcb298ad0e6cac7649729886cfba9d444b2305c743a5044c6 in local docker daemon
I1018 12:00:54.566928 2077724 preload.go:198] Found local preload: /home/jenkins/minikube-integration/21647-2075029/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.1-containerd-overlay2-arm64.tar.lz4
I1018 12:00:54.566938 2077724 cache.go:58] Caching tarball of preloaded images
I1018 12:00:54.567023 2077724 preload.go:233] Found /home/jenkins/minikube-integration/21647-2075029/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.1-containerd-overlay2-arm64.tar.lz4 in cache, skipping download
I1018 12:00:54.567033 2077724 cache.go:61] Finished verifying existence of preloaded tar for v1.34.1 on containerd
I1018 12:00:54.567357 2077724 profile.go:143] Saving config to /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/config.json ...
I1018 12:00:54.567389 2077724 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/config.json: {Name:mkafcabb28ec6f80973f821bd3a3501eb808e73c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1018 12:00:54.583536 2077724 cache.go:152] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760609789-21757@sha256:9824b20f4774128fcb298ad0e6cac7649729886cfba9d444b2305c743a5044c6 to local cache
I1018 12:00:54.583654 2077724 image.go:65] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760609789-21757@sha256:9824b20f4774128fcb298ad0e6cac7649729886cfba9d444b2305c743a5044c6 in local cache directory
I1018 12:00:54.583679 2077724 image.go:68] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760609789-21757@sha256:9824b20f4774128fcb298ad0e6cac7649729886cfba9d444b2305c743a5044c6 in local cache directory, skipping pull
I1018 12:00:54.583687 2077724 image.go:137] gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760609789-21757@sha256:9824b20f4774128fcb298ad0e6cac7649729886cfba9d444b2305c743a5044c6 exists in cache, skipping pull
I1018 12:00:54.583695 2077724 cache.go:155] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760609789-21757@sha256:9824b20f4774128fcb298ad0e6cac7649729886cfba9d444b2305c743a5044c6 as a tarball
I1018 12:00:54.583707 2077724 cache.go:165] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760609789-21757@sha256:9824b20f4774128fcb298ad0e6cac7649729886cfba9d444b2305c743a5044c6 from local cache
I1018 12:01:12.760461 2077724 cache.go:167] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760609789-21757@sha256:9824b20f4774128fcb298ad0e6cac7649729886cfba9d444b2305c743a5044c6 from cached tarball
I1018 12:01:12.760502 2077724 cache.go:232] Successfully downloaded all kic artifacts
I1018 12:01:12.760547 2077724 start.go:360] acquireMachinesLock for addons-897172: {Name:mk3faea9d4c04d1ecb221033ca1da8db432fda2f Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I1018 12:01:12.760674 2077724 start.go:364] duration metric: took 103.645µs to acquireMachinesLock for "addons-897172"
I1018 12:01:12.760703 2077724 start.go:93] Provisioning new machine with config: &{Name:addons-897172 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760609789-21757@sha256:9824b20f4774128fcb298ad0e6cac7649729886cfba9d444b2305c743a5044c6 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.1 ClusterName:addons-897172 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.1 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.1 ContainerRuntime:containerd ControlPlane:true Worker:true}
I1018 12:01:12.760780 2077724 start.go:125] createHost starting for "" (driver="docker")
I1018 12:01:12.764181 2077724 out.go:252] * Creating docker container (CPUs=2, Memory=4096MB) ...
I1018 12:01:12.764424 2077724 start.go:159] libmachine.API.Create for "addons-897172" (driver="docker")
I1018 12:01:12.764458 2077724 client.go:168] LocalClient.Create starting
I1018 12:01:12.764581 2077724 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/21647-2075029/.minikube/certs/ca.pem
I1018 12:01:12.843489 2077724 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/21647-2075029/.minikube/certs/cert.pem
I1018 12:01:14.748777 2077724 cli_runner.go:164] Run: docker network inspect addons-897172 --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}}]}"
W1018 12:01:14.765481 2077724 cli_runner.go:211] docker network inspect addons-897172 --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
I1018 12:01:14.765564 2077724 network_create.go:284] running [docker network inspect addons-897172] to gather additional debugging logs...
I1018 12:01:14.765587 2077724 cli_runner.go:164] Run: docker network inspect addons-897172
W1018 12:01:14.780226 2077724 cli_runner.go:211] docker network inspect addons-897172 returned with exit code 1
I1018 12:01:14.780265 2077724 network_create.go:287] error running [docker network inspect addons-897172]: docker network inspect addons-897172: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-897172 not found
I1018 12:01:14.780278 2077724 network_create.go:289] output of [docker network inspect addons-897172]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-897172 not found
** /stderr **
I1018 12:01:14.780373 2077724 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}}]}"
I1018 12:01:14.796588 2077724 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:0x400197bce0}
I1018 12:01:14.796638 2077724 network_create.go:124] attempt to create docker network addons-897172 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I1018 12:01:14.796700 2077724 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-897172 addons-897172
I1018 12:01:14.851490 2077724 network_create.go:108] docker network addons-897172 192.168.49.0/24 created
I1018 12:01:14.851536 2077724 kic.go:121] calculated static IP "192.168.49.2" for the "addons-897172" container
I1018 12:01:14.851611 2077724 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I1018 12:01:14.866418 2077724 cli_runner.go:164] Run: docker volume create addons-897172 --label name.minikube.sigs.k8s.io=addons-897172 --label created_by.minikube.sigs.k8s.io=true
I1018 12:01:14.883604 2077724 oci.go:103] Successfully created a docker volume addons-897172
I1018 12:01:14.883714 2077724 cli_runner.go:164] Run: docker run --rm --name addons-897172-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-897172 --entrypoint /usr/bin/test -v addons-897172:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760609789-21757@sha256:9824b20f4774128fcb298ad0e6cac7649729886cfba9d444b2305c743a5044c6 -d /var/lib
I1018 12:01:17.017557 2077724 cli_runner.go:217] Completed: docker run --rm --name addons-897172-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-897172 --entrypoint /usr/bin/test -v addons-897172:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760609789-21757@sha256:9824b20f4774128fcb298ad0e6cac7649729886cfba9d444b2305c743a5044c6 -d /var/lib: (2.133802704s)
I1018 12:01:17.017613 2077724 oci.go:107] Successfully prepared a docker volume addons-897172
I1018 12:01:17.017643 2077724 preload.go:183] Checking if preload exists for k8s version v1.34.1 and runtime containerd
I1018 12:01:17.017666 2077724 kic.go:194] Starting extracting preloaded images to volume ...
I1018 12:01:17.017730 2077724 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21647-2075029/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.1-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-897172:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760609789-21757@sha256:9824b20f4774128fcb298ad0e6cac7649729886cfba9d444b2305c743a5044c6 -I lz4 -xf /preloaded.tar -C /extractDir
I1018 12:01:21.286655 2077724 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21647-2075029/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.1-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-897172:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760609789-21757@sha256:9824b20f4774128fcb298ad0e6cac7649729886cfba9d444b2305c743a5044c6 -I lz4 -xf /preloaded.tar -C /extractDir: (4.268863654s)
I1018 12:01:21.286688 2077724 kic.go:203] duration metric: took 4.269019499s to extract preloaded images to volume ...
W1018 12:01:21.286845 2077724 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I1018 12:01:21.286955 2077724 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I1018 12:01:21.345643 2077724 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-897172 --name addons-897172 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-897172 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-897172 --network addons-897172 --ip 192.168.49.2 --volume addons-897172:/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-1760609789-21757@sha256:9824b20f4774128fcb298ad0e6cac7649729886cfba9d444b2305c743a5044c6
I1018 12:01:21.649683 2077724 cli_runner.go:164] Run: docker container inspect addons-897172 --format={{.State.Running}}
I1018 12:01:21.668062 2077724 cli_runner.go:164] Run: docker container inspect addons-897172 --format={{.State.Status}}
I1018 12:01:21.688316 2077724 cli_runner.go:164] Run: docker exec addons-897172 stat /var/lib/dpkg/alternatives/iptables
I1018 12:01:21.740941 2077724 oci.go:144] the created container "addons-897172" has a running status.
I1018 12:01:21.740969 2077724 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/21647-2075029/.minikube/machines/addons-897172/id_rsa...
I1018 12:01:22.849770 2077724 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/21647-2075029/.minikube/machines/addons-897172/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I1018 12:01:22.868302 2077724 cli_runner.go:164] Run: docker container inspect addons-897172 --format={{.State.Status}}
I1018 12:01:22.884155 2077724 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I1018 12:01:22.884176 2077724 kic_runner.go:114] Args: [docker exec --privileged addons-897172 chown docker:docker /home/docker/.ssh/authorized_keys]
I1018 12:01:22.921385 2077724 cli_runner.go:164] Run: docker container inspect addons-897172 --format={{.State.Status}}
I1018 12:01:22.939317 2077724 machine.go:93] provisionDockerMachine start ...
I1018 12:01:22.939422 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:01:22.955189 2077724 main.go:141] libmachine: Using SSH client type: native
I1018 12:01:22.955511 2077724 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3eeee0] 0x3f16a0 <nil> [] 0s} 127.0.0.1 35694 <nil> <nil>}
I1018 12:01:22.955526 2077724 main.go:141] libmachine: About to run SSH command:
hostname
I1018 12:01:22.956181 2077724 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:38028->127.0.0.1:35694: read: connection reset by peer
I1018 12:01:26.111381 2077724 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-897172
I1018 12:01:26.111408 2077724 ubuntu.go:182] provisioning hostname "addons-897172"
I1018 12:01:26.111470 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:01:26.128279 2077724 main.go:141] libmachine: Using SSH client type: native
I1018 12:01:26.128584 2077724 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3eeee0] 0x3f16a0 <nil> [] 0s} 127.0.0.1 35694 <nil> <nil>}
I1018 12:01:26.128600 2077724 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-897172 && echo "addons-897172" | sudo tee /etc/hostname
I1018 12:01:26.288230 2077724 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-897172
I1018 12:01:26.288352 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:01:26.305202 2077724 main.go:141] libmachine: Using SSH client type: native
I1018 12:01:26.305506 2077724 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3eeee0] 0x3f16a0 <nil> [] 0s} 127.0.0.1 35694 <nil> <nil>}
I1018 12:01:26.305527 2077724 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-897172' /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-897172/g' /etc/hosts;
else
echo '127.0.1.1 addons-897172' | sudo tee -a /etc/hosts;
fi
fi
I1018 12:01:26.451923 2077724 main.go:141] libmachine: SSH cmd err, output: <nil>:
I1018 12:01:26.451951 2077724 ubuntu.go:188] set auth options {CertDir:/home/jenkins/minikube-integration/21647-2075029/.minikube CaCertPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/21647-2075029/.minikube}
I1018 12:01:26.451977 2077724 ubuntu.go:190] setting up certificates
I1018 12:01:26.451991 2077724 provision.go:84] configureAuth start
I1018 12:01:26.452052 2077724 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-897172
I1018 12:01:26.469410 2077724 provision.go:143] copyHostCerts
I1018 12:01:26.469496 2077724 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21647-2075029/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/21647-2075029/.minikube/ca.pem (1078 bytes)
I1018 12:01:26.469630 2077724 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21647-2075029/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/21647-2075029/.minikube/cert.pem (1123 bytes)
I1018 12:01:26.469689 2077724 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21647-2075029/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/21647-2075029/.minikube/key.pem (1675 bytes)
I1018 12:01:26.469740 2077724 provision.go:117] generating server cert: /home/jenkins/minikube-integration/21647-2075029/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/21647-2075029/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/21647-2075029/.minikube/certs/ca-key.pem org=jenkins.addons-897172 san=[127.0.0.1 192.168.49.2 addons-897172 localhost minikube]
I1018 12:01:26.659179 2077724 provision.go:177] copyRemoteCerts
I1018 12:01:26.659290 2077724 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I1018 12:01:26.659362 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:01:26.676340 2077724 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35694 SSHKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/machines/addons-897172/id_rsa Username:docker}
I1018 12:01:26.779062 2077724 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21647-2075029/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I1018 12:01:26.795497 2077724 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21647-2075029/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I1018 12:01:26.812128 2077724 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21647-2075029/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I1018 12:01:26.828758 2077724 provision.go:87] duration metric: took 376.741174ms to configureAuth
I1018 12:01:26.828825 2077724 ubuntu.go:206] setting minikube options for container-runtime
I1018 12:01:26.829047 2077724 config.go:182] Loaded profile config "addons-897172": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.1
I1018 12:01:26.829062 2077724 machine.go:96] duration metric: took 3.889721187s to provisionDockerMachine
I1018 12:01:26.829069 2077724 client.go:171] duration metric: took 14.064604819s to LocalClient.Create
I1018 12:01:26.829101 2077724 start.go:167] duration metric: took 14.064678836s to libmachine.API.Create "addons-897172"
I1018 12:01:26.829116 2077724 start.go:293] postStartSetup for "addons-897172" (driver="docker")
I1018 12:01:26.829125 2077724 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]
I1018 12:01:26.829191 2077724 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
I1018 12:01:26.829242 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:01:26.845537 2077724 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35694 SSHKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/machines/addons-897172/id_rsa Username:docker}
I1018 12:01:26.947715 2077724 ssh_runner.go:195] Run: cat /etc/os-release
I1018 12:01:26.951011 2077724 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I1018 12:01:26.951039 2077724 info.go:137] Remote host: Debian GNU/Linux 12 (bookworm)
I1018 12:01:26.951049 2077724 filesync.go:126] Scanning /home/jenkins/minikube-integration/21647-2075029/.minikube/addons for local assets ...
I1018 12:01:26.951114 2077724 filesync.go:126] Scanning /home/jenkins/minikube-integration/21647-2075029/.minikube/files for local assets ...
I1018 12:01:26.951136 2077724 start.go:296] duration metric: took 122.014181ms for postStartSetup
I1018 12:01:26.951446 2077724 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-897172
I1018 12:01:26.968927 2077724 profile.go:143] Saving config to /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/config.json ...
I1018 12:01:26.969212 2077724 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I1018 12:01:26.969262 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:01:26.985225 2077724 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35694 SSHKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/machines/addons-897172/id_rsa Username:docker}
I1018 12:01:27.085559 2077724 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I1018 12:01:27.090769 2077724 start.go:128] duration metric: took 14.329972845s to createHost
I1018 12:01:27.090794 2077724 start.go:83] releasing machines lock for "addons-897172", held for 14.330107021s
I1018 12:01:27.090866 2077724 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-897172
I1018 12:01:27.109332 2077724 ssh_runner.go:195] Run: cat /version.json
I1018 12:01:27.109381 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:01:27.109411 2077724 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I1018 12:01:27.109469 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:01:27.129197 2077724 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35694 SSHKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/machines/addons-897172/id_rsa Username:docker}
I1018 12:01:27.146686 2077724 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35694 SSHKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/machines/addons-897172/id_rsa Username:docker}
I1018 12:01:27.231561 2077724 ssh_runner.go:195] Run: systemctl --version
I1018 12:01:27.322256 2077724 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
W1018 12:01:27.326495 2077724 cni.go:209] loopback cni configuration skipped: "/etc/cni/net.d/*loopback.conf*" not found
I1018 12:01:27.326570 2077724 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" ;
I1018 12:01:27.354793 2077724 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)
I1018 12:01:27.354861 2077724 start.go:495] detecting cgroup driver to use...
I1018 12:01:27.354906 2077724 detect.go:187] detected "cgroupfs" cgroup driver on host os
I1018 12:01:27.354985 2077724 ssh_runner.go:195] Run: sudo systemctl stop -f crio
I1018 12:01:27.371087 2077724 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I1018 12:01:27.383685 2077724 docker.go:218] disabling cri-docker service (if available) ...
I1018 12:01:27.383767 2077724 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I1018 12:01:27.401047 2077724 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I1018 12:01:27.419011 2077724 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I1018 12:01:27.529680 2077724 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I1018 12:01:27.652118 2077724 docker.go:234] disabling docker service ...
I1018 12:01:27.652240 2077724 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I1018 12:01:27.673599 2077724 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I1018 12:01:27.686866 2077724 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I1018 12:01:27.807668 2077724 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I1018 12:01:27.920948 2077724 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I1018 12:01:27.934142 2077724 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"
I1018 12:01:27.948534 2077724 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"
I1018 12:01:27.957423 2077724 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"
I1018 12:01:27.966616 2077724 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I1018 12:01:27.966731 2077724 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I1018 12:01:27.975832 2077724 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"
I1018 12:01:27.985097 2077724 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I1018 12:01:27.993939 2077724 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I1018 12:01:28.005982 2077724 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I1018 12:01:28.015440 2077724 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"
I1018 12:01:28.025181 2077724 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I1018 12:01:28.034460 2077724 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"
I1018 12:01:28.043710 2077724 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I1018 12:01:28.051750 2077724 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I1018 12:01:28.059497 2077724 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1018 12:01:28.173162 2077724 ssh_runner.go:195] Run: sudo systemctl restart containerd
I1018 12:01:28.316764 2077724 start.go:542] Will wait 60s for socket path /run/containerd/containerd.sock
I1018 12:01:28.316853 2077724 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
I1018 12:01:28.320825 2077724 start.go:563] Will wait 60s for crictl version
I1018 12:01:28.320889 2077724 ssh_runner.go:195] Run: which crictl
I1018 12:01:28.324594 2077724 ssh_runner.go:195] Run: sudo /usr/local/bin/crictl version
I1018 12:01:28.349583 2077724 start.go:579] Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: v1.7.28
RuntimeApiVersion: v1
I1018 12:01:28.349663 2077724 ssh_runner.go:195] Run: containerd --version
I1018 12:01:28.376134 2077724 ssh_runner.go:195] Run: containerd --version
I1018 12:01:28.403599 2077724 out.go:179] * Preparing Kubernetes v1.34.1 on containerd 1.7.28 ...
I1018 12:01:28.406585 2077724 cli_runner.go:164] Run: docker network inspect addons-897172 --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}}]}"
I1018 12:01:28.422110 2077724 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I1018 12:01:28.425820 2077724 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""
I1018 12:01:28.435586 2077724 kubeadm.go:883] updating cluster {Name:addons-897172 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760609789-21757@sha256:9824b20f4774128fcb298ad0e6cac7649729886cfba9d444b2305c743a5044c6 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.1 ClusterName:addons-897172 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.1 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} ...
I1018 12:01:28.435720 2077724 preload.go:183] Checking if preload exists for k8s version v1.34.1 and runtime containerd
I1018 12:01:28.435788 2077724 ssh_runner.go:195] Run: sudo crictl images --output json
I1018 12:01:28.464197 2077724 containerd.go:627] all images are preloaded for containerd runtime.
I1018 12:01:28.464219 2077724 containerd.go:534] Images already preloaded, skipping extraction
I1018 12:01:28.464279 2077724 ssh_runner.go:195] Run: sudo crictl images --output json
I1018 12:01:28.489338 2077724 containerd.go:627] all images are preloaded for containerd runtime.
I1018 12:01:28.489364 2077724 cache_images.go:85] Images are preloaded, skipping loading
I1018 12:01:28.489372 2077724 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.34.1 containerd true true} ...
I1018 12:01:28.489460 2077724 kubeadm.go:946] kubelet [Unit]
Wants=containerd.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.34.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-897172 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.34.1 ClusterName:addons-897172 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:}
I1018 12:01:28.489530 2077724 ssh_runner.go:195] Run: sudo crictl info
I1018 12:01:28.519199 2077724 cni.go:84] Creating CNI manager for ""
I1018 12:01:28.519225 2077724 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I1018 12:01:28.519243 2077724 kubeadm.go:85] Using pod CIDR: 10.244.0.0/16
I1018 12:01:28.519266 2077724 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.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-897172 NodeName:addons-897172 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}
I1018 12:01:28.519380 2077724 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-897172"
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.1
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
I1018 12:01:28.519447 2077724 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.34.1
I1018 12:01:28.527048 2077724 binaries.go:44] Found k8s binaries, skipping transfer
I1018 12:01:28.527172 2077724 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I1018 12:01:28.534949 2077724 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
I1018 12:01:28.547675 2077724 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I1018 12:01:28.561182 2077724 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2226 bytes)
I1018 12:01:28.574426 2077724 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I1018 12:01:28.577899 2077724 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""
I1018 12:01:28.587519 2077724 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1018 12:01:28.693533 2077724 ssh_runner.go:195] Run: sudo systemctl start kubelet
I1018 12:01:28.708498 2077724 certs.go:69] Setting up /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172 for IP: 192.168.49.2
I1018 12:01:28.708516 2077724 certs.go:195] generating shared ca certs ...
I1018 12:01:28.708533 2077724 certs.go:227] acquiring lock for ca certs: {Name:mkb3a5ce8c0a7d3b9a246d80f0747d48f33f9661 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1018 12:01:28.708659 2077724 certs.go:241] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/21647-2075029/.minikube/ca.key
I1018 12:01:29.318591 2077724 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21647-2075029/.minikube/ca.crt ...
I1018 12:01:29.318624 2077724 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21647-2075029/.minikube/ca.crt: {Name:mk234a1f1a44ab06efce70f0dc418f81fd52f0e3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1018 12:01:29.318850 2077724 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21647-2075029/.minikube/ca.key ...
I1018 12:01:29.318868 2077724 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21647-2075029/.minikube/ca.key: {Name:mka82413e87eae9641ba66292e212613c5c4f977 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1018 12:01:29.318963 2077724 certs.go:241] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/21647-2075029/.minikube/proxy-client-ca.key
I1018 12:01:29.775477 2077724 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21647-2075029/.minikube/proxy-client-ca.crt ...
I1018 12:01:29.775511 2077724 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21647-2075029/.minikube/proxy-client-ca.crt: {Name:mke83871c09efb42f9667eaae56a4dff5477cb8a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1018 12:01:29.775707 2077724 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21647-2075029/.minikube/proxy-client-ca.key ...
I1018 12:01:29.775721 2077724 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21647-2075029/.minikube/proxy-client-ca.key: {Name:mka883ece760b66f8a5b38807848cff872768cdd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1018 12:01:29.775809 2077724 certs.go:257] generating profile certs ...
I1018 12:01:29.775886 2077724 certs.go:364] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/client.key
I1018 12:01:29.775904 2077724 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/client.crt with IP's: []
I1018 12:01:29.978082 2077724 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/client.crt ...
I1018 12:01:29.978113 2077724 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/client.crt: {Name:mkd275e345beeb52a9d8089878d464409925c9ff Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1018 12:01:29.978299 2077724 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/client.key ...
I1018 12:01:29.978312 2077724 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/client.key: {Name:mkb81e10ae3bcee03ab6c71bd6bd6256321bd770 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1018 12:01:29.978398 2077724 certs.go:364] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/apiserver.key.eaa5417a
I1018 12:01:29.978417 2077724 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/apiserver.crt.eaa5417a with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I1018 12:01:30.446799 2077724 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/apiserver.crt.eaa5417a ...
I1018 12:01:30.446832 2077724 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/apiserver.crt.eaa5417a: {Name:mk80d4e860a9a1031216fdb6a6e05fc29213cafd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1018 12:01:30.447021 2077724 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/apiserver.key.eaa5417a ...
I1018 12:01:30.447037 2077724 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/apiserver.key.eaa5417a: {Name:mk6b8d83060337b7c23a69c8113d845615e2f56a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1018 12:01:30.447125 2077724 certs.go:382] copying /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/apiserver.crt.eaa5417a -> /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/apiserver.crt
I1018 12:01:30.447204 2077724 certs.go:386] copying /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/apiserver.key.eaa5417a -> /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/apiserver.key
I1018 12:01:30.447263 2077724 certs.go:364] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/proxy-client.key
I1018 12:01:30.447284 2077724 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/proxy-client.crt with IP's: []
I1018 12:01:30.649588 2077724 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/proxy-client.crt ...
I1018 12:01:30.649619 2077724 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/proxy-client.crt: {Name:mk976758f26e7b84df2186a05da11e24b6ac783a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1018 12:01:30.649795 2077724 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/proxy-client.key ...
I1018 12:01:30.649808 2077724 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/proxy-client.key: {Name:mk8ea210538a5a3b9d868226e9e956afca9f4cb9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1018 12:01:30.649993 2077724 certs.go:484] found cert: /home/jenkins/minikube-integration/21647-2075029/.minikube/certs/ca-key.pem (1679 bytes)
I1018 12:01:30.650033 2077724 certs.go:484] found cert: /home/jenkins/minikube-integration/21647-2075029/.minikube/certs/ca.pem (1078 bytes)
I1018 12:01:30.650065 2077724 certs.go:484] found cert: /home/jenkins/minikube-integration/21647-2075029/.minikube/certs/cert.pem (1123 bytes)
I1018 12:01:30.650094 2077724 certs.go:484] found cert: /home/jenkins/minikube-integration/21647-2075029/.minikube/certs/key.pem (1675 bytes)
I1018 12:01:30.650741 2077724 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21647-2075029/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I1018 12:01:30.669339 2077724 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21647-2075029/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I1018 12:01:30.687955 2077724 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21647-2075029/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I1018 12:01:30.705445 2077724 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21647-2075029/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I1018 12:01:30.722717 2077724 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I1018 12:01:30.739383 2077724 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I1018 12:01:30.756114 2077724 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I1018 12:01:30.772767 2077724 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21647-2075029/.minikube/profiles/addons-897172/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I1018 12:01:30.789076 2077724 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21647-2075029/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I1018 12:01:30.805840 2077724 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I1018 12:01:30.817999 2077724 ssh_runner.go:195] Run: openssl version
I1018 12:01:30.824201 2077724 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"
I1018 12:01:30.832590 2077724 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I1018 12:01:30.836438 2077724 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Oct 18 12:01 /usr/share/ca-certificates/minikubeCA.pem
I1018 12:01:30.836509 2077724 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I1018 12:01:30.877575 2077724 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"
I1018 12:01:30.886197 2077724 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I1018 12:01:30.889693 2077724 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
I1018 12:01:30.889788 2077724 kubeadm.go:400] StartCluster: {Name:addons-897172 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760609789-21757@sha256:9824b20f4774128fcb298ad0e6cac7649729886cfba9d444b2305c743a5044c6 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.1 ClusterName:addons-897172 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.1 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}
I1018 12:01:30.889898 2077724 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
I1018 12:01:30.889999 2077724 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I1018 12:01:30.921802 2077724 cri.go:89] found id: ""
I1018 12:01:30.921871 2077724 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I1018 12:01:30.932255 2077724 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I1018 12:01:30.940899 2077724 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I1018 12:01:30.940964 2077724 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
I1018 12:01:30.950860 2077724 kubeadm.go:155] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
I1018 12:01:30.950930 2077724 kubeadm.go:157] found existing configuration files:
I1018 12:01:30.951020 2077724 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I1018 12:01:30.959061 2077724 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/admin.conf: No such file or directory
I1018 12:01:30.959125 2077724 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I1018 12:01:30.966230 2077724 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I1018 12:01:30.973779 2077724 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/kubelet.conf: No such file or directory
I1018 12:01:30.973875 2077724 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I1018 12:01:30.980783 2077724 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I1018 12:01:30.988527 2077724 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/controller-manager.conf: No such file or directory
I1018 12:01:30.988622 2077724 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I1018 12:01:30.995575 2077724 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I1018 12:01:31.004254 2077724 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/scheduler.conf: No such file or directory
I1018 12:01:31.004383 2077724 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I1018 12:01:31.012448 2077724 ssh_runner.go:286] Start: sudo /bin/bash -c "env PATH="/var/lib/minikube/binaries/v1.34.1:$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"
I1018 12:01:31.054125 2077724 kubeadm.go:318] [init] Using Kubernetes version: v1.34.1
I1018 12:01:31.054425 2077724 kubeadm.go:318] [preflight] Running pre-flight checks
I1018 12:01:31.077631 2077724 kubeadm.go:318] [preflight] The system verification failed. Printing the output from the verification:
I1018 12:01:31.077756 2077724 kubeadm.go:318] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1084-aws[0m
I1018 12:01:31.077817 2077724 kubeadm.go:318] [0;37mOS[0m: [0;32mLinux[0m
I1018 12:01:31.077891 2077724 kubeadm.go:318] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I1018 12:01:31.077980 2077724 kubeadm.go:318] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I1018 12:01:31.078068 2077724 kubeadm.go:318] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I1018 12:01:31.078156 2077724 kubeadm.go:318] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I1018 12:01:31.078235 2077724 kubeadm.go:318] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I1018 12:01:31.078314 2077724 kubeadm.go:318] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I1018 12:01:31.078421 2077724 kubeadm.go:318] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I1018 12:01:31.078536 2077724 kubeadm.go:318] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I1018 12:01:31.078619 2077724 kubeadm.go:318] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I1018 12:01:31.156469 2077724 kubeadm.go:318] [preflight] Pulling images required for setting up a Kubernetes cluster
I1018 12:01:31.156645 2077724 kubeadm.go:318] [preflight] This might take a minute or two, depending on the speed of your internet connection
I1018 12:01:31.156781 2077724 kubeadm.go:318] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I1018 12:01:31.163353 2077724 kubeadm.go:318] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I1018 12:01:31.169708 2077724 out.go:252] - Generating certificates and keys ...
I1018 12:01:31.169871 2077724 kubeadm.go:318] [certs] Using existing ca certificate authority
I1018 12:01:31.169978 2077724 kubeadm.go:318] [certs] Using existing apiserver certificate and key on disk
I1018 12:01:31.525626 2077724 kubeadm.go:318] [certs] Generating "apiserver-kubelet-client" certificate and key
I1018 12:01:31.848832 2077724 kubeadm.go:318] [certs] Generating "front-proxy-ca" certificate and key
I1018 12:01:32.393819 2077724 kubeadm.go:318] [certs] Generating "front-proxy-client" certificate and key
I1018 12:01:32.923032 2077724 kubeadm.go:318] [certs] Generating "etcd/ca" certificate and key
I1018 12:01:33.652073 2077724 kubeadm.go:318] [certs] Generating "etcd/server" certificate and key
I1018 12:01:33.652225 2077724 kubeadm.go:318] [certs] etcd/server serving cert is signed for DNS names [addons-897172 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1018 12:01:34.541290 2077724 kubeadm.go:318] [certs] Generating "etcd/peer" certificate and key
I1018 12:01:34.541435 2077724 kubeadm.go:318] [certs] etcd/peer serving cert is signed for DNS names [addons-897172 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1018 12:01:34.931781 2077724 kubeadm.go:318] [certs] Generating "etcd/healthcheck-client" certificate and key
I1018 12:01:36.505574 2077724 kubeadm.go:318] [certs] Generating "apiserver-etcd-client" certificate and key
I1018 12:01:37.367371 2077724 kubeadm.go:318] [certs] Generating "sa" key and public key
I1018 12:01:37.367532 2077724 kubeadm.go:318] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I1018 12:01:38.122331 2077724 kubeadm.go:318] [kubeconfig] Writing "admin.conf" kubeconfig file
I1018 12:01:39.023171 2077724 kubeadm.go:318] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I1018 12:01:39.920347 2077724 kubeadm.go:318] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I1018 12:01:40.197284 2077724 kubeadm.go:318] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I1018 12:01:40.949570 2077724 kubeadm.go:318] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I1018 12:01:40.950113 2077724 kubeadm.go:318] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I1018 12:01:40.954682 2077724 kubeadm.go:318] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I1018 12:01:40.958145 2077724 out.go:252] - Booting up control plane ...
I1018 12:01:40.958256 2077724 kubeadm.go:318] [control-plane] Creating static Pod manifest for "kube-apiserver"
I1018 12:01:40.958338 2077724 kubeadm.go:318] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I1018 12:01:40.958415 2077724 kubeadm.go:318] [control-plane] Creating static Pod manifest for "kube-scheduler"
I1018 12:01:40.974831 2077724 kubeadm.go:318] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I1018 12:01:40.974951 2077724 kubeadm.go:318] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/instance-config.yaml"
I1018 12:01:40.982862 2077724 kubeadm.go:318] [patches] Applied patch of type "application/strategic-merge-patch+json" to target "kubeletconfiguration"
I1018 12:01:40.983156 2077724 kubeadm.go:318] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I1018 12:01:40.983209 2077724 kubeadm.go:318] [kubelet-start] Starting the kubelet
I1018 12:01:41.123684 2077724 kubeadm.go:318] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I1018 12:01:41.123825 2077724 kubeadm.go:318] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I1018 12:01:42.625547 2077724 kubeadm.go:318] [kubelet-check] The kubelet is healthy after 1.50193372s
I1018 12:01:42.630971 2077724 kubeadm.go:318] [control-plane-check] Waiting for healthy control plane components. This can take up to 4m0s
I1018 12:01:42.631391 2077724 kubeadm.go:318] [control-plane-check] Checking kube-apiserver at https://192.168.49.2:8443/livez
I1018 12:01:42.632452 2077724 kubeadm.go:318] [control-plane-check] Checking kube-controller-manager at https://127.0.0.1:10257/healthz
I1018 12:01:42.632560 2077724 kubeadm.go:318] [control-plane-check] Checking kube-scheduler at https://127.0.0.1:10259/livez
I1018 12:01:46.720675 2077724 kubeadm.go:318] [control-plane-check] kube-controller-manager is healthy after 4.087650261s
I1018 12:01:47.176870 2077724 kubeadm.go:318] [control-plane-check] kube-scheduler is healthy after 4.544343746s
I1018 12:01:49.134763 2077724 kubeadm.go:318] [control-plane-check] kube-apiserver is healthy after 6.501996642s
I1018 12:01:49.158015 2077724 kubeadm.go:318] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I1018 12:01:49.183587 2077724 kubeadm.go:318] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I1018 12:01:49.199370 2077724 kubeadm.go:318] [upload-certs] Skipping phase. Please see --upload-certs
I1018 12:01:49.199605 2077724 kubeadm.go:318] [mark-control-plane] Marking the node addons-897172 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I1018 12:01:49.212601 2077724 kubeadm.go:318] [bootstrap-token] Using token: p4hob0.9e6vf29erhsuavf2
I1018 12:01:49.215600 2077724 out.go:252] - Configuring RBAC rules ...
I1018 12:01:49.215772 2077724 kubeadm.go:318] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I1018 12:01:49.220164 2077724 kubeadm.go:318] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I1018 12:01:49.231260 2077724 kubeadm.go:318] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I1018 12:01:49.237790 2077724 kubeadm.go:318] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I1018 12:01:49.242142 2077724 kubeadm.go:318] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I1018 12:01:49.250360 2077724 kubeadm.go:318] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I1018 12:01:49.541003 2077724 kubeadm.go:318] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I1018 12:01:49.973935 2077724 kubeadm.go:318] [addons] Applied essential addon: CoreDNS
I1018 12:01:50.542978 2077724 kubeadm.go:318] [addons] Applied essential addon: kube-proxy
I1018 12:01:50.544541 2077724 kubeadm.go:318]
I1018 12:01:50.544618 2077724 kubeadm.go:318] Your Kubernetes control-plane has initialized successfully!
I1018 12:01:50.544625 2077724 kubeadm.go:318]
I1018 12:01:50.544706 2077724 kubeadm.go:318] To start using your cluster, you need to run the following as a regular user:
I1018 12:01:50.544712 2077724 kubeadm.go:318]
I1018 12:01:50.544738 2077724 kubeadm.go:318] mkdir -p $HOME/.kube
I1018 12:01:50.544799 2077724 kubeadm.go:318] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I1018 12:01:50.544852 2077724 kubeadm.go:318] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I1018 12:01:50.544856 2077724 kubeadm.go:318]
I1018 12:01:50.544913 2077724 kubeadm.go:318] Alternatively, if you are the root user, you can run:
I1018 12:01:50.544917 2077724 kubeadm.go:318]
I1018 12:01:50.544967 2077724 kubeadm.go:318] export KUBECONFIG=/etc/kubernetes/admin.conf
I1018 12:01:50.544971 2077724 kubeadm.go:318]
I1018 12:01:50.545026 2077724 kubeadm.go:318] You should now deploy a pod network to the cluster.
I1018 12:01:50.545104 2077724 kubeadm.go:318] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I1018 12:01:50.545176 2077724 kubeadm.go:318] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I1018 12:01:50.545202 2077724 kubeadm.go:318]
I1018 12:01:50.545291 2077724 kubeadm.go:318] You can now join any number of control-plane nodes by copying certificate authorities
I1018 12:01:50.545371 2077724 kubeadm.go:318] and service account keys on each node and then running the following as root:
I1018 12:01:50.545375 2077724 kubeadm.go:318]
I1018 12:01:50.545463 2077724 kubeadm.go:318] kubeadm join control-plane.minikube.internal:8443 --token p4hob0.9e6vf29erhsuavf2 \
I1018 12:01:50.545571 2077724 kubeadm.go:318] --discovery-token-ca-cert-hash sha256:6ad86b1276159d70ddf959ffd2834e19bb4d7329ebde5370ec0afcbde1bef9f4 \
I1018 12:01:50.545592 2077724 kubeadm.go:318] --control-plane
I1018 12:01:50.545596 2077724 kubeadm.go:318]
I1018 12:01:50.545685 2077724 kubeadm.go:318] Then you can join any number of worker nodes by running the following on each as root:
I1018 12:01:50.545689 2077724 kubeadm.go:318]
I1018 12:01:50.546055 2077724 kubeadm.go:318] kubeadm join control-plane.minikube.internal:8443 --token p4hob0.9e6vf29erhsuavf2 \
I1018 12:01:50.546175 2077724 kubeadm.go:318] --discovery-token-ca-cert-hash sha256:6ad86b1276159d70ddf959ffd2834e19bb4d7329ebde5370ec0afcbde1bef9f4
I1018 12:01:50.550384 2077724 kubeadm.go:318] [WARNING SystemVerification]: cgroups v1 support is in maintenance mode, please migrate to cgroups v2
I1018 12:01:50.550639 2077724 kubeadm.go:318] [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
I1018 12:01:50.550748 2077724 kubeadm.go:318] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I1018 12:01:50.550769 2077724 cni.go:84] Creating CNI manager for ""
I1018 12:01:50.550777 2077724 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I1018 12:01:50.553944 2077724 out.go:179] * Configuring CNI (Container Networking Interface) ...
I1018 12:01:50.556856 2077724 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I1018 12:01:50.560949 2077724 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.34.1/kubectl ...
I1018 12:01:50.560970 2077724 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
I1018 12:01:50.574166 2077724 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I1018 12:01:50.877469 2077724 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I1018 12:01:50.877597 2077724 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I1018 12:01:50.877658 2077724 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-897172 minikube.k8s.io/updated_at=2025_10_18T12_01_50_0700 minikube.k8s.io/version=v1.37.0 minikube.k8s.io/commit=6a5d4c9cccb1ce5842ff2f1e7c0db9c10e4246ee minikube.k8s.io/name=addons-897172 minikube.k8s.io/primary=true
I1018 12:01:51.034941 2077724 ops.go:34] apiserver oom_adj: -16
I1018 12:01:51.035045 2077724 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1018 12:01:51.535966 2077724 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1018 12:01:52.036086 2077724 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1018 12:01:52.535702 2077724 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1018 12:01:53.035765 2077724 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1018 12:01:53.535332 2077724 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1018 12:01:54.035261 2077724 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1018 12:01:54.535816 2077724 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1018 12:01:55.036057 2077724 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1018 12:01:55.140647 2077724 kubeadm.go:1113] duration metric: took 4.263094222s to wait for elevateKubeSystemPrivileges
I1018 12:01:55.140675 2077724 kubeadm.go:402] duration metric: took 24.250891332s to StartCluster
I1018 12:01:55.140692 2077724 settings.go:142] acquiring lock: {Name:mkfe09c4f932c229739f9b782a8232962c7d94cd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1018 12:01:55.140808 2077724 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/21647-2075029/kubeconfig
I1018 12:01:55.141214 2077724 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21647-2075029/kubeconfig: {Name:mkb34a50149724994ca0c2a0fd8679c156671366 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1018 12:01:55.141423 2077724 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.1 ContainerRuntime:containerd ControlPlane:true Worker:true}
I1018 12:01:55.141580 2077724 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I1018 12:01:55.141828 2077724 config.go:182] Loaded profile config "addons-897172": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.1
I1018 12:01:55.141862 2077724 addons.go:511] enable addons start: toEnable=map[ambassador:false amd-gpu-device-plugin:true auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false 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]
I1018 12:01:55.141992 2077724 addons.go:69] Setting yakd=true in profile "addons-897172"
I1018 12:01:55.142018 2077724 addons.go:238] Setting addon yakd=true in "addons-897172"
I1018 12:01:55.142049 2077724 host.go:66] Checking if "addons-897172" exists ...
I1018 12:01:55.142573 2077724 cli_runner.go:164] Run: docker container inspect addons-897172 --format={{.State.Status}}
I1018 12:01:55.142832 2077724 addons.go:69] Setting inspektor-gadget=true in profile "addons-897172"
I1018 12:01:55.142869 2077724 addons.go:238] Setting addon inspektor-gadget=true in "addons-897172"
I1018 12:01:55.142897 2077724 host.go:66] Checking if "addons-897172" exists ...
I1018 12:01:55.143013 2077724 addons.go:69] Setting metrics-server=true in profile "addons-897172"
I1018 12:01:55.143038 2077724 addons.go:238] Setting addon metrics-server=true in "addons-897172"
I1018 12:01:55.143063 2077724 host.go:66] Checking if "addons-897172" exists ...
I1018 12:01:55.143304 2077724 cli_runner.go:164] Run: docker container inspect addons-897172 --format={{.State.Status}}
I1018 12:01:55.143502 2077724 cli_runner.go:164] Run: docker container inspect addons-897172 --format={{.State.Status}}
I1018 12:01:55.143890 2077724 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-897172"
I1018 12:01:55.143911 2077724 addons.go:238] Setting addon nvidia-device-plugin=true in "addons-897172"
I1018 12:01:55.143941 2077724 host.go:66] Checking if "addons-897172" exists ...
I1018 12:01:55.144409 2077724 cli_runner.go:164] Run: docker container inspect addons-897172 --format={{.State.Status}}
I1018 12:01:55.148350 2077724 addons.go:69] Setting registry=true in profile "addons-897172"
I1018 12:01:55.148444 2077724 addons.go:238] Setting addon registry=true in "addons-897172"
I1018 12:01:55.148496 2077724 host.go:66] Checking if "addons-897172" exists ...
I1018 12:01:55.149036 2077724 cli_runner.go:164] Run: docker container inspect addons-897172 --format={{.State.Status}}
I1018 12:01:55.156763 2077724 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-897172"
I1018 12:01:55.156798 2077724 addons.go:238] Setting addon amd-gpu-device-plugin=true in "addons-897172"
I1018 12:01:55.156839 2077724 host.go:66] Checking if "addons-897172" exists ...
I1018 12:01:55.157304 2077724 cli_runner.go:164] Run: docker container inspect addons-897172 --format={{.State.Status}}
I1018 12:01:55.167922 2077724 addons.go:69] Setting registry-creds=true in profile "addons-897172"
I1018 12:01:55.168012 2077724 addons.go:238] Setting addon registry-creds=true in "addons-897172"
I1018 12:01:55.168080 2077724 host.go:66] Checking if "addons-897172" exists ...
I1018 12:01:55.168622 2077724 cli_runner.go:164] Run: docker container inspect addons-897172 --format={{.State.Status}}
I1018 12:01:55.176046 2077724 addons.go:69] Setting cloud-spanner=true in profile "addons-897172"
I1018 12:01:55.176085 2077724 addons.go:238] Setting addon cloud-spanner=true in "addons-897172"
I1018 12:01:55.176131 2077724 host.go:66] Checking if "addons-897172" exists ...
I1018 12:01:55.176619 2077724 cli_runner.go:164] Run: docker container inspect addons-897172 --format={{.State.Status}}
I1018 12:01:55.179938 2077724 addons.go:69] Setting storage-provisioner=true in profile "addons-897172"
I1018 12:01:55.179980 2077724 addons.go:238] Setting addon storage-provisioner=true in "addons-897172"
I1018 12:01:55.180027 2077724 host.go:66] Checking if "addons-897172" exists ...
I1018 12:01:55.180501 2077724 cli_runner.go:164] Run: docker container inspect addons-897172 --format={{.State.Status}}
I1018 12:01:55.199055 2077724 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-897172"
I1018 12:01:55.199136 2077724 addons.go:238] Setting addon csi-hostpath-driver=true in "addons-897172"
I1018 12:01:55.199169 2077724 host.go:66] Checking if "addons-897172" exists ...
I1018 12:01:55.199675 2077724 cli_runner.go:164] Run: docker container inspect addons-897172 --format={{.State.Status}}
I1018 12:01:55.199884 2077724 out.go:179] * Verifying Kubernetes components...
I1018 12:01:55.199057 2077724 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-897172"
I1018 12:01:55.214980 2077724 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-897172"
I1018 12:01:55.215338 2077724 cli_runner.go:164] Run: docker container inspect addons-897172 --format={{.State.Status}}
I1018 12:01:55.199068 2077724 addons.go:69] Setting volcano=true in profile "addons-897172"
I1018 12:01:55.232165 2077724 addons.go:238] Setting addon volcano=true in "addons-897172"
I1018 12:01:55.232208 2077724 host.go:66] Checking if "addons-897172" exists ...
I1018 12:01:55.232926 2077724 cli_runner.go:164] Run: docker container inspect addons-897172 --format={{.State.Status}}
I1018 12:01:55.274771 2077724 addons.go:69] Setting default-storageclass=true in profile "addons-897172"
I1018 12:01:55.274810 2077724 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-897172"
I1018 12:01:55.275232 2077724 cli_runner.go:164] Run: docker container inspect addons-897172 --format={{.State.Status}}
I1018 12:01:55.297279 2077724 addons.go:69] Setting gcp-auth=true in profile "addons-897172"
I1018 12:01:55.297364 2077724 mustload.go:65] Loading cluster: addons-897172
I1018 12:01:55.297624 2077724 config.go:182] Loaded profile config "addons-897172": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.1
I1018 12:01:55.300970 2077724 cli_runner.go:164] Run: docker container inspect addons-897172 --format={{.State.Status}}
I1018 12:01:55.327641 2077724 addons.go:69] Setting ingress=true in profile "addons-897172"
I1018 12:01:55.327678 2077724 addons.go:238] Setting addon ingress=true in "addons-897172"
I1018 12:01:55.327737 2077724 host.go:66] Checking if "addons-897172" exists ...
I1018 12:01:55.328548 2077724 cli_runner.go:164] Run: docker container inspect addons-897172 --format={{.State.Status}}
I1018 12:01:55.353983 2077724 addons.go:69] Setting ingress-dns=true in profile "addons-897172"
I1018 12:01:55.354027 2077724 addons.go:238] Setting addon ingress-dns=true in "addons-897172"
I1018 12:01:55.354134 2077724 host.go:66] Checking if "addons-897172" exists ...
I1018 12:01:55.354781 2077724 cli_runner.go:164] Run: docker container inspect addons-897172 --format={{.State.Status}}
I1018 12:01:55.365990 2077724 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1018 12:01:55.199076 2077724 addons.go:69] Setting volumesnapshots=true in profile "addons-897172"
I1018 12:01:55.390640 2077724 addons.go:238] Setting addon volumesnapshots=true in "addons-897172"
I1018 12:01:55.390713 2077724 host.go:66] Checking if "addons-897172" exists ...
I1018 12:01:55.391452 2077724 cli_runner.go:164] Run: docker container inspect addons-897172 --format={{.State.Status}}
I1018 12:01:55.433171 2077724 out.go:179] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.9
I1018 12:01:55.433346 2077724 out.go:179] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.4
I1018 12:01:55.433519 2077724 out.go:179] - Using image docker.io/marcnuri/yakd:0.0.5
I1018 12:01:55.441196 2077724 addons.go:435] installing /etc/kubernetes/addons/yakd-ns.yaml
I1018 12:01:55.441225 2077724 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I1018 12:01:55.441290 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:01:55.460612 2077724 out.go:179] - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
I1018 12:01:55.439982 2077724 addons.go:435] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1018 12:01:55.460925 2077724 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I1018 12:01:55.460999 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:01:55.440213 2077724 addons.go:238] Setting addon storage-provisioner-rancher=true in "addons-897172"
I1018 12:01:55.483741 2077724 host.go:66] Checking if "addons-897172" exists ...
I1018 12:01:55.484206 2077724 cli_runner.go:164] Run: docker container inspect addons-897172 --format={{.State.Status}}
I1018 12:01:55.486037 2077724 out.go:179] - Using image docker.io/registry:3.0.0
I1018 12:01:55.490506 2077724 out.go:179] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.45.0
I1018 12:01:55.493535 2077724 addons.go:435] installing /etc/kubernetes/addons/ig-crd.yaml
I1018 12:01:55.493596 2077724 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (14 bytes)
I1018 12:01:55.493703 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:01:55.506237 2077724 addons.go:435] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I1018 12:01:55.506259 2077724 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
I1018 12:01:55.506331 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:01:55.511628 2077724 out.go:179] - Using image registry.k8s.io/metrics-server/metrics-server:v0.8.0
I1018 12:01:55.512478 2077724 addons.go:435] installing /etc/kubernetes/addons/registry-rc.yaml
I1018 12:01:55.512510 2077724 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I1018 12:01:55.512601 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:01:55.525223 2077724 out.go:179] - Using image docker.io/volcanosh/vc-controller-manager:v1.13.0
I1018 12:01:55.528058 2077724 out.go:179] - Using image docker.io/volcanosh/vc-scheduler:v1.13.0
I1018 12:01:55.530970 2077724 out.go:179] - Using image docker.io/volcanosh/vc-webhook-manager:v1.13.0
I1018 12:01:55.537409 2077724 addons.go:435] installing /etc/kubernetes/addons/volcano-deployment.yaml
I1018 12:01:55.537437 2077724 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (1017570 bytes)
I1018 12:01:55.537506 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:01:55.544753 2077724 addons.go:238] Setting addon default-storageclass=true in "addons-897172"
I1018 12:01:55.544840 2077724 host.go:66] Checking if "addons-897172" exists ...
I1018 12:01:55.545329 2077724 cli_runner.go:164] Run: docker container inspect addons-897172 --format={{.State.Status}}
I1018 12:01:55.569150 2077724 host.go:66] Checking if "addons-897172" exists ...
I1018 12:01:55.569409 2077724 out.go:179] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I1018 12:01:55.571780 2077724 addons.go:435] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I1018 12:01:55.574279 2077724 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I1018 12:01:55.574378 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:01:55.581673 2077724 out.go:179] - Using image docker.io/upmcenterprises/registry-creds:1.10
I1018 12:01:55.582002 2077724 out.go:179] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I1018 12:01:55.601574 2077724 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.1/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.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I1018 12:01:55.617469 2077724 out.go:179] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.42
I1018 12:01:55.644075 2077724 addons.go:435] installing /etc/kubernetes/addons/deployment.yaml
I1018 12:01:55.644120 2077724 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I1018 12:01:55.644203 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:01:55.617684 2077724 addons.go:435] installing /etc/kubernetes/addons/registry-creds-rc.yaml
I1018 12:01:55.672933 2077724 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-creds-rc.yaml (3306 bytes)
I1018 12:01:55.673045 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:01:55.674079 2077724 out.go:179] - Using image registry.k8s.io/ingress-nginx/controller:v1.13.3
I1018 12:01:55.687206 2077724 out.go:179] - Using image docker.io/kicbase/minikube-ingress-dns:0.0.4
I1018 12:01:55.672749 2077724 out.go:179] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I1018 12:01:55.672869 2077724 out.go:179] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I1018 12:01:55.689267 2077724 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35694 SSHKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/machines/addons-897172/id_rsa Username:docker}
I1018 12:01:55.690050 2077724 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35694 SSHKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/machines/addons-897172/id_rsa Username:docker}
I1018 12:01:55.693283 2077724 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
I1018 12:01:55.693428 2077724 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I1018 12:01:55.693491 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:01:55.701252 2077724 addons.go:435] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I1018 12:01:55.701277 2077724 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2889 bytes)
I1018 12:01:55.704890 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:01:55.693292 2077724 out.go:179] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I1018 12:01:55.693297 2077724 out.go:179] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.3
I1018 12:01:55.720303 2077724 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35694 SSHKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/machines/addons-897172/id_rsa Username:docker}
I1018 12:01:55.721359 2077724 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35694 SSHKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/machines/addons-897172/id_rsa Username:docker}
I1018 12:01:55.722009 2077724 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35694 SSHKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/machines/addons-897172/id_rsa Username:docker}
I1018 12:01:55.722634 2077724 out.go:179] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I1018 12:01:55.724068 2077724 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I1018 12:01:55.724091 2077724 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I1018 12:01:55.724149 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:01:55.728030 2077724 out.go:179] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.3
I1018 12:01:55.732920 2077724 out.go:179] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I1018 12:01:55.734019 2077724 addons.go:435] installing /etc/kubernetes/addons/ingress-deploy.yaml
I1018 12:01:55.734062 2077724 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I1018 12:01:55.734157 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:01:55.744423 2077724 out.go:179] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I1018 12:01:55.752520 2077724 out.go:179] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I1018 12:01:55.755494 2077724 out.go:179] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I1018 12:01:55.762370 2077724 addons.go:435] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I1018 12:01:55.762405 2077724 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I1018 12:01:55.762472 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:01:55.776480 2077724 out.go:179] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I1018 12:01:55.780157 2077724 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35694 SSHKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/machines/addons-897172/id_rsa Username:docker}
I1018 12:01:55.789164 2077724 out.go:179] - Using image docker.io/busybox:stable
I1018 12:01:55.792965 2077724 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1018 12:01:55.792988 2077724 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I1018 12:01:55.793056 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:01:55.802265 2077724 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35694 SSHKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/machines/addons-897172/id_rsa Username:docker}
I1018 12:01:55.807122 2077724 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
I1018 12:01:55.807142 2077724 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I1018 12:01:55.807198 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:01:55.883711 2077724 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35694 SSHKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/machines/addons-897172/id_rsa Username:docker}
I1018 12:01:55.884028 2077724 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35694 SSHKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/machines/addons-897172/id_rsa Username:docker}
I1018 12:01:55.903640 2077724 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35694 SSHKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/machines/addons-897172/id_rsa Username:docker}
I1018 12:01:55.912332 2077724 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35694 SSHKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/machines/addons-897172/id_rsa Username:docker}
I1018 12:01:55.918683 2077724 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35694 SSHKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/machines/addons-897172/id_rsa Username:docker}
I1018 12:01:55.924310 2077724 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35694 SSHKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/machines/addons-897172/id_rsa Username:docker}
W1018 12:01:55.932197 2077724 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I1018 12:01:55.932242 2077724 retry.go:31] will retry after 279.479591ms: ssh: handshake failed: EOF
W1018 12:01:55.932427 2077724 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I1018 12:01:55.932444 2077724 retry.go:31] will retry after 258.849701ms: ssh: handshake failed: EOF
I1018 12:01:55.933803 2077724 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35694 SSHKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/machines/addons-897172/id_rsa Username:docker}
I1018 12:01:55.952059 2077724 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35694 SSHKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/machines/addons-897172/id_rsa Username:docker}
I1018 12:01:55.953960 2077724 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35694 SSHKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/machines/addons-897172/id_rsa Username:docker}
W1018 12:01:55.955074 2077724 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I1018 12:01:55.955097 2077724 retry.go:31] will retry after 338.346835ms: ssh: handshake failed: EOF
I1018 12:01:55.956960 2077724 ssh_runner.go:195] Run: sudo systemctl start kubelet
W1018 12:01:56.194244 2077724 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I1018 12:01:56.194272 2077724 retry.go:31] will retry after 492.979292ms: ssh: handshake failed: EOF
I1018 12:01:56.599571 2077724 addons.go:435] installing /etc/kubernetes/addons/yakd-sa.yaml
I1018 12:01:56.599597 2077724 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I1018 12:01:56.636926 2077724 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I1018 12:01:56.636951 2077724 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I1018 12:01:56.690746 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1018 12:01:56.691536 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I1018 12:01:56.693476 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I1018 12:01:56.694965 2077724 addons.go:435] installing /etc/kubernetes/addons/registry-svc.yaml
I1018 12:01:56.694984 2077724 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I1018 12:01:56.704701 2077724 addons.go:435] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I1018 12:01:56.704724 2077724 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I1018 12:01:56.720278 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/registry-creds-rc.yaml
I1018 12:01:56.785529 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I1018 12:01:56.807308 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
I1018 12:01:56.811611 2077724 addons.go:435] installing /etc/kubernetes/addons/yakd-crb.yaml
I1018 12:01:56.811680 2077724 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I1018 12:01:56.831119 2077724 addons.go:435] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I1018 12:01:56.831194 2077724 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I1018 12:01:56.833344 2077724 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.1/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.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.23168759s)
I1018 12:01:56.833537 2077724 start.go:976] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I1018 12:01:56.834246 2077724 node_ready.go:35] waiting up to 6m0s for node "addons-897172" to be "Ready" ...
I1018 12:01:56.845232 2077724 addons.go:435] installing /etc/kubernetes/addons/ig-deployment.yaml
I1018 12:01:56.845301 2077724 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (15034 bytes)
I1018 12:01:56.866974 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I1018 12:01:56.923573 2077724 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I1018 12:01:56.923668 2077724 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I1018 12:01:56.930292 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1018 12:01:56.992626 2077724 addons.go:435] installing /etc/kubernetes/addons/yakd-svc.yaml
I1018 12:01:56.992706 2077724 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I1018 12:01:56.997386 2077724 addons.go:435] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I1018 12:01:56.997463 2077724 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I1018 12:01:57.042848 2077724 addons.go:435] installing /etc/kubernetes/addons/registry-proxy.yaml
I1018 12:01:57.042926 2077724 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I1018 12:01:57.082695 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1018 12:01:57.099172 2077724 addons.go:435] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I1018 12:01:57.099247 2077724 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)
I1018 12:01:57.153023 2077724 addons.go:435] installing /etc/kubernetes/addons/yakd-dp.yaml
I1018 12:01:57.153043 2077724 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I1018 12:01:57.190917 2077724 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I1018 12:01:57.190995 2077724 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I1018 12:01:57.200014 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I1018 12:01:57.228361 2077724 addons.go:435] installing /etc/kubernetes/addons/metrics-server-service.yaml
I1018 12:01:57.228435 2077724 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I1018 12:01:57.283526 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I1018 12:01:57.312033 2077724 addons.go:435] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I1018 12:01:57.312109 2077724 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I1018 12:01:57.340058 2077724 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-897172" context rescaled to 1 replicas
I1018 12:01:57.357577 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/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
I1018 12:01:57.376381 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/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
I1018 12:01:57.379146 2077724 addons.go:435] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I1018 12:01:57.379234 2077724 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I1018 12:01:57.502013 2077724 addons.go:435] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I1018 12:01:57.502104 2077724 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I1018 12:01:57.505617 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I1018 12:01:57.544304 2077724 addons.go:435] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I1018 12:01:57.544380 2077724 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I1018 12:01:57.714094 2077724 addons.go:435] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I1018 12:01:57.714170 2077724 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I1018 12:01:57.791967 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/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
I1018 12:01:57.991772 2077724 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I1018 12:01:57.991799 2077724 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I1018 12:01:58.130707 2077724 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I1018 12:01:58.130731 2077724 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I1018 12:01:58.349625 2077724 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I1018 12:01:58.349657 2077724 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I1018 12:01:58.526352 2077724 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I1018 12:01:58.526376 2077724 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I1018 12:01:58.785750 2077724 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I1018 12:01:58.785771 2077724 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
W1018 12:01:58.843652 2077724 node_ready.go:57] node "addons-897172" has "Ready":"False" status (will retry)
I1018 12:01:59.047504 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/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
I1018 12:01:59.856212 2077724 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (3.165382232s)
I1018 12:01:59.856472 2077724 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml: (3.1649146s)
I1018 12:02:00.040994 2077724 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.34747908s)
I1018 12:02:00.041163 2077724 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/registry-creds-rc.yaml: (3.320842941s)
I1018 12:02:00.041247 2077724 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.255640201s)
W1018 12:02:00.850342 2077724 node_ready.go:57] node "addons-897172" has "Ready":"False" status (will retry)
W1018 12:02:02.905260 2077724 node_ready.go:57] node "addons-897172" has "Ready":"False" status (will retry)
I1018 12:02:03.185091 2077724 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I1018 12:02:03.185178 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:02:03.214205 2077724 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35694 SSHKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/machines/addons-897172/id_rsa Username:docker}
I1018 12:02:03.352867 2077724 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I1018 12:02:03.368311 2077724 addons.go:238] Setting addon gcp-auth=true in "addons-897172"
I1018 12:02:03.368367 2077724 host.go:66] Checking if "addons-897172" exists ...
I1018 12:02:03.368819 2077724 cli_runner.go:164] Run: docker container inspect addons-897172 --format={{.State.Status}}
I1018 12:02:03.398587 2077724 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I1018 12:02:03.398651 2077724 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-897172
I1018 12:02:03.427802 2077724 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35694 SSHKeyPath:/home/jenkins/minikube-integration/21647-2075029/.minikube/machines/addons-897172/id_rsa Username:docker}
I1018 12:02:03.984133 2077724 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml: (7.176742656s)
I1018 12:02:03.984189 2077724 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (7.117145885s)
I1018 12:02:03.984368 2077724 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (7.054004146s)
I1018 12:02:03.984449 2077724 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (6.901691865s)
W1018 12:02:03.984470 2077724 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget created
serviceaccount/gadget created
configmap/gadget created
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role created
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding created
role.rbac.authorization.k8s.io/gadget-role created
rolebinding.rbac.authorization.k8s.io/gadget-role-binding created
daemonset.apps/gadget created
stderr:
Warning: spec.template.metadata.annotations[container.apparmor.security.beta.kubernetes.io/gadget]: deprecated since v1.30; use the "appArmorProfile" field instead
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1018 12:02:03.984490 2077724 retry.go:31] will retry after 367.487904ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget created
serviceaccount/gadget created
configmap/gadget created
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role created
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding created
role.rbac.authorization.k8s.io/gadget-role created
rolebinding.rbac.authorization.k8s.io/gadget-role-binding created
daemonset.apps/gadget created
stderr:
Warning: spec.template.metadata.annotations[container.apparmor.security.beta.kubernetes.io/gadget]: deprecated since v1.30; use the "appArmorProfile" field instead
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1018 12:02:03.984579 2077724 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (6.78449376s)
I1018 12:02:03.984593 2077724 addons.go:479] Verifying addon ingress=true in "addons-897172"
I1018 12:02:03.984786 2077724 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (6.70118689s)
I1018 12:02:03.984879 2077724 addons.go:479] Verifying addon registry=true in "addons-897172"
I1018 12:02:03.985050 2077724 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/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.627392855s)
I1018 12:02:03.985313 2077724 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/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.608855749s)
I1018 12:02:03.985863 2077724 addons.go:479] Verifying addon metrics-server=true in "addons-897172"
I1018 12:02:03.985372 2077724 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (6.479682153s)
I1018 12:02:03.985483 2077724 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (6.193434489s)
W1018 12:02:03.985916 2077724 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/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
I1018 12:02:03.985933 2077724 retry.go:31] will retry after 125.590522ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/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
I1018 12:02:03.985650 2077724 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/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.938067626s)
I1018 12:02:03.985964 2077724 addons.go:479] Verifying addon csi-hostpath-driver=true in "addons-897172"
I1018 12:02:03.989146 2077724 out.go:179] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-897172 service yakd-dashboard -n yakd-dashboard
I1018 12:02:03.989181 2077724 out.go:179] * Verifying registry addon...
I1018 12:02:03.989194 2077724 out.go:179] * Verifying ingress addon...
I1018 12:02:03.993133 2077724 out.go:179] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.3
I1018 12:02:03.993241 2077724 out.go:179] * Verifying csi-hostpath-driver addon...
I1018 12:02:03.995937 2077724 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I1018 12:02:03.996736 2077724 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I1018 12:02:03.998618 2077724 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I1018 12:02:04.000919 2077724 out.go:179] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
I1018 12:02:04.004004 2077724 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I1018 12:02:04.004047 2077724 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I1018 12:02:04.038876 2077724 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I1018 12:02:04.038899 2077724 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I1018 12:02:04.074012 2077724 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I1018 12:02:04.074034 2077724 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I1018 12:02:04.099669 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/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
I1018 12:02:04.112594 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/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
I1018 12:02:04.130119 2077724 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I1018 12:02:04.130440 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:04.130321 2077724 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1018 12:02:04.130512 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:04.130418 2077724 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I1018 12:02:04.130569 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:04.353037 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1018 12:02:04.520764 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:04.521047 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:04.521091 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:05.005904 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:05.006357 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:05.009772 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:05.211469 2077724 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml: (1.111762228s)
I1018 12:02:05.217148 2077724 addons.go:479] Verifying addon gcp-auth=true in "addons-897172"
I1018 12:02:05.220256 2077724 out.go:179] * Verifying gcp-auth addon...
I1018 12:02:05.224050 2077724 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I1018 12:02:05.227512 2077724 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I1018 12:02:05.227587 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1018 12:02:05.338461 2077724 node_ready.go:57] node "addons-897172" has "Ready":"False" status (will retry)
I1018 12:02:05.500929 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:05.501767 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:05.502241 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:05.533106 2077724 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/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.420472367s)
I1018 12:02:05.727930 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:05.747389 2077724 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.39426382s)
W1018 12:02:05.747424 2077724 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1018 12:02:05.747442 2077724 retry.go:31] will retry after 231.418033ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1018 12:02:05.979592 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1018 12:02:06.002289 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:06.003430 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:06.005110 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:06.227201 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:06.500574 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:06.500786 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:06.502926 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:06.727247 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1018 12:02:06.798356 2077724 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1018 12:02:06.798386 2077724 retry.go:31] will retry after 495.929746ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1018 12:02:07.000180 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:07.000333 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:07.003712 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:07.227952 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:07.295034 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1018 12:02:07.499317 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:07.500616 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:07.501555 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:07.728023 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1018 12:02:07.838785 2077724 node_ready.go:57] node "addons-897172" has "Ready":"False" status (will retry)
I1018 12:02:08.002192 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:08.005381 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:08.005908 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
W1018 12:02:08.131275 2077724 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1018 12:02:08.131305 2077724 retry.go:31] will retry after 603.765616ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1018 12:02:08.227574 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:08.499166 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:08.500546 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:08.501041 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:08.726750 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:08.736066 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1018 12:02:09.002062 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:09.002269 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:09.004228 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:09.227657 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:09.511224 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:09.511396 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:09.512265 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
W1018 12:02:09.616046 2077724 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1018 12:02:09.616077 2077724 retry.go:31] will retry after 664.404477ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1018 12:02:09.726845 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:10.003446 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:10.003803 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:10.004781 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:10.227604 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:10.280977 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
W1018 12:02:10.338623 2077724 node_ready.go:57] node "addons-897172" has "Ready":"False" status (will retry)
I1018 12:02:10.503834 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:10.504381 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:10.504705 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:10.727145 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:11.003525 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:11.003808 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:11.003891 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
W1018 12:02:11.101255 2077724 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1018 12:02:11.101293 2077724 retry.go:31] will retry after 2.822526788s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1018 12:02:11.227105 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:11.499476 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:11.500898 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:11.502072 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:11.726863 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:11.999988 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:12.000680 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:12.003876 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:12.227623 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:12.499576 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:12.499781 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:12.501735 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:12.727601 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1018 12:02:12.837581 2077724 node_ready.go:57] node "addons-897172" has "Ready":"False" status (will retry)
I1018 12:02:13.000332 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:13.000556 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:13.006040 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:13.226868 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:13.501079 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:13.501488 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:13.503157 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:13.727059 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:13.924147 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1018 12:02:14.001326 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:14.001826 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:14.006486 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:14.227218 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:14.501005 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:14.502446 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:14.504112 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:14.727285 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1018 12:02:14.728882 2077724 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1018 12:02:14.728907 2077724 retry.go:31] will retry after 3.431148696s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
W1018 12:02:14.837889 2077724 node_ready.go:57] node "addons-897172" has "Ready":"False" status (will retry)
I1018 12:02:14.999945 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:15.005830 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:15.006327 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:15.227792 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:15.498905 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:15.501272 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:15.501379 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:15.727358 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:15.998899 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:16.005611 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:16.005741 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:16.227666 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:16.500668 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:16.501270 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:16.501930 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:16.727019 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:17.002094 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:17.002516 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:17.003330 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:17.227682 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1018 12:02:17.337600 2077724 node_ready.go:57] node "addons-897172" has "Ready":"False" status (will retry)
I1018 12:02:17.500550 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:17.501192 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:17.503022 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:17.727350 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:18.000412 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:18.005904 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:18.006485 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:18.160859 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1018 12:02:18.227263 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:18.502249 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:18.504090 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:18.505005 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:18.727275 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1018 12:02:18.960260 2077724 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1018 12:02:18.960291 2077724 retry.go:31] will retry after 3.045277304s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1018 12:02:19.003924 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:19.004085 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:19.004527 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:19.227560 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:19.499436 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:19.500523 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:19.501276 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:19.727100 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1018 12:02:19.838063 2077724 node_ready.go:57] node "addons-897172" has "Ready":"False" status (will retry)
I1018 12:02:19.999564 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:20.001160 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:20.002168 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:20.226923 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:20.501229 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:20.501584 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:20.502374 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:20.727380 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:21.007955 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:21.008079 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:21.008198 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:21.227036 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:21.499921 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:21.500094 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:21.502663 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:21.727527 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:21.999118 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:22.000578 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:22.005242 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:22.005869 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1018 12:02:22.227940 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1018 12:02:22.338340 2077724 node_ready.go:57] node "addons-897172" has "Ready":"False" status (will retry)
I1018 12:02:22.501129 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:22.503052 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:22.503363 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:22.727150 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1018 12:02:22.824406 2077724 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1018 12:02:22.824436 2077724 retry.go:31] will retry after 3.710811743s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1018 12:02:23.000163 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:23.000492 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:23.005359 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:23.227538 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:23.500060 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:23.500106 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:23.502446 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:23.727534 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:24.005172 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:24.005329 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:24.005694 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:24.249868 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1018 12:02:24.341216 2077724 node_ready.go:57] node "addons-897172" has "Ready":"False" status (will retry)
I1018 12:02:24.500141 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:24.500390 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:24.501980 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:24.727036 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:25.003058 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:25.003561 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:25.008457 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:25.227789 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:25.499349 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:25.500869 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:25.501179 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:25.727814 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:26.001443 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:26.002202 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:26.011972 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:26.227084 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:26.500968 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:26.501534 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:26.501595 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:26.535855 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1018 12:02:26.726940 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1018 12:02:26.838457 2077724 node_ready.go:57] node "addons-897172" has "Ready":"False" status (will retry)
I1018 12:02:27.004524 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:27.004702 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:27.005075 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:27.227979 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1018 12:02:27.324866 2077724 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1018 12:02:27.324896 2077724 retry.go:31] will retry after 10.387791324s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1018 12:02:27.500850 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:27.501348 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:27.502267 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:27.727322 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:27.999390 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:28.000154 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:28.004067 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:28.227319 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:28.500346 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:28.500663 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:28.502257 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:28.727894 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:29.000636 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:29.001703 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:29.002757 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:29.227655 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1018 12:02:29.337946 2077724 node_ready.go:57] node "addons-897172" has "Ready":"False" status (will retry)
I1018 12:02:29.499324 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:29.500414 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:29.501045 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:29.726780 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:29.999907 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:30.000082 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:30.003970 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:30.226949 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:30.501384 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:30.501454 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:30.502068 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:30.726781 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:30.999308 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:30.999884 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:31.001949 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:31.226732 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:31.500550 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:31.501185 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:31.501705 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:31.727517 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1018 12:02:31.837183 2077724 node_ready.go:57] node "addons-897172" has "Ready":"False" status (will retry)
I1018 12:02:31.999247 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:32.000494 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:32.003303 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:32.227085 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:32.499106 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:32.501742 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:32.502124 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:32.726912 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:32.999758 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:32.999921 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:33.004449 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:33.227553 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:33.500346 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:33.500481 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:33.501416 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:33.727469 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1018 12:02:33.837227 2077724 node_ready.go:57] node "addons-897172" has "Ready":"False" status (will retry)
I1018 12:02:33.999264 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:33.999481 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:34.002718 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:34.227625 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:34.498893 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:34.500940 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:34.501095 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:34.726955 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:35.000693 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:35.000865 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:35.003750 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:35.227522 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:35.500290 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:35.500377 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:35.502337 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:35.727223 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1018 12:02:35.837891 2077724 node_ready.go:57] node "addons-897172" has "Ready":"False" status (will retry)
I1018 12:02:35.998714 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:36.007597 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:36.007727 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:36.227773 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:36.500166 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:36.501691 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:36.502703 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:36.742420 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:36.840417 2077724 node_ready.go:49] node "addons-897172" is "Ready"
I1018 12:02:36.840443 2077724 node_ready.go:38] duration metric: took 40.006143267s for node "addons-897172" to be "Ready" ...
I1018 12:02:36.840458 2077724 api_server.go:52] waiting for apiserver process to appear ...
I1018 12:02:36.840524 2077724 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I1018 12:02:36.878264 2077724 api_server.go:72] duration metric: took 41.736800584s to wait for apiserver process to appear ...
I1018 12:02:36.878291 2077724 api_server.go:88] waiting for apiserver healthz status ...
I1018 12:02:36.878314 2077724 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I1018 12:02:36.894278 2077724 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I1018 12:02:36.896195 2077724 api_server.go:141] control plane version: v1.34.1
I1018 12:02:36.896224 2077724 api_server.go:131] duration metric: took 17.924905ms to wait for apiserver health ...
I1018 12:02:36.896234 2077724 system_pods.go:43] waiting for kube-system pods to appear ...
I1018 12:02:36.906671 2077724 system_pods.go:59] 19 kube-system pods found
I1018 12:02:36.906711 2077724 system_pods.go:61] "coredns-66bc5c9577-72vfc" [27c050a1-1b42-4f69-a37c-3864d231020f] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I1018 12:02:36.906718 2077724 system_pods.go:61] "csi-hostpath-attacher-0" [a34aa7bb-8dee-4ec2-943a-41a6009b98f3] Pending
I1018 12:02:36.906725 2077724 system_pods.go:61] "csi-hostpath-resizer-0" [4182e5e9-dc78-47da-981e-07c5080e1bf3] Pending
I1018 12:02:36.906731 2077724 system_pods.go:61] "csi-hostpathplugin-kkctl" [b9d6daf8-3cf1-4c40-81a0-90f3c347f16b] Pending
I1018 12:02:36.906735 2077724 system_pods.go:61] "etcd-addons-897172" [1e9ee371-bcf9-477e-b0d7-647b692c0bdf] Running
I1018 12:02:36.906740 2077724 system_pods.go:61] "kindnet-zx4jd" [f6966169-6361-46fa-b60d-7cb67c785953] Running
I1018 12:02:36.906745 2077724 system_pods.go:61] "kube-apiserver-addons-897172" [573e8cff-85cc-4011-9bae-ffb4383801a9] Running
I1018 12:02:36.906756 2077724 system_pods.go:61] "kube-controller-manager-addons-897172" [f5e44727-b557-4306-823a-90703f85917a] Running
I1018 12:02:36.906761 2077724 system_pods.go:61] "kube-ingress-dns-minikube" [ea2ea820-0b46-46a5-8a36-d2e04ef74663] Pending
I1018 12:02:36.906768 2077724 system_pods.go:61] "kube-proxy-5wvw6" [9337e807-7e99-4b42-b629-1c3b5cb70d8a] Running
I1018 12:02:36.906772 2077724 system_pods.go:61] "kube-scheduler-addons-897172" [53d504e2-c117-4c17-834b-e396bec7496c] Running
I1018 12:02:36.906781 2077724 system_pods.go:61] "metrics-server-85b7d694d7-l9lnl" [6f318350-01b1-4662-8b11-9623be573bf2] Pending
I1018 12:02:36.906785 2077724 system_pods.go:61] "nvidia-device-plugin-daemonset-9gjsj" [1564a3ac-4f7b-4ea4-be9f-210c9a9f2c5f] Pending
I1018 12:02:36.906798 2077724 system_pods.go:61] "registry-6b586f9694-m2bbx" [1ff58f99-278b-411c-a5e0-83d367ff2f01] Pending
I1018 12:02:36.906805 2077724 system_pods.go:61] "registry-creds-764b6fb674-b6zx6" [c32793b2-06b3-4b42-9b78-938c01bcfd38] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I1018 12:02:36.906811 2077724 system_pods.go:61] "registry-proxy-mhx2x" [5d015e78-b666-4fb1-b7f4-92ef0c57241e] Pending
I1018 12:02:36.906823 2077724 system_pods.go:61] "snapshot-controller-7d9fbc56b8-2np2z" [f53631ad-f24e-4ae7-84a9-2894cd32d094] Pending
I1018 12:02:36.906830 2077724 system_pods.go:61] "snapshot-controller-7d9fbc56b8-kx2sh" [83ac2397-32ad-4982-bec3-81ea5d47c49a] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1018 12:02:36.906836 2077724 system_pods.go:61] "storage-provisioner" [93c0a2f7-1aab-485f-9f75-20eb6c39f998] Pending / Ready:ContainersNotReady (containers with unready status: [storage-provisioner]) / ContainersReady:ContainersNotReady (containers with unready status: [storage-provisioner])
I1018 12:02:36.906846 2077724 system_pods.go:74] duration metric: took 10.605992ms to wait for pod list to return data ...
I1018 12:02:36.906858 2077724 default_sa.go:34] waiting for default service account to be created ...
I1018 12:02:36.945271 2077724 default_sa.go:45] found service account: "default"
I1018 12:02:36.945299 2077724 default_sa.go:55] duration metric: took 38.433528ms for default service account to be created ...
I1018 12:02:36.945309 2077724 system_pods.go:116] waiting for k8s-apps to be running ...
I1018 12:02:37.008400 2077724 system_pods.go:86] 19 kube-system pods found
I1018 12:02:37.008441 2077724 system_pods.go:89] "coredns-66bc5c9577-72vfc" [27c050a1-1b42-4f69-a37c-3864d231020f] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I1018 12:02:37.008448 2077724 system_pods.go:89] "csi-hostpath-attacher-0" [a34aa7bb-8dee-4ec2-943a-41a6009b98f3] Pending
I1018 12:02:37.008455 2077724 system_pods.go:89] "csi-hostpath-resizer-0" [4182e5e9-dc78-47da-981e-07c5080e1bf3] Pending
I1018 12:02:37.008460 2077724 system_pods.go:89] "csi-hostpathplugin-kkctl" [b9d6daf8-3cf1-4c40-81a0-90f3c347f16b] Pending
I1018 12:02:37.008464 2077724 system_pods.go:89] "etcd-addons-897172" [1e9ee371-bcf9-477e-b0d7-647b692c0bdf] Running
I1018 12:02:37.008470 2077724 system_pods.go:89] "kindnet-zx4jd" [f6966169-6361-46fa-b60d-7cb67c785953] Running
I1018 12:02:37.008475 2077724 system_pods.go:89] "kube-apiserver-addons-897172" [573e8cff-85cc-4011-9bae-ffb4383801a9] Running
I1018 12:02:37.008484 2077724 system_pods.go:89] "kube-controller-manager-addons-897172" [f5e44727-b557-4306-823a-90703f85917a] Running
I1018 12:02:37.008491 2077724 system_pods.go:89] "kube-ingress-dns-minikube" [ea2ea820-0b46-46a5-8a36-d2e04ef74663] Pending
I1018 12:02:37.008494 2077724 system_pods.go:89] "kube-proxy-5wvw6" [9337e807-7e99-4b42-b629-1c3b5cb70d8a] Running
I1018 12:02:37.008501 2077724 system_pods.go:89] "kube-scheduler-addons-897172" [53d504e2-c117-4c17-834b-e396bec7496c] Running
I1018 12:02:37.008509 2077724 system_pods.go:89] "metrics-server-85b7d694d7-l9lnl" [6f318350-01b1-4662-8b11-9623be573bf2] Pending
I1018 12:02:37.008514 2077724 system_pods.go:89] "nvidia-device-plugin-daemonset-9gjsj" [1564a3ac-4f7b-4ea4-be9f-210c9a9f2c5f] Pending
I1018 12:02:37.008518 2077724 system_pods.go:89] "registry-6b586f9694-m2bbx" [1ff58f99-278b-411c-a5e0-83d367ff2f01] Pending
I1018 12:02:37.008537 2077724 system_pods.go:89] "registry-creds-764b6fb674-b6zx6" [c32793b2-06b3-4b42-9b78-938c01bcfd38] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I1018 12:02:37.008542 2077724 system_pods.go:89] "registry-proxy-mhx2x" [5d015e78-b666-4fb1-b7f4-92ef0c57241e] Pending
I1018 12:02:37.008550 2077724 system_pods.go:89] "snapshot-controller-7d9fbc56b8-2np2z" [f53631ad-f24e-4ae7-84a9-2894cd32d094] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1018 12:02:37.008565 2077724 system_pods.go:89] "snapshot-controller-7d9fbc56b8-kx2sh" [83ac2397-32ad-4982-bec3-81ea5d47c49a] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1018 12:02:37.008571 2077724 system_pods.go:89] "storage-provisioner" [93c0a2f7-1aab-485f-9f75-20eb6c39f998] Pending / Ready:ContainersNotReady (containers with unready status: [storage-provisioner]) / ContainersReady:ContainersNotReady (containers with unready status: [storage-provisioner])
I1018 12:02:37.008589 2077724 retry.go:31] will retry after 303.021535ms: missing components: kube-dns
I1018 12:02:37.009096 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:37.009194 2077724 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I1018 12:02:37.009208 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:37.010349 2077724 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1018 12:02:37.010374 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:37.229536 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:37.319989 2077724 system_pods.go:86] 19 kube-system pods found
I1018 12:02:37.320029 2077724 system_pods.go:89] "coredns-66bc5c9577-72vfc" [27c050a1-1b42-4f69-a37c-3864d231020f] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I1018 12:02:37.320036 2077724 system_pods.go:89] "csi-hostpath-attacher-0" [a34aa7bb-8dee-4ec2-943a-41a6009b98f3] Pending
I1018 12:02:37.320043 2077724 system_pods.go:89] "csi-hostpath-resizer-0" [4182e5e9-dc78-47da-981e-07c5080e1bf3] Pending
I1018 12:02:37.320047 2077724 system_pods.go:89] "csi-hostpathplugin-kkctl" [b9d6daf8-3cf1-4c40-81a0-90f3c347f16b] Pending
I1018 12:02:37.320051 2077724 system_pods.go:89] "etcd-addons-897172" [1e9ee371-bcf9-477e-b0d7-647b692c0bdf] Running
I1018 12:02:37.320056 2077724 system_pods.go:89] "kindnet-zx4jd" [f6966169-6361-46fa-b60d-7cb67c785953] Running
I1018 12:02:37.320066 2077724 system_pods.go:89] "kube-apiserver-addons-897172" [573e8cff-85cc-4011-9bae-ffb4383801a9] Running
I1018 12:02:37.320071 2077724 system_pods.go:89] "kube-controller-manager-addons-897172" [f5e44727-b557-4306-823a-90703f85917a] Running
I1018 12:02:37.320075 2077724 system_pods.go:89] "kube-ingress-dns-minikube" [ea2ea820-0b46-46a5-8a36-d2e04ef74663] Pending
I1018 12:02:37.320084 2077724 system_pods.go:89] "kube-proxy-5wvw6" [9337e807-7e99-4b42-b629-1c3b5cb70d8a] Running
I1018 12:02:37.320089 2077724 system_pods.go:89] "kube-scheduler-addons-897172" [53d504e2-c117-4c17-834b-e396bec7496c] Running
I1018 12:02:37.320099 2077724 system_pods.go:89] "metrics-server-85b7d694d7-l9lnl" [6f318350-01b1-4662-8b11-9623be573bf2] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I1018 12:02:37.320104 2077724 system_pods.go:89] "nvidia-device-plugin-daemonset-9gjsj" [1564a3ac-4f7b-4ea4-be9f-210c9a9f2c5f] Pending
I1018 12:02:37.320118 2077724 system_pods.go:89] "registry-6b586f9694-m2bbx" [1ff58f99-278b-411c-a5e0-83d367ff2f01] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I1018 12:02:37.320124 2077724 system_pods.go:89] "registry-creds-764b6fb674-b6zx6" [c32793b2-06b3-4b42-9b78-938c01bcfd38] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I1018 12:02:37.320137 2077724 system_pods.go:89] "registry-proxy-mhx2x" [5d015e78-b666-4fb1-b7f4-92ef0c57241e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I1018 12:02:37.320144 2077724 system_pods.go:89] "snapshot-controller-7d9fbc56b8-2np2z" [f53631ad-f24e-4ae7-84a9-2894cd32d094] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1018 12:02:37.320151 2077724 system_pods.go:89] "snapshot-controller-7d9fbc56b8-kx2sh" [83ac2397-32ad-4982-bec3-81ea5d47c49a] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1018 12:02:37.320162 2077724 system_pods.go:89] "storage-provisioner" [93c0a2f7-1aab-485f-9f75-20eb6c39f998] Pending / Ready:ContainersNotReady (containers with unready status: [storage-provisioner]) / ContainersReady:ContainersNotReady (containers with unready status: [storage-provisioner])
I1018 12:02:37.320178 2077724 retry.go:31] will retry after 288.724433ms: missing components: kube-dns
I1018 12:02:37.501350 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:37.501704 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:37.502108 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:37.631984 2077724 system_pods.go:86] 19 kube-system pods found
I1018 12:02:37.632024 2077724 system_pods.go:89] "coredns-66bc5c9577-72vfc" [27c050a1-1b42-4f69-a37c-3864d231020f] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I1018 12:02:37.632034 2077724 system_pods.go:89] "csi-hostpath-attacher-0" [a34aa7bb-8dee-4ec2-943a-41a6009b98f3] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I1018 12:02:37.632043 2077724 system_pods.go:89] "csi-hostpath-resizer-0" [4182e5e9-dc78-47da-981e-07c5080e1bf3] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I1018 12:02:37.632050 2077724 system_pods.go:89] "csi-hostpathplugin-kkctl" [b9d6daf8-3cf1-4c40-81a0-90f3c347f16b] 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])
I1018 12:02:37.632055 2077724 system_pods.go:89] "etcd-addons-897172" [1e9ee371-bcf9-477e-b0d7-647b692c0bdf] Running
I1018 12:02:37.632060 2077724 system_pods.go:89] "kindnet-zx4jd" [f6966169-6361-46fa-b60d-7cb67c785953] Running
I1018 12:02:37.632069 2077724 system_pods.go:89] "kube-apiserver-addons-897172" [573e8cff-85cc-4011-9bae-ffb4383801a9] Running
I1018 12:02:37.632074 2077724 system_pods.go:89] "kube-controller-manager-addons-897172" [f5e44727-b557-4306-823a-90703f85917a] Running
I1018 12:02:37.632086 2077724 system_pods.go:89] "kube-ingress-dns-minikube" [ea2ea820-0b46-46a5-8a36-d2e04ef74663] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I1018 12:02:37.632091 2077724 system_pods.go:89] "kube-proxy-5wvw6" [9337e807-7e99-4b42-b629-1c3b5cb70d8a] Running
I1018 12:02:37.632096 2077724 system_pods.go:89] "kube-scheduler-addons-897172" [53d504e2-c117-4c17-834b-e396bec7496c] Running
I1018 12:02:37.632109 2077724 system_pods.go:89] "metrics-server-85b7d694d7-l9lnl" [6f318350-01b1-4662-8b11-9623be573bf2] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I1018 12:02:37.632116 2077724 system_pods.go:89] "nvidia-device-plugin-daemonset-9gjsj" [1564a3ac-4f7b-4ea4-be9f-210c9a9f2c5f] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I1018 12:02:37.632127 2077724 system_pods.go:89] "registry-6b586f9694-m2bbx" [1ff58f99-278b-411c-a5e0-83d367ff2f01] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I1018 12:02:37.632133 2077724 system_pods.go:89] "registry-creds-764b6fb674-b6zx6" [c32793b2-06b3-4b42-9b78-938c01bcfd38] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I1018 12:02:37.632140 2077724 system_pods.go:89] "registry-proxy-mhx2x" [5d015e78-b666-4fb1-b7f4-92ef0c57241e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I1018 12:02:37.632146 2077724 system_pods.go:89] "snapshot-controller-7d9fbc56b8-2np2z" [f53631ad-f24e-4ae7-84a9-2894cd32d094] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1018 12:02:37.632155 2077724 system_pods.go:89] "snapshot-controller-7d9fbc56b8-kx2sh" [83ac2397-32ad-4982-bec3-81ea5d47c49a] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1018 12:02:37.632165 2077724 system_pods.go:89] "storage-provisioner" [93c0a2f7-1aab-485f-9f75-20eb6c39f998] Pending / Ready:ContainersNotReady (containers with unready status: [storage-provisioner]) / ContainersReady:ContainersNotReady (containers with unready status: [storage-provisioner])
I1018 12:02:37.632183 2077724 retry.go:31] will retry after 378.474191ms: missing components: kube-dns
I1018 12:02:37.713450 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1018 12:02:37.727658 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:38.003258 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:38.003440 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:38.003601 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:38.015012 2077724 system_pods.go:86] 19 kube-system pods found
I1018 12:02:38.015053 2077724 system_pods.go:89] "coredns-66bc5c9577-72vfc" [27c050a1-1b42-4f69-a37c-3864d231020f] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I1018 12:02:38.015063 2077724 system_pods.go:89] "csi-hostpath-attacher-0" [a34aa7bb-8dee-4ec2-943a-41a6009b98f3] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I1018 12:02:38.015072 2077724 system_pods.go:89] "csi-hostpath-resizer-0" [4182e5e9-dc78-47da-981e-07c5080e1bf3] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I1018 12:02:38.015082 2077724 system_pods.go:89] "csi-hostpathplugin-kkctl" [b9d6daf8-3cf1-4c40-81a0-90f3c347f16b] 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])
I1018 12:02:38.015090 2077724 system_pods.go:89] "etcd-addons-897172" [1e9ee371-bcf9-477e-b0d7-647b692c0bdf] Running
I1018 12:02:38.015096 2077724 system_pods.go:89] "kindnet-zx4jd" [f6966169-6361-46fa-b60d-7cb67c785953] Running
I1018 12:02:38.015112 2077724 system_pods.go:89] "kube-apiserver-addons-897172" [573e8cff-85cc-4011-9bae-ffb4383801a9] Running
I1018 12:02:38.015118 2077724 system_pods.go:89] "kube-controller-manager-addons-897172" [f5e44727-b557-4306-823a-90703f85917a] Running
I1018 12:02:38.015126 2077724 system_pods.go:89] "kube-ingress-dns-minikube" [ea2ea820-0b46-46a5-8a36-d2e04ef74663] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I1018 12:02:38.015135 2077724 system_pods.go:89] "kube-proxy-5wvw6" [9337e807-7e99-4b42-b629-1c3b5cb70d8a] Running
I1018 12:02:38.015140 2077724 system_pods.go:89] "kube-scheduler-addons-897172" [53d504e2-c117-4c17-834b-e396bec7496c] Running
I1018 12:02:38.015145 2077724 system_pods.go:89] "metrics-server-85b7d694d7-l9lnl" [6f318350-01b1-4662-8b11-9623be573bf2] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I1018 12:02:38.015153 2077724 system_pods.go:89] "nvidia-device-plugin-daemonset-9gjsj" [1564a3ac-4f7b-4ea4-be9f-210c9a9f2c5f] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I1018 12:02:38.015181 2077724 system_pods.go:89] "registry-6b586f9694-m2bbx" [1ff58f99-278b-411c-a5e0-83d367ff2f01] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I1018 12:02:38.015190 2077724 system_pods.go:89] "registry-creds-764b6fb674-b6zx6" [c32793b2-06b3-4b42-9b78-938c01bcfd38] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I1018 12:02:38.015201 2077724 system_pods.go:89] "registry-proxy-mhx2x" [5d015e78-b666-4fb1-b7f4-92ef0c57241e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I1018 12:02:38.015208 2077724 system_pods.go:89] "snapshot-controller-7d9fbc56b8-2np2z" [f53631ad-f24e-4ae7-84a9-2894cd32d094] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1018 12:02:38.015219 2077724 system_pods.go:89] "snapshot-controller-7d9fbc56b8-kx2sh" [83ac2397-32ad-4982-bec3-81ea5d47c49a] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1018 12:02:38.015226 2077724 system_pods.go:89] "storage-provisioner" [93c0a2f7-1aab-485f-9f75-20eb6c39f998] Pending / Ready:ContainersNotReady (containers with unready status: [storage-provisioner]) / ContainersReady:ContainersNotReady (containers with unready status: [storage-provisioner])
I1018 12:02:38.015246 2077724 retry.go:31] will retry after 499.684215ms: missing components: kube-dns
I1018 12:02:38.227339 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:38.501450 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:38.501592 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:38.502776 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:38.519711 2077724 system_pods.go:86] 19 kube-system pods found
I1018 12:02:38.519752 2077724 system_pods.go:89] "coredns-66bc5c9577-72vfc" [27c050a1-1b42-4f69-a37c-3864d231020f] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I1018 12:02:38.519762 2077724 system_pods.go:89] "csi-hostpath-attacher-0" [a34aa7bb-8dee-4ec2-943a-41a6009b98f3] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I1018 12:02:38.519770 2077724 system_pods.go:89] "csi-hostpath-resizer-0" [4182e5e9-dc78-47da-981e-07c5080e1bf3] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I1018 12:02:38.519777 2077724 system_pods.go:89] "csi-hostpathplugin-kkctl" [b9d6daf8-3cf1-4c40-81a0-90f3c347f16b] 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])
I1018 12:02:38.519785 2077724 system_pods.go:89] "etcd-addons-897172" [1e9ee371-bcf9-477e-b0d7-647b692c0bdf] Running
I1018 12:02:38.519796 2077724 system_pods.go:89] "kindnet-zx4jd" [f6966169-6361-46fa-b60d-7cb67c785953] Running
I1018 12:02:38.519801 2077724 system_pods.go:89] "kube-apiserver-addons-897172" [573e8cff-85cc-4011-9bae-ffb4383801a9] Running
I1018 12:02:38.519812 2077724 system_pods.go:89] "kube-controller-manager-addons-897172" [f5e44727-b557-4306-823a-90703f85917a] Running
I1018 12:02:38.519818 2077724 system_pods.go:89] "kube-ingress-dns-minikube" [ea2ea820-0b46-46a5-8a36-d2e04ef74663] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I1018 12:02:38.519830 2077724 system_pods.go:89] "kube-proxy-5wvw6" [9337e807-7e99-4b42-b629-1c3b5cb70d8a] Running
I1018 12:02:38.519853 2077724 system_pods.go:89] "kube-scheduler-addons-897172" [53d504e2-c117-4c17-834b-e396bec7496c] Running
I1018 12:02:38.519862 2077724 system_pods.go:89] "metrics-server-85b7d694d7-l9lnl" [6f318350-01b1-4662-8b11-9623be573bf2] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I1018 12:02:38.519868 2077724 system_pods.go:89] "nvidia-device-plugin-daemonset-9gjsj" [1564a3ac-4f7b-4ea4-be9f-210c9a9f2c5f] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I1018 12:02:38.519878 2077724 system_pods.go:89] "registry-6b586f9694-m2bbx" [1ff58f99-278b-411c-a5e0-83d367ff2f01] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I1018 12:02:38.519885 2077724 system_pods.go:89] "registry-creds-764b6fb674-b6zx6" [c32793b2-06b3-4b42-9b78-938c01bcfd38] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I1018 12:02:38.519895 2077724 system_pods.go:89] "registry-proxy-mhx2x" [5d015e78-b666-4fb1-b7f4-92ef0c57241e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I1018 12:02:38.519903 2077724 system_pods.go:89] "snapshot-controller-7d9fbc56b8-2np2z" [f53631ad-f24e-4ae7-84a9-2894cd32d094] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1018 12:02:38.519916 2077724 system_pods.go:89] "snapshot-controller-7d9fbc56b8-kx2sh" [83ac2397-32ad-4982-bec3-81ea5d47c49a] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1018 12:02:38.519920 2077724 system_pods.go:89] "storage-provisioner" [93c0a2f7-1aab-485f-9f75-20eb6c39f998] Running
I1018 12:02:38.519935 2077724 retry.go:31] will retry after 619.284345ms: missing components: kube-dns
I1018 12:02:38.727083 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:39.003613 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:39.003781 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:39.004504 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:39.146577 2077724 system_pods.go:86] 19 kube-system pods found
I1018 12:02:39.146613 2077724 system_pods.go:89] "coredns-66bc5c9577-72vfc" [27c050a1-1b42-4f69-a37c-3864d231020f] Running
I1018 12:02:39.146635 2077724 system_pods.go:89] "csi-hostpath-attacher-0" [a34aa7bb-8dee-4ec2-943a-41a6009b98f3] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I1018 12:02:39.146643 2077724 system_pods.go:89] "csi-hostpath-resizer-0" [4182e5e9-dc78-47da-981e-07c5080e1bf3] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I1018 12:02:39.146656 2077724 system_pods.go:89] "csi-hostpathplugin-kkctl" [b9d6daf8-3cf1-4c40-81a0-90f3c347f16b] 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])
I1018 12:02:39.146671 2077724 system_pods.go:89] "etcd-addons-897172" [1e9ee371-bcf9-477e-b0d7-647b692c0bdf] Running
I1018 12:02:39.146676 2077724 system_pods.go:89] "kindnet-zx4jd" [f6966169-6361-46fa-b60d-7cb67c785953] Running
I1018 12:02:39.146681 2077724 system_pods.go:89] "kube-apiserver-addons-897172" [573e8cff-85cc-4011-9bae-ffb4383801a9] Running
I1018 12:02:39.146690 2077724 system_pods.go:89] "kube-controller-manager-addons-897172" [f5e44727-b557-4306-823a-90703f85917a] Running
I1018 12:02:39.146697 2077724 system_pods.go:89] "kube-ingress-dns-minikube" [ea2ea820-0b46-46a5-8a36-d2e04ef74663] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I1018 12:02:39.146707 2077724 system_pods.go:89] "kube-proxy-5wvw6" [9337e807-7e99-4b42-b629-1c3b5cb70d8a] Running
I1018 12:02:39.146712 2077724 system_pods.go:89] "kube-scheduler-addons-897172" [53d504e2-c117-4c17-834b-e396bec7496c] Running
I1018 12:02:39.146717 2077724 system_pods.go:89] "metrics-server-85b7d694d7-l9lnl" [6f318350-01b1-4662-8b11-9623be573bf2] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I1018 12:02:39.146734 2077724 system_pods.go:89] "nvidia-device-plugin-daemonset-9gjsj" [1564a3ac-4f7b-4ea4-be9f-210c9a9f2c5f] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I1018 12:02:39.146740 2077724 system_pods.go:89] "registry-6b586f9694-m2bbx" [1ff58f99-278b-411c-a5e0-83d367ff2f01] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I1018 12:02:39.146748 2077724 system_pods.go:89] "registry-creds-764b6fb674-b6zx6" [c32793b2-06b3-4b42-9b78-938c01bcfd38] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I1018 12:02:39.146755 2077724 system_pods.go:89] "registry-proxy-mhx2x" [5d015e78-b666-4fb1-b7f4-92ef0c57241e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I1018 12:02:39.146764 2077724 system_pods.go:89] "snapshot-controller-7d9fbc56b8-2np2z" [f53631ad-f24e-4ae7-84a9-2894cd32d094] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1018 12:02:39.146786 2077724 system_pods.go:89] "snapshot-controller-7d9fbc56b8-kx2sh" [83ac2397-32ad-4982-bec3-81ea5d47c49a] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1018 12:02:39.146799 2077724 system_pods.go:89] "storage-provisioner" [93c0a2f7-1aab-485f-9f75-20eb6c39f998] Running
I1018 12:02:39.146809 2077724 system_pods.go:126] duration metric: took 2.201493858s to wait for k8s-apps to be running ...
I1018 12:02:39.146821 2077724 system_svc.go:44] waiting for kubelet service to be running ....
I1018 12:02:39.146879 2077724 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I1018 12:02:39.227308 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:39.504835 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:39.504929 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:39.506327 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:39.511518 2077724 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.798025909s)
W1018 12:02:39.511558 2077724 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1018 12:02:39.511575 2077724 retry.go:31] will retry after 18.950534275s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1018 12:02:39.511614 2077724 system_svc.go:56] duration metric: took 364.788564ms WaitForService to wait for kubelet
I1018 12:02:39.511630 2077724 kubeadm.go:586] duration metric: took 44.370171471s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I1018 12:02:39.511647 2077724 node_conditions.go:102] verifying NodePressure condition ...
I1018 12:02:39.514514 2077724 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I1018 12:02:39.514548 2077724 node_conditions.go:123] node cpu capacity is 2
I1018 12:02:39.514560 2077724 node_conditions.go:105] duration metric: took 2.902686ms to run NodePressure ...
I1018 12:02:39.514571 2077724 start.go:241] waiting for startup goroutines ...
I1018 12:02:39.727772 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:40.004549 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:40.004656 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:40.005575 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:40.229608 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:40.503647 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:40.504154 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:40.504462 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:40.728307 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:41.002301 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:41.002609 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:41.005098 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:41.227219 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:41.502619 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:41.502890 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:41.502993 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:41.727347 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:42.007960 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:42.008259 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:42.008390 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:42.229016 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:42.500691 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:42.502766 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:42.504148 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:42.727862 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:43.001582 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:43.002088 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:43.004575 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:43.227069 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:43.504190 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:43.504389 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:43.504520 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:43.727906 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:44.002425 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:44.002801 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:44.003692 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:44.227724 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:44.502469 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:44.502711 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:44.503042 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:44.727307 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:45.009271 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:45.009546 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:45.009665 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:45.255478 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:45.510914 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:45.511592 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:45.511952 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:45.727763 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:46.019229 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:46.019705 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:46.020121 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:46.227928 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:46.502839 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:46.504039 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:46.505970 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:46.728800 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:47.016437 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:47.016614 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:47.016786 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:47.228633 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:47.501692 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:47.502004 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:47.502929 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:47.726824 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:48.008737 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:48.008830 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:48.011706 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:48.227625 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:48.502341 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:48.502612 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:48.502979 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:48.727406 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:49.005101 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:49.005281 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:49.005948 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:49.227945 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:49.502797 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:49.503179 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:49.503753 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:49.727698 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:50.005959 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:50.008611 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:50.010006 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:50.227406 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:50.503206 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:50.503621 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:50.503741 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:50.727591 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:51.005124 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:51.006185 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:51.006980 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:51.227564 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:51.502857 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:51.503347 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:51.503712 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:51.728292 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:52.002458 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:52.002741 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:52.005117 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:52.227183 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:52.502138 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:52.502288 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:52.504034 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:52.727424 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:53.002195 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:53.002469 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:53.002799 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:53.227770 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:53.502607 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:53.502779 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:53.503126 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:53.727298 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:54.001504 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:54.001736 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:54.003819 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:54.227097 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:54.500992 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:54.501240 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:54.502879 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:54.727994 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:54.999639 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:55.004992 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:55.005253 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:55.235217 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:55.502543 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:55.502999 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:55.503315 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:55.727523 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:56.001762 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:56.002161 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:56.005447 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:56.227997 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:56.500005 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:56.501642 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:56.501823 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:56.727731 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:57.004094 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:57.004311 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:57.004386 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:57.227948 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:57.499162 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:57.501230 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:57.501373 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:57.728426 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:58.005796 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:58.006755 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:58.008079 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:58.228205 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:58.462310 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1018 12:02:58.503713 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:58.503800 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:58.504505 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:58.727458 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:59.005887 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:59.006304 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:59.006726 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:59.228181 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:02:59.503383 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:02:59.503939 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:02:59.505355 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:02:59.585804 2077724 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.123460058s)
W1018 12:02:59.585900 2077724 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1018 12:02:59.585963 2077724 retry.go:31] will retry after 26.550505718s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1018 12:02:59.728227 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:00.002395 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:00.002957 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:00.030451 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:00.266341 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:00.503206 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:00.504132 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:00.519382 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:00.727824 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:01.001718 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:01.002197 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:01.006422 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:01.228016 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:01.503357 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:01.505002 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:01.506196 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:01.727063 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:02.003772 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:02.004370 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:02.007484 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:02.228031 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:02.503799 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:02.504162 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:02.504231 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:02.727150 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:03.000278 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:03.003609 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:03.003623 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:03.227542 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:03.501852 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:03.502056 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:03.503375 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:03.728495 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:04.004220 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:04.005349 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:04.009220 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:04.229420 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:04.515378 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:04.516285 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:04.516414 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:04.727718 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:05.007245 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:05.007298 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:05.008724 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:05.230549 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:05.512261 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:05.512516 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:05.512963 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:05.727567 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:06.000401 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:06.001885 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:06.004015 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:06.226775 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:06.502287 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:06.503039 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:06.503971 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:06.727826 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:07.001841 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:07.002743 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:07.004936 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:07.227901 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:07.500888 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:07.501008 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:07.503391 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:07.727370 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:08.000708 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:08.001282 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:08.005672 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:08.228118 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:08.503072 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:08.503349 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:08.503515 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:08.727984 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:09.004766 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:09.004868 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:09.005664 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:09.227711 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:09.499542 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:09.503403 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:09.503728 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:09.728160 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:10.002553 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:10.005485 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:10.008937 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:10.227774 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:10.504831 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:10.505425 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:10.505585 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:10.728164 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:11.003271 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:11.004554 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:11.005767 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:11.228135 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:11.505201 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:11.505406 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:11.505918 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:11.727447 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:12.007360 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:12.007931 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:12.008431 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:12.228144 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:12.500781 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:12.500916 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:12.501542 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:12.727774 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:12.999786 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:13.001442 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:13.005162 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:13.227730 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:13.500170 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:13.500421 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:13.502221 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:13.727605 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:14.005252 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:14.005848 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:14.006956 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:14.226728 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:14.501064 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:14.502593 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:14.502788 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:14.728228 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:15.010416 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:15.011700 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:15.011735 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:15.230765 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:15.501403 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:15.502306 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:15.503251 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:15.727033 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:16.001677 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:16.005509 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:16.006397 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:16.228449 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:16.503435 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:16.503587 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:16.504115 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:16.727214 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:17.003277 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:17.003776 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:17.006771 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:17.229143 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:17.501546 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:17.501737 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:17.503759 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:17.728852 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:18.003620 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:18.004267 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:18.006697 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:18.227637 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:18.500739 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:18.502926 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:18.503265 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:18.727562 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:19.008585 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:19.008804 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:19.008872 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:19.228546 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:19.499220 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:19.500568 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:19.501361 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:19.727169 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:20.079743 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:20.080280 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:20.080797 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:20.228036 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:20.500503 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:20.501312 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:20.504463 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:20.727707 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:21.037881 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:21.038019 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:21.038278 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:21.226976 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:21.499147 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:21.500613 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:21.502037 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:21.727211 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:22.006446 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:22.007168 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:22.007932 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:22.227932 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:22.499356 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:22.501516 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:22.501697 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:22.728083 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:23.004233 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:23.006471 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:23.006669 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:23.228237 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:23.502927 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:23.503281 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:23.503358 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:23.727592 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:23.999898 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1018 12:03:24.000687 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:24.005469 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:24.232525 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:24.501488 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:24.501852 2077724 kapi.go:107] duration metric: took 1m20.50511517s to wait for kubernetes.io/minikube-addons=registry ...
I1018 12:03:24.504922 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:24.727573 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:24.999720 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:25.003128 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:25.227715 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:25.499983 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:25.504283 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:25.726627 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:25.999879 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:26.003088 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:26.137354 2077724 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1018 12:03:26.227338 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:26.501375 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:26.512655 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:26.729027 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:27.000474 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:27.004984 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:27.227487 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:27.301074 2077724 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.163678197s)
W1018 12:03:27.301125 2077724 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
W1018 12:03:27.301235 2077724 out.go:285] ! Enabling 'inspektor-gadget' returned an error: running callbacks: [sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
]
I1018 12:03:27.499118 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:27.501287 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:27.727788 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:28.004575 2077724 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1018 12:03:28.008417 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:28.229655 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:28.501242 2077724 kapi.go:107] duration metric: took 1m24.505309751s to wait for app.kubernetes.io/name=ingress-nginx ...
I1018 12:03:28.509668 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:28.730516 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:29.003211 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:29.227992 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:29.502467 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:29.727668 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:30.004491 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:30.227463 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:30.504076 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:30.728572 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:31.009050 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:31.227148 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:31.503746 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:31.730453 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:32.005805 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:32.231507 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:32.501665 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:32.727634 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:33.004213 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:33.227250 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:33.504887 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:33.738406 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:34.014732 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:34.233936 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:34.502538 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:34.727908 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:35.009631 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:35.228098 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:35.502367 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:35.727581 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:36.004156 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:36.236864 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:36.502160 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:36.727367 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:37.005023 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1018 12:03:37.227661 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:37.502624 2077724 kapi.go:107] duration metric: took 1m33.504001092s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I1018 12:03:37.727580 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:38.229048 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:38.728075 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:39.227422 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:39.727896 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:40.227615 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:40.728417 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:41.229219 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:41.728138 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:42.248176 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:42.728872 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:43.227576 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:43.727480 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:44.227826 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:44.727314 2077724 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1018 12:03:45.239629 2077724 kapi.go:107] duration metric: took 1m40.01557586s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I1018 12:03:45.242699 2077724 out.go:179] * Your GCP credentials will now be mounted into every pod created in the addons-897172 cluster.
I1018 12:03:45.245514 2077724 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.
I1018 12:03:45.248471 2077724 out.go:179] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I1018 12:03:45.253114 2077724 out.go:179] * Enabled addons: amd-gpu-device-plugin, storage-provisioner-rancher, ingress-dns, registry-creds, cloud-spanner, volcano, nvidia-device-plugin, metrics-server, storage-provisioner, yakd, default-storageclass, volumesnapshots, registry, ingress, csi-hostpath-driver, gcp-auth
I1018 12:03:45.259554 2077724 addons.go:514] duration metric: took 1m50.117016996s for enable addons: enabled=[amd-gpu-device-plugin storage-provisioner-rancher ingress-dns registry-creds cloud-spanner volcano nvidia-device-plugin metrics-server storage-provisioner yakd default-storageclass volumesnapshots registry ingress csi-hostpath-driver gcp-auth]
I1018 12:03:45.259652 2077724 start.go:246] waiting for cluster config update ...
I1018 12:03:45.259698 2077724 start.go:255] writing updated cluster config ...
I1018 12:03:45.260141 2077724 ssh_runner.go:195] Run: rm -f paused
I1018 12:03:45.265506 2077724 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" ...
I1018 12:03:45.338220 2077724 pod_ready.go:83] waiting for pod "coredns-66bc5c9577-72vfc" in "kube-system" namespace to be "Ready" or be gone ...
I1018 12:03:45.351269 2077724 pod_ready.go:94] pod "coredns-66bc5c9577-72vfc" is "Ready"
I1018 12:03:45.351306 2077724 pod_ready.go:86] duration metric: took 13.049932ms for pod "coredns-66bc5c9577-72vfc" in "kube-system" namespace to be "Ready" or be gone ...
I1018 12:03:45.358453 2077724 pod_ready.go:83] waiting for pod "etcd-addons-897172" in "kube-system" namespace to be "Ready" or be gone ...
I1018 12:03:45.371893 2077724 pod_ready.go:94] pod "etcd-addons-897172" is "Ready"
I1018 12:03:45.371920 2077724 pod_ready.go:86] duration metric: took 13.427326ms for pod "etcd-addons-897172" in "kube-system" namespace to be "Ready" or be gone ...
I1018 12:03:45.382605 2077724 pod_ready.go:83] waiting for pod "kube-apiserver-addons-897172" in "kube-system" namespace to be "Ready" or be gone ...
I1018 12:03:45.393669 2077724 pod_ready.go:94] pod "kube-apiserver-addons-897172" is "Ready"
I1018 12:03:45.393729 2077724 pod_ready.go:86] duration metric: took 11.092744ms for pod "kube-apiserver-addons-897172" in "kube-system" namespace to be "Ready" or be gone ...
I1018 12:03:45.398420 2077724 pod_ready.go:83] waiting for pod "kube-controller-manager-addons-897172" in "kube-system" namespace to be "Ready" or be gone ...
I1018 12:03:45.669316 2077724 pod_ready.go:94] pod "kube-controller-manager-addons-897172" is "Ready"
I1018 12:03:45.669347 2077724 pod_ready.go:86] duration metric: took 270.88071ms for pod "kube-controller-manager-addons-897172" in "kube-system" namespace to be "Ready" or be gone ...
I1018 12:03:45.869697 2077724 pod_ready.go:83] waiting for pod "kube-proxy-5wvw6" in "kube-system" namespace to be "Ready" or be gone ...
I1018 12:03:46.269620 2077724 pod_ready.go:94] pod "kube-proxy-5wvw6" is "Ready"
I1018 12:03:46.269702 2077724 pod_ready.go:86] duration metric: took 399.975412ms for pod "kube-proxy-5wvw6" in "kube-system" namespace to be "Ready" or be gone ...
I1018 12:03:46.470278 2077724 pod_ready.go:83] waiting for pod "kube-scheduler-addons-897172" in "kube-system" namespace to be "Ready" or be gone ...
I1018 12:03:46.869534 2077724 pod_ready.go:94] pod "kube-scheduler-addons-897172" is "Ready"
I1018 12:03:46.869567 2077724 pod_ready.go:86] duration metric: took 399.256552ms for pod "kube-scheduler-addons-897172" in "kube-system" namespace to be "Ready" or be gone ...
I1018 12:03:46.869580 2077724 pod_ready.go:40] duration metric: took 1.604038848s 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" ...
I1018 12:03:46.942667 2077724 start.go:624] kubectl: 1.33.2, cluster: 1.34.1 (minor skew: 1)
I1018 12:03:46.945906 2077724 out.go:179] * Done! kubectl is now configured to use "addons-897172" cluster and "default" namespace by default
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD NAMESPACE
5499481ac9b50 1611cd07b61d5 9 minutes ago Running busybox 0 4a3ddf10376ea busybox default
5a018d85eae0c 7b6a2fb1abbc9 10 minutes ago Running gadget 0 b6af92b83bc4f gadget-6z8nf gadget
a4c86ede4040f 21bfedf4686d5 10 minutes ago Running controller 0 f9f3903a76c7c ingress-nginx-controller-675c5ddd98-6zvh8 ingress-nginx
efc2d51581a80 9a80c0c8eb61c 11 minutes ago Exited patch 0 120e97d197871 ingress-nginx-admission-patch-xmghg ingress-nginx
4c0137541ea54 34da3fe7b8efb 11 minutes ago Running minikube-ingress-dns 0 8ba068ab69e71 kube-ingress-dns-minikube kube-system
68473577ab424 9a80c0c8eb61c 11 minutes ago Exited create 0 06cb898a4cb4d ingress-nginx-admission-create-kx9wc ingress-nginx
2d600e8cf22c7 ba04bb24b9575 11 minutes ago Running storage-provisioner 0 27a91c68a6394 storage-provisioner kube-system
f123a37f27029 138784d87c9c5 11 minutes ago Running coredns 0 1e37461c9699c coredns-66bc5c9577-72vfc kube-system
0f2a5a2b37744 05baa95f5142d 12 minutes ago Running kube-proxy 0 21f4933f9660e kube-proxy-5wvw6 kube-system
ae55d5b301167 b1a8c6f707935 12 minutes ago Running kindnet-cni 0 d0f4193f79f9d kindnet-zx4jd kube-system
5f5b20ddb03b7 7eb2c6ff0c5a7 12 minutes ago Running kube-controller-manager 0 d28db8ac80b8b kube-controller-manager-addons-897172 kube-system
a4a3de681e4e8 43911e833d64d 12 minutes ago Running kube-apiserver 0 6a479a5201f27 kube-apiserver-addons-897172 kube-system
7f058fe4c8a27 a1894772a478e 12 minutes ago Running etcd 0 46436fef2ffc5 etcd-addons-897172 kube-system
eed961508f62d b5f57ec6b9867 12 minutes ago Running kube-scheduler 0 91a66c4579b1f kube-scheduler-addons-897172 kube-system
==> containerd <==
Oct 18 12:08:49 addons-897172 containerd[754]: time="2025-10-18T12:08:49.380191227Z" level=info msg="RemoveContainer for \"82ce7453ce9fa221bcd9827ecd39e8aacb028249a9a8c2f247b7b711391c8433\" returns successfully"
Oct 18 12:08:49 addons-897172 containerd[754]: time="2025-10-18T12:08:49.380784951Z" level=error msg="ContainerStatus for \"82ce7453ce9fa221bcd9827ecd39e8aacb028249a9a8c2f247b7b711391c8433\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"82ce7453ce9fa221bcd9827ecd39e8aacb028249a9a8c2f247b7b711391c8433\": not found"
Oct 18 12:08:51 addons-897172 containerd[754]: time="2025-10-18T12:08:51.389896924Z" level=info msg="StopPodSandbox for \"29b9494905e05744af26db6b650234922d446640778133ffb12416e13baa626d\""
Oct 18 12:08:51 addons-897172 containerd[754]: time="2025-10-18T12:08:51.397504592Z" level=info msg="TearDown network for sandbox \"29b9494905e05744af26db6b650234922d446640778133ffb12416e13baa626d\" successfully"
Oct 18 12:08:51 addons-897172 containerd[754]: time="2025-10-18T12:08:51.397541580Z" level=info msg="StopPodSandbox for \"29b9494905e05744af26db6b650234922d446640778133ffb12416e13baa626d\" returns successfully"
Oct 18 12:08:51 addons-897172 containerd[754]: time="2025-10-18T12:08:51.398083244Z" level=info msg="RemovePodSandbox for \"29b9494905e05744af26db6b650234922d446640778133ffb12416e13baa626d\""
Oct 18 12:08:51 addons-897172 containerd[754]: time="2025-10-18T12:08:51.398118459Z" level=info msg="Forcibly stopping sandbox \"29b9494905e05744af26db6b650234922d446640778133ffb12416e13baa626d\""
Oct 18 12:08:51 addons-897172 containerd[754]: time="2025-10-18T12:08:51.405707371Z" level=info msg="TearDown network for sandbox \"29b9494905e05744af26db6b650234922d446640778133ffb12416e13baa626d\" successfully"
Oct 18 12:08:51 addons-897172 containerd[754]: time="2025-10-18T12:08:51.411884568Z" level=warning msg="Failed to get podSandbox status for container event for sandboxID \"29b9494905e05744af26db6b650234922d446640778133ffb12416e13baa626d\": an error occurred when try to find sandbox: not found. Sending the event with nil podSandboxStatus."
Oct 18 12:08:51 addons-897172 containerd[754]: time="2025-10-18T12:08:51.411964263Z" level=info msg="RemovePodSandbox \"29b9494905e05744af26db6b650234922d446640778133ffb12416e13baa626d\" returns successfully"
Oct 18 12:09:04 addons-897172 containerd[754]: time="2025-10-18T12:09:04.916517541Z" level=info msg="PullImage \"docker.io/nginx:alpine\""
Oct 18 12:09:04 addons-897172 containerd[754]: time="2025-10-18T12:09:04.918929870Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Oct 18 12:09:05 addons-897172 containerd[754]: time="2025-10-18T12:09:05.044817737Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Oct 18 12:09:05 addons-897172 containerd[754]: time="2025-10-18T12:09:05.405786607Z" level=error msg="PullImage \"docker.io/nginx:alpine\" failed" error="failed to pull and unpack image \"docker.io/library/nginx:alpine\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:5d9c9f5c85a351079cc9d2fae74be812ef134f21470926eb2afe8f33ff5859c0: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
Oct 18 12:09:05 addons-897172 containerd[754]: time="2025-10-18T12:09:05.405865399Z" level=info msg="stop pulling image docker.io/library/nginx:alpine: active requests=0, bytes read=21300"
Oct 18 12:10:50 addons-897172 containerd[754]: time="2025-10-18T12:10:50.916629705Z" level=info msg="PullImage \"busybox:stable\""
Oct 18 12:10:50 addons-897172 containerd[754]: time="2025-10-18T12:10:50.918904724Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Oct 18 12:10:51 addons-897172 containerd[754]: time="2025-10-18T12:10:51.057670119Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Oct 18 12:10:51 addons-897172 containerd[754]: time="2025-10-18T12:10:51.350924261Z" level=error msg="PullImage \"busybox:stable\" failed" error="failed to pull and unpack image \"docker.io/library/busybox:stable\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:1fcf5df59121b92d61e066df1788e8df0cc35623f5d62d9679a41e163b6a0cdb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
Oct 18 12:10:51 addons-897172 containerd[754]: time="2025-10-18T12:10:51.350976526Z" level=info msg="stop pulling image docker.io/library/busybox:stable: active requests=0, bytes read=10979"
Oct 18 12:11:57 addons-897172 containerd[754]: time="2025-10-18T12:11:57.917821341Z" level=info msg="PullImage \"docker.io/nginx:alpine\""
Oct 18 12:11:57 addons-897172 containerd[754]: time="2025-10-18T12:11:57.920260966Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Oct 18 12:11:58 addons-897172 containerd[754]: time="2025-10-18T12:11:58.046793206Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Oct 18 12:11:58 addons-897172 containerd[754]: time="2025-10-18T12:11:58.453935130Z" level=error msg="PullImage \"docker.io/nginx:alpine\" failed" error="failed to pull and unpack image \"docker.io/library/nginx:alpine\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:5d9c9f5c85a351079cc9d2fae74be812ef134f21470926eb2afe8f33ff5859c0: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
Oct 18 12:11:58 addons-897172 containerd[754]: time="2025-10-18T12:11:58.454047061Z" level=info msg="stop pulling image docker.io/library/nginx:alpine: active requests=0, bytes read=21300"
==> coredns [f123a37f27029ed2d0dd392b04368405c969d126e49fca266067c7e310ee6f94] <==
[INFO] 10.244.0.19:37177 - 22478 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 83 0.00173961s
[INFO] 10.244.0.19:37177 - 49682 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000120243s
[INFO] 10.244.0.19:37177 - 1763 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000150987s
[INFO] 10.244.0.19:54520 - 609 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000132296s
[INFO] 10.244.0.19:54520 - 855 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000093011s
[INFO] 10.244.0.19:55596 - 43458 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000107452s
[INFO] 10.244.0.19:55596 - 43623 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.00014814s
[INFO] 10.244.0.19:34831 - 7198 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000115s
[INFO] 10.244.0.19:34831 - 7618 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000131648s
[INFO] 10.244.0.19:38423 - 50624 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001058765s
[INFO] 10.244.0.19:38423 - 50204 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.00144571s
[INFO] 10.244.0.19:42693 - 42496 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000139041s
[INFO] 10.244.0.19:42693 - 42900 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000225915s
[INFO] 10.244.0.25:57771 - 30763 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000151964s
[INFO] 10.244.0.25:53955 - 25291 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000153817s
[INFO] 10.244.0.25:36816 - 301 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000156665s
[INFO] 10.244.0.25:48027 - 62261 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000152423s
[INFO] 10.244.0.25:50850 - 2023 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000150348s
[INFO] 10.244.0.25:33129 - 55957 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000134036s
[INFO] 10.244.0.25:35253 - 51648 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.001863587s
[INFO] 10.244.0.25:41054 - 43197 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.001946046s
[INFO] 10.244.0.25:32813 - 30229 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.00142852s
[INFO] 10.244.0.25:35445 - 2635 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.001811879s
[INFO] 10.244.0.29:50482 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000198017s
[INFO] 10.244.0.29:48743 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000127635s
==> describe nodes <==
Name: addons-897172
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-897172
kubernetes.io/os=linux
minikube.k8s.io/commit=6a5d4c9cccb1ce5842ff2f1e7c0db9c10e4246ee
minikube.k8s.io/name=addons-897172
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2025_10_18T12_01_50_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-897172
Annotations: node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Sat, 18 Oct 2025 12:01:47 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-897172
AcquireTime: <unset>
RenewTime: Sat, 18 Oct 2025 12:14:06 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Sat, 18 Oct 2025 12:12:04 +0000 Sat, 18 Oct 2025 12:01:44 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Sat, 18 Oct 2025 12:12:04 +0000 Sat, 18 Oct 2025 12:01:44 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Sat, 18 Oct 2025 12:12:04 +0000 Sat, 18 Oct 2025 12:01:44 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Sat, 18 Oct 2025 12:12:04 +0000 Sat, 18 Oct 2025 12:02:36 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-897172
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022304Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022304Ki
pods: 110
System Info:
Machine ID: c52191f5187031740f634bad68f0c727
System UUID: 4f3b39b2-3519-409f-9958-4d7fb9c61252
Boot ID: 65523ab2-bf15-4ba4-9086-da57024e96a9
Kernel Version: 5.15.0-1084-aws
OS Image: Debian GNU/Linux 12 (bookworm)
Operating System: linux
Architecture: arm64
Container Runtime Version: containerd://1.7.28
Kubelet Version: v1.34.1
Kube-Proxy Version:
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (14 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default busybox 0 (0%) 0 (0%) 0 (0%) 0 (0%) 9m40s
default nginx 0 (0%) 0 (0%) 0 (0%) 0 (0%) 8m2s
default test-local-path 0 (0%) 0 (0%) 0 (0%) 0 (0%) 8m56s
gadget gadget-6z8nf 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
ingress-nginx ingress-nginx-controller-675c5ddd98-6zvh8 100m (5%) 0 (0%) 90Mi (1%) 0 (0%) 12m
kube-system coredns-66bc5c9577-72vfc 100m (5%) 0 (0%) 70Mi (0%) 170Mi (2%) 12m
kube-system etcd-addons-897172 100m (5%) 0 (0%) 100Mi (1%) 0 (0%) 12m
kube-system kindnet-zx4jd 100m (5%) 100m (5%) 50Mi (0%) 50Mi (0%) 12m
kube-system kube-apiserver-addons-897172 250m (12%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system kube-controller-manager-addons-897172 200m (10%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system kube-ingress-dns-minikube 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system kube-proxy-5wvw6 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system kube-scheduler-addons-897172 100m (5%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system storage-provisioner 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 950m (47%) 100m (5%)
memory 310Mi (3%) 220Mi (2%)
ephemeral-storage 0 (0%) 0 (0%)
hugepages-1Gi 0 (0%) 0 (0%)
hugepages-2Mi 0 (0%) 0 (0%)
hugepages-32Mi 0 (0%) 0 (0%)
hugepages-64Ki 0 (0%) 0 (0%)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 12m kube-proxy
Normal Starting 12m kubelet Starting kubelet.
Warning CgroupV1 12m kubelet cgroup v1 support is in maintenance mode, please migrate to cgroup v2
Normal NodeAllocatableEnforced 12m kubelet Updated Node Allocatable limit across pods
Normal NodeHasSufficientMemory 12m kubelet Node addons-897172 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 12m kubelet Node addons-897172 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 12m kubelet Node addons-897172 status is now: NodeHasSufficientPID
Normal RegisteredNode 12m node-controller Node addons-897172 event: Registered Node addons-897172 in Controller
Normal NodeReady 11m kubelet Node addons-897172 status is now: NodeReady
==> dmesg <==
[Oct18 11:37] overlayfs: idmapped layers are currently not supported
[Oct18 11:38] overlayfs: idmapped layers are currently not supported
[Oct18 11:40] overlayfs: idmapped layers are currently not supported
[Oct18 11:42] overlayfs: idmapped layers are currently not supported
[Oct18 11:43] overlayfs: idmapped layers are currently not supported
[ +44.292171] overlayfs: idmapped layers are currently not supported
[ +9.552091] overlayfs: idmapped layers are currently not supported
[Oct18 11:44] overlayfs: idmapped layers are currently not supported
[Oct18 11:45] overlayfs: idmapped layers are currently not supported
[Oct18 11:47] overlayfs: idmapped layers are currently not supported
[ +55.826989] overlayfs: idmapped layers are currently not supported
[Oct18 11:48] overlayfs: idmapped layers are currently not supported
[Oct18 11:49] overlayfs: idmapped layers are currently not supported
[Oct18 11:50] overlayfs: idmapped layers are currently not supported
[Oct18 11:51] overlayfs: idmapped layers are currently not supported
[ +25.885672] overlayfs: idmapped layers are currently not supported
[ +14.381354] overlayfs: idmapped layers are currently not supported
[Oct18 11:52] overlayfs: idmapped layers are currently not supported
[Oct18 11:53] overlayfs: idmapped layers are currently not supported
[Oct18 11:54] overlayfs: idmapped layers are currently not supported
[Oct18 11:55] overlayfs: idmapped layers are currently not supported
[ +48.139503] overlayfs: idmapped layers are currently not supported
[Oct18 11:56] overlayfs: idmapped layers are currently not supported
[Oct18 11:58] overlayfs: idmapped layers are currently not supported
[Oct18 12:00] kauditd_printk_skb: 8 callbacks suppressed
==> etcd [7f058fe4c8a27bae83a3121872d9020f0b81bb2a961f4d1d3865631f9eb1cb98] <==
{"level":"warn","ts":"2025-10-18T12:01:45.827272Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:58752","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-18T12:01:45.843184Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:58756","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-18T12:01:45.867405Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:58778","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-18T12:01:45.921253Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:58798","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-18T12:01:45.957774Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:58824","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-18T12:01:46.020579Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:58850","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-18T12:01:46.183723Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:58868","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-18T12:02:04.903202Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:41660","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-18T12:02:04.925269Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:41678","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-18T12:02:24.079356Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:39902","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-18T12:02:24.114347Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:39920","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-18T12:02:24.147588Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:39940","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-18T12:02:24.173656Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:39946","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-18T12:02:24.239520Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:39962","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-18T12:02:24.269796Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:39968","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-18T12:02:24.297409Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:39992","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-18T12:02:24.322343Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:40012","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-18T12:02:24.342374Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:40052","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-18T12:02:24.368579Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:40064","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-18T12:02:24.388390Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:40076","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-18T12:02:24.403048Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:40084","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-18T12:02:24.420470Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:40092","server-name":"","error":"EOF"}
{"level":"info","ts":"2025-10-18T12:11:44.511563Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":2356}
{"level":"info","ts":"2025-10-18T12:11:44.591930Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":2356,"took":"79.529418ms","hash":1288955804,"current-db-size-bytes":10285056,"current-db-size":"10 MB","current-db-size-in-use-bytes":2691072,"current-db-size-in-use":"2.7 MB"}
{"level":"info","ts":"2025-10-18T12:11:44.591985Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":1288955804,"revision":2356,"compact-revision":-1}
==> kernel <==
12:14:06 up 13:56, 0 user, load average: 0.08, 0.63, 1.70
Linux addons-897172 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 [ae55d5b3011674645856125c077c0b37c32b369b9d48901bc0f2b10e818a5d03] <==
I1018 12:12:06.515176 1 main.go:301] handling current node
I1018 12:12:16.515266 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1018 12:12:16.515297 1 main.go:301] handling current node
I1018 12:12:26.516879 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1018 12:12:26.516921 1 main.go:301] handling current node
I1018 12:12:36.521462 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1018 12:12:36.521498 1 main.go:301] handling current node
I1018 12:12:46.523212 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1018 12:12:46.523247 1 main.go:301] handling current node
I1018 12:12:56.515985 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1018 12:12:56.516091 1 main.go:301] handling current node
I1018 12:13:06.515782 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1018 12:13:06.515820 1 main.go:301] handling current node
I1018 12:13:16.515975 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1018 12:13:16.516011 1 main.go:301] handling current node
I1018 12:13:26.516011 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1018 12:13:26.516109 1 main.go:301] handling current node
I1018 12:13:36.515876 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1018 12:13:36.515915 1 main.go:301] handling current node
I1018 12:13:46.515951 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1018 12:13:46.515986 1 main.go:301] handling current node
I1018 12:13:56.516363 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1018 12:13:56.516409 1 main.go:301] handling current node
I1018 12:14:06.519920 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I1018 12:14:06.519957 1 main.go:301] handling current node
==> kube-apiserver [a4a3de681e4e8ff78c7f0626b2e00e1dca908b684158845b5a0598ddecd97b44] <==
W1018 12:04:18.617150 1 cacher.go:182] Terminating all watchers from cacher jobtemplates.flow.volcano.sh
W1018 12:04:18.752066 1 cacher.go:182] Terminating all watchers from cacher jobflows.flow.volcano.sh
E1018 12:04:36.296356 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:33584: use of closed network connection
E1018 12:04:36.552640 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:33612: use of closed network connection
E1018 12:04:36.688215 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:33634: use of closed network connection
I1018 12:04:46.787254 1 alloc.go:328] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.107.253.206"}
I1018 12:05:38.581797 1 controller.go:667] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
E1018 12:05:40.813963 1 watch.go:272] "Unhandled Error" err="http2: stream closed" logger="UnhandledError"
I1018 12:05:48.867172 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I1018 12:05:57.102952 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1018 12:05:57.102999 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1018 12:05:57.126737 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1018 12:05:57.128261 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1018 12:05:57.139026 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1018 12:05:57.139069 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1018 12:05:57.164107 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1018 12:05:57.164157 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1018 12:05:57.193879 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1018 12:05:57.195673 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W1018 12:05:58.127775 1 cacher.go:182] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W1018 12:05:58.194341 1 cacher.go:182] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W1018 12:05:58.306383 1 cacher.go:182] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I1018 12:06:04.563228 1 controller.go:667] quota admission added evaluator for: ingresses.networking.k8s.io
I1018 12:06:04.832121 1 alloc.go:328] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.110.67.8"}
I1018 12:11:47.099444 1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
==> kube-controller-manager [5f5b20ddb03b78b97b34dae7af991cacd7a4814b2e47d6f00498550e3a948b41] <==
E1018 12:13:17.659978 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"
E1018 12:13:30.311276 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"
E1018 12:13:30.312456 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"
E1018 12:13:35.811104 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"
E1018 12:13:35.812906 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"
E1018 12:13:40.161824 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"
E1018 12:13:40.163269 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"
E1018 12:13:45.040467 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"
E1018 12:13:45.042149 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"
E1018 12:13:47.125714 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"
E1018 12:13:47.126934 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"
E1018 12:13:47.888127 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"
E1018 12:13:47.889454 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"
E1018 12:13:48.440153 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"
E1018 12:13:48.441199 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"
E1018 12:13:54.698299 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"
E1018 12:13:54.699494 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"
E1018 12:13:58.392060 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"
E1018 12:13:58.393144 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"
E1018 12:14:03.236474 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"
E1018 12:14:03.237637 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"
E1018 12:14:04.691400 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"
E1018 12:14:04.692452 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"
E1018 12:14:05.938410 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"
E1018 12:14:05.939591 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 [0f2a5a2b37744d869e19d0c2f143c407ed44b5af5d0e9ff2e2e66ed49f58124f] <==
I1018 12:01:56.278233 1 server_linux.go:53] "Using iptables proxy"
I1018 12:01:56.385311 1 shared_informer.go:349] "Waiting for caches to sync" controller="node informer cache"
I1018 12:01:56.485817 1 shared_informer.go:356] "Caches are synced" controller="node informer cache"
I1018 12:01:56.485854 1 server.go:219] "Successfully retrieved NodeIPs" NodeIPs=["192.168.49.2"]
E1018 12:01:56.485931 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`"
I1018 12:01:56.520377 1 server.go:265] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I1018 12:01:56.520428 1 server_linux.go:132] "Using iptables Proxier"
I1018 12:01:56.612820 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"
I1018 12:01:56.613137 1 server.go:527] "Version info" version="v1.34.1"
I1018 12:01:56.613152 1 server.go:529] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I1018 12:01:56.614559 1 config.go:200] "Starting service config controller"
I1018 12:01:56.614568 1 shared_informer.go:349] "Waiting for caches to sync" controller="service config"
I1018 12:01:56.614584 1 config.go:106] "Starting endpoint slice config controller"
I1018 12:01:56.614588 1 shared_informer.go:349] "Waiting for caches to sync" controller="endpoint slice config"
I1018 12:01:56.614598 1 config.go:403] "Starting serviceCIDR config controller"
I1018 12:01:56.614608 1 shared_informer.go:349] "Waiting for caches to sync" controller="serviceCIDR config"
I1018 12:01:56.618429 1 config.go:309] "Starting node config controller"
I1018 12:01:56.618452 1 shared_informer.go:349] "Waiting for caches to sync" controller="node config"
I1018 12:01:56.618476 1 shared_informer.go:356] "Caches are synced" controller="node config"
I1018 12:01:56.715939 1 shared_informer.go:356] "Caches are synced" controller="service config"
I1018 12:01:56.715961 1 shared_informer.go:356] "Caches are synced" controller="endpoint slice config"
I1018 12:01:56.715931 1 shared_informer.go:356] "Caches are synced" controller="serviceCIDR config"
==> kube-scheduler [eed961508f62df2082fd87bc190e9e45a0d98f76c26c34aabd2e3a5140f8463e] <==
E1018 12:01:47.170669 1 reflector.go:205] "Failed to watch" err="failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
E1018 12:01:47.170735 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"
E1018 12:01:47.172008 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"
E1018 12:01:47.172243 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"
E1018 12:01:47.172299 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"
E1018 12:01:47.172335 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"
E1018 12:01:47.172370 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"
E1018 12:01:47.175927 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"
E1018 12:01:47.189630 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"
E1018 12:01:47.189827 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"
E1018 12:01:47.986084 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"
E1018 12:01:48.034367 1 reflector.go:205] "Failed to watch" err="failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
E1018 12:01:48.046700 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"
E1018 12:01:48.139900 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"
E1018 12:01:48.160417 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"
E1018 12:01:48.192851 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"
E1018 12:01:48.270932 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"
E1018 12:01:48.343558 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"
E1018 12:01:48.345092 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"
E1018 12:01:48.356568 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"
E1018 12:01:48.380141 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"
E1018 12:01:48.433685 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"
E1018 12:01:48.475010 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"
E1018 12:01:48.484565 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"
I1018 12:01:49.942945 1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
==> kubelet <==
Oct 18 12:11:58 addons-897172 kubelet[1481]: E1018 12:11:58.454322 1481 kuberuntime_image.go:43] "Failed to pull image" err="failed to pull and unpack image \"docker.io/library/nginx:alpine\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:5d9c9f5c85a351079cc9d2fae74be812ef134f21470926eb2afe8f33ff5859c0: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/nginx:alpine"
Oct 18 12:11:58 addons-897172 kubelet[1481]: E1018 12:11:58.454402 1481 kuberuntime_manager.go:1449] "Unhandled Error" err="container nginx start failed in pod nginx_default(69e78953-0244-4b1b-b6b5-2de0b5385adf): ErrImagePull: failed to pull and unpack image \"docker.io/library/nginx:alpine\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:5d9c9f5c85a351079cc9d2fae74be812ef134f21470926eb2afe8f33ff5859c0: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
Oct 18 12:11:58 addons-897172 kubelet[1481]: E1018 12:11:58.454439 1481 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:5d9c9f5c85a351079cc9d2fae74be812ef134f21470926eb2afe8f33ff5859c0: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69e78953-0244-4b1b-b6b5-2de0b5385adf"
Oct 18 12:11:58 addons-897172 kubelet[1481]: E1018 12:11:58.916481 1481 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 code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:1fcf5df59121b92d61e066df1788e8df0cc35623f5d62d9679a41e163b6a0cdb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/test-local-path" podUID="197fd552-3e3a-410b-910a-4e3b17e76bd5"
Oct 18 12:12:06 addons-897172 kubelet[1481]: I1018 12:12:06.915963 1481 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"
Oct 18 12:12:09 addons-897172 kubelet[1481]: E1018 12:12:09.917635 1481 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 code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:1fcf5df59121b92d61e066df1788e8df0cc35623f5d62d9679a41e163b6a0cdb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/test-local-path" podUID="197fd552-3e3a-410b-910a-4e3b17e76bd5"
Oct 18 12:12:09 addons-897172 kubelet[1481]: E1018 12:12:09.918941 1481 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:5d9c9f5c85a351079cc9d2fae74be812ef134f21470926eb2afe8f33ff5859c0: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69e78953-0244-4b1b-b6b5-2de0b5385adf"
Oct 18 12:12:20 addons-897172 kubelet[1481]: E1018 12:12:20.916429 1481 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:5d9c9f5c85a351079cc9d2fae74be812ef134f21470926eb2afe8f33ff5859c0: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69e78953-0244-4b1b-b6b5-2de0b5385adf"
Oct 18 12:12:20 addons-897172 kubelet[1481]: E1018 12:12:20.916778 1481 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 code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:1fcf5df59121b92d61e066df1788e8df0cc35623f5d62d9679a41e163b6a0cdb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/test-local-path" podUID="197fd552-3e3a-410b-910a-4e3b17e76bd5"
Oct 18 12:12:32 addons-897172 kubelet[1481]: E1018 12:12:32.916415 1481 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:5d9c9f5c85a351079cc9d2fae74be812ef134f21470926eb2afe8f33ff5859c0: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69e78953-0244-4b1b-b6b5-2de0b5385adf"
Oct 18 12:12:34 addons-897172 kubelet[1481]: E1018 12:12:34.916527 1481 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 code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:1fcf5df59121b92d61e066df1788e8df0cc35623f5d62d9679a41e163b6a0cdb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/test-local-path" podUID="197fd552-3e3a-410b-910a-4e3b17e76bd5"
Oct 18 12:12:45 addons-897172 kubelet[1481]: E1018 12:12:45.918162 1481 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:5d9c9f5c85a351079cc9d2fae74be812ef134f21470926eb2afe8f33ff5859c0: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69e78953-0244-4b1b-b6b5-2de0b5385adf"
Oct 18 12:12:46 addons-897172 kubelet[1481]: E1018 12:12:46.915799 1481 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 code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:1fcf5df59121b92d61e066df1788e8df0cc35623f5d62d9679a41e163b6a0cdb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/test-local-path" podUID="197fd552-3e3a-410b-910a-4e3b17e76bd5"
Oct 18 12:12:59 addons-897172 kubelet[1481]: E1018 12:12:59.916313 1481 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:5d9c9f5c85a351079cc9d2fae74be812ef134f21470926eb2afe8f33ff5859c0: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69e78953-0244-4b1b-b6b5-2de0b5385adf"
Oct 18 12:13:01 addons-897172 kubelet[1481]: E1018 12:13:01.916117 1481 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 code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:1fcf5df59121b92d61e066df1788e8df0cc35623f5d62d9679a41e163b6a0cdb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/test-local-path" podUID="197fd552-3e3a-410b-910a-4e3b17e76bd5"
Oct 18 12:13:13 addons-897172 kubelet[1481]: E1018 12:13:13.915976 1481 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:5d9c9f5c85a351079cc9d2fae74be812ef134f21470926eb2afe8f33ff5859c0: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69e78953-0244-4b1b-b6b5-2de0b5385adf"
Oct 18 12:13:16 addons-897172 kubelet[1481]: E1018 12:13:16.916304 1481 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 code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:1fcf5df59121b92d61e066df1788e8df0cc35623f5d62d9679a41e163b6a0cdb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/test-local-path" podUID="197fd552-3e3a-410b-910a-4e3b17e76bd5"
Oct 18 12:13:25 addons-897172 kubelet[1481]: E1018 12:13:25.917310 1481 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:5d9c9f5c85a351079cc9d2fae74be812ef134f21470926eb2afe8f33ff5859c0: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69e78953-0244-4b1b-b6b5-2de0b5385adf"
Oct 18 12:13:31 addons-897172 kubelet[1481]: E1018 12:13:31.916278 1481 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 code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:1fcf5df59121b92d61e066df1788e8df0cc35623f5d62d9679a41e163b6a0cdb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/test-local-path" podUID="197fd552-3e3a-410b-910a-4e3b17e76bd5"
Oct 18 12:13:33 addons-897172 kubelet[1481]: I1018 12:13:33.916752 1481 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"
Oct 18 12:13:40 addons-897172 kubelet[1481]: E1018 12:13:40.915989 1481 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:5d9c9f5c85a351079cc9d2fae74be812ef134f21470926eb2afe8f33ff5859c0: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69e78953-0244-4b1b-b6b5-2de0b5385adf"
Oct 18 12:13:42 addons-897172 kubelet[1481]: E1018 12:13:42.915985 1481 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 code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:1fcf5df59121b92d61e066df1788e8df0cc35623f5d62d9679a41e163b6a0cdb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/test-local-path" podUID="197fd552-3e3a-410b-910a-4e3b17e76bd5"
Oct 18 12:13:51 addons-897172 kubelet[1481]: E1018 12:13:51.916179 1481 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:5d9c9f5c85a351079cc9d2fae74be812ef134f21470926eb2afe8f33ff5859c0: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69e78953-0244-4b1b-b6b5-2de0b5385adf"
Oct 18 12:13:54 addons-897172 kubelet[1481]: E1018 12:13:54.916758 1481 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 code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:1fcf5df59121b92d61e066df1788e8df0cc35623f5d62d9679a41e163b6a0cdb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/test-local-path" podUID="197fd552-3e3a-410b-910a-4e3b17e76bd5"
Oct 18 12:14:04 addons-897172 kubelet[1481]: E1018 12:14:04.915985 1481 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:5d9c9f5c85a351079cc9d2fae74be812ef134f21470926eb2afe8f33ff5859c0: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69e78953-0244-4b1b-b6b5-2de0b5385adf"
==> storage-provisioner [2d600e8cf22c791fa7ffc6ec034cffef3fa5102dfd75225ce6fa10114b83e94b] <==
W1018 12:13:41.833897 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1018 12:13:43.836788 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1018 12:13:43.840880 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1018 12:13:45.845195 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1018 12:13:45.852934 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1018 12:13:47.855907 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1018 12:13:47.860948 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1018 12:13:49.866358 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1018 12:13:49.877753 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1018 12:13:51.881605 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1018 12:13:51.886638 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1018 12:13:53.890325 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1018 12:13:53.896659 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1018 12:13:55.900267 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1018 12:13:55.904772 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1018 12:13:57.907814 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1018 12:13:57.914348 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1018 12:13:59.923815 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1018 12:13:59.929211 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1018 12:14:01.932219 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1018 12:14:01.938333 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1018 12:14:03.941936 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1018 12:14:03.946184 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1018 12:14:05.950812 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1018 12:14:05.959567 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-897172 -n addons-897172
helpers_test.go:269: (dbg) Run: kubectl --context addons-897172 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:280: non-running pods: nginx test-local-path ingress-nginx-admission-create-kx9wc ingress-nginx-admission-patch-xmghg
helpers_test.go:282: ======> post-mortem[TestAddons/parallel/Ingress]: describe non-running pods <======
helpers_test.go:285: (dbg) Run: kubectl --context addons-897172 describe pod nginx test-local-path ingress-nginx-admission-create-kx9wc ingress-nginx-admission-patch-xmghg
helpers_test.go:285: (dbg) Non-zero exit: kubectl --context addons-897172 describe pod nginx test-local-path ingress-nginx-admission-create-kx9wc ingress-nginx-admission-patch-xmghg: exit status 1 (101.477743ms)
-- stdout --
Name: nginx
Namespace: default
Priority: 0
Service Account: default
Node: addons-897172/192.168.49.2
Start Time: Sat, 18 Oct 2025 12:06:04 +0000
Labels: run=nginx
Annotations: <none>
Status: Pending
IP: 10.244.0.34
IPs:
IP: 10.244.0.34
Containers:
nginx:
Container ID:
Image: docker.io/nginx:alpine
Image ID:
Port: 80/TCP
Host Port: 0/TCP
State: Waiting
Reason: ImagePullBackOff
Ready: False
Restart Count: 0
Environment: <none>
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-2sf6x (ro)
Conditions:
Type Status
PodReadyToStartContainers True
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
kube-api-access-2sf6x:
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 8m3s default-scheduler Successfully assigned default/nginx to addons-897172
Warning Failed 6m36s (x3 over 7m46s) kubelet Failed to pull image "docker.io/nginx:alpine": failed to pull and unpack image "docker.io/library/nginx:alpine": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:61e01287e546aac28a3f56839c136b31f590273f3b41187a36f46f6a03bbfe22: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Normal Pulling 5m3s (x5 over 8m2s) kubelet Pulling image "docker.io/nginx:alpine"
Warning Failed 5m2s (x2 over 8m2s) kubelet Failed to pull image "docker.io/nginx:alpine": failed to pull and unpack image "docker.io/library/nginx:alpine": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:5d9c9f5c85a351079cc9d2fae74be812ef134f21470926eb2afe8f33ff5859c0: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Warning Failed 5m2s (x5 over 8m2s) kubelet Error: ErrImagePull
Warning Failed 2m50s (x20 over 8m2s) kubelet Error: ImagePullBackOff
Normal BackOff 2m35s (x21 over 8m2s) kubelet Back-off pulling image "docker.io/nginx:alpine"
Name: test-local-path
Namespace: default
Priority: 0
Service Account: default
Node: addons-897172/192.168.49.2
Start Time: Sat, 18 Oct 2025 12:05:14 +0000
Labels: run=test-local-path
Annotations: <none>
Status: Pending
IP: 10.244.0.31
IPs:
IP: 10.244.0.31
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-kvdh2 (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-kvdh2:
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 8m53s default-scheduler Successfully assigned default/test-local-path to addons-897172
Normal Pulling 6m6s (x5 over 8m52s) kubelet Pulling image "busybox:stable"
Warning Failed 6m5s (x5 over 8m52s) 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 code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:1fcf5df59121b92d61e066df1788e8df0cc35623f5d62d9679a41e163b6a0cdb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Warning Failed 6m5s (x5 over 8m52s) kubelet Error: ErrImagePull
Normal BackOff 3m47s (x21 over 8m52s) kubelet Back-off pulling image "busybox:stable"
Warning Failed 3m47s (x21 over 8m52s) kubelet Error: ImagePullBackOff
-- /stdout --
** stderr **
Error from server (NotFound): pods "ingress-nginx-admission-create-kx9wc" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-xmghg" not found
** /stderr **
helpers_test.go:287: kubectl --context addons-897172 describe pod nginx test-local-path ingress-nginx-admission-create-kx9wc ingress-nginx-admission-patch-xmghg: exit status 1
addons_test.go:1053: (dbg) Run: out/minikube-linux-arm64 -p addons-897172 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-linux-arm64 -p addons-897172 addons disable ingress-dns --alsologtostderr -v=1: (1.327421541s)
addons_test.go:1053: (dbg) Run: out/minikube-linux-arm64 -p addons-897172 addons disable ingress --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-linux-arm64 -p addons-897172 addons disable ingress --alsologtostderr -v=1: (7.787392174s)
--- FAIL: TestAddons/parallel/Ingress (492.69s)