=== RUN TestAddons/serial/Volcano
addons_test.go:868: volcano-scheduler stabilized in 41.112041ms
addons_test.go:876: volcano-admission stabilized in 41.748424ms
addons_test.go:884: volcano-controller stabilized in 42.264699ms
addons_test.go:890: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-scheduler" in namespace "volcano-system" ...
helpers_test.go:352: "volcano-scheduler-76c996c8bf-cds2x" [8969068c-133b-4bb5-9c4c-9e80ef4621bf] Pending / Ready:ContainersNotReady (containers with unready status: [volcano-scheduler]) / ContainersReady:ContainersNotReady (containers with unready status: [volcano-scheduler])
helpers_test.go:337: TestAddons/serial/Volcano: WARNING: pod list for "volcano-system" "app=volcano-scheduler" returned: client rate limiter Wait returned an error: context deadline exceeded
addons_test.go:890: ***** TestAddons/serial/Volcano: pod "app=volcano-scheduler" failed to start within 6m0s: context deadline exceeded ****
addons_test.go:890: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-483563 -n addons-483563
addons_test.go:890: TestAddons/serial/Volcano: showing logs for failed pods as of 2025-09-29 11:12:22.309833888 +0000 UTC m=+802.143719833
addons_test.go:890: (dbg) Run: kubectl --context addons-483563 describe po volcano-scheduler-76c996c8bf-cds2x -n volcano-system
addons_test.go:890: (dbg) kubectl --context addons-483563 describe po volcano-scheduler-76c996c8bf-cds2x -n volcano-system:
Name: volcano-scheduler-76c996c8bf-cds2x
Namespace: volcano-system
Priority: 2000000000
Priority Class Name: system-cluster-critical
Service Account: volcano-scheduler
Node: addons-483563/192.168.49.2
Start Time: Mon, 29 Sep 2025 11:00:19 +0000
Labels: app=volcano-scheduler
pod-template-hash=76c996c8bf
Annotations: <none>
Status: Pending
SeccompProfile: RuntimeDefault
IP: 10.244.0.10
IPs:
IP: 10.244.0.10
Controlled By: ReplicaSet/volcano-scheduler-76c996c8bf
Containers:
volcano-scheduler:
Container ID:
Image: docker.io/volcanosh/vc-scheduler:v1.13.0@sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34
Image ID:
Port: <none>
Host Port: <none>
Args:
--logtostderr
--scheduler-conf=/volcano.scheduler/volcano-scheduler.conf
--enable-healthz=true
--enable-metrics=true
--leader-elect=false
--kube-api-qps=2000
--kube-api-burst=2000
--schedule-period=1s
--node-worker-threads=20
-v=3
2>&1
State: Waiting
Reason: ImagePullBackOff
Ready: False
Restart Count: 0
Environment:
DEBUG_SOCKET_DIR: /tmp/klog-socks
Mounts:
/tmp/klog-socks from klog-sock (rw)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-5kzrg (ro)
/volcano.scheduler from scheduler-config (rw)
Conditions:
Type Status
PodReadyToStartContainers True
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
scheduler-config:
Type: ConfigMap (a volume populated by a ConfigMap)
Name: volcano-scheduler-configmap
Optional: false
klog-sock:
Type: EmptyDir (a temporary directory that shares a pod's lifetime)
Medium:
SizeLimit: <unset>
kube-api-access-5kzrg:
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 12m default-scheduler Successfully assigned volcano-system/volcano-scheduler-76c996c8bf-cds2x to addons-483563
Warning FailedCreatePodSandBox 12m kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "c930ec6b5f60f2120b88ba0a2b4832af128c996f7a1e933a006fcb1d74af2938": failed to find network info for sandbox "c930ec6b5f60f2120b88ba0a2b4832af128c996f7a1e933a006fcb1d74af2938"
Warning FailedCreatePodSandBox 11m kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "ca94e060ceacb1d4ebc5d1635c051cd245fc35a03071a522cb37cdbc81b63025": failed to find network info for sandbox "ca94e060ceacb1d4ebc5d1635c051cd245fc35a03071a522cb37cdbc81b63025"
Warning FailedCreatePodSandBox 11m kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "32b8f0b9053a1727f35892fc16b672810141a41819b21f50a27c8676cd1a511a": failed to find network info for sandbox "32b8f0b9053a1727f35892fc16b672810141a41819b21f50a27c8676cd1a511a"
Normal Pulling 7m46s (x5 over 11m) kubelet Pulling image "docker.io/volcanosh/vc-scheduler:v1.13.0@sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34"
Warning Failed 7m46s (x5 over 10m) kubelet Failed to pull image "docker.io/volcanosh/vc-scheduler:v1.13.0@sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34": failed to pull and unpack image "docker.io/volcanosh/vc-scheduler@sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-scheduler/manifests/sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Warning Failed 7m46s (x5 over 10m) kubelet Error: ErrImagePull
Warning Failed 118s (x36 over 10m) kubelet Error: ImagePullBackOff
Normal BackOff 79s (x39 over 10m) kubelet Back-off pulling image "docker.io/volcanosh/vc-scheduler:v1.13.0@sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34"
addons_test.go:890: (dbg) Run: kubectl --context addons-483563 logs volcano-scheduler-76c996c8bf-cds2x -n volcano-system
addons_test.go:890: (dbg) Non-zero exit: kubectl --context addons-483563 logs volcano-scheduler-76c996c8bf-cds2x -n volcano-system: exit status 1 (106.398824ms)
** stderr **
Error from server (BadRequest): container "volcano-scheduler" in pod "volcano-scheduler-76c996c8bf-cds2x" is waiting to start: trying and failing to pull image
** /stderr **
addons_test.go:890: kubectl --context addons-483563 logs volcano-scheduler-76c996c8bf-cds2x -n volcano-system: exit status 1
addons_test.go:891: failed waiting for app=volcano-scheduler pod: app=volcano-scheduler within 6m0s: context deadline exceeded
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:223: ======> post-mortem[TestAddons/serial/Volcano]: 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/serial/Volcano]: docker inspect <======
helpers_test.go:239: (dbg) Run: docker inspect addons-483563
helpers_test.go:243: (dbg) docker inspect addons-483563:
-- stdout --
[
{
"Id": "3fdee1ea200963f29e7956b11d43353469d280207f1cd32d7eae7c85aa707ef9",
"Created": "2025-09-29T10:59:40.241633153Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 562803,
"ExitCode": 0,
"Error": "",
"StartedAt": "2025-09-29T10:59:40.303065292Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:3d6f74760dfc17060da5abc5d463d3d45b4ceea05955c9cc42b3ec56cb38cc48",
"ResolvConfPath": "/var/lib/docker/containers/3fdee1ea200963f29e7956b11d43353469d280207f1cd32d7eae7c85aa707ef9/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/3fdee1ea200963f29e7956b11d43353469d280207f1cd32d7eae7c85aa707ef9/hostname",
"HostsPath": "/var/lib/docker/containers/3fdee1ea200963f29e7956b11d43353469d280207f1cd32d7eae7c85aa707ef9/hosts",
"LogPath": "/var/lib/docker/containers/3fdee1ea200963f29e7956b11d43353469d280207f1cd32d7eae7c85aa707ef9/3fdee1ea200963f29e7956b11d43353469d280207f1cd32d7eae7c85aa707ef9-json.log",
"Name": "/addons-483563",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-483563:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-483563",
"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": "3fdee1ea200963f29e7956b11d43353469d280207f1cd32d7eae7c85aa707ef9",
"LowerDir": "/var/lib/docker/overlay2/e21afa99e23bb17b91d2ce33dce4b862995f649a6ed48a7e3ab13de8f878ea36-init/diff:/var/lib/docker/overlay2/051710a1fd6db4aaad654bf0cee96446f70ace529a572986a1942b8d1a3f0380/diff",
"MergedDir": "/var/lib/docker/overlay2/e21afa99e23bb17b91d2ce33dce4b862995f649a6ed48a7e3ab13de8f878ea36/merged",
"UpperDir": "/var/lib/docker/overlay2/e21afa99e23bb17b91d2ce33dce4b862995f649a6ed48a7e3ab13de8f878ea36/diff",
"WorkDir": "/var/lib/docker/overlay2/e21afa99e23bb17b91d2ce33dce4b862995f649a6ed48a7e3ab13de8f878ea36/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-483563",
"Source": "/var/lib/docker/volumes/addons-483563/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-483563",
"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:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1",
"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-483563",
"name.minikube.sigs.k8s.io": "addons-483563",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "b08824313150dbb068a44ca64a321db4912e15119962ef446ba947209e51ddc8",
"SandboxKey": "/var/run/docker/netns/b08824313150",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33505"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33506"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33509"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33507"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33508"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-483563": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "b2:4d:25:89:8f:e6",
"DriverOpts": null,
"GwPriority": 0,
"NetworkID": "e96ff937536e27bf8e823a21c7d2af766606f99e5ee3b0e63ea1e963b165f3ef",
"EndpointID": "ecf38bbfb636e4f15bc5c4405b6b329d9c3baf8fcd566c8e3f3c17723550a3e1",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-483563",
"3fdee1ea2009"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:247: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-483563 -n addons-483563
helpers_test.go:252: <<< TestAddons/serial/Volcano FAILED: start of post-mortem logs <<<
helpers_test.go:253: ======> post-mortem[TestAddons/serial/Volcano]: minikube logs <======
helpers_test.go:255: (dbg) Run: out/minikube-linux-arm64 -p addons-483563 logs -n 25
helpers_test.go:255: (dbg) Done: out/minikube-linux-arm64 -p addons-483563 logs -n 25: (1.805177672s)
helpers_test.go:260: TestAddons/serial/Volcano logs:
-- stdout --
==> Audit <==
┌─────────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬────────────────────────┬─────────┬─────────┬─────────────────────┬─────────────────────┐
│ COMMAND │ ARGS │ PROFILE │ USER │ VERSION │ START TIME │ END TIME │
├─────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────────────────────┼─────────┼─────────┼─────────────────────┼─────────────────────┤
│ start │ -o=json --download-only -p download-only-130894 --force --alsologtostderr --kubernetes-version=v1.28.0 --container-runtime=containerd --driver=docker --container-runtime=containerd │ download-only-130894 │ jenkins │ v1.37.0 │ 29 Sep 25 10:59 UTC │ │
│ delete │ --all │ minikube │ jenkins │ v1.37.0 │ 29 Sep 25 10:59 UTC │ 29 Sep 25 10:59 UTC │
│ delete │ -p download-only-130894 │ download-only-130894 │ jenkins │ v1.37.0 │ 29 Sep 25 10:59 UTC │ 29 Sep 25 10:59 UTC │
│ start │ -o=json --download-only -p download-only-187562 --force --alsologtostderr --kubernetes-version=v1.34.0 --container-runtime=containerd --driver=docker --container-runtime=containerd │ download-only-187562 │ jenkins │ v1.37.0 │ 29 Sep 25 10:59 UTC │ │
│ delete │ --all │ minikube │ jenkins │ v1.37.0 │ 29 Sep 25 10:59 UTC │ 29 Sep 25 10:59 UTC │
│ delete │ -p download-only-187562 │ download-only-187562 │ jenkins │ v1.37.0 │ 29 Sep 25 10:59 UTC │ 29 Sep 25 10:59 UTC │
│ delete │ -p download-only-130894 │ download-only-130894 │ jenkins │ v1.37.0 │ 29 Sep 25 10:59 UTC │ 29 Sep 25 10:59 UTC │
│ delete │ -p download-only-187562 │ download-only-187562 │ jenkins │ v1.37.0 │ 29 Sep 25 10:59 UTC │ 29 Sep 25 10:59 UTC │
│ start │ --download-only -p download-docker-293583 --alsologtostderr --driver=docker --container-runtime=containerd │ download-docker-293583 │ jenkins │ v1.37.0 │ 29 Sep 25 10:59 UTC │ │
│ delete │ -p download-docker-293583 │ download-docker-293583 │ jenkins │ v1.37.0 │ 29 Sep 25 10:59 UTC │ 29 Sep 25 10:59 UTC │
│ start │ --download-only -p binary-mirror-129747 --alsologtostderr --binary-mirror http://127.0.0.1:34097 --driver=docker --container-runtime=containerd │ binary-mirror-129747 │ jenkins │ v1.37.0 │ 29 Sep 25 10:59 UTC │ │
│ delete │ -p binary-mirror-129747 │ binary-mirror-129747 │ jenkins │ v1.37.0 │ 29 Sep 25 10:59 UTC │ 29 Sep 25 10:59 UTC │
│ addons │ disable dashboard -p addons-483563 │ addons-483563 │ jenkins │ v1.37.0 │ 29 Sep 25 10:59 UTC │ │
│ addons │ enable dashboard -p addons-483563 │ addons-483563 │ jenkins │ v1.37.0 │ 29 Sep 25 10:59 UTC │ │
│ start │ -p addons-483563 --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-483563 │ jenkins │ v1.37.0 │ 29 Sep 25 10:59 UTC │ 29 Sep 25 11:06 UTC │
└─────────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴────────────────────────┴─────────┴─────────┴─────────────────────┴─────────────────────┘
==> Last Start <==
Log file created at: 2025/09/29 10:59:15
Running on machine: ip-172-31-31-251
Binary: Built with gc go1.24.6 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0929 10:59:15.231629 562405 out.go:360] Setting OutFile to fd 1 ...
I0929 10:59:15.231825 562405 out.go:408] TERM=,COLORTERM=, which probably does not support color
I0929 10:59:15.231837 562405 out.go:374] Setting ErrFile to fd 2...
I0929 10:59:15.231842 562405 out.go:408] TERM=,COLORTERM=, which probably does not support color
I0929 10:59:15.232097 562405 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21656-559786/.minikube/bin
I0929 10:59:15.232556 562405 out.go:368] Setting JSON to false
I0929 10:59:15.233375 562405 start.go:130] hostinfo: {"hostname":"ip-172-31-31-251","uptime":9705,"bootTime":1759133851,"procs":146,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1084-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
I0929 10:59:15.233444 562405 start.go:140] virtualization:
I0929 10:59:15.236921 562405 out.go:179] * [addons-483563] minikube v1.37.0 on Ubuntu 20.04 (arm64)
I0929 10:59:15.240735 562405 out.go:179] - MINIKUBE_LOCATION=21656
I0929 10:59:15.240862 562405 notify.go:220] Checking for updates...
I0929 10:59:15.247031 562405 out.go:179] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0929 10:59:15.249950 562405 out.go:179] - KUBECONFIG=/home/jenkins/minikube-integration/21656-559786/kubeconfig
I0929 10:59:15.252742 562405 out.go:179] - MINIKUBE_HOME=/home/jenkins/minikube-integration/21656-559786/.minikube
I0929 10:59:15.255560 562405 out.go:179] - MINIKUBE_BIN=out/minikube-linux-arm64
I0929 10:59:15.258402 562405 out.go:179] - MINIKUBE_FORCE_SYSTEMD=
I0929 10:59:15.261510 562405 driver.go:421] Setting default libvirt URI to qemu:///system
I0929 10:59:15.295442 562405 docker.go:123] docker version: linux-28.1.1:Docker Engine - Community
I0929 10:59:15.295557 562405 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0929 10:59:15.348888 562405 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:47 SystemTime:2025-09-29 10:59:15.339451205 +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-31-251 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>}}
I0929 10:59:15.348995 562405 docker.go:318] overlay module found
I0929 10:59:15.352123 562405 out.go:179] * Using the docker driver based on user configuration
I0929 10:59:15.355010 562405 start.go:304] selected driver: docker
I0929 10:59:15.355034 562405 start.go:924] validating driver "docker" against <nil>
I0929 10:59:15.355049 562405 start.go:935] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0929 10:59:15.355775 562405 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0929 10:59:15.409423 562405 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:47 SystemTime:2025-09-29 10:59:15.400299466 +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-31-251 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>}}
I0929 10:59:15.409592 562405 start_flags.go:327] no existing cluster config was found, will generate one from the flags
I0929 10:59:15.409825 562405 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]
I0929 10:59:15.412761 562405 out.go:179] * Using Docker driver with root privileges
I0929 10:59:15.415549 562405 cni.go:84] Creating CNI manager for ""
I0929 10:59:15.415621 562405 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0929 10:59:15.415633 562405 start_flags.go:336] Found "CNI" CNI - setting NetworkPlugin=cni
I0929 10:59:15.415709 562405 start.go:348] cluster config:
{Name:addons-483563 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 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.0 ClusterName:addons-483563 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: N
etworkPlugin: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.0 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: AutoPauseIn
terval:1m0s}
I0929 10:59:15.418761 562405 out.go:179] * Starting "addons-483563" primary control-plane node in "addons-483563" cluster
I0929 10:59:15.421631 562405 cache.go:123] Beginning downloading kic base image for docker with containerd
I0929 10:59:15.424588 562405 out.go:179] * Pulling base image v0.0.48 ...
I0929 10:59:15.427503 562405 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
I0929 10:59:15.427541 562405 image.go:81] Checking for gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local docker daemon
I0929 10:59:15.427564 562405 preload.go:146] Found local preload: /home/jenkins/minikube-integration/21656-559786/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-arm64.tar.lz4
I0929 10:59:15.427574 562405 cache.go:58] Caching tarball of preloaded images
I0929 10:59:15.427668 562405 preload.go:172] Found /home/jenkins/minikube-integration/21656-559786/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-arm64.tar.lz4 in cache, skipping download
I0929 10:59:15.427678 562405 cache.go:61] Finished verifying existence of preloaded tar for v1.34.0 on containerd
I0929 10:59:15.427989 562405 profile.go:143] Saving config to /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/config.json ...
I0929 10:59:15.428012 562405 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/config.json: {Name:mkabbac5351e8bcbff948d57f1732eaf2d0ffeda Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 10:59:15.443419 562405 cache.go:152] Downloading gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 to local cache
I0929 10:59:15.443565 562405 image.go:65] Checking for gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local cache directory
I0929 10:59:15.443588 562405 image.go:68] Found gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local cache directory, skipping pull
I0929 10:59:15.443594 562405 image.go:137] gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 exists in cache, skipping pull
I0929 10:59:15.443602 562405 cache.go:155] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 as a tarball
I0929 10:59:15.443612 562405 cache.go:165] Loading gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 from local cache
I0929 10:59:32.963375 562405 cache.go:167] successfully loaded and using gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 from cached tarball
I0929 10:59:32.963418 562405 cache.go:232] Successfully downloaded all kic artifacts
I0929 10:59:32.963447 562405 start.go:360] acquireMachinesLock for addons-483563: {Name:mk4bc15e5125e69483af09014b517f86c4537b84 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0929 10:59:32.964254 562405 start.go:364] duration metric: took 781.575µs to acquireMachinesLock for "addons-483563"
I0929 10:59:32.964292 562405 start.go:93] Provisioning new machine with config: &{Name:addons-483563 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 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.0 ClusterName:addons-483563 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.0 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: SocketVMnetC
lientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0929 10:59:32.964377 562405 start.go:125] createHost starting for "" (driver="docker")
I0929 10:59:32.967741 562405 out.go:252] * Creating docker container (CPUs=2, Memory=4096MB) ...
I0929 10:59:32.967985 562405 start.go:159] libmachine.API.Create for "addons-483563" (driver="docker")
I0929 10:59:32.968020 562405 client.go:168] LocalClient.Create starting
I0929 10:59:32.968137 562405 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/21656-559786/.minikube/certs/ca.pem
I0929 10:59:33.413984 562405 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/21656-559786/.minikube/certs/cert.pem
I0929 10:59:33.960448 562405 cli_runner.go:164] Run: docker network inspect addons-483563 --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}}]}"
W0929 10:59:33.974828 562405 cli_runner.go:211] docker network inspect addons-483563 --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
I0929 10:59:33.974920 562405 network_create.go:284] running [docker network inspect addons-483563] to gather additional debugging logs...
I0929 10:59:33.974941 562405 cli_runner.go:164] Run: docker network inspect addons-483563
W0929 10:59:33.990033 562405 cli_runner.go:211] docker network inspect addons-483563 returned with exit code 1
I0929 10:59:33.990067 562405 network_create.go:287] error running [docker network inspect addons-483563]: docker network inspect addons-483563: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-483563 not found
I0929 10:59:33.990094 562405 network_create.go:289] output of [docker network inspect addons-483563]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-483563 not found
** /stderr **
I0929 10:59:33.990194 562405 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}}]}"
I0929 10:59:34.007000 562405 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:0x4001be63b0}
I0929 10:59:34.007054 562405 network_create.go:124] attempt to create docker network addons-483563 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0929 10:59:34.007256 562405 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-483563 addons-483563
I0929 10:59:34.079308 562405 network_create.go:108] docker network addons-483563 192.168.49.0/24 created
I0929 10:59:34.079340 562405 kic.go:121] calculated static IP "192.168.49.2" for the "addons-483563" container
I0929 10:59:34.079425 562405 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0929 10:59:34.094677 562405 cli_runner.go:164] Run: docker volume create addons-483563 --label name.minikube.sigs.k8s.io=addons-483563 --label created_by.minikube.sigs.k8s.io=true
I0929 10:59:34.114304 562405 oci.go:103] Successfully created a docker volume addons-483563
I0929 10:59:34.114404 562405 cli_runner.go:164] Run: docker run --rm --name addons-483563-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-483563 --entrypoint /usr/bin/test -v addons-483563:/var gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -d /var/lib
I0929 10:59:36.054837 562405 cli_runner.go:217] Completed: docker run --rm --name addons-483563-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-483563 --entrypoint /usr/bin/test -v addons-483563:/var gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -d /var/lib: (1.940392317s)
I0929 10:59:36.054870 562405 oci.go:107] Successfully prepared a docker volume addons-483563
I0929 10:59:36.054916 562405 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
I0929 10:59:36.054937 562405 kic.go:194] Starting extracting preloaded images to volume ...
I0929 10:59:36.055015 562405 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21656-559786/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-483563:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -I lz4 -xf /preloaded.tar -C /extractDir
I0929 10:59:40.167255 562405 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21656-559786/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-483563:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -I lz4 -xf /preloaded.tar -C /extractDir: (4.112185283s)
I0929 10:59:40.167288 562405 kic.go:203] duration metric: took 4.112346704s to extract preloaded images to volume ...
W0929 10:59:40.167436 562405 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0929 10:59:40.167547 562405 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0929 10:59:40.226200 562405 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-483563 --name addons-483563 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-483563 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-483563 --network addons-483563 --ip 192.168.49.2 --volume addons-483563:/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:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1
I0929 10:59:40.518263 562405 cli_runner.go:164] Run: docker container inspect addons-483563 --format={{.State.Running}}
I0929 10:59:40.540540 562405 cli_runner.go:164] Run: docker container inspect addons-483563 --format={{.State.Status}}
I0929 10:59:40.564744 562405 cli_runner.go:164] Run: docker exec addons-483563 stat /var/lib/dpkg/alternatives/iptables
I0929 10:59:40.617481 562405 oci.go:144] the created container "addons-483563" has a running status.
I0929 10:59:40.617506 562405 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/21656-559786/.minikube/machines/addons-483563/id_rsa...
I0929 10:59:41.518063 562405 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/21656-559786/.minikube/machines/addons-483563/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0929 10:59:41.540986 562405 cli_runner.go:164] Run: docker container inspect addons-483563 --format={{.State.Status}}
I0929 10:59:41.563701 562405 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0929 10:59:41.563727 562405 kic_runner.go:114] Args: [docker exec --privileged addons-483563 chown docker:docker /home/docker/.ssh/authorized_keys]
I0929 10:59:41.618397 562405 cli_runner.go:164] Run: docker container inspect addons-483563 --format={{.State.Status}}
I0929 10:59:41.638995 562405 machine.go:93] provisionDockerMachine start ...
I0929 10:59:41.639099 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 10:59:41.663056 562405 main.go:141] libmachine: Using SSH client type: native
I0929 10:59:41.663396 562405 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3ef1e0] 0x3f19a0 <nil> [] 0s} 127.0.0.1 33505 <nil> <nil>}
I0929 10:59:41.663407 562405 main.go:141] libmachine: About to run SSH command:
hostname
I0929 10:59:41.802161 562405 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-483563
I0929 10:59:41.802186 562405 ubuntu.go:182] provisioning hostname "addons-483563"
I0929 10:59:41.802257 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 10:59:41.819028 562405 main.go:141] libmachine: Using SSH client type: native
I0929 10:59:41.819343 562405 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3ef1e0] 0x3f19a0 <nil> [] 0s} 127.0.0.1 33505 <nil> <nil>}
I0929 10:59:41.819360 562405 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-483563 && echo "addons-483563" | sudo tee /etc/hostname
I0929 10:59:41.971020 562405 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-483563
I0929 10:59:41.971098 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 10:59:41.987892 562405 main.go:141] libmachine: Using SSH client type: native
I0929 10:59:41.988203 562405 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3ef1e0] 0x3f19a0 <nil> [] 0s} 127.0.0.1 33505 <nil> <nil>}
I0929 10:59:41.988225 562405 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-483563' /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-483563/g' /etc/hosts;
else
echo '127.0.1.1 addons-483563' | sudo tee -a /etc/hosts;
fi
fi
I0929 10:59:42.131614 562405 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0929 10:59:42.131722 562405 ubuntu.go:188] set auth options {CertDir:/home/jenkins/minikube-integration/21656-559786/.minikube CaCertPath:/home/jenkins/minikube-integration/21656-559786/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/21656-559786/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/21656-559786/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/21656-559786/.minikube}
I0929 10:59:42.131779 562405 ubuntu.go:190] setting up certificates
I0929 10:59:42.131812 562405 provision.go:84] configureAuth start
I0929 10:59:42.131921 562405 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-483563
I0929 10:59:42.152946 562405 provision.go:143] copyHostCerts
I0929 10:59:42.153044 562405 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21656-559786/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/21656-559786/.minikube/ca.pem (1078 bytes)
I0929 10:59:42.153177 562405 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21656-559786/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/21656-559786/.minikube/cert.pem (1123 bytes)
I0929 10:59:42.153240 562405 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21656-559786/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/21656-559786/.minikube/key.pem (1675 bytes)
I0929 10:59:42.153300 562405 provision.go:117] generating server cert: /home/jenkins/minikube-integration/21656-559786/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/21656-559786/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/21656-559786/.minikube/certs/ca-key.pem org=jenkins.addons-483563 san=[127.0.0.1 192.168.49.2 addons-483563 localhost minikube]
I0929 10:59:42.499284 562405 provision.go:177] copyRemoteCerts
I0929 10:59:42.499360 562405 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0929 10:59:42.499405 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 10:59:42.516328 562405 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33505 SSHKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/machines/addons-483563/id_rsa Username:docker}
I0929 10:59:42.615356 562405 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21656-559786/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0929 10:59:42.639011 562405 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21656-559786/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0929 10:59:42.662419 562405 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21656-559786/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0929 10:59:42.686689 562405 provision.go:87] duration metric: took 554.845659ms to configureAuth
I0929 10:59:42.686713 562405 ubuntu.go:206] setting minikube options for container-runtime
I0929 10:59:42.686910 562405 config.go:182] Loaded profile config "addons-483563": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
I0929 10:59:42.686918 562405 machine.go:96] duration metric: took 1.047901487s to provisionDockerMachine
I0929 10:59:42.686925 562405 client.go:171] duration metric: took 9.718898689s to LocalClient.Create
I0929 10:59:42.686951 562405 start.go:167] duration metric: took 9.71896612s to libmachine.API.Create "addons-483563"
I0929 10:59:42.686960 562405 start.go:293] postStartSetup for "addons-483563" (driver="docker")
I0929 10:59:42.686969 562405 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]
I0929 10:59:42.687021 562405 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
I0929 10:59:42.687070 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 10:59:42.703393 562405 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33505 SSHKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/machines/addons-483563/id_rsa Username:docker}
I0929 10:59:42.803853 562405 ssh_runner.go:195] Run: cat /etc/os-release
I0929 10:59:42.807119 562405 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0929 10:59:42.807154 562405 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0929 10:59:42.807166 562405 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0929 10:59:42.807173 562405 info.go:137] Remote host: Ubuntu 22.04.5 LTS
I0929 10:59:42.807184 562405 filesync.go:126] Scanning /home/jenkins/minikube-integration/21656-559786/.minikube/addons for local assets ...
I0929 10:59:42.807260 562405 filesync.go:126] Scanning /home/jenkins/minikube-integration/21656-559786/.minikube/files for local assets ...
I0929 10:59:42.807286 562405 start.go:296] duration metric: took 120.320117ms for postStartSetup
I0929 10:59:42.807605 562405 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-483563
I0929 10:59:42.824098 562405 profile.go:143] Saving config to /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/config.json ...
I0929 10:59:42.824389 562405 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0929 10:59:42.824439 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 10:59:42.840989 562405 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33505 SSHKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/machines/addons-483563/id_rsa Username:docker}
I0929 10:59:42.935476 562405 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0929 10:59:42.939955 562405 start.go:128] duration metric: took 9.975561936s to createHost
I0929 10:59:42.939983 562405 start.go:83] releasing machines lock for "addons-483563", held for 9.975713036s
I0929 10:59:42.940051 562405 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-483563
I0929 10:59:42.957650 562405 ssh_runner.go:195] Run: cat /version.json
I0929 10:59:42.957711 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 10:59:42.957964 562405 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0929 10:59:42.958025 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 10:59:42.977464 562405 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33505 SSHKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/machines/addons-483563/id_rsa Username:docker}
I0929 10:59:42.984203 562405 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33505 SSHKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/machines/addons-483563/id_rsa Username:docker}
I0929 10:59:43.200404 562405 ssh_runner.go:195] Run: systemctl --version
I0929 10:59:43.205047 562405 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0929 10:59:43.209358 562405 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f -name *loopback.conf* -not -name *.mk_disabled -exec sh -c "grep -q loopback {} && ( grep -q name {} || sudo sed -i '/"type": "loopback"/i \ \ \ \ "name": "loopback",' {} ) && sudo sed -i 's|"cniVersion": ".*"|"cniVersion": "1.0.0"|g' {}" ;
I0929 10:59:43.234676 562405 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0929 10:59:43.234800 562405 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" ;
I0929 10:59:43.264425 562405 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0929 10:59:43.264502 562405 start.go:495] detecting cgroup driver to use...
I0929 10:59:43.264549 562405 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0929 10:59:43.264619 562405 ssh_runner.go:195] Run: sudo systemctl stop -f crio
I0929 10:59:43.277144 562405 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0929 10:59:43.288738 562405 docker.go:218] disabling cri-docker service (if available) ...
I0929 10:59:43.288807 562405 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0929 10:59:43.302600 562405 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0929 10:59:43.316795 562405 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0929 10:59:43.398865 562405 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0929 10:59:43.490862 562405 docker.go:234] disabling docker service ...
I0929 10:59:43.490983 562405 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0929 10:59:43.511346 562405 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0929 10:59:43.523695 562405 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0929 10:59:43.615693 562405 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0929 10:59:43.701223 562405 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0929 10:59:43.712658 562405 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"
I0929 10:59:43.729396 562405 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"
I0929 10:59:43.739897 562405 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"
I0929 10:59:43.749577 562405 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0929 10:59:43.749696 562405 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0929 10:59:43.759643 562405 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"
I0929 10:59:43.769271 562405 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0929 10:59:43.779615 562405 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0929 10:59:43.789480 562405 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0929 10:59:43.799034 562405 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"
I0929 10:59:43.808893 562405 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0929 10:59:43.818435 562405 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"
I0929 10:59:43.828446 562405 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0929 10:59:43.837529 562405 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0929 10:59:43.846083 562405 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0929 10:59:43.925056 562405 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0929 10:59:44.043403 562405 start.go:542] Will wait 60s for socket path /run/containerd/containerd.sock
I0929 10:59:44.043558 562405 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
I0929 10:59:44.047215 562405 start.go:563] Will wait 60s for crictl version
I0929 10:59:44.047312 562405 ssh_runner.go:195] Run: which crictl
I0929 10:59:44.050668 562405 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0929 10:59:44.086434 562405 start.go:579] Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: 1.7.27
RuntimeApiVersion: v1
I0929 10:59:44.086551 562405 ssh_runner.go:195] Run: containerd --version
I0929 10:59:44.113465 562405 ssh_runner.go:195] Run: containerd --version
I0929 10:59:44.138368 562405 out.go:179] * Preparing Kubernetes v1.34.0 on containerd 1.7.27 ...
I0929 10:59:44.141263 562405 cli_runner.go:164] Run: docker network inspect addons-483563 --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}}]}"
I0929 10:59:44.156483 562405 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0929 10:59:44.160311 562405 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""
I0929 10:59:44.170733 562405 kubeadm.go:875] updating cluster {Name:addons-483563 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 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.0 ClusterName:addons-483563 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] D
NSDomain: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.0 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: SocketVMnetClientPa
th: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0929 10:59:44.170858 562405 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
I0929 10:59:44.170922 562405 ssh_runner.go:195] Run: sudo crictl images --output json
I0929 10:59:44.206055 562405 containerd.go:627] all images are preloaded for containerd runtime.
I0929 10:59:44.206080 562405 containerd.go:534] Images already preloaded, skipping extraction
I0929 10:59:44.206141 562405 ssh_runner.go:195] Run: sudo crictl images --output json
I0929 10:59:44.245715 562405 containerd.go:627] all images are preloaded for containerd runtime.
I0929 10:59:44.245740 562405 cache_images.go:85] Images are preloaded, skipping loading
I0929 10:59:44.245748 562405 kubeadm.go:926] updating node { 192.168.49.2 8443 v1.34.0 containerd true true} ...
I0929 10:59:44.245838 562405 kubeadm.go:938] kubelet [Unit]
Wants=containerd.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.34.0/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-483563 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.34.0 ClusterName:addons-483563 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:}
I0929 10:59:44.245923 562405 ssh_runner.go:195] Run: sudo crictl info
I0929 10:59:44.289037 562405 cni.go:84] Creating CNI manager for ""
I0929 10:59:44.289063 562405 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0929 10:59:44.289074 562405 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0929 10:59:44.289097 562405 kubeadm.go:189] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.34.0 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-483563 NodeName:addons-483563 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}
I0929 10:59:44.289217 562405 kubeadm.go:195] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta4
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.49.2
bindPort: 8443
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
ttl: 24h0m0s
usages:
- signing
- authentication
nodeRegistration:
criSocket: unix:///run/containerd/containerd.sock
name: "addons-483563"
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.0
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
I0929 10:59:44.289288 562405 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.34.0
I0929 10:59:44.298088 562405 binaries.go:44] Found k8s binaries, skipping transfer
I0929 10:59:44.298159 562405 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0929 10:59:44.306773 562405 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
I0929 10:59:44.324644 562405 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0929 10:59:44.343421 562405 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2226 bytes)
I0929 10:59:44.361637 562405 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0929 10:59:44.365056 562405 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""
I0929 10:59:44.375780 562405 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0929 10:59:44.463435 562405 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0929 10:59:44.479202 562405 certs.go:68] Setting up /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563 for IP: 192.168.49.2
I0929 10:59:44.479235 562405 certs.go:194] generating shared ca certs ...
I0929 10:59:44.479253 562405 certs.go:226] acquiring lock for ca certs: {Name:mk50bde246e50b1ced0242fb161f98818bf63b53 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 10:59:44.480086 562405 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/21656-559786/.minikube/ca.key
I0929 10:59:44.734252 562405 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21656-559786/.minikube/ca.crt ...
I0929 10:59:44.734282 562405 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21656-559786/.minikube/ca.crt: {Name:mk23b37bcee2f263ffc4740c49d20ca7f3473257 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 10:59:44.734478 562405 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21656-559786/.minikube/ca.key ...
I0929 10:59:44.734491 562405 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21656-559786/.minikube/ca.key: {Name:mkb46e8838b838fb0fe97c612a64469fce317b6b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 10:59:44.734583 562405 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/21656-559786/.minikube/proxy-client-ca.key
I0929 10:59:44.939670 562405 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21656-559786/.minikube/proxy-client-ca.crt ...
I0929 10:59:44.939701 562405 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21656-559786/.minikube/proxy-client-ca.crt: {Name:mk3e1895e681c0ce10a6210365389b7b8a47dcbc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 10:59:44.939880 562405 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21656-559786/.minikube/proxy-client-ca.key ...
I0929 10:59:44.939893 562405 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21656-559786/.minikube/proxy-client-ca.key: {Name:mk0d1dabe402ca877da5d5a01e6332dc340bbd3b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 10:59:44.939962 562405 certs.go:256] generating profile certs ...
I0929 10:59:44.940022 562405 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/client.key
I0929 10:59:44.940038 562405 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/client.crt with IP's: []
I0929 10:59:45.533529 562405 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/client.crt ...
I0929 10:59:45.533562 562405 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/client.crt: {Name:mkef247cb83df95dc4e5699b2778cacb75a27d38 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 10:59:45.533773 562405 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/client.key ...
I0929 10:59:45.533795 562405 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/client.key: {Name:mk43a524551dcc339d9353ee472bcb73d800e4d6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 10:59:45.534533 562405 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/apiserver.key.ada68198
I0929 10:59:45.534559 562405 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/apiserver.crt.ada68198 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0929 10:59:46.750466 562405 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/apiserver.crt.ada68198 ...
I0929 10:59:46.750498 562405 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/apiserver.crt.ada68198: {Name:mka17218aa2b57c1f7940282c8d72a997e10b395 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 10:59:46.751308 562405 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/apiserver.key.ada68198 ...
I0929 10:59:46.751326 562405 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/apiserver.key.ada68198: {Name:mk230e57ffd6947f473bc8a6882534bed6e85faa Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 10:59:46.751418 562405 certs.go:381] copying /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/apiserver.crt.ada68198 -> /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/apiserver.crt
I0929 10:59:46.751494 562405 certs.go:385] copying /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/apiserver.key.ada68198 -> /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/apiserver.key
I0929 10:59:46.751545 562405 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/proxy-client.key
I0929 10:59:46.751566 562405 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/proxy-client.crt with IP's: []
I0929 10:59:47.286180 562405 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/proxy-client.crt ...
I0929 10:59:47.286212 562405 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/proxy-client.crt: {Name:mk7bef5f1f6b2fa08cfb3fadb04882082aa517cf Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 10:59:47.287068 562405 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/proxy-client.key ...
I0929 10:59:47.287089 562405 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/proxy-client.key: {Name:mkb5425d8b8e01b00d84e52f8df22be729ad5c6c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 10:59:47.287289 562405 certs.go:484] found cert: /home/jenkins/minikube-integration/21656-559786/.minikube/certs/ca-key.pem (1675 bytes)
I0929 10:59:47.287331 562405 certs.go:484] found cert: /home/jenkins/minikube-integration/21656-559786/.minikube/certs/ca.pem (1078 bytes)
I0929 10:59:47.287365 562405 certs.go:484] found cert: /home/jenkins/minikube-integration/21656-559786/.minikube/certs/cert.pem (1123 bytes)
I0929 10:59:47.287391 562405 certs.go:484] found cert: /home/jenkins/minikube-integration/21656-559786/.minikube/certs/key.pem (1675 bytes)
I0929 10:59:47.287941 562405 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21656-559786/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0929 10:59:47.313798 562405 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21656-559786/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0929 10:59:47.337629 562405 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21656-559786/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0929 10:59:47.361589 562405 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21656-559786/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0929 10:59:47.384982 562405 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0929 10:59:47.409123 562405 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0929 10:59:47.434078 562405 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0929 10:59:47.458053 562405 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21656-559786/.minikube/profiles/addons-483563/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0929 10:59:47.481997 562405 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21656-559786/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0929 10:59:47.506281 562405 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0929 10:59:47.526370 562405 ssh_runner.go:195] Run: openssl version
I0929 10:59:47.532442 562405 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"
I0929 10:59:47.542901 562405 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0929 10:59:47.546840 562405 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 29 10:59 /usr/share/ca-certificates/minikubeCA.pem
I0929 10:59:47.546958 562405 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0929 10:59:47.554339 562405 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"
I0929 10:59:47.566163 562405 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0929 10:59:47.570470 562405 certs.go:399] 'apiserver-kubelet-client' cert doesn't exist, likely first start: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt: Process exited with status 1
stdout:
stderr:
stat: cannot statx '/var/lib/minikube/certs/apiserver-kubelet-client.crt': No such file or directory
I0929 10:59:47.570565 562405 kubeadm.go:392] StartCluster: {Name:addons-483563 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 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.0 ClusterName:addons-483563 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSD
omain: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.0 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}
I0929 10:59:47.570688 562405 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
I0929 10:59:47.570770 562405 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0929 10:59:47.612154 562405 cri.go:89] found id: ""
I0929 10:59:47.612230 562405 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0929 10:59:47.621644 562405 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0929 10:59:47.631541 562405 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0929 10:59:47.631662 562405 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
I0929 10:59:47.641227 562405 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
I0929 10:59:47.641248 562405 kubeadm.go:157] found existing configuration files:
I0929 10:59:47.641309 562405 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0929 10:59:47.650490 562405 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
I0929 10:59:47.650570 562405 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0929 10:59:47.659301 562405 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0929 10:59:47.668197 562405 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
I0929 10:59:47.668260 562405 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0929 10:59:47.676722 562405 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0929 10:59:47.685482 562405 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
I0929 10:59:47.685548 562405 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0929 10:59:47.693969 562405 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0929 10:59:47.702934 562405 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
I0929 10:59:47.702998 562405 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0929 10:59:47.711432 562405 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.34.0:$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"
I0929 10:59:47.753009 562405 kubeadm.go:310] [init] Using Kubernetes version: v1.34.0
I0929 10:59:47.753317 562405 kubeadm.go:310] [preflight] Running pre-flight checks
I0929 10:59:47.770083 562405 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I0929 10:59:47.770258 562405 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1084-aws[0m
I0929 10:59:47.770338 562405 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I0929 10:59:47.770427 562405 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0929 10:59:47.770514 562405 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0929 10:59:47.770650 562405 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0929 10:59:47.770734 562405 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0929 10:59:47.770813 562405 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0929 10:59:47.770900 562405 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0929 10:59:47.770984 562405 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0929 10:59:47.771073 562405 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0929 10:59:47.771163 562405 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0929 10:59:47.831728 562405 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0929 10:59:47.831915 562405 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0929 10:59:47.832034 562405 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I0929 10:59:47.839047 562405 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0929 10:59:47.845273 562405 out.go:252] - Generating certificates and keys ...
I0929 10:59:47.845435 562405 kubeadm.go:310] [certs] Using existing ca certificate authority
I0929 10:59:47.845549 562405 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0929 10:59:48.944258 562405 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0929 10:59:49.841160 562405 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0929 10:59:50.379342 562405 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0929 10:59:50.535621 562405 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0929 10:59:50.847158 562405 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0929 10:59:50.847306 562405 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-483563 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0929 10:59:51.731700 562405 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0929 10:59:51.732077 562405 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-483563 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0929 10:59:52.072977 562405 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0929 10:59:52.153586 562405 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0929 10:59:52.318143 562405 kubeadm.go:310] [certs] Generating "sa" key and public key
I0929 10:59:52.318457 562405 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0929 10:59:53.088428 562405 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0929 10:59:53.227326 562405 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0929 10:59:53.648300 562405 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0929 10:59:53.804105 562405 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0929 10:59:54.816378 562405 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0929 10:59:54.817112 562405 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0929 10:59:54.819743 562405 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0929 10:59:54.823547 562405 out.go:252] - Booting up control plane ...
I0929 10:59:54.823667 562405 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0929 10:59:54.823788 562405 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0929 10:59:54.823867 562405 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0929 10:59:54.835916 562405 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0929 10:59:54.836040 562405 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/instance-config.yaml"
I0929 10:59:54.842935 562405 kubeadm.go:310] [patches] Applied patch of type "application/strategic-merge-patch+json" to target "kubeletconfiguration"
I0929 10:59:54.843327 562405 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0929 10:59:54.843583 562405 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0929 10:59:54.939085 562405 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0929 10:59:54.939215 562405 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I0929 10:59:56.439047 562405 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.50193867s
I0929 10:59:56.440379 562405 kubeadm.go:310] [control-plane-check] Waiting for healthy control plane components. This can take up to 4m0s
I0929 10:59:56.440489 562405 kubeadm.go:310] [control-plane-check] Checking kube-apiserver at https://192.168.49.2:8443/livez
I0929 10:59:56.440623 562405 kubeadm.go:310] [control-plane-check] Checking kube-controller-manager at https://127.0.0.1:10257/healthz
I0929 10:59:56.440758 562405 kubeadm.go:310] [control-plane-check] Checking kube-scheduler at https://127.0.0.1:10259/livez
I0929 10:59:58.421970 562405 kubeadm.go:310] [control-plane-check] kube-controller-manager is healthy after 1.980762014s
I0929 11:00:00.340956 562405 kubeadm.go:310] [control-plane-check] kube-scheduler is healthy after 3.900447663s
I0929 11:00:03.443176 562405 kubeadm.go:310] [control-plane-check] kube-apiserver is healthy after 7.002466418s
I0929 11:00:03.466373 562405 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0929 11:00:03.481495 562405 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0929 11:00:03.499922 562405 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0929 11:00:03.500162 562405 kubeadm.go:310] [mark-control-plane] Marking the node addons-483563 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0929 11:00:03.515650 562405 kubeadm.go:310] [bootstrap-token] Using token: hu16ap.x8cv0qwd2ws8otdw
I0929 11:00:03.518906 562405 out.go:252] - Configuring RBAC rules ...
I0929 11:00:03.519044 562405 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0929 11:00:03.524114 562405 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0929 11:00:03.534401 562405 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0929 11:00:03.538965 562405 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0929 11:00:03.543813 562405 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0929 11:00:03.548535 562405 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0929 11:00:03.850802 562405 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0929 11:00:04.292566 562405 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0929 11:00:04.850780 562405 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0929 11:00:04.852184 562405 kubeadm.go:310]
I0929 11:00:04.852344 562405 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0929 11:00:04.852354 562405 kubeadm.go:310]
I0929 11:00:04.852454 562405 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0929 11:00:04.852461 562405 kubeadm.go:310]
I0929 11:00:04.852517 562405 kubeadm.go:310] mkdir -p $HOME/.kube
I0929 11:00:04.852611 562405 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0929 11:00:04.852679 562405 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0929 11:00:04.852685 562405 kubeadm.go:310]
I0929 11:00:04.852743 562405 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0929 11:00:04.852748 562405 kubeadm.go:310]
I0929 11:00:04.852804 562405 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0929 11:00:04.852810 562405 kubeadm.go:310]
I0929 11:00:04.852883 562405 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0929 11:00:04.852995 562405 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0929 11:00:04.853110 562405 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0929 11:00:04.853121 562405 kubeadm.go:310]
I0929 11:00:04.853242 562405 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0929 11:00:04.853329 562405 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0929 11:00:04.853338 562405 kubeadm.go:310]
I0929 11:00:04.853432 562405 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token hu16ap.x8cv0qwd2ws8otdw \
I0929 11:00:04.853545 562405 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:069a5b09f42fcbdbc353a2d7ce31a23050519cb5bb838ded4a035330726e53a5 \
I0929 11:00:04.853573 562405 kubeadm.go:310] --control-plane
I0929 11:00:04.853583 562405 kubeadm.go:310]
I0929 11:00:04.853680 562405 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0929 11:00:04.853690 562405 kubeadm.go:310]
I0929 11:00:04.853776 562405 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token hu16ap.x8cv0qwd2ws8otdw \
I0929 11:00:04.853887 562405 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:069a5b09f42fcbdbc353a2d7ce31a23050519cb5bb838ded4a035330726e53a5
I0929 11:00:04.857326 562405 kubeadm.go:310] [WARNING SystemVerification]: cgroups v1 support is in maintenance mode, please migrate to cgroups v2
I0929 11:00:04.857586 562405 kubeadm.go:310] [WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1084-aws\n", err: exit status 1
I0929 11:00:04.857711 562405 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0929 11:00:04.857734 562405 cni.go:84] Creating CNI manager for ""
I0929 11:00:04.857743 562405 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0929 11:00:04.860894 562405 out.go:179] * Configuring CNI (Container Networking Interface) ...
I0929 11:00:04.863875 562405 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0929 11:00:04.868409 562405 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.34.0/kubectl ...
I0929 11:00:04.868437 562405 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
I0929 11:00:04.888486 562405 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0929 11:00:05.230269 562405 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0929 11:00:05.230425 562405 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0929 11:00:05.230508 562405 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-483563 minikube.k8s.io/updated_at=2025_09_29T11_00_05_0700 minikube.k8s.io/version=v1.37.0 minikube.k8s.io/commit=c1f958e1d15faaa2b94ae7399d1155627e45fcf8 minikube.k8s.io/name=addons-483563 minikube.k8s.io/primary=true
I0929 11:00:05.487260 562405 ops.go:34] apiserver oom_adj: -16
I0929 11:00:05.487384 562405 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0929 11:00:05.987601 562405 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0929 11:00:06.487922 562405 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0929 11:00:06.987598 562405 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0929 11:00:07.487498 562405 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0929 11:00:07.987434 562405 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0929 11:00:08.488008 562405 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0929 11:00:08.987907 562405 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0929 11:00:09.487582 562405 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0929 11:00:09.987568 562405 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0929 11:00:10.488244 562405 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0929 11:00:10.594032 562405 kubeadm.go:1105] duration metric: took 5.363673934s to wait for elevateKubeSystemPrivileges
I0929 11:00:10.594061 562405 kubeadm.go:394] duration metric: took 23.023503032s to StartCluster
I0929 11:00:10.594080 562405 settings.go:142] acquiring lock: {Name:mkf45888ef576c1bf98dbaa1f7d29a292a22dea6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 11:00:10.594761 562405 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/21656-559786/kubeconfig
I0929 11:00:10.595180 562405 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21656-559786/kubeconfig: {Name:mkfcc5e53b87dce56035f875fbec8c690ef4466b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 11:00:10.597531 562405 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0929 11:00:10.597597 562405 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0929 11:00:10.597833 562405 config.go:182] Loaded profile config "addons-483563": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
I0929 11:00:10.597867 562405 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]
I0929 11:00:10.597955 562405 addons.go:69] Setting yakd=true in profile "addons-483563"
I0929 11:00:10.597970 562405 addons.go:238] Setting addon yakd=true in "addons-483563"
I0929 11:00:10.597993 562405 host.go:66] Checking if "addons-483563" exists ...
I0929 11:00:10.598486 562405 cli_runner.go:164] Run: docker container inspect addons-483563 --format={{.State.Status}}
I0929 11:00:10.598932 562405 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-483563"
I0929 11:00:10.598958 562405 addons.go:238] Setting addon amd-gpu-device-plugin=true in "addons-483563"
I0929 11:00:10.598993 562405 host.go:66] Checking if "addons-483563" exists ...
I0929 11:00:10.599439 562405 cli_runner.go:164] Run: docker container inspect addons-483563 --format={{.State.Status}}
I0929 11:00:10.601823 562405 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-483563"
I0929 11:00:10.601899 562405 addons.go:238] Setting addon nvidia-device-plugin=true in "addons-483563"
I0929 11:00:10.602049 562405 host.go:66] Checking if "addons-483563" exists ...
I0929 11:00:10.603197 562405 addons.go:69] Setting registry=true in profile "addons-483563"
I0929 11:00:10.603223 562405 addons.go:238] Setting addon registry=true in "addons-483563"
I0929 11:00:10.603254 562405 host.go:66] Checking if "addons-483563" exists ...
I0929 11:00:10.603750 562405 cli_runner.go:164] Run: docker container inspect addons-483563 --format={{.State.Status}}
I0929 11:00:10.605215 562405 addons.go:69] Setting cloud-spanner=true in profile "addons-483563"
I0929 11:00:10.605280 562405 addons.go:238] Setting addon cloud-spanner=true in "addons-483563"
I0929 11:00:10.605341 562405 host.go:66] Checking if "addons-483563" exists ...
I0929 11:00:10.605846 562405 cli_runner.go:164] Run: docker container inspect addons-483563 --format={{.State.Status}}
I0929 11:00:10.609328 562405 addons.go:69] Setting registry-creds=true in profile "addons-483563"
I0929 11:00:10.609359 562405 addons.go:238] Setting addon registry-creds=true in "addons-483563"
I0929 11:00:10.609393 562405 host.go:66] Checking if "addons-483563" exists ...
I0929 11:00:10.609892 562405 cli_runner.go:164] Run: docker container inspect addons-483563 --format={{.State.Status}}
I0929 11:00:10.613169 562405 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-483563"
I0929 11:00:10.613244 562405 addons.go:238] Setting addon csi-hostpath-driver=true in "addons-483563"
I0929 11:00:10.613275 562405 host.go:66] Checking if "addons-483563" exists ...
I0929 11:00:10.613754 562405 cli_runner.go:164] Run: docker container inspect addons-483563 --format={{.State.Status}}
I0929 11:00:10.623378 562405 addons.go:69] Setting storage-provisioner=true in profile "addons-483563"
I0929 11:00:10.625298 562405 addons.go:238] Setting addon storage-provisioner=true in "addons-483563"
I0929 11:00:10.625404 562405 host.go:66] Checking if "addons-483563" exists ...
I0929 11:00:10.628875 562405 cli_runner.go:164] Run: docker container inspect addons-483563 --format={{.State.Status}}
I0929 11:00:10.631884 562405 addons.go:69] Setting default-storageclass=true in profile "addons-483563"
I0929 11:00:10.631929 562405 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-483563"
I0929 11:00:10.632278 562405 cli_runner.go:164] Run: docker container inspect addons-483563 --format={{.State.Status}}
I0929 11:00:10.623480 562405 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-483563"
I0929 11:00:10.650546 562405 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-483563"
I0929 11:00:10.650970 562405 cli_runner.go:164] Run: docker container inspect addons-483563 --format={{.State.Status}}
I0929 11:00:10.654326 562405 addons.go:69] Setting gcp-auth=true in profile "addons-483563"
I0929 11:00:10.654366 562405 mustload.go:65] Loading cluster: addons-483563
I0929 11:00:10.654588 562405 config.go:182] Loaded profile config "addons-483563": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
I0929 11:00:10.654872 562405 cli_runner.go:164] Run: docker container inspect addons-483563 --format={{.State.Status}}
I0929 11:00:10.623496 562405 addons.go:69] Setting volcano=true in profile "addons-483563"
I0929 11:00:10.669541 562405 addons.go:238] Setting addon volcano=true in "addons-483563"
I0929 11:00:10.669587 562405 host.go:66] Checking if "addons-483563" exists ...
I0929 11:00:10.670102 562405 cli_runner.go:164] Run: docker container inspect addons-483563 --format={{.State.Status}}
I0929 11:00:10.674701 562405 addons.go:69] Setting ingress=true in profile "addons-483563"
I0929 11:00:10.674741 562405 addons.go:238] Setting addon ingress=true in "addons-483563"
I0929 11:00:10.674786 562405 host.go:66] Checking if "addons-483563" exists ...
I0929 11:00:10.675290 562405 cli_runner.go:164] Run: docker container inspect addons-483563 --format={{.State.Status}}
I0929 11:00:10.623503 562405 addons.go:69] Setting volumesnapshots=true in profile "addons-483563"
I0929 11:00:10.680157 562405 addons.go:238] Setting addon volumesnapshots=true in "addons-483563"
I0929 11:00:10.680203 562405 host.go:66] Checking if "addons-483563" exists ...
I0929 11:00:10.680728 562405 cli_runner.go:164] Run: docker container inspect addons-483563 --format={{.State.Status}}
I0929 11:00:10.624087 562405 cli_runner.go:164] Run: docker container inspect addons-483563 --format={{.State.Status}}
I0929 11:00:10.698815 562405 addons.go:69] Setting ingress-dns=true in profile "addons-483563"
I0929 11:00:10.698856 562405 addons.go:238] Setting addon ingress-dns=true in "addons-483563"
I0929 11:00:10.698901 562405 host.go:66] Checking if "addons-483563" exists ...
I0929 11:00:10.699375 562405 cli_runner.go:164] Run: docker container inspect addons-483563 --format={{.State.Status}}
I0929 11:00:10.624100 562405 out.go:179] * Verifying Kubernetes components...
I0929 11:00:10.725354 562405 addons.go:69] Setting inspektor-gadget=true in profile "addons-483563"
I0929 11:00:10.725389 562405 addons.go:238] Setting addon inspektor-gadget=true in "addons-483563"
I0929 11:00:10.725438 562405 host.go:66] Checking if "addons-483563" exists ...
I0929 11:00:10.725935 562405 cli_runner.go:164] Run: docker container inspect addons-483563 --format={{.State.Status}}
I0929 11:00:10.752181 562405 addons.go:69] Setting metrics-server=true in profile "addons-483563"
I0929 11:00:10.752265 562405 addons.go:238] Setting addon metrics-server=true in "addons-483563"
I0929 11:00:10.752334 562405 host.go:66] Checking if "addons-483563" exists ...
I0929 11:00:10.752951 562405 cli_runner.go:164] Run: docker container inspect addons-483563 --format={{.State.Status}}
I0929 11:00:10.791997 562405 out.go:179] - Using image docker.io/marcnuri/yakd:0.0.5
I0929 11:00:10.795067 562405 addons.go:435] installing /etc/kubernetes/addons/yakd-ns.yaml
I0929 11:00:10.795094 562405 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0929 11:00:10.795178 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 11:00:10.818784 562405 out.go:179] - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
I0929 11:00:10.821778 562405 addons.go:435] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I0929 11:00:10.821810 562405 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
I0929 11:00:10.821883 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 11:00:10.845232 562405 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0929 11:00:10.865280 562405 addons.go:238] Setting addon storage-provisioner-rancher=true in "addons-483563"
I0929 11:00:10.902802 562405 host.go:66] Checking if "addons-483563" exists ...
I0929 11:00:10.903299 562405 cli_runner.go:164] Run: docker container inspect addons-483563 --format={{.State.Status}}
I0929 11:00:10.925324 562405 out.go:179] - Using image docker.io/upmcenterprises/registry-creds:1.10
I0929 11:00:10.927755 562405 addons.go:238] Setting addon default-storageclass=true in "addons-483563"
I0929 11:00:10.927794 562405 host.go:66] Checking if "addons-483563" exists ...
I0929 11:00:10.928186 562405 cli_runner.go:164] Run: docker container inspect addons-483563 --format={{.State.Status}}
I0929 11:00:10.934784 562405 out.go:179] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0929 11:00:10.948401 562405 out.go:179] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.9
I0929 11:00:10.950363 562405 out.go:179] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0929 11:00:10.948754 562405 out.go:179] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0929 11:00:10.958362 562405 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0929 11:00:10.958384 562405 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0929 11:00:10.958450 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 11:00:10.958669 562405 out.go:179] - Using image registry.k8s.io/metrics-server/metrics-server:v0.8.0
I0929 11:00:10.958744 562405 out.go:179] - Using image docker.io/kicbase/minikube-ingress-dns:0.0.4
I0929 11:00:10.958861 562405 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0929 11:00:10.958874 562405 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0929 11:00:10.958944 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 11:00:10.966220 562405 out.go:179] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0929 11:00:10.967036 562405 addons.go:435] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0929 11:00:10.967053 562405 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2889 bytes)
I0929 11:00:10.967125 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 11:00:10.983165 562405 out.go:179] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.3
I0929 11:00:10.948921 562405 addons.go:435] installing /etc/kubernetes/addons/registry-creds-rc.yaml
I0929 11:00:10.984533 562405 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-creds-rc.yaml (3306 bytes)
I0929 11:00:10.984622 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 11:00:10.986102 562405 addons.go:435] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0929 11:00:10.986118 562405 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0929 11:00:10.986173 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 11:00:10.949250 562405 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33505 SSHKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/machines/addons-483563/id_rsa Username:docker}
I0929 11:00:10.949424 562405 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.0/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.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0929 11:00:10.949446 562405 host.go:66] Checking if "addons-483563" exists ...
I0929 11:00:10.948567 562405 out.go:179] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.41
I0929 11:00:11.008400 562405 out.go:179] - Using image docker.io/registry:3.0.0
I0929 11:00:11.008719 562405 out.go:179] - Using image registry.k8s.io/ingress-nginx/controller:v1.13.2
I0929 11:00:11.008947 562405 addons.go:435] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0929 11:00:11.008987 562405 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33505 SSHKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/machines/addons-483563/id_rsa Username:docker}
I0929 11:00:11.028440 562405 out.go:179] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0929 11:00:11.028651 562405 addons.go:435] installing /etc/kubernetes/addons/registry-rc.yaml
I0929 11:00:11.028674 562405 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0929 11:00:11.028740 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 11:00:11.042958 562405 addons.go:435] installing /etc/kubernetes/addons/deployment.yaml
I0929 11:00:11.043111 562405 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0929 11:00:11.049243 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 11:00:11.043232 562405 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0929 11:00:11.049004 562405 out.go:179] - Using image docker.io/volcanosh/vc-webhook-manager:v1.13.0
I0929 11:00:11.049017 562405 out.go:179] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.44.1
I0929 11:00:11.100494 562405 out.go:179] - Using image docker.io/volcanosh/vc-controller-manager:v1.13.0
I0929 11:00:11.071710 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 11:00:11.118734 562405 addons.go:435] installing /etc/kubernetes/addons/ig-crd.yaml
I0929 11:00:11.118759 562405 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (14 bytes)
I0929 11:00:11.118845 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 11:00:11.120158 562405 out.go:179] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0929 11:00:11.120391 562405 out.go:179] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
I0929 11:00:11.121073 562405 out.go:179] - Using image docker.io/volcanosh/vc-scheduler:v1.13.0
I0929 11:00:11.124388 562405 out.go:179] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0929 11:00:11.125786 562405 addons.go:435] installing /etc/kubernetes/addons/volcano-deployment.yaml
I0929 11:00:11.125811 562405 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (1017570 bytes)
I0929 11:00:11.125887 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 11:00:11.130174 562405 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33505 SSHKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/machines/addons-483563/id_rsa Username:docker}
I0929 11:00:11.138751 562405 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
I0929 11:00:11.138775 562405 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0929 11:00:11.138841 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 11:00:11.154269 562405 out.go:179] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
I0929 11:00:11.157692 562405 addons.go:435] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0929 11:00:11.157719 562405 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0929 11:00:11.157793 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 11:00:11.174039 562405 out.go:179] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0929 11:00:11.174253 562405 out.go:179] - Using image docker.io/busybox:stable
I0929 11:00:11.174350 562405 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33505 SSHKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/machines/addons-483563/id_rsa Username:docker}
I0929 11:00:11.182817 562405 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33505 SSHKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/machines/addons-483563/id_rsa Username:docker}
I0929 11:00:11.184848 562405 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0929 11:00:11.184872 562405 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0929 11:00:11.184937 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 11:00:11.190910 562405 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33505 SSHKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/machines/addons-483563/id_rsa Username:docker}
I0929 11:00:11.196776 562405 out.go:179] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0929 11:00:11.200020 562405 out.go:179] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0929 11:00:11.202813 562405 out.go:179] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0929 11:00:11.205651 562405 addons.go:435] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0929 11:00:11.205685 562405 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0929 11:00:11.205758 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 11:00:11.217446 562405 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33505 SSHKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/machines/addons-483563/id_rsa Username:docker}
I0929 11:00:11.240692 562405 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33505 SSHKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/machines/addons-483563/id_rsa Username:docker}
I0929 11:00:11.291387 562405 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33505 SSHKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/machines/addons-483563/id_rsa Username:docker}
I0929 11:00:11.299506 562405 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33505 SSHKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/machines/addons-483563/id_rsa Username:docker}
I0929 11:00:11.305292 562405 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33505 SSHKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/machines/addons-483563/id_rsa Username:docker}
I0929 11:00:11.327846 562405 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33505 SSHKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/machines/addons-483563/id_rsa Username:docker}
I0929 11:00:11.340894 562405 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33505 SSHKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/machines/addons-483563/id_rsa Username:docker}
I0929 11:00:11.341340 562405 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33505 SSHKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/machines/addons-483563/id_rsa Username:docker}
I0929 11:00:11.342074 562405 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33505 SSHKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/machines/addons-483563/id_rsa Username:docker}
I0929 11:00:11.354117 562405 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0929 11:00:11.355468 562405 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33505 SSHKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/machines/addons-483563/id_rsa Username:docker}
I0929 11:00:11.801998 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I0929 11:00:12.028559 562405 addons.go:435] installing /etc/kubernetes/addons/yakd-sa.yaml
I0929 11:00:12.028628 562405 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0929 11:00:12.068935 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0929 11:00:12.082762 562405 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0929 11:00:12.082842 562405 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0929 11:00:12.110387 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/registry-creds-rc.yaml
I0929 11:00:12.112811 562405 addons.go:435] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0929 11:00:12.112874 562405 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0929 11:00:12.118461 562405 addons.go:435] installing /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:00:12.118543 562405 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (15034 bytes)
I0929 11:00:12.119774 562405 addons.go:435] installing /etc/kubernetes/addons/registry-svc.yaml
I0929 11:00:12.119841 562405 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0929 11:00:12.138687 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0929 11:00:12.186871 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0929 11:00:12.215519 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0929 11:00:12.227610 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0929 11:00:12.231152 562405 addons.go:435] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0929 11:00:12.231226 562405 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0929 11:00:12.243516 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0929 11:00:12.303057 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
I0929 11:00:12.335018 562405 addons.go:435] installing /etc/kubernetes/addons/yakd-crb.yaml
I0929 11:00:12.335085 562405 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0929 11:00:12.363933 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0929 11:00:12.371754 562405 addons.go:435] installing /etc/kubernetes/addons/registry-proxy.yaml
I0929 11:00:12.371816 562405 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0929 11:00:12.396104 562405 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0929 11:00:12.396174 562405 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0929 11:00:12.425554 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:00:12.428546 562405 addons.go:435] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0929 11:00:12.428612 562405 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0929 11:00:12.532484 562405 addons.go:435] installing /etc/kubernetes/addons/yakd-svc.yaml
I0929 11:00:12.532510 562405 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0929 11:00:12.587601 562405 addons.go:435] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0929 11:00:12.587636 562405 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)
I0929 11:00:12.661720 562405 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0929 11:00:12.661804 562405 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0929 11:00:12.677761 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0929 11:00:12.750627 562405 addons.go:435] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0929 11:00:12.750705 562405 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0929 11:00:12.790755 562405 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.0/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.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.790251379s)
I0929 11:00:12.790821 562405 start.go:976] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0929 11:00:12.791802 562405 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.437661366s)
I0929 11:00:12.792491 562405 node_ready.go:35] waiting up to 6m0s for node "addons-483563" to be "Ready" ...
I0929 11:00:12.796690 562405 node_ready.go:49] node "addons-483563" is "Ready"
I0929 11:00:12.796759 562405 node_ready.go:38] duration metric: took 4.212478ms for node "addons-483563" to be "Ready" ...
I0929 11:00:12.796789 562405 api_server.go:52] waiting for apiserver process to appear ...
I0929 11:00:12.796859 562405 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0929 11:00:12.816993 562405 addons.go:435] installing /etc/kubernetes/addons/yakd-dp.yaml
I0929 11:00:12.817070 562405 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0929 11:00:12.827688 562405 addons.go:435] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0929 11:00:12.827772 562405 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0929 11:00:13.048296 562405 addons.go:435] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0929 11:00:13.048324 562405 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0929 11:00:13.060482 562405 addons.go:435] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0929 11:00:13.060516 562405 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0929 11:00:13.184038 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:13.216057 562405 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml: (1.414026219s)
I0929 11:00:13.258482 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:13.295343 562405 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-483563" context rescaled to 1 replicas
I0929 11:00:13.476842 562405 addons.go:435] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0929 11:00:13.476880 562405 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0929 11:00:13.501604 562405 addons.go:435] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0929 11:00:13.501629 562405 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0929 11:00:13.785876 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:13.881804 562405 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0929 11:00:13.881830 562405 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0929 11:00:14.167346 562405 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0929 11:00:14.167374 562405 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0929 11:00:14.442725 562405 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0929 11:00:14.442754 562405 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0929 11:00:14.968102 562405 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0929 11:00:14.968130 562405 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0929 11:00:15.226490 562405 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0929 11:00:15.226518 562405 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0929 11:00:15.514088 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:15.766861 562405 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.697824827s)
I0929 11:00:15.766936 562405 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/registry-creds-rc.yaml: (3.656475779s)
I0929 11:00:15.766966 562405 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (3.628211039s)
I0929 11:00:15.767025 562405 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (3.58008337s)
I0929 11:00:15.767056 562405 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.55146569s)
I0929 11:00:15.767092 562405 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (3.539409081s)
I0929 11:00:16.837772 562405 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (4.594168947s)
I0929 11:00:16.837810 562405 addons.go:479] Verifying addon ingress=true in "addons-483563"
I0929 11:00:16.844807 562405 out.go:179] * Verifying ingress addon...
I0929 11:00:16.848578 562405 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0929 11:00:16.895913 562405 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0929 11:00:16.895936 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:17.360926 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:17.901282 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:18.353037 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:18.653308 562405 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0929 11:00:18.653397 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 11:00:18.694322 562405 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33505 SSHKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/machines/addons-483563/id_rsa Username:docker}
I0929 11:00:18.893014 562405 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0929 11:00:18.938106 562405 addons.go:238] Setting addon gcp-auth=true in "addons-483563"
I0929 11:00:18.938159 562405 host.go:66] Checking if "addons-483563" exists ...
I0929 11:00:18.938601 562405 cli_runner.go:164] Run: docker container inspect addons-483563 --format={{.State.Status}}
I0929 11:00:18.952183 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:18.967720 562405 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0929 11:00:18.967781 562405 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-483563
I0929 11:00:18.998909 562405 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33505 SSHKeyPath:/home/jenkins/minikube-integration/21656-559786/.minikube/machines/addons-483563/id_rsa Username:docker}
I0929 11:00:19.355439 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:19.970203 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:20.121774 562405 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml: (7.81863261s)
I0929 11:00:20.121876 562405 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (7.757878789s)
I0929 11:00:20.122110 562405 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (7.69647571s)
W0929 11:00:20.122144 562405 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:20.122170 562405 retry.go:31] will retry after 332.044356ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:20.122207 562405 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (7.444355154s)
I0929 11:00:20.122221 562405 addons.go:479] Verifying addon registry=true in "addons-483563"
I0929 11:00:20.122467 562405 ssh_runner.go:235] Completed: sudo pgrep -xnf kube-apiserver.*minikube.*: (7.325516599s)
I0929 11:00:20.122491 562405 api_server.go:72] duration metric: took 9.524866062s to wait for apiserver process to appear ...
I0929 11:00:20.122497 562405 api_server.go:88] waiting for apiserver healthz status ...
I0929 11:00:20.122517 562405 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0929 11:00:20.122706 562405 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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.938541835s)
I0929 11:00:20.122821 562405 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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.86431073s)
I0929 11:00:20.122836 562405 addons.go:479] Verifying addon metrics-server=true in "addons-483563"
I0929 11:00:20.122923 562405 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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.337018767s)
W0929 11:00:20.122940 562405 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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:
Warning: unrecognized format "int64"
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
I0929 11:00:20.122955 562405 retry.go:31] will retry after 154.512512ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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:
Warning: unrecognized format "int64"
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
I0929 11:00:20.128278 562405 out.go:179] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-483563 service yakd-dashboard -n yakd-dashboard
I0929 11:00:20.128278 562405 out.go:179] * Verifying registry addon...
I0929 11:00:20.132228 562405 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0929 11:00:20.190021 562405 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0929 11:00:20.214962 562405 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0929 11:00:20.214990 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:20.235723 562405 api_server.go:141] control plane version: v1.34.0
I0929 11:00:20.235759 562405 api_server.go:131] duration metric: took 113.250821ms to wait for apiserver health ...
I0929 11:00:20.235770 562405 system_pods.go:43] waiting for kube-system pods to appear ...
I0929 11:00:20.278065 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:20.355696 562405 system_pods.go:59] 18 kube-system pods found
I0929 11:00:20.355794 562405 system_pods.go:61] "coredns-66bc5c9577-b29nz" [52bc5403-990e-404a-8cfe-efb5571a512a] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0929 11:00:20.355825 562405 system_pods.go:61] "csi-hostpath-attacher-0" [9d16d3ad-392d-44c8-92ba-9a4a8053d0ef] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0929 11:00:20.355866 562405 system_pods.go:61] "csi-hostpathplugin-rqvcb" [1bafe1f6-7a18-4707-b57e-df6501d8bd38] Pending
I0929 11:00:20.355894 562405 system_pods.go:61] "etcd-addons-483563" [9b193026-7b5f-4377-80ef-938e37399327] Running
I0929 11:00:20.355916 562405 system_pods.go:61] "kindnet-mfp57" [0c7477e3-a89c-4434-9410-876e3e76a0d2] Running
I0929 11:00:20.355938 562405 system_pods.go:61] "kube-apiserver-addons-483563" [b4c81a52-29e3-4abc-8ce3-d89b928a5df6] Running
I0929 11:00:20.355973 562405 system_pods.go:61] "kube-controller-manager-addons-483563" [fc097b4e-c68e-4601-9643-9ad308f7c510] Running
I0929 11:00:20.356003 562405 system_pods.go:61] "kube-ingress-dns-minikube" [8bfd4d09-1731-4a82-b31e-2f361eda9937] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0929 11:00:20.356025 562405 system_pods.go:61] "kube-proxy-wv2sq" [acd890b5-8eec-4768-b2a4-eab21a6cc968] Running
I0929 11:00:20.356048 562405 system_pods.go:61] "kube-scheduler-addons-483563" [af974e3a-b4bd-4dbf-b1d1-578fe272d2fc] Running
I0929 11:00:20.356086 562405 system_pods.go:61] "metrics-server-85b7d694d7-5nf4w" [69cb6179-bf43-483a-a7d9-106b114cc686] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0929 11:00:20.356120 562405 system_pods.go:61] "nvidia-device-plugin-daemonset-jkp8d" [f886546b-8372-4f20-aa0d-9de94266e972] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0929 11:00:20.356145 562405 system_pods.go:61] "registry-66898fdd98-t2xjz" [f056b0f2-ec9b-4c14-8ba0-bd22b773ac8c] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0929 11:00:20.356172 562405 system_pods.go:61] "registry-creds-764b6fb674-l6vfm" [df19d989-15e6-4d4c-a14f-43633c0f900b] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0929 11:00:20.356202 562405 system_pods.go:61] "registry-proxy-k46nx" [e7c8247c-6df5-410e-a6ed-4560a900c88e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0929 11:00:20.356230 562405 system_pods.go:61] "snapshot-controller-7d9fbc56b8-2t8cn" [1c88bde7-cf0a-47a0-95f4-6b31fdc41b7b] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:20.356256 562405 system_pods.go:61] "snapshot-controller-7d9fbc56b8-v5hhf" [211b45f8-ac85-4ab0-8b24-0201ae6aab27] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:20.356281 562405 system_pods.go:61] "storage-provisioner" [6a7fc87f-5481-4acc-873f-54407c43ffd1] Running
I0929 11:00:20.356315 562405 system_pods.go:74] duration metric: took 120.538021ms to wait for pod list to return data ...
I0929 11:00:20.356345 562405 default_sa.go:34] waiting for default service account to be created ...
I0929 11:00:20.455403 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:00:20.459696 562405 default_sa.go:45] found service account: "default"
I0929 11:00:20.459764 562405 default_sa.go:55] duration metric: took 103.394779ms for default service account to be created ...
I0929 11:00:20.459790 562405 system_pods.go:116] waiting for k8s-apps to be running ...
I0929 11:00:20.519607 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:20.551349 562405 system_pods.go:86] 18 kube-system pods found
I0929 11:00:20.551435 562405 system_pods.go:89] "coredns-66bc5c9577-b29nz" [52bc5403-990e-404a-8cfe-efb5571a512a] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0929 11:00:20.551458 562405 system_pods.go:89] "csi-hostpath-attacher-0" [9d16d3ad-392d-44c8-92ba-9a4a8053d0ef] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0929 11:00:20.551481 562405 system_pods.go:89] "csi-hostpathplugin-rqvcb" [1bafe1f6-7a18-4707-b57e-df6501d8bd38] Pending
I0929 11:00:20.551514 562405 system_pods.go:89] "etcd-addons-483563" [9b193026-7b5f-4377-80ef-938e37399327] Running
I0929 11:00:20.551540 562405 system_pods.go:89] "kindnet-mfp57" [0c7477e3-a89c-4434-9410-876e3e76a0d2] Running
I0929 11:00:20.551562 562405 system_pods.go:89] "kube-apiserver-addons-483563" [b4c81a52-29e3-4abc-8ce3-d89b928a5df6] Running
I0929 11:00:20.551584 562405 system_pods.go:89] "kube-controller-manager-addons-483563" [fc097b4e-c68e-4601-9643-9ad308f7c510] Running
I0929 11:00:20.551620 562405 system_pods.go:89] "kube-ingress-dns-minikube" [8bfd4d09-1731-4a82-b31e-2f361eda9937] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0929 11:00:20.551646 562405 system_pods.go:89] "kube-proxy-wv2sq" [acd890b5-8eec-4768-b2a4-eab21a6cc968] Running
I0929 11:00:20.551667 562405 system_pods.go:89] "kube-scheduler-addons-483563" [af974e3a-b4bd-4dbf-b1d1-578fe272d2fc] Running
I0929 11:00:20.551690 562405 system_pods.go:89] "metrics-server-85b7d694d7-5nf4w" [69cb6179-bf43-483a-a7d9-106b114cc686] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0929 11:00:20.551726 562405 system_pods.go:89] "nvidia-device-plugin-daemonset-jkp8d" [f886546b-8372-4f20-aa0d-9de94266e972] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0929 11:00:20.551750 562405 system_pods.go:89] "registry-66898fdd98-t2xjz" [f056b0f2-ec9b-4c14-8ba0-bd22b773ac8c] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0929 11:00:20.551771 562405 system_pods.go:89] "registry-creds-764b6fb674-l6vfm" [df19d989-15e6-4d4c-a14f-43633c0f900b] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0929 11:00:20.551791 562405 system_pods.go:89] "registry-proxy-k46nx" [e7c8247c-6df5-410e-a6ed-4560a900c88e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0929 11:00:20.551830 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-2t8cn" [1c88bde7-cf0a-47a0-95f4-6b31fdc41b7b] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:20.551857 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-v5hhf" [211b45f8-ac85-4ab0-8b24-0201ae6aab27] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:20.551876 562405 system_pods.go:89] "storage-provisioner" [6a7fc87f-5481-4acc-873f-54407c43ffd1] Running
I0929 11:00:20.551911 562405 retry.go:31] will retry after 275.505452ms: missing components: kube-dns
I0929 11:00:20.653295 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:20.658598 562405 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (5.144463049s)
I0929 11:00:20.658644 562405 addons.go:479] Verifying addon csi-hostpath-driver=true in "addons-483563"
I0929 11:00:20.658723 562405 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.690972016s)
I0929 11:00:20.661865 562405 out.go:179] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
I0929 11:00:20.661975 562405 out.go:179] * Verifying csi-hostpath-driver addon...
I0929 11:00:20.666086 562405 out.go:179] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
I0929 11:00:20.666937 562405 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0929 11:00:20.672749 562405 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0929 11:00:20.672779 562405 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0929 11:00:20.719996 562405 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0929 11:00:20.720016 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:20.820960 562405 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0929 11:00:20.820981 562405 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0929 11:00:20.832646 562405 system_pods.go:86] 19 kube-system pods found
I0929 11:00:20.832730 562405 system_pods.go:89] "coredns-66bc5c9577-b29nz" [52bc5403-990e-404a-8cfe-efb5571a512a] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0929 11:00:20.832757 562405 system_pods.go:89] "csi-hostpath-attacher-0" [9d16d3ad-392d-44c8-92ba-9a4a8053d0ef] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0929 11:00:20.832800 562405 system_pods.go:89] "csi-hostpath-resizer-0" [19f50e3f-179b-42ce-913e-818a6a3117ed] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0929 11:00:20.832827 562405 system_pods.go:89] "csi-hostpathplugin-rqvcb" [1bafe1f6-7a18-4707-b57e-df6501d8bd38] 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])
I0929 11:00:20.832850 562405 system_pods.go:89] "etcd-addons-483563" [9b193026-7b5f-4377-80ef-938e37399327] Running
I0929 11:00:20.832873 562405 system_pods.go:89] "kindnet-mfp57" [0c7477e3-a89c-4434-9410-876e3e76a0d2] Running
I0929 11:00:20.832911 562405 system_pods.go:89] "kube-apiserver-addons-483563" [b4c81a52-29e3-4abc-8ce3-d89b928a5df6] Running
I0929 11:00:20.832937 562405 system_pods.go:89] "kube-controller-manager-addons-483563" [fc097b4e-c68e-4601-9643-9ad308f7c510] Running
I0929 11:00:20.832960 562405 system_pods.go:89] "kube-ingress-dns-minikube" [8bfd4d09-1731-4a82-b31e-2f361eda9937] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0929 11:00:20.832982 562405 system_pods.go:89] "kube-proxy-wv2sq" [acd890b5-8eec-4768-b2a4-eab21a6cc968] Running
I0929 11:00:20.833015 562405 system_pods.go:89] "kube-scheduler-addons-483563" [af974e3a-b4bd-4dbf-b1d1-578fe272d2fc] Running
I0929 11:00:20.833041 562405 system_pods.go:89] "metrics-server-85b7d694d7-5nf4w" [69cb6179-bf43-483a-a7d9-106b114cc686] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0929 11:00:20.833066 562405 system_pods.go:89] "nvidia-device-plugin-daemonset-jkp8d" [f886546b-8372-4f20-aa0d-9de94266e972] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0929 11:00:20.833089 562405 system_pods.go:89] "registry-66898fdd98-t2xjz" [f056b0f2-ec9b-4c14-8ba0-bd22b773ac8c] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0929 11:00:20.833133 562405 system_pods.go:89] "registry-creds-764b6fb674-l6vfm" [df19d989-15e6-4d4c-a14f-43633c0f900b] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0929 11:00:20.833163 562405 system_pods.go:89] "registry-proxy-k46nx" [e7c8247c-6df5-410e-a6ed-4560a900c88e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0929 11:00:20.833187 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-2t8cn" [1c88bde7-cf0a-47a0-95f4-6b31fdc41b7b] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:20.833211 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-v5hhf" [211b45f8-ac85-4ab0-8b24-0201ae6aab27] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:20.833247 562405 system_pods.go:89] "storage-provisioner" [6a7fc87f-5481-4acc-873f-54407c43ffd1] Running
I0929 11:00:20.833287 562405 retry.go:31] will retry after 297.11539ms: missing components: kube-dns
I0929 11:00:20.858103 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:20.922101 562405 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0929 11:00:20.922169 562405 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0929 11:00:21.016393 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:21.139355 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:21.141307 562405 system_pods.go:86] 19 kube-system pods found
I0929 11:00:21.141426 562405 system_pods.go:89] "coredns-66bc5c9577-b29nz" [52bc5403-990e-404a-8cfe-efb5571a512a] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0929 11:00:21.141456 562405 system_pods.go:89] "csi-hostpath-attacher-0" [9d16d3ad-392d-44c8-92ba-9a4a8053d0ef] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0929 11:00:21.141504 562405 system_pods.go:89] "csi-hostpath-resizer-0" [19f50e3f-179b-42ce-913e-818a6a3117ed] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0929 11:00:21.141532 562405 system_pods.go:89] "csi-hostpathplugin-rqvcb" [1bafe1f6-7a18-4707-b57e-df6501d8bd38] 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])
I0929 11:00:21.141554 562405 system_pods.go:89] "etcd-addons-483563" [9b193026-7b5f-4377-80ef-938e37399327] Running
I0929 11:00:21.141591 562405 system_pods.go:89] "kindnet-mfp57" [0c7477e3-a89c-4434-9410-876e3e76a0d2] Running
I0929 11:00:21.141617 562405 system_pods.go:89] "kube-apiserver-addons-483563" [b4c81a52-29e3-4abc-8ce3-d89b928a5df6] Running
I0929 11:00:21.141639 562405 system_pods.go:89] "kube-controller-manager-addons-483563" [fc097b4e-c68e-4601-9643-9ad308f7c510] Running
I0929 11:00:21.141687 562405 system_pods.go:89] "kube-ingress-dns-minikube" [8bfd4d09-1731-4a82-b31e-2f361eda9937] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0929 11:00:21.141712 562405 system_pods.go:89] "kube-proxy-wv2sq" [acd890b5-8eec-4768-b2a4-eab21a6cc968] Running
I0929 11:00:21.141733 562405 system_pods.go:89] "kube-scheduler-addons-483563" [af974e3a-b4bd-4dbf-b1d1-578fe272d2fc] Running
I0929 11:00:21.141767 562405 system_pods.go:89] "metrics-server-85b7d694d7-5nf4w" [69cb6179-bf43-483a-a7d9-106b114cc686] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0929 11:00:21.141793 562405 system_pods.go:89] "nvidia-device-plugin-daemonset-jkp8d" [f886546b-8372-4f20-aa0d-9de94266e972] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0929 11:00:21.141819 562405 system_pods.go:89] "registry-66898fdd98-t2xjz" [f056b0f2-ec9b-4c14-8ba0-bd22b773ac8c] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0929 11:00:21.141860 562405 system_pods.go:89] "registry-creds-764b6fb674-l6vfm" [df19d989-15e6-4d4c-a14f-43633c0f900b] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0929 11:00:21.141887 562405 system_pods.go:89] "registry-proxy-k46nx" [e7c8247c-6df5-410e-a6ed-4560a900c88e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0929 11:00:21.141912 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-2t8cn" [1c88bde7-cf0a-47a0-95f4-6b31fdc41b7b] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:21.141948 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-v5hhf" [211b45f8-ac85-4ab0-8b24-0201ae6aab27] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:21.141972 562405 system_pods.go:89] "storage-provisioner" [6a7fc87f-5481-4acc-873f-54407c43ffd1] Running
I0929 11:00:21.142005 562405 retry.go:31] will retry after 304.340151ms: missing components: kube-dns
I0929 11:00:21.171133 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:21.352561 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:21.451960 562405 system_pods.go:86] 19 kube-system pods found
I0929 11:00:21.452049 562405 system_pods.go:89] "coredns-66bc5c9577-b29nz" [52bc5403-990e-404a-8cfe-efb5571a512a] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0929 11:00:21.452079 562405 system_pods.go:89] "csi-hostpath-attacher-0" [9d16d3ad-392d-44c8-92ba-9a4a8053d0ef] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0929 11:00:21.452119 562405 system_pods.go:89] "csi-hostpath-resizer-0" [19f50e3f-179b-42ce-913e-818a6a3117ed] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0929 11:00:21.452153 562405 system_pods.go:89] "csi-hostpathplugin-rqvcb" [1bafe1f6-7a18-4707-b57e-df6501d8bd38] 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])
I0929 11:00:21.452177 562405 system_pods.go:89] "etcd-addons-483563" [9b193026-7b5f-4377-80ef-938e37399327] Running
I0929 11:00:21.452214 562405 system_pods.go:89] "kindnet-mfp57" [0c7477e3-a89c-4434-9410-876e3e76a0d2] Running
I0929 11:00:21.452235 562405 system_pods.go:89] "kube-apiserver-addons-483563" [b4c81a52-29e3-4abc-8ce3-d89b928a5df6] Running
I0929 11:00:21.452256 562405 system_pods.go:89] "kube-controller-manager-addons-483563" [fc097b4e-c68e-4601-9643-9ad308f7c510] Running
I0929 11:00:21.452291 562405 system_pods.go:89] "kube-ingress-dns-minikube" [8bfd4d09-1731-4a82-b31e-2f361eda9937] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0929 11:00:21.452314 562405 system_pods.go:89] "kube-proxy-wv2sq" [acd890b5-8eec-4768-b2a4-eab21a6cc968] Running
I0929 11:00:21.452336 562405 system_pods.go:89] "kube-scheduler-addons-483563" [af974e3a-b4bd-4dbf-b1d1-578fe272d2fc] Running
I0929 11:00:21.452377 562405 system_pods.go:89] "metrics-server-85b7d694d7-5nf4w" [69cb6179-bf43-483a-a7d9-106b114cc686] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0929 11:00:21.452404 562405 system_pods.go:89] "nvidia-device-plugin-daemonset-jkp8d" [f886546b-8372-4f20-aa0d-9de94266e972] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0929 11:00:21.452430 562405 system_pods.go:89] "registry-66898fdd98-t2xjz" [f056b0f2-ec9b-4c14-8ba0-bd22b773ac8c] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0929 11:00:21.452464 562405 system_pods.go:89] "registry-creds-764b6fb674-l6vfm" [df19d989-15e6-4d4c-a14f-43633c0f900b] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0929 11:00:21.452490 562405 system_pods.go:89] "registry-proxy-k46nx" [e7c8247c-6df5-410e-a6ed-4560a900c88e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0929 11:00:21.452514 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-2t8cn" [1c88bde7-cf0a-47a0-95f4-6b31fdc41b7b] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:21.452553 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-v5hhf" [211b45f8-ac85-4ab0-8b24-0201ae6aab27] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:21.452578 562405 system_pods.go:89] "storage-provisioner" [6a7fc87f-5481-4acc-873f-54407c43ffd1] Running
I0929 11:00:21.452629 562405 retry.go:31] will retry after 433.837807ms: missing components: kube-dns
I0929 11:00:21.636179 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:21.670540 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:21.675883 562405 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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.397769558s)
I0929 11:00:21.853293 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:21.933280 562405 system_pods.go:86] 19 kube-system pods found
I0929 11:00:21.933365 562405 system_pods.go:89] "coredns-66bc5c9577-b29nz" [52bc5403-990e-404a-8cfe-efb5571a512a] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0929 11:00:21.933390 562405 system_pods.go:89] "csi-hostpath-attacher-0" [9d16d3ad-392d-44c8-92ba-9a4a8053d0ef] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0929 11:00:21.933434 562405 system_pods.go:89] "csi-hostpath-resizer-0" [19f50e3f-179b-42ce-913e-818a6a3117ed] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0929 11:00:21.933461 562405 system_pods.go:89] "csi-hostpathplugin-rqvcb" [1bafe1f6-7a18-4707-b57e-df6501d8bd38] 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])
I0929 11:00:21.933482 562405 system_pods.go:89] "etcd-addons-483563" [9b193026-7b5f-4377-80ef-938e37399327] Running
I0929 11:00:21.933523 562405 system_pods.go:89] "kindnet-mfp57" [0c7477e3-a89c-4434-9410-876e3e76a0d2] Running
I0929 11:00:21.933548 562405 system_pods.go:89] "kube-apiserver-addons-483563" [b4c81a52-29e3-4abc-8ce3-d89b928a5df6] Running
I0929 11:00:21.933568 562405 system_pods.go:89] "kube-controller-manager-addons-483563" [fc097b4e-c68e-4601-9643-9ad308f7c510] Running
I0929 11:00:21.933607 562405 system_pods.go:89] "kube-ingress-dns-minikube" [8bfd4d09-1731-4a82-b31e-2f361eda9937] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0929 11:00:21.933632 562405 system_pods.go:89] "kube-proxy-wv2sq" [acd890b5-8eec-4768-b2a4-eab21a6cc968] Running
I0929 11:00:21.933655 562405 system_pods.go:89] "kube-scheduler-addons-483563" [af974e3a-b4bd-4dbf-b1d1-578fe272d2fc] Running
I0929 11:00:21.933706 562405 system_pods.go:89] "metrics-server-85b7d694d7-5nf4w" [69cb6179-bf43-483a-a7d9-106b114cc686] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0929 11:00:21.933735 562405 system_pods.go:89] "nvidia-device-plugin-daemonset-jkp8d" [f886546b-8372-4f20-aa0d-9de94266e972] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0929 11:00:21.933761 562405 system_pods.go:89] "registry-66898fdd98-t2xjz" [f056b0f2-ec9b-4c14-8ba0-bd22b773ac8c] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0929 11:00:21.933808 562405 system_pods.go:89] "registry-creds-764b6fb674-l6vfm" [df19d989-15e6-4d4c-a14f-43633c0f900b] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0929 11:00:21.933829 562405 system_pods.go:89] "registry-proxy-k46nx" [e7c8247c-6df5-410e-a6ed-4560a900c88e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0929 11:00:21.933866 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-2t8cn" [1c88bde7-cf0a-47a0-95f4-6b31fdc41b7b] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:21.933897 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-v5hhf" [211b45f8-ac85-4ab0-8b24-0201ae6aab27] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:21.933920 562405 system_pods.go:89] "storage-provisioner" [6a7fc87f-5481-4acc-873f-54407c43ffd1] Running
I0929 11:00:21.933965 562405 retry.go:31] will retry after 466.095529ms: missing components: kube-dns
I0929 11:00:22.035450 562405 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.580006851s)
W0929 11:00:22.035581 562405 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:22.035654 562405 retry.go:31] will retry after 307.548823ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:22.035753 562405 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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.01927835s)
I0929 11:00:22.039205 562405 addons.go:479] Verifying addon gcp-auth=true in "addons-483563"
I0929 11:00:22.044402 562405 out.go:179] * Verifying gcp-auth addon...
I0929 11:00:22.048088 562405 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0929 11:00:22.050983 562405 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0929 11:00:22.051007 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:22.142934 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:22.240707 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:22.343680 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:00:22.353146 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:22.454708 562405 system_pods.go:86] 19 kube-system pods found
I0929 11:00:22.454799 562405 system_pods.go:89] "coredns-66bc5c9577-b29nz" [52bc5403-990e-404a-8cfe-efb5571a512a] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0929 11:00:22.454825 562405 system_pods.go:89] "csi-hostpath-attacher-0" [9d16d3ad-392d-44c8-92ba-9a4a8053d0ef] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0929 11:00:22.454865 562405 system_pods.go:89] "csi-hostpath-resizer-0" [19f50e3f-179b-42ce-913e-818a6a3117ed] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0929 11:00:22.454891 562405 system_pods.go:89] "csi-hostpathplugin-rqvcb" [1bafe1f6-7a18-4707-b57e-df6501d8bd38] 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])
I0929 11:00:22.454915 562405 system_pods.go:89] "etcd-addons-483563" [9b193026-7b5f-4377-80ef-938e37399327] Running
I0929 11:00:22.454950 562405 system_pods.go:89] "kindnet-mfp57" [0c7477e3-a89c-4434-9410-876e3e76a0d2] Running
I0929 11:00:22.454975 562405 system_pods.go:89] "kube-apiserver-addons-483563" [b4c81a52-29e3-4abc-8ce3-d89b928a5df6] Running
I0929 11:00:22.454998 562405 system_pods.go:89] "kube-controller-manager-addons-483563" [fc097b4e-c68e-4601-9643-9ad308f7c510] Running
I0929 11:00:22.455038 562405 system_pods.go:89] "kube-ingress-dns-minikube" [8bfd4d09-1731-4a82-b31e-2f361eda9937] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0929 11:00:22.455063 562405 system_pods.go:89] "kube-proxy-wv2sq" [acd890b5-8eec-4768-b2a4-eab21a6cc968] Running
I0929 11:00:22.455089 562405 system_pods.go:89] "kube-scheduler-addons-483563" [af974e3a-b4bd-4dbf-b1d1-578fe272d2fc] Running
I0929 11:00:22.455126 562405 system_pods.go:89] "metrics-server-85b7d694d7-5nf4w" [69cb6179-bf43-483a-a7d9-106b114cc686] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0929 11:00:22.455152 562405 system_pods.go:89] "nvidia-device-plugin-daemonset-jkp8d" [f886546b-8372-4f20-aa0d-9de94266e972] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0929 11:00:22.455177 562405 system_pods.go:89] "registry-66898fdd98-t2xjz" [f056b0f2-ec9b-4c14-8ba0-bd22b773ac8c] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0929 11:00:22.455214 562405 system_pods.go:89] "registry-creds-764b6fb674-l6vfm" [df19d989-15e6-4d4c-a14f-43633c0f900b] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0929 11:00:22.455246 562405 system_pods.go:89] "registry-proxy-k46nx" [e7c8247c-6df5-410e-a6ed-4560a900c88e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0929 11:00:22.455287 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-2t8cn" [1c88bde7-cf0a-47a0-95f4-6b31fdc41b7b] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:22.455316 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-v5hhf" [211b45f8-ac85-4ab0-8b24-0201ae6aab27] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:22.455340 562405 system_pods.go:89] "storage-provisioner" [6a7fc87f-5481-4acc-873f-54407c43ffd1] Running
I0929 11:00:22.455410 562405 retry.go:31] will retry after 948.365927ms: missing components: kube-dns
I0929 11:00:22.551615 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:22.635844 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:22.673091 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:22.853790 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:23.052141 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:23.135755 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:23.171742 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
W0929 11:00:23.194808 562405 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:23.194841 562405 retry.go:31] will retry after 721.77345ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:23.355750 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:23.409224 562405 system_pods.go:86] 19 kube-system pods found
I0929 11:00:23.409264 562405 system_pods.go:89] "coredns-66bc5c9577-b29nz" [52bc5403-990e-404a-8cfe-efb5571a512a] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0929 11:00:23.409275 562405 system_pods.go:89] "csi-hostpath-attacher-0" [9d16d3ad-392d-44c8-92ba-9a4a8053d0ef] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0929 11:00:23.409284 562405 system_pods.go:89] "csi-hostpath-resizer-0" [19f50e3f-179b-42ce-913e-818a6a3117ed] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0929 11:00:23.409291 562405 system_pods.go:89] "csi-hostpathplugin-rqvcb" [1bafe1f6-7a18-4707-b57e-df6501d8bd38] 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])
I0929 11:00:23.409295 562405 system_pods.go:89] "etcd-addons-483563" [9b193026-7b5f-4377-80ef-938e37399327] Running
I0929 11:00:23.409300 562405 system_pods.go:89] "kindnet-mfp57" [0c7477e3-a89c-4434-9410-876e3e76a0d2] Running
I0929 11:00:23.409305 562405 system_pods.go:89] "kube-apiserver-addons-483563" [b4c81a52-29e3-4abc-8ce3-d89b928a5df6] Running
I0929 11:00:23.409309 562405 system_pods.go:89] "kube-controller-manager-addons-483563" [fc097b4e-c68e-4601-9643-9ad308f7c510] Running
I0929 11:00:23.409317 562405 system_pods.go:89] "kube-ingress-dns-minikube" [8bfd4d09-1731-4a82-b31e-2f361eda9937] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0929 11:00:23.409325 562405 system_pods.go:89] "kube-proxy-wv2sq" [acd890b5-8eec-4768-b2a4-eab21a6cc968] Running
I0929 11:00:23.409330 562405 system_pods.go:89] "kube-scheduler-addons-483563" [af974e3a-b4bd-4dbf-b1d1-578fe272d2fc] Running
I0929 11:00:23.409336 562405 system_pods.go:89] "metrics-server-85b7d694d7-5nf4w" [69cb6179-bf43-483a-a7d9-106b114cc686] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0929 11:00:23.409352 562405 system_pods.go:89] "nvidia-device-plugin-daemonset-jkp8d" [f886546b-8372-4f20-aa0d-9de94266e972] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0929 11:00:23.409358 562405 system_pods.go:89] "registry-66898fdd98-t2xjz" [f056b0f2-ec9b-4c14-8ba0-bd22b773ac8c] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0929 11:00:23.409364 562405 system_pods.go:89] "registry-creds-764b6fb674-l6vfm" [df19d989-15e6-4d4c-a14f-43633c0f900b] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0929 11:00:23.409373 562405 system_pods.go:89] "registry-proxy-k46nx" [e7c8247c-6df5-410e-a6ed-4560a900c88e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0929 11:00:23.409380 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-2t8cn" [1c88bde7-cf0a-47a0-95f4-6b31fdc41b7b] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:23.409389 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-v5hhf" [211b45f8-ac85-4ab0-8b24-0201ae6aab27] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:23.409398 562405 system_pods.go:89] "storage-provisioner" [6a7fc87f-5481-4acc-873f-54407c43ffd1] Running
I0929 11:00:23.409413 562405 retry.go:31] will retry after 739.821717ms: missing components: kube-dns
I0929 11:00:23.551401 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:23.635709 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:23.671057 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:23.852509 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:23.917772 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:00:24.052217 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:24.135279 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:24.155036 562405 system_pods.go:86] 19 kube-system pods found
I0929 11:00:24.155081 562405 system_pods.go:89] "coredns-66bc5c9577-b29nz" [52bc5403-990e-404a-8cfe-efb5571a512a] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0929 11:00:24.155089 562405 system_pods.go:89] "csi-hostpath-attacher-0" [9d16d3ad-392d-44c8-92ba-9a4a8053d0ef] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0929 11:00:24.155096 562405 system_pods.go:89] "csi-hostpath-resizer-0" [19f50e3f-179b-42ce-913e-818a6a3117ed] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0929 11:00:24.155133 562405 system_pods.go:89] "csi-hostpathplugin-rqvcb" [1bafe1f6-7a18-4707-b57e-df6501d8bd38] 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])
I0929 11:00:24.155145 562405 system_pods.go:89] "etcd-addons-483563" [9b193026-7b5f-4377-80ef-938e37399327] Running
I0929 11:00:24.155151 562405 system_pods.go:89] "kindnet-mfp57" [0c7477e3-a89c-4434-9410-876e3e76a0d2] Running
I0929 11:00:24.155156 562405 system_pods.go:89] "kube-apiserver-addons-483563" [b4c81a52-29e3-4abc-8ce3-d89b928a5df6] Running
I0929 11:00:24.155161 562405 system_pods.go:89] "kube-controller-manager-addons-483563" [fc097b4e-c68e-4601-9643-9ad308f7c510] Running
I0929 11:00:24.155174 562405 system_pods.go:89] "kube-ingress-dns-minikube" [8bfd4d09-1731-4a82-b31e-2f361eda9937] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0929 11:00:24.155179 562405 system_pods.go:89] "kube-proxy-wv2sq" [acd890b5-8eec-4768-b2a4-eab21a6cc968] Running
I0929 11:00:24.155200 562405 system_pods.go:89] "kube-scheduler-addons-483563" [af974e3a-b4bd-4dbf-b1d1-578fe272d2fc] Running
I0929 11:00:24.155213 562405 system_pods.go:89] "metrics-server-85b7d694d7-5nf4w" [69cb6179-bf43-483a-a7d9-106b114cc686] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0929 11:00:24.155232 562405 system_pods.go:89] "nvidia-device-plugin-daemonset-jkp8d" [f886546b-8372-4f20-aa0d-9de94266e972] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0929 11:00:24.155247 562405 system_pods.go:89] "registry-66898fdd98-t2xjz" [f056b0f2-ec9b-4c14-8ba0-bd22b773ac8c] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0929 11:00:24.155253 562405 system_pods.go:89] "registry-creds-764b6fb674-l6vfm" [df19d989-15e6-4d4c-a14f-43633c0f900b] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0929 11:00:24.155260 562405 system_pods.go:89] "registry-proxy-k46nx" [e7c8247c-6df5-410e-a6ed-4560a900c88e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0929 11:00:24.155266 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-2t8cn" [1c88bde7-cf0a-47a0-95f4-6b31fdc41b7b] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:24.155289 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-v5hhf" [211b45f8-ac85-4ab0-8b24-0201ae6aab27] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:24.155296 562405 system_pods.go:89] "storage-provisioner" [6a7fc87f-5481-4acc-873f-54407c43ffd1] Running
I0929 11:00:24.155312 562405 retry.go:31] will retry after 1.07487069s: missing components: kube-dns
I0929 11:00:24.171468 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:24.353291 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:24.552393 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:24.635952 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:24.671401 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
W0929 11:00:24.787302 562405 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:24.787391 562405 retry.go:31] will retry after 1.01964009s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:24.852686 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:25.051967 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:25.136276 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:25.170597 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:25.234867 562405 system_pods.go:86] 19 kube-system pods found
I0929 11:00:25.235010 562405 system_pods.go:89] "coredns-66bc5c9577-b29nz" [52bc5403-990e-404a-8cfe-efb5571a512a] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0929 11:00:25.235028 562405 system_pods.go:89] "csi-hostpath-attacher-0" [9d16d3ad-392d-44c8-92ba-9a4a8053d0ef] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0929 11:00:25.235036 562405 system_pods.go:89] "csi-hostpath-resizer-0" [19f50e3f-179b-42ce-913e-818a6a3117ed] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0929 11:00:25.235057 562405 system_pods.go:89] "csi-hostpathplugin-rqvcb" [1bafe1f6-7a18-4707-b57e-df6501d8bd38] 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])
I0929 11:00:25.235065 562405 system_pods.go:89] "etcd-addons-483563" [9b193026-7b5f-4377-80ef-938e37399327] Running
I0929 11:00:25.235071 562405 system_pods.go:89] "kindnet-mfp57" [0c7477e3-a89c-4434-9410-876e3e76a0d2] Running
I0929 11:00:25.235076 562405 system_pods.go:89] "kube-apiserver-addons-483563" [b4c81a52-29e3-4abc-8ce3-d89b928a5df6] Running
I0929 11:00:25.235090 562405 system_pods.go:89] "kube-controller-manager-addons-483563" [fc097b4e-c68e-4601-9643-9ad308f7c510] Running
I0929 11:00:25.235097 562405 system_pods.go:89] "kube-ingress-dns-minikube" [8bfd4d09-1731-4a82-b31e-2f361eda9937] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0929 11:00:25.235106 562405 system_pods.go:89] "kube-proxy-wv2sq" [acd890b5-8eec-4768-b2a4-eab21a6cc968] Running
I0929 11:00:25.235110 562405 system_pods.go:89] "kube-scheduler-addons-483563" [af974e3a-b4bd-4dbf-b1d1-578fe272d2fc] Running
I0929 11:00:25.235117 562405 system_pods.go:89] "metrics-server-85b7d694d7-5nf4w" [69cb6179-bf43-483a-a7d9-106b114cc686] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0929 11:00:25.235126 562405 system_pods.go:89] "nvidia-device-plugin-daemonset-jkp8d" [f886546b-8372-4f20-aa0d-9de94266e972] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0929 11:00:25.235132 562405 system_pods.go:89] "registry-66898fdd98-t2xjz" [f056b0f2-ec9b-4c14-8ba0-bd22b773ac8c] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0929 11:00:25.235138 562405 system_pods.go:89] "registry-creds-764b6fb674-l6vfm" [df19d989-15e6-4d4c-a14f-43633c0f900b] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0929 11:00:25.235144 562405 system_pods.go:89] "registry-proxy-k46nx" [e7c8247c-6df5-410e-a6ed-4560a900c88e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0929 11:00:25.235155 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-2t8cn" [1c88bde7-cf0a-47a0-95f4-6b31fdc41b7b] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:25.235168 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-v5hhf" [211b45f8-ac85-4ab0-8b24-0201ae6aab27] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:25.235172 562405 system_pods.go:89] "storage-provisioner" [6a7fc87f-5481-4acc-873f-54407c43ffd1] Running
I0929 11:00:25.235189 562405 retry.go:31] will retry after 1.222142843s: missing components: kube-dns
I0929 11:00:25.352434 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:25.551540 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:25.635467 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:25.670512 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:25.807404 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:00:25.852309 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:26.052037 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:26.137229 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:26.171270 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:26.353039 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:26.463585 562405 system_pods.go:86] 19 kube-system pods found
I0929 11:00:26.463630 562405 system_pods.go:89] "coredns-66bc5c9577-b29nz" [52bc5403-990e-404a-8cfe-efb5571a512a] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0929 11:00:26.463639 562405 system_pods.go:89] "csi-hostpath-attacher-0" [9d16d3ad-392d-44c8-92ba-9a4a8053d0ef] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0929 11:00:26.463647 562405 system_pods.go:89] "csi-hostpath-resizer-0" [19f50e3f-179b-42ce-913e-818a6a3117ed] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0929 11:00:26.463657 562405 system_pods.go:89] "csi-hostpathplugin-rqvcb" [1bafe1f6-7a18-4707-b57e-df6501d8bd38] 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])
I0929 11:00:26.463663 562405 system_pods.go:89] "etcd-addons-483563" [9b193026-7b5f-4377-80ef-938e37399327] Running
I0929 11:00:26.463669 562405 system_pods.go:89] "kindnet-mfp57" [0c7477e3-a89c-4434-9410-876e3e76a0d2] Running
I0929 11:00:26.463675 562405 system_pods.go:89] "kube-apiserver-addons-483563" [b4c81a52-29e3-4abc-8ce3-d89b928a5df6] Running
I0929 11:00:26.463693 562405 system_pods.go:89] "kube-controller-manager-addons-483563" [fc097b4e-c68e-4601-9643-9ad308f7c510] Running
I0929 11:00:26.463706 562405 system_pods.go:89] "kube-ingress-dns-minikube" [8bfd4d09-1731-4a82-b31e-2f361eda9937] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0929 11:00:26.463710 562405 system_pods.go:89] "kube-proxy-wv2sq" [acd890b5-8eec-4768-b2a4-eab21a6cc968] Running
I0929 11:00:26.463715 562405 system_pods.go:89] "kube-scheduler-addons-483563" [af974e3a-b4bd-4dbf-b1d1-578fe272d2fc] Running
I0929 11:00:26.463727 562405 system_pods.go:89] "metrics-server-85b7d694d7-5nf4w" [69cb6179-bf43-483a-a7d9-106b114cc686] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0929 11:00:26.463735 562405 system_pods.go:89] "nvidia-device-plugin-daemonset-jkp8d" [f886546b-8372-4f20-aa0d-9de94266e972] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0929 11:00:26.463741 562405 system_pods.go:89] "registry-66898fdd98-t2xjz" [f056b0f2-ec9b-4c14-8ba0-bd22b773ac8c] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0929 11:00:26.463747 562405 system_pods.go:89] "registry-creds-764b6fb674-l6vfm" [df19d989-15e6-4d4c-a14f-43633c0f900b] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0929 11:00:26.463755 562405 system_pods.go:89] "registry-proxy-k46nx" [e7c8247c-6df5-410e-a6ed-4560a900c88e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0929 11:00:26.463770 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-2t8cn" [1c88bde7-cf0a-47a0-95f4-6b31fdc41b7b] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:26.463783 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-v5hhf" [211b45f8-ac85-4ab0-8b24-0201ae6aab27] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:26.463787 562405 system_pods.go:89] "storage-provisioner" [6a7fc87f-5481-4acc-873f-54407c43ffd1] Running
I0929 11:00:26.463809 562405 retry.go:31] will retry after 1.402974964s: missing components: kube-dns
I0929 11:00:26.551532 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:26.636949 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
W0929 11:00:26.638526 562405 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:26.638576 562405 retry.go:31] will retry after 1.357139795s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:26.670752 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:26.852031 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:27.052008 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:27.136308 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:27.170727 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:27.352127 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:27.551289 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:27.635620 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:27.671303 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:27.852562 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:27.871526 562405 system_pods.go:86] 19 kube-system pods found
I0929 11:00:27.871572 562405 system_pods.go:89] "coredns-66bc5c9577-b29nz" [52bc5403-990e-404a-8cfe-efb5571a512a] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0929 11:00:27.871587 562405 system_pods.go:89] "csi-hostpath-attacher-0" [9d16d3ad-392d-44c8-92ba-9a4a8053d0ef] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0929 11:00:27.871596 562405 system_pods.go:89] "csi-hostpath-resizer-0" [19f50e3f-179b-42ce-913e-818a6a3117ed] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0929 11:00:27.871603 562405 system_pods.go:89] "csi-hostpathplugin-rqvcb" [1bafe1f6-7a18-4707-b57e-df6501d8bd38] 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])
I0929 11:00:27.871607 562405 system_pods.go:89] "etcd-addons-483563" [9b193026-7b5f-4377-80ef-938e37399327] Running
I0929 11:00:27.871612 562405 system_pods.go:89] "kindnet-mfp57" [0c7477e3-a89c-4434-9410-876e3e76a0d2] Running
I0929 11:00:27.871616 562405 system_pods.go:89] "kube-apiserver-addons-483563" [b4c81a52-29e3-4abc-8ce3-d89b928a5df6] Running
I0929 11:00:27.871621 562405 system_pods.go:89] "kube-controller-manager-addons-483563" [fc097b4e-c68e-4601-9643-9ad308f7c510] Running
I0929 11:00:27.871628 562405 system_pods.go:89] "kube-ingress-dns-minikube" [8bfd4d09-1731-4a82-b31e-2f361eda9937] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0929 11:00:27.871638 562405 system_pods.go:89] "kube-proxy-wv2sq" [acd890b5-8eec-4768-b2a4-eab21a6cc968] Running
I0929 11:00:27.871645 562405 system_pods.go:89] "kube-scheduler-addons-483563" [af974e3a-b4bd-4dbf-b1d1-578fe272d2fc] Running
I0929 11:00:27.871653 562405 system_pods.go:89] "metrics-server-85b7d694d7-5nf4w" [69cb6179-bf43-483a-a7d9-106b114cc686] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0929 11:00:27.871668 562405 system_pods.go:89] "nvidia-device-plugin-daemonset-jkp8d" [f886546b-8372-4f20-aa0d-9de94266e972] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0929 11:00:27.871682 562405 system_pods.go:89] "registry-66898fdd98-t2xjz" [f056b0f2-ec9b-4c14-8ba0-bd22b773ac8c] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0929 11:00:27.871690 562405 system_pods.go:89] "registry-creds-764b6fb674-l6vfm" [df19d989-15e6-4d4c-a14f-43633c0f900b] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0929 11:00:27.871701 562405 system_pods.go:89] "registry-proxy-k46nx" [e7c8247c-6df5-410e-a6ed-4560a900c88e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0929 11:00:27.871710 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-2t8cn" [1c88bde7-cf0a-47a0-95f4-6b31fdc41b7b] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:27.871724 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-v5hhf" [211b45f8-ac85-4ab0-8b24-0201ae6aab27] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:27.871728 562405 system_pods.go:89] "storage-provisioner" [6a7fc87f-5481-4acc-873f-54407c43ffd1] Running
I0929 11:00:27.871742 562405 retry.go:31] will retry after 2.610576694s: missing components: kube-dns
I0929 11:00:27.996119 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:00:28.051536 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:28.136163 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:28.171255 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:28.353433 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:28.553546 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:28.636259 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:28.671297 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:28.852338 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W0929 11:00:28.890503 562405 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:28.890537 562405 retry.go:31] will retry after 1.579994465s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:29.051546 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:29.135497 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:29.170644 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:29.352533 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:29.551396 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:29.635453 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:29.670837 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:29.852427 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:30.052393 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:30.136010 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:30.170850 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:30.354548 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:30.471010 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:00:30.489674 562405 system_pods.go:86] 19 kube-system pods found
I0929 11:00:30.489772 562405 system_pods.go:89] "coredns-66bc5c9577-b29nz" [52bc5403-990e-404a-8cfe-efb5571a512a] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0929 11:00:30.489798 562405 system_pods.go:89] "csi-hostpath-attacher-0" [9d16d3ad-392d-44c8-92ba-9a4a8053d0ef] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0929 11:00:30.489840 562405 system_pods.go:89] "csi-hostpath-resizer-0" [19f50e3f-179b-42ce-913e-818a6a3117ed] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0929 11:00:30.489867 562405 system_pods.go:89] "csi-hostpathplugin-rqvcb" [1bafe1f6-7a18-4707-b57e-df6501d8bd38] 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])
I0929 11:00:30.489893 562405 system_pods.go:89] "etcd-addons-483563" [9b193026-7b5f-4377-80ef-938e37399327] Running
I0929 11:00:30.489933 562405 system_pods.go:89] "kindnet-mfp57" [0c7477e3-a89c-4434-9410-876e3e76a0d2] Running
I0929 11:00:30.489959 562405 system_pods.go:89] "kube-apiserver-addons-483563" [b4c81a52-29e3-4abc-8ce3-d89b928a5df6] Running
I0929 11:00:30.490010 562405 system_pods.go:89] "kube-controller-manager-addons-483563" [fc097b4e-c68e-4601-9643-9ad308f7c510] Running
I0929 11:00:30.490039 562405 system_pods.go:89] "kube-ingress-dns-minikube" [8bfd4d09-1731-4a82-b31e-2f361eda9937] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0929 11:00:30.490058 562405 system_pods.go:89] "kube-proxy-wv2sq" [acd890b5-8eec-4768-b2a4-eab21a6cc968] Running
I0929 11:00:30.490093 562405 system_pods.go:89] "kube-scheduler-addons-483563" [af974e3a-b4bd-4dbf-b1d1-578fe272d2fc] Running
I0929 11:00:30.490120 562405 system_pods.go:89] "metrics-server-85b7d694d7-5nf4w" [69cb6179-bf43-483a-a7d9-106b114cc686] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0929 11:00:30.490146 562405 system_pods.go:89] "nvidia-device-plugin-daemonset-jkp8d" [f886546b-8372-4f20-aa0d-9de94266e972] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0929 11:00:30.490190 562405 system_pods.go:89] "registry-66898fdd98-t2xjz" [f056b0f2-ec9b-4c14-8ba0-bd22b773ac8c] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0929 11:00:30.490218 562405 system_pods.go:89] "registry-creds-764b6fb674-l6vfm" [df19d989-15e6-4d4c-a14f-43633c0f900b] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0929 11:00:30.490242 562405 system_pods.go:89] "registry-proxy-k46nx" [e7c8247c-6df5-410e-a6ed-4560a900c88e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0929 11:00:30.490277 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-2t8cn" [1c88bde7-cf0a-47a0-95f4-6b31fdc41b7b] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:30.490303 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-v5hhf" [211b45f8-ac85-4ab0-8b24-0201ae6aab27] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:30.490327 562405 system_pods.go:89] "storage-provisioner" [6a7fc87f-5481-4acc-873f-54407c43ffd1] Running
I0929 11:00:30.490376 562405 retry.go:31] will retry after 2.720566092s: missing components: kube-dns
I0929 11:00:30.552095 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:30.636305 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:30.671155 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:30.858718 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:31.052294 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:31.137447 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:31.171756 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
W0929 11:00:31.325075 562405 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:31.325107 562405 retry.go:31] will retry after 3.855840488s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:31.352686 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:31.551402 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:31.635213 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:31.670319 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:31.852210 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:32.051357 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:32.135391 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:32.170855 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:32.352439 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:32.551633 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:32.635919 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:32.671511 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:32.852475 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:33.051940 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:33.136140 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:33.170063 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:33.215348 562405 system_pods.go:86] 19 kube-system pods found
I0929 11:00:33.215389 562405 system_pods.go:89] "coredns-66bc5c9577-b29nz" [52bc5403-990e-404a-8cfe-efb5571a512a] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0929 11:00:33.215400 562405 system_pods.go:89] "csi-hostpath-attacher-0" [9d16d3ad-392d-44c8-92ba-9a4a8053d0ef] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0929 11:00:33.215409 562405 system_pods.go:89] "csi-hostpath-resizer-0" [19f50e3f-179b-42ce-913e-818a6a3117ed] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0929 11:00:33.215415 562405 system_pods.go:89] "csi-hostpathplugin-rqvcb" [1bafe1f6-7a18-4707-b57e-df6501d8bd38] 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])
I0929 11:00:33.215420 562405 system_pods.go:89] "etcd-addons-483563" [9b193026-7b5f-4377-80ef-938e37399327] Running
I0929 11:00:33.215426 562405 system_pods.go:89] "kindnet-mfp57" [0c7477e3-a89c-4434-9410-876e3e76a0d2] Running
I0929 11:00:33.215437 562405 system_pods.go:89] "kube-apiserver-addons-483563" [b4c81a52-29e3-4abc-8ce3-d89b928a5df6] Running
I0929 11:00:33.215441 562405 system_pods.go:89] "kube-controller-manager-addons-483563" [fc097b4e-c68e-4601-9643-9ad308f7c510] Running
I0929 11:00:33.215450 562405 system_pods.go:89] "kube-ingress-dns-minikube" [8bfd4d09-1731-4a82-b31e-2f361eda9937] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0929 11:00:33.215454 562405 system_pods.go:89] "kube-proxy-wv2sq" [acd890b5-8eec-4768-b2a4-eab21a6cc968] Running
I0929 11:00:33.215464 562405 system_pods.go:89] "kube-scheduler-addons-483563" [af974e3a-b4bd-4dbf-b1d1-578fe272d2fc] Running
I0929 11:00:33.215470 562405 system_pods.go:89] "metrics-server-85b7d694d7-5nf4w" [69cb6179-bf43-483a-a7d9-106b114cc686] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0929 11:00:33.215480 562405 system_pods.go:89] "nvidia-device-plugin-daemonset-jkp8d" [f886546b-8372-4f20-aa0d-9de94266e972] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0929 11:00:33.215486 562405 system_pods.go:89] "registry-66898fdd98-t2xjz" [f056b0f2-ec9b-4c14-8ba0-bd22b773ac8c] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0929 11:00:33.215494 562405 system_pods.go:89] "registry-creds-764b6fb674-l6vfm" [df19d989-15e6-4d4c-a14f-43633c0f900b] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0929 11:00:33.215506 562405 system_pods.go:89] "registry-proxy-k46nx" [e7c8247c-6df5-410e-a6ed-4560a900c88e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0929 11:00:33.215512 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-2t8cn" [1c88bde7-cf0a-47a0-95f4-6b31fdc41b7b] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:33.215521 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-v5hhf" [211b45f8-ac85-4ab0-8b24-0201ae6aab27] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:33.215529 562405 system_pods.go:89] "storage-provisioner" [6a7fc87f-5481-4acc-873f-54407c43ffd1] Running
I0929 11:00:33.215544 562405 retry.go:31] will retry after 4.126305501s: missing components: kube-dns
I0929 11:00:33.352737 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:33.552175 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:33.634993 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:33.669994 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:33.852306 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:34.051202 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:34.136007 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:34.170816 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:34.352373 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:34.553933 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:34.635899 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:34.670818 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:34.852484 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:35.051949 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:35.136236 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:35.170698 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:35.182057 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:00:35.352472 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:35.551610 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:35.635574 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:35.671521 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:35.852420 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W0929 11:00:36.025511 562405 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:36.025554 562405 retry.go:31] will retry after 2.478968095s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:36.051441 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:36.135529 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:36.170646 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:36.352641 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:36.551329 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:36.635329 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:36.670262 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:36.852954 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:37.050981 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:37.136037 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:37.170260 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:37.346967 562405 system_pods.go:86] 19 kube-system pods found
I0929 11:00:37.347068 562405 system_pods.go:89] "coredns-66bc5c9577-b29nz" [52bc5403-990e-404a-8cfe-efb5571a512a] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0929 11:00:37.347094 562405 system_pods.go:89] "csi-hostpath-attacher-0" [9d16d3ad-392d-44c8-92ba-9a4a8053d0ef] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0929 11:00:37.347127 562405 system_pods.go:89] "csi-hostpath-resizer-0" [19f50e3f-179b-42ce-913e-818a6a3117ed] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0929 11:00:37.347163 562405 system_pods.go:89] "csi-hostpathplugin-rqvcb" [1bafe1f6-7a18-4707-b57e-df6501d8bd38] 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])
I0929 11:00:37.347183 562405 system_pods.go:89] "etcd-addons-483563" [9b193026-7b5f-4377-80ef-938e37399327] Running
I0929 11:00:37.347207 562405 system_pods.go:89] "kindnet-mfp57" [0c7477e3-a89c-4434-9410-876e3e76a0d2] Running
I0929 11:00:37.347240 562405 system_pods.go:89] "kube-apiserver-addons-483563" [b4c81a52-29e3-4abc-8ce3-d89b928a5df6] Running
I0929 11:00:37.347268 562405 system_pods.go:89] "kube-controller-manager-addons-483563" [fc097b4e-c68e-4601-9643-9ad308f7c510] Running
I0929 11:00:37.347292 562405 system_pods.go:89] "kube-ingress-dns-minikube" [8bfd4d09-1731-4a82-b31e-2f361eda9937] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0929 11:00:37.347314 562405 system_pods.go:89] "kube-proxy-wv2sq" [acd890b5-8eec-4768-b2a4-eab21a6cc968] Running
I0929 11:00:37.347349 562405 system_pods.go:89] "kube-scheduler-addons-483563" [af974e3a-b4bd-4dbf-b1d1-578fe272d2fc] Running
I0929 11:00:37.347377 562405 system_pods.go:89] "metrics-server-85b7d694d7-5nf4w" [69cb6179-bf43-483a-a7d9-106b114cc686] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0929 11:00:37.347401 562405 system_pods.go:89] "nvidia-device-plugin-daemonset-jkp8d" [f886546b-8372-4f20-aa0d-9de94266e972] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0929 11:00:37.347427 562405 system_pods.go:89] "registry-66898fdd98-t2xjz" [f056b0f2-ec9b-4c14-8ba0-bd22b773ac8c] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0929 11:00:37.347462 562405 system_pods.go:89] "registry-creds-764b6fb674-l6vfm" [df19d989-15e6-4d4c-a14f-43633c0f900b] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0929 11:00:37.347493 562405 system_pods.go:89] "registry-proxy-k46nx" [e7c8247c-6df5-410e-a6ed-4560a900c88e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0929 11:00:37.347516 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-2t8cn" [1c88bde7-cf0a-47a0-95f4-6b31fdc41b7b] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:37.347542 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-v5hhf" [211b45f8-ac85-4ab0-8b24-0201ae6aab27] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:37.347577 562405 system_pods.go:89] "storage-provisioner" [6a7fc87f-5481-4acc-873f-54407c43ffd1] Running
I0929 11:00:37.347618 562405 retry.go:31] will retry after 4.345924403s: missing components: kube-dns
I0929 11:00:37.353357 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:37.551383 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:37.634988 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:37.670924 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:37.852425 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:38.051125 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:38.135190 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:38.170173 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:38.352743 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:38.505149 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:00:38.551015 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:38.636664 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:38.671811 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:38.852596 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:39.051751 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:39.136290 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:39.173178 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:39.359186 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W0929 11:00:39.377336 562405 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:39.377417 562405 retry.go:31] will retry after 8.420673213s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:39.554178 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:39.635917 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:39.670960 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:39.852022 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:40.051447 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:40.136117 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:40.171123 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:40.352837 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:40.551963 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:40.635809 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:40.671521 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:40.852355 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:41.051547 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:41.135648 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:41.170604 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:41.352814 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:41.552570 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:41.635271 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:41.670349 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:41.697831 562405 system_pods.go:86] 19 kube-system pods found
I0929 11:00:41.697869 562405 system_pods.go:89] "coredns-66bc5c9577-b29nz" [52bc5403-990e-404a-8cfe-efb5571a512a] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0929 11:00:41.697878 562405 system_pods.go:89] "csi-hostpath-attacher-0" [9d16d3ad-392d-44c8-92ba-9a4a8053d0ef] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0929 11:00:41.697886 562405 system_pods.go:89] "csi-hostpath-resizer-0" [19f50e3f-179b-42ce-913e-818a6a3117ed] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0929 11:00:41.697895 562405 system_pods.go:89] "csi-hostpathplugin-rqvcb" [1bafe1f6-7a18-4707-b57e-df6501d8bd38] 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])
I0929 11:00:41.697900 562405 system_pods.go:89] "etcd-addons-483563" [9b193026-7b5f-4377-80ef-938e37399327] Running
I0929 11:00:41.697906 562405 system_pods.go:89] "kindnet-mfp57" [0c7477e3-a89c-4434-9410-876e3e76a0d2] Running
I0929 11:00:41.697914 562405 system_pods.go:89] "kube-apiserver-addons-483563" [b4c81a52-29e3-4abc-8ce3-d89b928a5df6] Running
I0929 11:00:41.697919 562405 system_pods.go:89] "kube-controller-manager-addons-483563" [fc097b4e-c68e-4601-9643-9ad308f7c510] Running
I0929 11:00:41.697927 562405 system_pods.go:89] "kube-ingress-dns-minikube" [8bfd4d09-1731-4a82-b31e-2f361eda9937] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0929 11:00:41.697944 562405 system_pods.go:89] "kube-proxy-wv2sq" [acd890b5-8eec-4768-b2a4-eab21a6cc968] Running
I0929 11:00:41.697949 562405 system_pods.go:89] "kube-scheduler-addons-483563" [af974e3a-b4bd-4dbf-b1d1-578fe272d2fc] Running
I0929 11:00:41.697954 562405 system_pods.go:89] "metrics-server-85b7d694d7-5nf4w" [69cb6179-bf43-483a-a7d9-106b114cc686] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0929 11:00:41.697972 562405 system_pods.go:89] "nvidia-device-plugin-daemonset-jkp8d" [f886546b-8372-4f20-aa0d-9de94266e972] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0929 11:00:41.697985 562405 system_pods.go:89] "registry-66898fdd98-t2xjz" [f056b0f2-ec9b-4c14-8ba0-bd22b773ac8c] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0929 11:00:41.697993 562405 system_pods.go:89] "registry-creds-764b6fb674-l6vfm" [df19d989-15e6-4d4c-a14f-43633c0f900b] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0929 11:00:41.697999 562405 system_pods.go:89] "registry-proxy-k46nx" [e7c8247c-6df5-410e-a6ed-4560a900c88e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0929 11:00:41.698006 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-2t8cn" [1c88bde7-cf0a-47a0-95f4-6b31fdc41b7b] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:41.698020 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-v5hhf" [211b45f8-ac85-4ab0-8b24-0201ae6aab27] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:41.698024 562405 system_pods.go:89] "storage-provisioner" [6a7fc87f-5481-4acc-873f-54407c43ffd1] Running
I0929 11:00:41.698040 562405 retry.go:31] will retry after 5.697948879s: missing components: kube-dns
I0929 11:00:41.852240 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:42.051452 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:42.135946 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:42.173125 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:42.357250 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:42.551394 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:42.635559 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:42.671071 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:42.852431 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:43.051187 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:43.135757 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:43.171149 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:43.352507 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:43.552416 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:43.635642 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:43.671106 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:43.851882 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:44.051984 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:44.135762 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:44.170927 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:44.352246 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:44.551876 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:44.635750 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:44.670772 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:44.852890 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:45.062483 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:45.136275 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:45.174753 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:45.353413 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:45.551355 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:45.635297 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:45.670564 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:45.852276 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:46.052053 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:46.136576 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:46.170909 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:46.351921 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:46.551162 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:46.635990 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:46.670864 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:46.852732 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:47.051024 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:47.136138 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:47.170190 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:47.352771 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:47.400682 562405 system_pods.go:86] 19 kube-system pods found
I0929 11:00:47.400721 562405 system_pods.go:89] "coredns-66bc5c9577-b29nz" [52bc5403-990e-404a-8cfe-efb5571a512a] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0929 11:00:47.400730 562405 system_pods.go:89] "csi-hostpath-attacher-0" [9d16d3ad-392d-44c8-92ba-9a4a8053d0ef] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0929 11:00:47.400761 562405 system_pods.go:89] "csi-hostpath-resizer-0" [19f50e3f-179b-42ce-913e-818a6a3117ed] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0929 11:00:47.400775 562405 system_pods.go:89] "csi-hostpathplugin-rqvcb" [1bafe1f6-7a18-4707-b57e-df6501d8bd38] 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])
I0929 11:00:47.400780 562405 system_pods.go:89] "etcd-addons-483563" [9b193026-7b5f-4377-80ef-938e37399327] Running
I0929 11:00:47.400785 562405 system_pods.go:89] "kindnet-mfp57" [0c7477e3-a89c-4434-9410-876e3e76a0d2] Running
I0929 11:00:47.400798 562405 system_pods.go:89] "kube-apiserver-addons-483563" [b4c81a52-29e3-4abc-8ce3-d89b928a5df6] Running
I0929 11:00:47.400802 562405 system_pods.go:89] "kube-controller-manager-addons-483563" [fc097b4e-c68e-4601-9643-9ad308f7c510] Running
I0929 11:00:47.400809 562405 system_pods.go:89] "kube-ingress-dns-minikube" [8bfd4d09-1731-4a82-b31e-2f361eda9937] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0929 11:00:47.400817 562405 system_pods.go:89] "kube-proxy-wv2sq" [acd890b5-8eec-4768-b2a4-eab21a6cc968] Running
I0929 11:00:47.400821 562405 system_pods.go:89] "kube-scheduler-addons-483563" [af974e3a-b4bd-4dbf-b1d1-578fe272d2fc] Running
I0929 11:00:47.400845 562405 system_pods.go:89] "metrics-server-85b7d694d7-5nf4w" [69cb6179-bf43-483a-a7d9-106b114cc686] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0929 11:00:47.400859 562405 system_pods.go:89] "nvidia-device-plugin-daemonset-jkp8d" [f886546b-8372-4f20-aa0d-9de94266e972] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0929 11:00:47.400866 562405 system_pods.go:89] "registry-66898fdd98-t2xjz" [f056b0f2-ec9b-4c14-8ba0-bd22b773ac8c] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0929 11:00:47.400875 562405 system_pods.go:89] "registry-creds-764b6fb674-l6vfm" [df19d989-15e6-4d4c-a14f-43633c0f900b] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0929 11:00:47.400880 562405 system_pods.go:89] "registry-proxy-k46nx" [e7c8247c-6df5-410e-a6ed-4560a900c88e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0929 11:00:47.400889 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-2t8cn" [1c88bde7-cf0a-47a0-95f4-6b31fdc41b7b] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:47.400901 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-v5hhf" [211b45f8-ac85-4ab0-8b24-0201ae6aab27] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:47.400920 562405 system_pods.go:89] "storage-provisioner" [6a7fc87f-5481-4acc-873f-54407c43ffd1] Running
I0929 11:00:47.400935 562405 retry.go:31] will retry after 5.509069796s: missing components: kube-dns
I0929 11:00:47.551768 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:47.635924 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:47.671244 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:47.798354 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:00:47.852692 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:48.053483 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:48.136208 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:48.170667 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:48.352625 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:48.551506 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:48.636221 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
W0929 11:00:48.667779 562405 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:48.667810 562405 retry.go:31] will retry after 13.08388474s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:00:48.670605 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:48.851790 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:49.051937 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:49.135843 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:49.171029 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:49.352130 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:49.552243 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:49.636121 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:49.670746 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:49.851840 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:50.052090 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:50.136171 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:50.170792 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:50.352988 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:50.552035 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:50.636334 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:50.670692 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:50.852206 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:51.051872 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:51.136044 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:51.171257 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:51.352656 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:51.551385 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:51.635241 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:51.670276 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:51.852394 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:52.051284 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:52.135344 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:52.170317 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:52.352886 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:52.552113 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:52.636168 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:52.670099 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:52.852249 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:52.917554 562405 system_pods.go:86] 19 kube-system pods found
I0929 11:00:52.917592 562405 system_pods.go:89] "coredns-66bc5c9577-b29nz" [52bc5403-990e-404a-8cfe-efb5571a512a] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0929 11:00:52.917601 562405 system_pods.go:89] "csi-hostpath-attacher-0" [9d16d3ad-392d-44c8-92ba-9a4a8053d0ef] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0929 11:00:52.917608 562405 system_pods.go:89] "csi-hostpath-resizer-0" [19f50e3f-179b-42ce-913e-818a6a3117ed] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0929 11:00:52.917616 562405 system_pods.go:89] "csi-hostpathplugin-rqvcb" [1bafe1f6-7a18-4707-b57e-df6501d8bd38] 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])
I0929 11:00:52.917620 562405 system_pods.go:89] "etcd-addons-483563" [9b193026-7b5f-4377-80ef-938e37399327] Running
I0929 11:00:52.917625 562405 system_pods.go:89] "kindnet-mfp57" [0c7477e3-a89c-4434-9410-876e3e76a0d2] Running
I0929 11:00:52.917630 562405 system_pods.go:89] "kube-apiserver-addons-483563" [b4c81a52-29e3-4abc-8ce3-d89b928a5df6] Running
I0929 11:00:52.917634 562405 system_pods.go:89] "kube-controller-manager-addons-483563" [fc097b4e-c68e-4601-9643-9ad308f7c510] Running
I0929 11:00:52.917641 562405 system_pods.go:89] "kube-ingress-dns-minikube" [8bfd4d09-1731-4a82-b31e-2f361eda9937] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0929 11:00:52.917648 562405 system_pods.go:89] "kube-proxy-wv2sq" [acd890b5-8eec-4768-b2a4-eab21a6cc968] Running
I0929 11:00:52.917653 562405 system_pods.go:89] "kube-scheduler-addons-483563" [af974e3a-b4bd-4dbf-b1d1-578fe272d2fc] Running
I0929 11:00:52.917659 562405 system_pods.go:89] "metrics-server-85b7d694d7-5nf4w" [69cb6179-bf43-483a-a7d9-106b114cc686] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0929 11:00:52.917671 562405 system_pods.go:89] "nvidia-device-plugin-daemonset-jkp8d" [f886546b-8372-4f20-aa0d-9de94266e972] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0929 11:00:52.917677 562405 system_pods.go:89] "registry-66898fdd98-t2xjz" [f056b0f2-ec9b-4c14-8ba0-bd22b773ac8c] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0929 11:00:52.917683 562405 system_pods.go:89] "registry-creds-764b6fb674-l6vfm" [df19d989-15e6-4d4c-a14f-43633c0f900b] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0929 11:00:52.917702 562405 system_pods.go:89] "registry-proxy-k46nx" [e7c8247c-6df5-410e-a6ed-4560a900c88e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0929 11:00:52.917708 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-2t8cn" [1c88bde7-cf0a-47a0-95f4-6b31fdc41b7b] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:52.917722 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-v5hhf" [211b45f8-ac85-4ab0-8b24-0201ae6aab27] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:52.917726 562405 system_pods.go:89] "storage-provisioner" [6a7fc87f-5481-4acc-873f-54407c43ffd1] Running
I0929 11:00:52.917755 562405 retry.go:31] will retry after 6.791875503s: missing components: kube-dns
I0929 11:00:53.052089 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:53.136545 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:53.171605 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:53.356005 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:53.552184 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:53.636523 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:53.670818 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:53.852678 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:54.052454 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:54.154575 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:54.256158 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:54.352215 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:54.551241 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:54.636132 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:54.669933 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:54.851634 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:55.052623 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:55.136160 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:55.170746 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:55.352122 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:55.551108 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:55.636209 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:55.670458 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:55.852492 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:56.051762 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:56.135685 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:56.171148 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:56.353324 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:56.552210 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:56.652177 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:56.670452 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:56.852509 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:57.051802 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:57.136225 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:57.171027 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:57.352495 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:57.552470 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:57.653535 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:57.671002 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:57.851897 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:58.052138 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:58.135198 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:58.170520 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:58.353881 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:58.555577 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:58.656981 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:58.757899 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:58.851970 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:59.051049 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:59.135972 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:59.170798 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:59.353411 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:00:59.551893 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:00:59.635678 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:00:59.671009 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:00:59.714273 562405 system_pods.go:86] 19 kube-system pods found
I0929 11:00:59.714323 562405 system_pods.go:89] "coredns-66bc5c9577-b29nz" [52bc5403-990e-404a-8cfe-efb5571a512a] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0929 11:00:59.714333 562405 system_pods.go:89] "csi-hostpath-attacher-0" [9d16d3ad-392d-44c8-92ba-9a4a8053d0ef] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0929 11:00:59.714386 562405 system_pods.go:89] "csi-hostpath-resizer-0" [19f50e3f-179b-42ce-913e-818a6a3117ed] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0929 11:00:59.714394 562405 system_pods.go:89] "csi-hostpathplugin-rqvcb" [1bafe1f6-7a18-4707-b57e-df6501d8bd38] 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])
I0929 11:00:59.714400 562405 system_pods.go:89] "etcd-addons-483563" [9b193026-7b5f-4377-80ef-938e37399327] Running
I0929 11:00:59.714410 562405 system_pods.go:89] "kindnet-mfp57" [0c7477e3-a89c-4434-9410-876e3e76a0d2] Running
I0929 11:00:59.714416 562405 system_pods.go:89] "kube-apiserver-addons-483563" [b4c81a52-29e3-4abc-8ce3-d89b928a5df6] Running
I0929 11:00:59.714451 562405 system_pods.go:89] "kube-controller-manager-addons-483563" [fc097b4e-c68e-4601-9643-9ad308f7c510] Running
I0929 11:00:59.714465 562405 system_pods.go:89] "kube-ingress-dns-minikube" [8bfd4d09-1731-4a82-b31e-2f361eda9937] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0929 11:00:59.714469 562405 system_pods.go:89] "kube-proxy-wv2sq" [acd890b5-8eec-4768-b2a4-eab21a6cc968] Running
I0929 11:00:59.714475 562405 system_pods.go:89] "kube-scheduler-addons-483563" [af974e3a-b4bd-4dbf-b1d1-578fe272d2fc] Running
I0929 11:00:59.714483 562405 system_pods.go:89] "metrics-server-85b7d694d7-5nf4w" [69cb6179-bf43-483a-a7d9-106b114cc686] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0929 11:00:59.714495 562405 system_pods.go:89] "nvidia-device-plugin-daemonset-jkp8d" [f886546b-8372-4f20-aa0d-9de94266e972] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0929 11:00:59.714501 562405 system_pods.go:89] "registry-66898fdd98-t2xjz" [f056b0f2-ec9b-4c14-8ba0-bd22b773ac8c] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0929 11:00:59.714539 562405 system_pods.go:89] "registry-creds-764b6fb674-l6vfm" [df19d989-15e6-4d4c-a14f-43633c0f900b] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0929 11:00:59.714551 562405 system_pods.go:89] "registry-proxy-k46nx" [e7c8247c-6df5-410e-a6ed-4560a900c88e] Running
I0929 11:00:59.714559 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-2t8cn" [1c88bde7-cf0a-47a0-95f4-6b31fdc41b7b] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:59.714567 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-v5hhf" [211b45f8-ac85-4ab0-8b24-0201ae6aab27] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:00:59.714574 562405 system_pods.go:89] "storage-provisioner" [6a7fc87f-5481-4acc-873f-54407c43ffd1] Running
I0929 11:00:59.714590 562405 retry.go:31] will retry after 12.714055562s: missing components: kube-dns
I0929 11:00:59.852911 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:00.053029 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:00.152285 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:00.214293 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:00.363412 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:00.553644 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:00.652839 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:00.754337 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:00.852455 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:01.051562 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:01.135963 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:01.171460 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:01.352953 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:01.551890 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:01.636642 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:01.671150 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:01.752123 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:01:01.854256 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:02.051525 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:02.136349 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:02.171185 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:02.352372 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:02.552229 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:02.653055 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:02.672043 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:02.801682 562405 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.049507549s)
W0929 11:01:02.801724 562405 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:01:02.801753 562405 retry.go:31] will retry after 16.821803607s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:01:02.851733 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:03.052409 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:03.135570 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:03.170407 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:03.352949 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:03.551362 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:03.635592 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:03.670882 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:03.852165 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:04.051855 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:04.135969 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:04.170070 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:04.353267 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:04.553219 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:04.638398 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:04.672109 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:04.852320 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:05.051517 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:05.136556 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:05.170847 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:05.352023 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:05.551343 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:05.635398 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:05.670505 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:05.855084 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:06.051736 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:06.136016 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:06.170269 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:06.351899 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:06.551880 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:06.639997 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:06.670254 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:06.853897 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:07.054480 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:07.135532 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:07.170762 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:07.352024 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:07.551267 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:07.635360 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:07.671939 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:07.851793 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:08.052030 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:08.136453 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:08.170457 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:08.351748 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:08.552306 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:08.635171 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:08.670489 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:08.852491 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:09.051345 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:09.135543 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:09.170493 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:09.352880 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:09.551953 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:09.636069 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:09.670537 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:09.852365 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:10.051656 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:10.135998 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:10.171807 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:10.352042 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:10.552046 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:10.636213 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:10.671491 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:10.851696 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:11.053029 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:11.136510 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:11.171153 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:11.352785 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:11.551915 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:11.635949 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:11.670214 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:11.852324 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:12.051457 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:12.135586 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:12.170848 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:12.351941 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:12.433273 562405 system_pods.go:86] 19 kube-system pods found
I0929 11:01:12.433307 562405 system_pods.go:89] "coredns-66bc5c9577-b29nz" [52bc5403-990e-404a-8cfe-efb5571a512a] Running
I0929 11:01:12.433318 562405 system_pods.go:89] "csi-hostpath-attacher-0" [9d16d3ad-392d-44c8-92ba-9a4a8053d0ef] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0929 11:01:12.433326 562405 system_pods.go:89] "csi-hostpath-resizer-0" [19f50e3f-179b-42ce-913e-818a6a3117ed] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0929 11:01:12.433334 562405 system_pods.go:89] "csi-hostpathplugin-rqvcb" [1bafe1f6-7a18-4707-b57e-df6501d8bd38] 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])
I0929 11:01:12.433339 562405 system_pods.go:89] "etcd-addons-483563" [9b193026-7b5f-4377-80ef-938e37399327] Running
I0929 11:01:12.433344 562405 system_pods.go:89] "kindnet-mfp57" [0c7477e3-a89c-4434-9410-876e3e76a0d2] Running
I0929 11:01:12.433348 562405 system_pods.go:89] "kube-apiserver-addons-483563" [b4c81a52-29e3-4abc-8ce3-d89b928a5df6] Running
I0929 11:01:12.433352 562405 system_pods.go:89] "kube-controller-manager-addons-483563" [fc097b4e-c68e-4601-9643-9ad308f7c510] Running
I0929 11:01:12.433360 562405 system_pods.go:89] "kube-ingress-dns-minikube" [8bfd4d09-1731-4a82-b31e-2f361eda9937] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0929 11:01:12.433364 562405 system_pods.go:89] "kube-proxy-wv2sq" [acd890b5-8eec-4768-b2a4-eab21a6cc968] Running
I0929 11:01:12.433375 562405 system_pods.go:89] "kube-scheduler-addons-483563" [af974e3a-b4bd-4dbf-b1d1-578fe272d2fc] Running
I0929 11:01:12.433381 562405 system_pods.go:89] "metrics-server-85b7d694d7-5nf4w" [69cb6179-bf43-483a-a7d9-106b114cc686] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0929 11:01:12.433393 562405 system_pods.go:89] "nvidia-device-plugin-daemonset-jkp8d" [f886546b-8372-4f20-aa0d-9de94266e972] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0929 11:01:12.433403 562405 system_pods.go:89] "registry-66898fdd98-t2xjz" [f056b0f2-ec9b-4c14-8ba0-bd22b773ac8c] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0929 11:01:12.433412 562405 system_pods.go:89] "registry-creds-764b6fb674-l6vfm" [df19d989-15e6-4d4c-a14f-43633c0f900b] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0929 11:01:12.433418 562405 system_pods.go:89] "registry-proxy-k46nx" [e7c8247c-6df5-410e-a6ed-4560a900c88e] Running
I0929 11:01:12.433425 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-2t8cn" [1c88bde7-cf0a-47a0-95f4-6b31fdc41b7b] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:01:12.433435 562405 system_pods.go:89] "snapshot-controller-7d9fbc56b8-v5hhf" [211b45f8-ac85-4ab0-8b24-0201ae6aab27] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:01:12.433440 562405 system_pods.go:89] "storage-provisioner" [6a7fc87f-5481-4acc-873f-54407c43ffd1] Running
I0929 11:01:12.433448 562405 system_pods.go:126] duration metric: took 51.973638911s to wait for k8s-apps to be running ...
I0929 11:01:12.433455 562405 system_svc.go:44] waiting for kubelet service to be running ....
I0929 11:01:12.433514 562405 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0929 11:01:12.446044 562405 system_svc.go:56] duration metric: took 12.578489ms WaitForService to wait for kubelet
I0929 11:01:12.446134 562405 kubeadm.go:578] duration metric: took 1m1.848507422s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0929 11:01:12.446163 562405 node_conditions.go:102] verifying NodePressure condition ...
I0929 11:01:12.449082 562405 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0929 11:01:12.449117 562405 node_conditions.go:123] node cpu capacity is 2
I0929 11:01:12.449132 562405 node_conditions.go:105] duration metric: took 2.962842ms to run NodePressure ...
I0929 11:01:12.449146 562405 start.go:241] waiting for startup goroutines ...
I0929 11:01:12.552003 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:12.635790 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:12.671095 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:12.852503 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:13.051510 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:13.135773 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:13.171134 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:13.352474 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:13.552073 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:13.636544 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:13.670560 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:13.852214 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:14.051641 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:14.135689 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:14.170960 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:14.351865 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:14.552879 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:14.635867 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:14.671772 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:14.852662 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:15.052664 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:15.136923 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:15.172045 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:15.353071 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:15.551258 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:15.642859 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:15.743849 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:15.851919 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:16.051565 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:16.135985 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:16.170358 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:16.352724 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:16.553721 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:16.635942 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:16.679153 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:16.853914 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:17.051147 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:17.136983 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:17.171510 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:17.352673 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:17.551763 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:17.635874 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:17.671176 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:17.852638 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:18.052850 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:18.138504 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:18.171764 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:18.352583 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:18.552672 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:18.636360 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:18.673280 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:18.852290 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:19.051288 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:19.136144 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:19.171202 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:19.352499 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:19.552863 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:19.624175 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:01:19.636004 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:19.671019 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:19.852638 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:20.052137 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:20.135666 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:20.179665 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:20.352083 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:20.551765 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:20.637403 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:20.670797 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:20.852089 562405 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.227818564s)
W0929 11:01:20.852121 562405 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:01:20.852142 562405 retry.go:31] will retry after 10.946047732s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:01:20.852570 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:21.052447 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:21.139025 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:21.171797 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:21.353685 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:21.552006 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:21.637557 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:21.671038 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:21.852518 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:22.053411 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:22.136649 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:22.172007 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:22.353889 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:22.558459 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:22.651453 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:22.676383 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:22.852219 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:23.051527 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:23.135892 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:23.170704 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:23.352165 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:23.552410 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:23.635681 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:23.670719 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:23.852520 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:24.052068 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:24.136269 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:24.171595 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:24.352147 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:24.551232 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:24.636178 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:24.672020 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:24.853672 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:25.051724 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:25.135870 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:25.171279 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:25.351823 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:25.552234 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:25.653176 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:25.671256 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:25.853581 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:26.051884 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:26.135934 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:26.171257 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:26.352887 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:26.552003 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:26.635971 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:26.671003 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:26.852795 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:27.051618 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:27.135834 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:27.171199 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:27.356225 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:27.552275 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:27.636220 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:27.671496 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:27.853229 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:28.052281 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:28.137000 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:28.171262 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:28.352658 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:28.552061 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:28.636934 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:28.670263 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:28.853130 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:29.051089 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:29.136662 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:29.170684 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:29.352075 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:29.552353 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:29.636514 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:29.672277 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:29.853403 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:30.085229 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:30.136145 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:30.171861 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:30.354382 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:30.553031 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:30.637101 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:30.672796 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:30.853436 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:31.054177 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:31.136588 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:31.170958 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:31.353225 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:31.551358 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:31.635355 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:31.670956 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:31.799308 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:01:31.853156 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:32.052123 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:32.149436 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:32.170524 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:32.355066 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:32.552038 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:32.637938 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:32.671482 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:32.874796 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:33.051931 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:33.086078 562405 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.286734238s)
W0929 11:01:33.086176 562405 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:01:33.086202 562405 retry.go:31] will retry after 33.095524834s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:01:33.152599 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:33.170819 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:33.352977 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:33.552280 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:33.636500 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:33.670670 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:33.853633 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:34.051681 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:34.135908 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:34.170128 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:34.352644 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:34.552650 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:34.635674 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:34.670885 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:34.852199 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:35.061727 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:35.138230 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:35.172097 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:35.352360 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:35.551751 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:35.637601 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:35.738742 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:35.853002 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:36.051069 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:36.136927 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:36.237931 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:36.357879 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:36.552350 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:36.635578 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:36.671869 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:36.869741 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:37.052299 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:37.135557 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:37.171177 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:37.353018 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:37.551104 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:37.637106 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:37.669831 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:37.852235 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:38.052097 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:38.136385 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:38.170867 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:38.352313 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:38.551499 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:38.635935 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:38.671742 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:38.852319 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:39.051780 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:39.136389 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:39.170801 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:39.352526 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:39.552224 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:39.636304 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:39.672712 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:39.852472 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:40.052256 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:40.152974 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:40.171108 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:40.353371 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:40.551133 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:40.635740 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:40.671047 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:40.853079 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:41.052120 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:41.136280 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:41.177842 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:41.354434 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:41.551740 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:41.645487 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:41.671363 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:41.854589 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:42.052044 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:42.137740 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:42.172597 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:42.352109 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:42.552026 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:42.637164 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:42.671147 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:42.852431 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:43.052352 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:43.135587 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:43.170846 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:43.352245 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:43.552919 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:43.637287 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:43.671253 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:43.852788 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:44.051751 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:44.136078 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:44.170241 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:44.352794 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:44.553817 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:44.636084 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:44.672859 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:44.854142 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:45.060629 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:45.137216 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:45.172924 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:45.357494 562405 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:01:45.552372 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:45.637299 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:45.672067 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:45.852883 562405 kapi.go:107] duration metric: took 1m29.004303964s to wait for app.kubernetes.io/name=ingress-nginx ...
I0929 11:01:46.052116 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:46.136312 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:46.171297 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:46.551908 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:46.636524 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:46.670563 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:47.052068 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:47.154941 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:47.170424 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:47.551561 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:47.635969 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:47.670513 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:48.052446 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:48.135658 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:48.170589 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:48.551841 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:01:48.636176 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:48.670701 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:49.052948 562405 kapi.go:107] duration metric: took 1m27.00485893s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0929 11:01:49.057880 562405 out.go:179] * Your GCP credentials will now be mounted into every pod created in the addons-483563 cluster.
I0929 11:01:49.061403 562405 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.
I0929 11:01:49.066121 562405 out.go:179] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0929 11:01:49.136552 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:49.171645 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:49.636873 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:49.671437 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:50.135891 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:50.170302 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:50.635525 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:50.671753 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:51.137319 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:51.170591 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:51.636579 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:51.674533 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:52.136716 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:52.170869 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:52.637155 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:52.737989 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:53.137233 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:53.170808 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:53.636273 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:53.670960 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:54.136186 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:54.170811 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:54.637503 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:54.672455 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:55.136222 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:55.171433 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:55.636966 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:55.671675 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:56.136902 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:56.171763 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:56.635470 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:56.672026 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:01:57.135812 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:57.171016 562405 kapi.go:107] duration metric: took 1m36.50408051s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0929 11:01:57.636903 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:58.136760 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:58.635581 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:59.136802 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:01:59.635273 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:00.136657 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:00.635916 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:01.135933 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:01.636076 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:02.135981 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:02.636107 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:03.135738 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:03.635533 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:04.135864 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:04.635118 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:05.136056 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:05.635206 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:06.135959 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:06.182248 562405 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:02:06.636466 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
W0929 11:02:07.100268 562405 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
W0929 11:02:07.100367 562405 out.go:285] ! Enabling 'inspektor-gadget' returned an error: running callbacks: [sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
]
I0929 11:02:07.136236 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:07.635947 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:08.135732 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:08.635608 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:09.136489 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:09.636513 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:10.136477 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:10.636052 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:11.136292 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:11.635833 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:12.135389 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:12.636293 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:13.136284 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:13.636108 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:14.135040 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:14.635823 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:15.138743 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:15.635251 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:16.136226 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:16.635922 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:17.135688 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:17.636264 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:18.138849 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:18.635292 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:19.136147 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:19.635354 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:20.136966 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:20.635595 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:21.136735 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:21.635416 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:22.136786 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:22.635317 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:23.136426 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:23.636286 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:24.136002 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:24.636115 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:25.135428 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:25.635490 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:26.136065 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:26.636053 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:27.135597 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:27.636692 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:28.135574 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:28.636581 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:29.136113 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:29.641801 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:30.136682 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:30.636323 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:31.136205 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:31.635872 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:32.136385 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:32.635430 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:33.135832 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:33.636513 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:34.135900 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:34.634886 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:35.136401 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:35.636344 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:36.135810 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:36.635332 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:37.135788 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:37.635269 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:38.137211 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:38.636182 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:39.135540 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:39.636022 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:40.135848 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:40.635952 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:41.135431 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:41.636162 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:42.136235 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:42.636106 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:43.135358 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:43.636246 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:44.135585 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:44.636383 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:45.149127 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:45.636210 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:46.135280 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:46.635757 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:47.176967 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:47.635743 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:48.135495 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:48.636527 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:49.135670 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:49.635467 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:50.135673 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:50.636613 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:51.135519 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:51.636003 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:52.135526 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:52.635601 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:53.136715 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:53.635461 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:54.135765 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:54.635969 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:55.135459 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:55.636394 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:56.135539 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:56.636065 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:57.135539 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:57.636232 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:58.136084 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:58.635457 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:59.135778 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:02:59.636706 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:00.139589 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:00.636238 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:01.136227 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:01.635808 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:02.135230 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:02.636027 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:03.135407 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:03.636027 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:04.135291 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:04.635720 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:05.135225 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:05.635886 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:06.136394 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:06.636149 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:07.135901 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:07.635684 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:08.135347 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:08.636781 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:09.136048 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:09.635524 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:10.136797 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:10.643732 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:11.135557 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:11.647605 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:12.137503 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:12.635834 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:13.135359 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:13.636003 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:14.135453 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:14.635734 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:15.136038 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:15.636151 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:16.135280 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:16.635798 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:17.135600 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:17.636411 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:18.135770 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:18.635356 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:19.135904 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:19.635992 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:20.135175 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:20.636230 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:21.135926 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:21.635637 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:22.135992 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:22.635194 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:23.135727 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:23.635803 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:24.135401 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:24.636184 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:25.136068 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:25.636004 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:26.135421 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:26.635874 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:27.135242 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:27.636522 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:28.136426 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:28.636006 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:29.135566 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:29.636912 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:30.135406 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:30.636069 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:31.135929 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:31.635582 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:32.136412 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:32.636061 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:33.135753 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:33.635483 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:34.135880 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:34.636613 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:35.136132 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:35.636442 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:36.135978 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:36.635131 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:37.136630 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:37.636513 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:38.136925 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:38.635556 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:39.136203 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:39.635474 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:40.136835 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:40.636115 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:41.135695 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:41.636077 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:42.136875 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:42.635827 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:43.135203 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:43.636291 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:44.135986 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:44.636608 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:45.143036 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:45.636202 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:46.137025 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:46.635438 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:47.135996 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:47.636119 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:48.136331 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:48.636213 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:49.135596 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:49.636419 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:50.136062 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:50.635512 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:51.136176 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:51.636111 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:52.135316 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:52.635787 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:53.135434 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:53.636547 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:54.135996 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:54.635382 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:55.136313 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:55.636242 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:56.135785 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:56.635541 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:57.135935 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:57.635786 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:58.135314 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:58.635842 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:59.135618 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:03:59.637842 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:00.137702 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:00.635734 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:01.135187 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:01.636226 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:02.136113 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:02.635477 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:03.135963 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:03.635793 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:04.135382 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:04.635829 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:05.135873 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:05.635066 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:06.135388 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:06.636140 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:07.135693 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:07.635715 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:08.136527 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:08.636516 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:09.136497 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:09.635551 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:10.136810 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:10.636074 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:11.136095 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:11.635342 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:12.136163 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:12.635575 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:13.136619 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:13.636273 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:14.136073 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:14.635740 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:15.135418 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:15.636339 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:16.136458 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:16.635465 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:17.136328 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:17.636328 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:18.135866 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:18.635590 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:19.136372 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:19.635574 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:20.136609 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:20.636294 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:21.136502 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:21.636340 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:22.136213 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:22.635132 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:23.135265 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:23.636211 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:24.135915 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:24.635008 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:25.135914 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:25.635974 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:26.135674 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:26.636173 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:27.135698 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:27.636280 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:28.136425 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:28.636399 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:29.136379 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:29.636319 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:30.136695 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:30.635267 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:31.135953 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:31.635125 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:32.135601 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:32.637044 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:33.136419 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:33.636321 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:34.135989 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:34.635303 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:35.135883 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:35.635777 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:36.136252 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:36.636028 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:37.135947 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:37.635318 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:38.136403 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:38.635702 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:39.136212 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:39.636014 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:40.136043 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:40.635496 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:41.135844 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:41.635300 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:42.136393 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:42.635819 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:43.135262 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:43.636145 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:44.136158 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:44.635487 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:45.138131 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:45.635038 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:46.135623 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:46.636411 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:47.136170 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:47.636311 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:48.136036 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:48.635807 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:49.135278 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:49.636265 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:50.136227 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:50.638034 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:51.135915 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:51.635240 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:52.136477 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:52.636386 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:53.136093 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:53.636375 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:54.136362 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:54.635760 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:55.135380 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:55.636087 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:56.135963 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:56.635710 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:57.135167 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:57.635585 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:58.136908 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:58.635636 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:59.136047 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:04:59.638250 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:00.142009 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:00.636580 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:01.136738 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:01.635907 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:02.135961 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:02.636239 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:03.135589 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:03.636582 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:04.136468 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:04.636379 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:05.136114 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:05.635780 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:06.136273 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:06.635697 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:07.135493 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:07.636442 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:08.136602 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:08.636686 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:09.135143 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:09.636101 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:10.135682 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:10.635347 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:11.135686 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:11.635244 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:12.136151 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:12.635638 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:13.136560 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:13.636506 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:14.136589 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:14.636525 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:15.136199 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:15.635985 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:16.135473 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:16.635991 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:17.136734 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:17.636756 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:18.135638 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:18.636840 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:19.135526 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:19.636084 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:20.140404 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:20.636134 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:21.135512 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:21.635931 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:22.135777 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:22.635405 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:23.136158 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:23.636018 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:24.135848 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:24.635233 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:25.137832 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:25.635588 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:26.139273 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:26.636298 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:27.136271 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:27.636040 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:28.135567 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:28.636264 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:29.135832 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:29.636510 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:30.136546 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:30.636277 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:31.136294 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:31.636236 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:32.135694 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:32.636017 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:33.135562 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:33.636404 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:34.136112 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:34.635878 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:35.135696 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:35.635653 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:36.136330 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:36.636167 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:37.136091 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:37.635684 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:38.136199 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:38.636055 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:39.135336 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:39.635597 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:40.136476 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:40.636666 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:41.135668 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:41.636725 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:42.136176 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:42.636196 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:43.135353 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:43.636570 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:44.135778 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:44.635573 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:45.137405 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:45.635825 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:46.135154 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:46.635557 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:47.136271 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:47.636430 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:48.136488 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:48.635808 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:49.135453 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:49.636278 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:50.137280 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:50.636010 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:51.136027 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:51.635614 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:52.136715 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:52.635971 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:53.135080 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:53.635450 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:54.135924 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:54.635602 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:55.135550 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:55.635368 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:56.136078 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:56.636004 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:57.135125 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:57.635785 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:58.135210 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:58.635972 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:59.135366 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:05:59.636035 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:00.154256 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:00.636224 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:01.136385 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:01.636106 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:02.135534 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:02.635950 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:03.135545 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:03.636666 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:04.135810 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:04.637842 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:05.135315 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:05.636152 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:06.135507 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:06.636616 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:07.136515 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:07.636394 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:08.136723 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:08.635557 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:09.136288 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:09.635770 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:10.135714 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:10.636377 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:11.136594 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:11.636339 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:12.135810 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:12.635499 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:13.136095 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:13.635535 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:14.135946 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:14.635506 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:15.136178 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:15.636237 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:16.135835 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:16.634885 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:17.135304 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:17.635916 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:18.135664 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:18.640681 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:19.135026 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:19.635543 562405 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:06:20.133373 562405 kapi.go:81] temporary error: getting Pods with label selector "kubernetes.io/minikube-addons=registry" : [client rate limiter Wait returned an error: context deadline exceeded]
I0929 11:06:20.133403 562405 kapi.go:107] duration metric: took 6m0.001181548s to wait for kubernetes.io/minikube-addons=registry ...
W0929 11:06:20.133493 562405 out.go:285] ! Enabling 'registry' returned an error: running callbacks: [waiting for kubernetes.io/minikube-addons=registry pods: context deadline exceeded]
I0929 11:06:20.138431 562405 out.go:179] * Enabled addons: amd-gpu-device-plugin, ingress-dns, registry-creds, nvidia-device-plugin, storage-provisioner, cloud-spanner, default-storageclass, volcano, metrics-server, yakd, storage-provisioner-rancher, volumesnapshots, ingress, gcp-auth, csi-hostpath-driver
I0929 11:06:20.141333 562405 addons.go:514] duration metric: took 6m9.543450943s for enable addons: enabled=[amd-gpu-device-plugin ingress-dns registry-creds nvidia-device-plugin storage-provisioner cloud-spanner default-storageclass volcano metrics-server yakd storage-provisioner-rancher volumesnapshots ingress gcp-auth csi-hostpath-driver]
I0929 11:06:20.141391 562405 start.go:246] waiting for cluster config update ...
I0929 11:06:20.141416 562405 start.go:255] writing updated cluster config ...
I0929 11:06:20.141714 562405 ssh_runner.go:195] Run: rm -f paused
I0929 11:06:20.145340 562405 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" ...
I0929 11:06:20.148976 562405 pod_ready.go:83] waiting for pod "coredns-66bc5c9577-b29nz" in "kube-system" namespace to be "Ready" or be gone ...
I0929 11:06:20.153659 562405 pod_ready.go:94] pod "coredns-66bc5c9577-b29nz" is "Ready"
I0929 11:06:20.153686 562405 pod_ready.go:86] duration metric: took 4.683231ms for pod "coredns-66bc5c9577-b29nz" in "kube-system" namespace to be "Ready" or be gone ...
I0929 11:06:20.156291 562405 pod_ready.go:83] waiting for pod "etcd-addons-483563" in "kube-system" namespace to be "Ready" or be gone ...
I0929 11:06:20.161141 562405 pod_ready.go:94] pod "etcd-addons-483563" is "Ready"
I0929 11:06:20.161167 562405 pod_ready.go:86] duration metric: took 4.851586ms for pod "etcd-addons-483563" in "kube-system" namespace to be "Ready" or be gone ...
I0929 11:06:20.163734 562405 pod_ready.go:83] waiting for pod "kube-apiserver-addons-483563" in "kube-system" namespace to be "Ready" or be gone ...
I0929 11:06:20.168493 562405 pod_ready.go:94] pod "kube-apiserver-addons-483563" is "Ready"
I0929 11:06:20.168523 562405 pod_ready.go:86] duration metric: took 4.762707ms for pod "kube-apiserver-addons-483563" in "kube-system" namespace to be "Ready" or be gone ...
I0929 11:06:20.170705 562405 pod_ready.go:83] waiting for pod "kube-controller-manager-addons-483563" in "kube-system" namespace to be "Ready" or be gone ...
I0929 11:06:20.549386 562405 pod_ready.go:94] pod "kube-controller-manager-addons-483563" is "Ready"
I0929 11:06:20.549417 562405 pod_ready.go:86] duration metric: took 378.684677ms for pod "kube-controller-manager-addons-483563" in "kube-system" namespace to be "Ready" or be gone ...
I0929 11:06:20.749934 562405 pod_ready.go:83] waiting for pod "kube-proxy-wv2sq" in "kube-system" namespace to be "Ready" or be gone ...
I0929 11:06:21.149818 562405 pod_ready.go:94] pod "kube-proxy-wv2sq" is "Ready"
I0929 11:06:21.149850 562405 pod_ready.go:86] duration metric: took 399.88497ms for pod "kube-proxy-wv2sq" in "kube-system" namespace to be "Ready" or be gone ...
I0929 11:06:21.349231 562405 pod_ready.go:83] waiting for pod "kube-scheduler-addons-483563" in "kube-system" namespace to be "Ready" or be gone ...
I0929 11:06:21.749730 562405 pod_ready.go:94] pod "kube-scheduler-addons-483563" is "Ready"
I0929 11:06:21.749759 562405 pod_ready.go:86] duration metric: took 400.496835ms for pod "kube-scheduler-addons-483563" in "kube-system" namespace to be "Ready" or be gone ...
I0929 11:06:21.749781 562405 pod_ready.go:40] duration metric: took 1.604410469s 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" ...
I0929 11:06:21.816609 562405 start.go:623] kubectl: 1.33.2, cluster: 1.34.0 (minor skew: 1)
I0929 11:06:21.820273 562405 out.go:179] * Done! kubectl is now configured to use "addons-483563" cluster and "default" namespace by default
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
505681adb9fb4 34da3fe7b8efb 43 seconds ago Running minikube-ingress-dns 0 1cb9b8babe11e kube-ingress-dns-minikube
071b4b85a0cb6 ee6d597e62dc8 10 minutes ago Running csi-snapshotter 0 a48f9bec9e69c csi-hostpathplugin-rqvcb
3f0ccd5355ba1 642ded511e141 10 minutes ago Running csi-provisioner 0 a48f9bec9e69c csi-hostpathplugin-rqvcb
bdaac81ea0e23 922312104da8a 10 minutes ago Running liveness-probe 0 a48f9bec9e69c csi-hostpathplugin-rqvcb
ca8042a58b404 08f6b2990811a 10 minutes ago Running hostpath 0 a48f9bec9e69c csi-hostpathplugin-rqvcb
27abc66ef3815 0107d56dbc0be 10 minutes ago Running node-driver-registrar 0 a48f9bec9e69c csi-hostpathplugin-rqvcb
1ebda492f04d8 9c8d328e7d9e8 10 minutes ago Running gcp-auth 0 1b03c932b10bc gcp-auth-78565c9fb4-rk29h
8661a4a41ce76 5ed383cb88c34 10 minutes ago Running controller 0 4aa99de397614 ingress-nginx-controller-9cc49f96f-9bxpj
6bf8744701cb9 ccf6033de1d3c 10 minutes ago Running cloud-spanner-emulator 0 b706b5f4f7ba9 cloud-spanner-emulator-85f6b7fc65-6blvq
531260e43371b 4d1e5c3e97420 10 minutes ago Running volume-snapshot-controller 0 51de520e2a203 snapshot-controller-7d9fbc56b8-v5hhf
7dcc2f9cc35f6 487fa743e1e22 10 minutes ago Running csi-resizer 0 e122353e37c42 csi-hostpath-resizer-0
ebd8bcc8a4137 1461903ec4fe9 10 minutes ago Running csi-external-health-monitor-controller 0 a48f9bec9e69c csi-hostpathplugin-rqvcb
f98988efaa10d 7ce2150c8929b 10 minutes ago Running local-path-provisioner 0 885a769c62c0c local-path-provisioner-648f6765c9-qzqww
64eb4fcee5514 9a80d518f102c 10 minutes ago Running csi-attacher 0 4a2c275af4842 csi-hostpath-attacher-0
25834a735426f bc6c1e09a843d 10 minutes ago Running metrics-server 0 f08af433d6dfd metrics-server-85b7d694d7-5nf4w
d4432bf010543 4d1e5c3e97420 10 minutes ago Running volume-snapshot-controller 0 48353d3f60d55 snapshot-controller-7d9fbc56b8-2t8cn
2488caa320276 c49be5d58a56e 10 minutes ago Running nvidia-device-plugin-ctr 0 ca31dd4d617fc nvidia-device-plugin-daemonset-jkp8d
10bab5f31afb4 deda3ad36c19b 11 minutes ago Running gadget 0 ec224c2074912 gadget-xfswf
ec0c3117e2180 138784d87c9c5 11 minutes ago Running coredns 0 24e958249f254 coredns-66bc5c9577-b29nz
67413b366dd4f c67c707f59d87 11 minutes ago Exited patch 0 4e27995bbd2cf ingress-nginx-admission-patch-g7nsq
33073bc7ef69a 7b85e0fbfd435 11 minutes ago Running registry-proxy 0 fc1c165fb3f95 registry-proxy-k46nx
5986041dde1aa c67c707f59d87 11 minutes ago Exited create 0 a137a16b54daf ingress-nginx-admission-create-lctr2
8ea3c0ae7f25b ba04bb24b9575 12 minutes ago Running storage-provisioner 0 1b4166e4588e0 storage-provisioner
0a570ecc14fc9 b1a8c6f707935 12 minutes ago Running kindnet-cni 0 bf0155afe4cb6 kindnet-mfp57
2b4b94e8d28b1 6fc32d66c1411 12 minutes ago Running kube-proxy 0 4ebf193041bd3 kube-proxy-wv2sq
7c6da61cff166 a1894772a478e 12 minutes ago Running etcd 0 0ab079d67e8db etcd-addons-483563
0a76bf20855c2 996be7e86d9b3 12 minutes ago Running kube-controller-manager 0 e7698a4946ef5 kube-controller-manager-addons-483563
b9a3c32fa3cc9 d291939e99406 12 minutes ago Running kube-apiserver 0 a512b8456990b kube-apiserver-addons-483563
1270087412b63 a25f5ef9c34c3 12 minutes ago Running kube-scheduler 0 78808fa86967f kube-scheduler-addons-483563
==> containerd <==
Sep 29 11:07:31 addons-483563 containerd[839]: time="2025-09-29T11:07:31.353665140Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Sep 29 11:07:31 addons-483563 containerd[839]: time="2025-09-29T11:07:31.653409723Z" level=error msg="PullImage \"docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\" failed" error="failed to pull and unpack image \"docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/registry/manifests/sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
Sep 29 11:07:31 addons-483563 containerd[839]: time="2025-09-29T11:07:31.653459184Z" level=info msg="stop pulling image docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: active requests=0, bytes read=10983"
Sep 29 11:11:34 addons-483563 containerd[839]: time="2025-09-29T11:11:34.223587199Z" level=info msg="PullImage \"docker.io/kicbase/minikube-ingress-dns:0.0.4@sha256:d7c3fd25a0ea8fa62d4096eda202b3fc69d994b01ed6ab431def629f16ba1a89\""
Sep 29 11:11:34 addons-483563 containerd[839]: time="2025-09-29T11:11:34.225961773Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Sep 29 11:11:34 addons-483563 containerd[839]: time="2025-09-29T11:11:34.351327611Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Sep 29 11:11:40 addons-483563 containerd[839]: time="2025-09-29T11:11:40.144071588Z" level=info msg="ImageCreate event name:\"docker.io/kicbase/minikube-ingress-dns@sha256:d7c3fd25a0ea8fa62d4096eda202b3fc69d994b01ed6ab431def629f16ba1a89\" labels:{key:\"io.cri-containerd.image\" value:\"managed\"}"
Sep 29 11:11:40 addons-483563 containerd[839]: time="2025-09-29T11:11:40.146149593Z" level=info msg="stop pulling image docker.io/kicbase/minikube-ingress-dns@sha256:d7c3fd25a0ea8fa62d4096eda202b3fc69d994b01ed6ab431def629f16ba1a89: active requests=0, bytes read=106837769"
Sep 29 11:11:40 addons-483563 containerd[839]: time="2025-09-29T11:11:40.148792370Z" level=info msg="ImageCreate event name:\"sha256:34da3fe7b8efbdcfb32e68fcd65a35668f933e03aabdc99c35d83aeaa2abbc81\" labels:{key:\"io.cri-containerd.image\" value:\"managed\"}"
Sep 29 11:11:40 addons-483563 containerd[839]: time="2025-09-29T11:11:40.153784876Z" level=info msg="Pulled image \"docker.io/kicbase/minikube-ingress-dns:0.0.4@sha256:d7c3fd25a0ea8fa62d4096eda202b3fc69d994b01ed6ab431def629f16ba1a89\" with image id \"sha256:34da3fe7b8efbdcfb32e68fcd65a35668f933e03aabdc99c35d83aeaa2abbc81\", repo tag \"\", repo digest \"docker.io/kicbase/minikube-ingress-dns@sha256:d7c3fd25a0ea8fa62d4096eda202b3fc69d994b01ed6ab431def629f16ba1a89\", size \"110957625\" in 5.930141152s"
Sep 29 11:11:40 addons-483563 containerd[839]: time="2025-09-29T11:11:40.154001396Z" level=info msg="PullImage \"docker.io/kicbase/minikube-ingress-dns:0.0.4@sha256:d7c3fd25a0ea8fa62d4096eda202b3fc69d994b01ed6ab431def629f16ba1a89\" returns image reference \"sha256:34da3fe7b8efbdcfb32e68fcd65a35668f933e03aabdc99c35d83aeaa2abbc81\""
Sep 29 11:11:40 addons-483563 containerd[839]: time="2025-09-29T11:11:40.162958532Z" level=info msg="CreateContainer within sandbox \"1cb9b8babe11e9da2997f51f85bf175fb7c51d0a541bce2e645e5852faa092b4\" for container &ContainerMetadata{Name:minikube-ingress-dns,Attempt:0,}"
Sep 29 11:11:40 addons-483563 containerd[839]: time="2025-09-29T11:11:40.188062790Z" level=info msg="CreateContainer within sandbox \"1cb9b8babe11e9da2997f51f85bf175fb7c51d0a541bce2e645e5852faa092b4\" for &ContainerMetadata{Name:minikube-ingress-dns,Attempt:0,} returns container id \"505681adb9fb48dc1d5cb2a86624cbd333761562612f8eefd7fb2686225005cd\""
Sep 29 11:11:40 addons-483563 containerd[839]: time="2025-09-29T11:11:40.188773075Z" level=info msg="StartContainer for \"505681adb9fb48dc1d5cb2a86624cbd333761562612f8eefd7fb2686225005cd\""
Sep 29 11:11:40 addons-483563 containerd[839]: time="2025-09-29T11:11:40.269100961Z" level=info msg="StartContainer for \"505681adb9fb48dc1d5cb2a86624cbd333761562612f8eefd7fb2686225005cd\" returns successfully"
Sep 29 11:12:13 addons-483563 containerd[839]: time="2025-09-29T11:12:13.219785830Z" level=info msg="PullImage \"docker.io/volcanosh/vc-webhook-manager:v1.13.0@sha256:03e36eb220766397b4cd9c2f42bab8666661a0112fa9033ae9bd80d2a9611001\""
Sep 29 11:12:13 addons-483563 containerd[839]: time="2025-09-29T11:12:13.222551063Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Sep 29 11:12:13 addons-483563 containerd[839]: time="2025-09-29T11:12:13.363408982Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Sep 29 11:12:13 addons-483563 containerd[839]: time="2025-09-29T11:12:13.675476765Z" level=error msg="PullImage \"docker.io/volcanosh/vc-webhook-manager:v1.13.0@sha256:03e36eb220766397b4cd9c2f42bab8666661a0112fa9033ae9bd80d2a9611001\" failed" error="failed to pull and unpack image \"docker.io/volcanosh/vc-webhook-manager@sha256:03e36eb220766397b4cd9c2f42bab8666661a0112fa9033ae9bd80d2a9611001\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-webhook-manager/manifests/sha256:03e36eb220766397b4cd9c2f42bab8666661a0112fa9033ae9bd80d2a9611001: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
Sep 29 11:12:13 addons-483563 containerd[839]: time="2025-09-29T11:12:13.675532257Z" level=info msg="stop pulling image docker.io/volcanosh/vc-webhook-manager@sha256:03e36eb220766397b4cd9c2f42bab8666661a0112fa9033ae9bd80d2a9611001: active requests=0, bytes read=11046"
Sep 29 11:12:18 addons-483563 containerd[839]: time="2025-09-29T11:12:18.220422801Z" level=info msg="PullImage \"docker.io/marcnuri/yakd:0.0.5@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\""
Sep 29 11:12:18 addons-483563 containerd[839]: time="2025-09-29T11:12:18.222911510Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Sep 29 11:12:18 addons-483563 containerd[839]: time="2025-09-29T11:12:18.384301159Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Sep 29 11:12:18 addons-483563 containerd[839]: time="2025-09-29T11:12:18.662473861Z" level=error msg="PullImage \"docker.io/marcnuri/yakd:0.0.5@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\" failed" error="failed to pull and unpack image \"docker.io/marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/marcnuri/yakd/manifests/sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
Sep 29 11:12:18 addons-483563 containerd[839]: time="2025-09-29T11:12:18.662750565Z" level=info msg="stop pulling image docker.io/marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624: active requests=0, bytes read=10967"
==> coredns [ec0c3117e218077b92b7a9571861abfe371100c8f1204785d82dae8c51b6ecfe] <==
[INFO] 10.244.0.3:39525 - 31234 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000141105s
[INFO] 10.244.0.3:39525 - 52890 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 83 0.001744028s
[INFO] 10.244.0.3:39525 - 43003 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 83 0.001759118s
[INFO] 10.244.0.3:39525 - 36062 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000132342s
[INFO] 10.244.0.3:39525 - 39601 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000179112s
[INFO] 10.244.0.3:52591 - 543 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.00032487s
[INFO] 10.244.0.3:52591 - 62070 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000308254s
[INFO] 10.244.0.3:52591 - 947 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.00033483s
[INFO] 10.244.0.3:52591 - 39333 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.000342396s
[INFO] 10.244.0.3:52591 - 54648 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000286296s
[INFO] 10.244.0.3:52591 - 4210 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.00035079s
[INFO] 10.244.0.3:52591 - 51835 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 83 0.001874499s
[INFO] 10.244.0.3:52591 - 46391 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 83 0.00251289s
[INFO] 10.244.0.3:52591 - 62162 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.00011772s
[INFO] 10.244.0.3:52591 - 45517 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000141229s
[INFO] 10.244.0.3:48026 - 43913 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000200018s
[INFO] 10.244.0.3:48026 - 37204 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000135354s
[INFO] 10.244.0.3:48026 - 18072 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.000174082s
[INFO] 10.244.0.3:48026 - 37394 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.000378302s
[INFO] 10.244.0.3:48026 - 41559 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000117687s
[INFO] 10.244.0.3:48026 - 52898 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000549315s
[INFO] 10.244.0.3:48026 - 27728 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 83 0.003249316s
[INFO] 10.244.0.3:48026 - 45047 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 83 0.003066348s
[INFO] 10.244.0.3:48026 - 36358 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000135706s
[INFO] 10.244.0.3:48026 - 26024 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000148121s
==> describe nodes <==
Name: addons-483563
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-483563
kubernetes.io/os=linux
minikube.k8s.io/commit=c1f958e1d15faaa2b94ae7399d1155627e45fcf8
minikube.k8s.io/name=addons-483563
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2025_09_29T11_00_05_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-483563
Annotations: csi.volume.kubernetes.io/nodeid: {"hostpath.csi.k8s.io":"addons-483563"}
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Mon, 29 Sep 2025 11:00:00 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-483563
AcquireTime: <unset>
RenewTime: Mon, 29 Sep 2025 11:12:17 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 29 Sep 2025 11:12:07 +0000 Mon, 29 Sep 2025 10:59:57 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 29 Sep 2025 11:12:07 +0000 Mon, 29 Sep 2025 10:59:57 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 29 Sep 2025 11:12:07 +0000 Mon, 29 Sep 2025 10:59:57 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 29 Sep 2025 11:12:07 +0000 Mon, 29 Sep 2025 11:00:00 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-483563
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: e9cc1b4592a54eae91aa57187178ee2c
System UUID: 4ad1c187-0d63-4a99-8d82-b3ed08f74b8e
Boot ID: 494e74a6-0cc0-4e11-b805-6e03fd0a2f34
Kernel Version: 5.15.0-1084-aws
OS Image: Ubuntu 22.04.5 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: containerd://1.7.27
Kubelet Version: v1.34.0
Kube-Proxy Version:
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (29 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default cloud-spanner-emulator-85f6b7fc65-6blvq 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
gadget gadget-xfswf 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
gcp-auth gcp-auth-78565c9fb4-rk29h 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
ingress-nginx ingress-nginx-controller-9cc49f96f-9bxpj 100m (5%) 0 (0%) 90Mi (1%) 0 (0%) 12m
kube-system coredns-66bc5c9577-b29nz 100m (5%) 0 (0%) 70Mi (0%) 170Mi (2%) 12m
kube-system csi-hostpath-attacher-0 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system csi-hostpath-resizer-0 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system csi-hostpathplugin-rqvcb 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system etcd-addons-483563 100m (5%) 0 (0%) 100Mi (1%) 0 (0%) 12m
kube-system kindnet-mfp57 100m (5%) 100m (5%) 50Mi (0%) 50Mi (0%) 12m
kube-system kube-apiserver-addons-483563 250m (12%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system kube-controller-manager-addons-483563 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-wv2sq 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system kube-scheduler-addons-483563 100m (5%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system metrics-server-85b7d694d7-5nf4w 100m (5%) 0 (0%) 200Mi (2%) 0 (0%) 12m
kube-system nvidia-device-plugin-daemonset-jkp8d 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system registry-66898fdd98-t2xjz 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system registry-creds-764b6fb674-l6vfm 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system registry-proxy-k46nx 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system snapshot-controller-7d9fbc56b8-2t8cn 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system snapshot-controller-7d9fbc56b8-v5hhf 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system storage-provisioner 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
local-path-storage local-path-provisioner-648f6765c9-qzqww 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
volcano-system volcano-admission-6c447bd768-z9k9c 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
volcano-system volcano-admission-init-s4nj4 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
volcano-system volcano-controllers-6fd4f85cb8-bmcbq 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
volcano-system volcano-scheduler-76c996c8bf-cds2x 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
yakd-dashboard yakd-dashboard-5ff678cb9-lb2vt 0 (0%) 0 (0%) 128Mi (1%) 256Mi (3%) 12m
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 1050m (52%) 100m (5%)
memory 638Mi (8%) 476Mi (6%)
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 NodeHasSufficientMemory 12m (x8 over 12m) kubelet Node addons-483563 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 12m (x8 over 12m) kubelet Node addons-483563 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 12m (x7 over 12m) kubelet Node addons-483563 status is now: NodeHasSufficientPID
Normal NodeAllocatableEnforced 12m kubelet Updated Node Allocatable limit across pods
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-483563 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 12m kubelet Node addons-483563 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 12m kubelet Node addons-483563 status is now: NodeHasSufficientPID
Normal RegisteredNode 12m node-controller Node addons-483563 event: Registered Node addons-483563 in Controller
==> dmesg <==
[Sep29 09:30] kauditd_printk_skb: 8 callbacks suppressed
[Sep29 09:52] FS-Cache: Duplicate cookie detected
[ +0.000915] FS-Cache: O-cookie c=00000025 [p=00000002 fl=222 nc=0 na=1]
[ +0.001068] FS-Cache: O-cookie d=0000000026a97d32{9P.session} n=00000000bf306ec3
[ +0.001158] FS-Cache: O-key=[10] '34323936333132303633'
[ +0.000821] FS-Cache: N-cookie c=00000026 [p=00000002 fl=2 nc=0 na=1]
[ +0.001131] FS-Cache: N-cookie d=0000000026a97d32{9P.session} n=0000000051580dd0
[ +0.001215] FS-Cache: N-key=[10] '34323936333132303633'
[Sep29 09:56] kmem.limit_in_bytes is deprecated and will be removed. Please report your usecase to linux-mm@kvack.org if you depend on this functionality.
[Sep29 10:58] kauditd_printk_skb: 8 callbacks suppressed
==> etcd [7c6da61cff1669bcd00693285a3e51780e6a4ea730e796f0f36a375cd006fa63] <==
{"level":"warn","ts":"2025-09-29T10:59:59.309382Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:44950","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-29T10:59:59.325239Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:44972","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-29T10:59:59.339641Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:44998","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-29T10:59:59.371942Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45020","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-29T10:59:59.406194Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45042","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-29T10:59:59.420025Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45052","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-29T10:59:59.470572Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45066","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-29T11:00:20.993832Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:39890","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-29T11:00:21.015144Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:39916","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-29T11:00:39.209266Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:37570","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-29T11:00:39.265642Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:37602","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-29T11:00:39.293546Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:37608","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-29T11:00:39.319458Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:37628","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-29T11:00:39.356459Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:37642","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-29T11:00:39.369524Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:37660","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-29T11:00:39.442954Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:37676","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-29T11:00:39.512708Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:37696","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-29T11:00:39.531179Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:37706","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-29T11:00:39.555717Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:37734","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-29T11:00:39.570994Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:37766","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-29T11:00:39.588577Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:37784","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-29T11:00:39.611577Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:37806","server-name":"","error":"EOF"}
{"level":"info","ts":"2025-09-29T11:09:58.243732Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":1955}
{"level":"info","ts":"2025-09-29T11:09:58.287482Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":1955,"took":"43.193956ms","hash":1195602006,"current-db-size-bytes":8798208,"current-db-size":"8.8 MB","current-db-size-in-use-bytes":5120000,"current-db-size-in-use":"5.1 MB"}
{"level":"info","ts":"2025-09-29T11:09:58.287538Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":1195602006,"revision":1955,"compact-revision":-1}
==> gcp-auth [1ebda492f04d8225046599d4ea7cf3dee39839cc0a2a6a43e17da08948c0dd1e] <==
2025/09/29 11:01:47 GCP Auth Webhook started!
==> kernel <==
11:12:24 up 2:54, 0 users, load average: 0.09, 0.34, 0.96
Linux addons-483563 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.5 LTS"
==> kindnet [0a570ecc14fc9c1198878c4d56996872b6345e7d7428dd0740b7a2432c47580a] <==
I0929 11:10:21.919074 1 main.go:301] handling current node
I0929 11:10:31.914688 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0929 11:10:31.914718 1 main.go:301] handling current node
I0929 11:10:41.910743 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0929 11:10:41.910780 1 main.go:301] handling current node
I0929 11:10:51.914749 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0929 11:10:51.914788 1 main.go:301] handling current node
I0929 11:11:01.914686 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0929 11:11:01.914737 1 main.go:301] handling current node
I0929 11:11:11.918716 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0929 11:11:11.918748 1 main.go:301] handling current node
I0929 11:11:21.918732 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0929 11:11:21.918769 1 main.go:301] handling current node
I0929 11:11:31.915749 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0929 11:11:31.915801 1 main.go:301] handling current node
I0929 11:11:41.910991 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0929 11:11:41.911030 1 main.go:301] handling current node
I0929 11:11:51.916556 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0929 11:11:51.916644 1 main.go:301] handling current node
I0929 11:12:01.916581 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0929 11:12:01.916620 1 main.go:301] handling current node
I0929 11:12:11.913200 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0929 11:12:11.913265 1 main.go:301] handling current node
I0929 11:12:21.918731 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0929 11:12:21.918766 1 main.go:301] handling current node
==> kube-apiserver [b9a3c32fa3cc9c067aba33e42ebc981f83f53272ee5952d91812dd687eb9c07a] <==
> logger="UnhandledError"
E0929 11:01:31.803162 1 remote_available_controller.go:462] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.97.221.238:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.97.221.238:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.97.221.238:443: connect: connection refused" logger="UnhandledError"
E0929 11:01:31.804623 1 remote_available_controller.go:462] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.97.221.238:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.97.221.238:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.97.221.238:443: connect: connection refused" logger="UnhandledError"
E0929 11:01:31.811340 1 remote_available_controller.go:462] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.97.221.238:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.97.221.238:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.97.221.238:443: connect: connection refused" logger="UnhandledError"
E0929 11:01:31.832976 1 remote_available_controller.go:462] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.97.221.238:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.97.221.238:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.97.221.238:443: connect: connection refused" logger="UnhandledError"
I0929 11:01:31.995148 1 handler.go:285] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I0929 11:02:25.632375 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:02:44.042366 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:03:44.234144 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:03:52.093302 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:04:46.268558 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:05:16.410805 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:06:08.144851 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:06:23.635517 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:07:29.036981 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:07:29.297136 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:08:32.359524 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:08:35.510264 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:09:32.884022 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:09:40.091422 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:10:00.173643 1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
I0929 11:10:33.823953 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:10:40.664666 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:11:47.145430 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:11:54.270058 1 stats.go:136] "Error getting keys" err="empty key: \"\""
==> kube-controller-manager [0a76bf20855c2c9575b7c19c0284067433399e05d0a1f63a8fc36cc9876522a5] <==
I0929 11:00:09.195423 1 shared_informer.go:356] "Caches are synced" controller="stateful set"
I0929 11:00:09.196929 1 shared_informer.go:356] "Caches are synced" controller="deployment"
I0929 11:00:09.197743 1 shared_informer.go:356] "Caches are synced" controller="persistent volume"
I0929 11:00:09.198020 1 shared_informer.go:356] "Caches are synced" controller="service account"
I0929 11:00:09.198243 1 shared_informer.go:356] "Caches are synced" controller="crt configmap"
I0929 11:00:09.198505 1 shared_informer.go:356] "Caches are synced" controller="job"
I0929 11:00:09.198596 1 shared_informer.go:356] "Caches are synced" controller="ReplicationController"
I0929 11:00:09.198657 1 shared_informer.go:356] "Caches are synced" controller="VAC protection"
I0929 11:00:09.202092 1 shared_informer.go:356] "Caches are synced" controller="garbage collector"
E0929 11:00:17.204467 1 replica_set.go:587] "Unhandled Error" err="sync \"kube-system/metrics-server-85b7d694d7\" failed with pods \"metrics-server-85b7d694d7-\" is forbidden: error looking up service account kube-system/metrics-server: serviceaccount \"metrics-server\" not found" logger="UnhandledError"
E0929 11:00:39.176450 1 resource_quota_controller.go:446] "Unhandled Error" err="unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: stale GroupVersion discovery: metrics.k8s.io/v1beta1" logger="UnhandledError"
I0929 11:00:39.176589 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="jobs.batch.volcano.sh"
I0929 11:00:39.176616 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="cronjobs.batch.volcano.sh"
I0929 11:00:39.176641 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="jobtemplates.flow.volcano.sh"
I0929 11:00:39.176658 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="podgroups.scheduling.volcano.sh"
I0929 11:00:39.176674 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="volumesnapshots.snapshot.storage.k8s.io"
I0929 11:00:39.176700 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="commands.bus.volcano.sh"
I0929 11:00:39.176721 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="jobflows.flow.volcano.sh"
I0929 11:00:39.176778 1 shared_informer.go:349] "Waiting for caches to sync" controller="resource quota"
I0929 11:00:39.218791 1 garbagecollector.go:787] "failed to discover some groups" logger="garbage-collector-controller" groups="map[\"metrics.k8s.io/v1beta1\":\"stale GroupVersion discovery: metrics.k8s.io/v1beta1\"]"
I0929 11:00:39.227081 1 shared_informer.go:349] "Waiting for caches to sync" controller="garbage collector"
I0929 11:00:40.577956 1 shared_informer.go:356] "Caches are synced" controller="resource quota"
I0929 11:00:40.728075 1 shared_informer.go:356] "Caches are synced" controller="garbage collector"
E0929 11:01:10.583200 1 resource_quota_controller.go:446] "Unhandled Error" err="unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: stale GroupVersion discovery: metrics.k8s.io/v1beta1" logger="UnhandledError"
I0929 11:01:10.736217 1 garbagecollector.go:787] "failed to discover some groups" logger="garbage-collector-controller" groups="map[\"metrics.k8s.io/v1beta1\":\"stale GroupVersion discovery: metrics.k8s.io/v1beta1\"]"
==> kube-proxy [2b4b94e8d28b1329c5afe5d150c613298e4254c5740f5bb0039d97d504ece240] <==
I0929 11:00:11.539243 1 server_linux.go:53] "Using iptables proxy"
I0929 11:00:11.632857 1 shared_informer.go:349] "Waiting for caches to sync" controller="node informer cache"
I0929 11:00:11.733746 1 shared_informer.go:356] "Caches are synced" controller="node informer cache"
I0929 11:00:11.733785 1 server.go:219] "Successfully retrieved NodeIPs" NodeIPs=["192.168.49.2"]
E0929 11:00:11.733871 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`"
I0929 11:00:11.772068 1 server.go:265] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0929 11:00:11.772117 1 server_linux.go:132] "Using iptables Proxier"
I0929 11:00:11.782255 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"
I0929 11:00:11.783852 1 server.go:527] "Version info" version="v1.34.0"
I0929 11:00:11.783898 1 server.go:529] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0929 11:00:11.789040 1 config.go:200] "Starting service config controller"
I0929 11:00:11.789067 1 shared_informer.go:349] "Waiting for caches to sync" controller="service config"
I0929 11:00:11.792538 1 config.go:106] "Starting endpoint slice config controller"
I0929 11:00:11.792575 1 shared_informer.go:349] "Waiting for caches to sync" controller="endpoint slice config"
I0929 11:00:11.792595 1 config.go:403] "Starting serviceCIDR config controller"
I0929 11:00:11.792600 1 shared_informer.go:349] "Waiting for caches to sync" controller="serviceCIDR config"
I0929 11:00:11.811372 1 config.go:309] "Starting node config controller"
I0929 11:00:11.811399 1 shared_informer.go:349] "Waiting for caches to sync" controller="node config"
I0929 11:00:11.811408 1 shared_informer.go:356] "Caches are synced" controller="node config"
I0929 11:00:11.893539 1 shared_informer.go:356] "Caches are synced" controller="serviceCIDR config"
I0929 11:00:11.893584 1 shared_informer.go:356] "Caches are synced" controller="service config"
I0929 11:00:11.893625 1 shared_informer.go:356] "Caches are synced" controller="endpoint slice config"
==> kube-scheduler [1270087412b6391a7ee1a6beca669045fa1223331efa32a8ed60d5396fad6864] <==
E0929 11:00:00.340578 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"
E0929 11:00:00.341627 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"
E0929 11:00:00.342000 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"
E0929 11:00:00.340488 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"
E0929 11:00:00.342195 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PodDisruptionBudget"
E0929 11:00:01.197084 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"
E0929 11:00:01.201190 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"
E0929 11:00:01.282074 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"
E0929 11:00:01.292222 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PodDisruptionBudget"
E0929 11:00:01.293058 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"
E0929 11:00:01.339557 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"
E0929 11:00:01.425094 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"
E0929 11:00:01.425195 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"
E0929 11:00:01.428792 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"
E0929 11:00:01.463791 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"
E0929 11:00:01.470465 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"
E0929 11:00:01.493753 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"
E0929 11:00:01.500084 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"
E0929 11:00:01.562842 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"
E0929 11:00:01.718638 1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
E0929 11:00:01.769495 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"
E0929 11:00:01.794899 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"
E0929 11:00:01.871080 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"
E0929 11:00:01.958409 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"
I0929 11:00:03.810378 1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
==> kubelet <==
Sep 29 11:11:44 addons-483563 kubelet[1538]: E0929 11:11:44.220727 1538 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"main\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-webhook-manager:v1.13.0@sha256:03e36eb220766397b4cd9c2f42bab8666661a0112fa9033ae9bd80d2a9611001\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/volcanosh/vc-webhook-manager@sha256:03e36eb220766397b4cd9c2f42bab8666661a0112fa9033ae9bd80d2a9611001\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-webhook-manager/manifests/sha256:03e36eb220766397b4cd9c2f42bab8666661a0112fa9033ae9bd80d2a9611001: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-admission-init-s4nj4" podUID="609083c2-fc6f-45d7-b2a8-78e225ce7ffd"
Sep 29 11:11:45 addons-483563 kubelet[1538]: I0929 11:11:45.220158 1538 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-t2xjz" secret="" err="secret \"gcp-auth\" not found"
Sep 29 11:11:45 addons-483563 kubelet[1538]: E0929 11:11:45.220627 1538 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"volcano-controllers\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-controller-manager:v1.13.0@sha256:8dd7ce0cef2df19afb14ba26bec90e2999a3c0397ebe5c9d75a5f68d1c80d242\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/volcanosh/vc-controller-manager@sha256:8dd7ce0cef2df19afb14ba26bec90e2999a3c0397ebe5c9d75a5f68d1c80d242\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-controller-manager/manifests/sha256:8dd7ce0cef2df19afb14ba26bec90e2999a3c0397ebe5c9d75a5f68d1c80d242: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-controllers-6fd4f85cb8-bmcbq" podUID="8fab85a2-9609-4330-a2ce-1c68fdccd632"
Sep 29 11:11:45 addons-483563 kubelet[1538]: E0929 11:11:45.224332 1538 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"registry\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/registry/manifests/sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kube-system/registry-66898fdd98-t2xjz" podUID="f056b0f2-ec9b-4c14-8ba0-bd22b773ac8c"
Sep 29 11:11:53 addons-483563 kubelet[1538]: E0929 11:11:53.220110 1538 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"volcano-scheduler\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-scheduler:v1.13.0@sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/volcanosh/vc-scheduler@sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-scheduler/manifests/sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-scheduler-76c996c8bf-cds2x" podUID="8969068c-133b-4bb5-9c4c-9e80ef4621bf"
Sep 29 11:11:54 addons-483563 kubelet[1538]: E0929 11:11:54.221125 1538 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"yakd\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/marcnuri/yakd:0.0.5@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/marcnuri/yakd/manifests/sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="yakd-dashboard/yakd-dashboard-5ff678cb9-lb2vt" podUID="f9095809-03e3-4a40-abd5-162cfabb856d"
Sep 29 11:11:56 addons-483563 kubelet[1538]: E0929 11:11:56.220045 1538 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"volcano-controllers\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-controller-manager:v1.13.0@sha256:8dd7ce0cef2df19afb14ba26bec90e2999a3c0397ebe5c9d75a5f68d1c80d242\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/volcanosh/vc-controller-manager@sha256:8dd7ce0cef2df19afb14ba26bec90e2999a3c0397ebe5c9d75a5f68d1c80d242\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-controller-manager/manifests/sha256:8dd7ce0cef2df19afb14ba26bec90e2999a3c0397ebe5c9d75a5f68d1c80d242: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-controllers-6fd4f85cb8-bmcbq" podUID="8fab85a2-9609-4330-a2ce-1c68fdccd632"
Sep 29 11:11:57 addons-483563 kubelet[1538]: I0929 11:11:57.219537 1538 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-t2xjz" secret="" err="secret \"gcp-auth\" not found"
Sep 29 11:11:57 addons-483563 kubelet[1538]: E0929 11:11:57.220482 1538 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"registry\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/registry/manifests/sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kube-system/registry-66898fdd98-t2xjz" podUID="f056b0f2-ec9b-4c14-8ba0-bd22b773ac8c"
Sep 29 11:11:58 addons-483563 kubelet[1538]: E0929 11:11:58.221656 1538 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"main\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-webhook-manager:v1.13.0@sha256:03e36eb220766397b4cd9c2f42bab8666661a0112fa9033ae9bd80d2a9611001\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/volcanosh/vc-webhook-manager@sha256:03e36eb220766397b4cd9c2f42bab8666661a0112fa9033ae9bd80d2a9611001\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-webhook-manager/manifests/sha256:03e36eb220766397b4cd9c2f42bab8666661a0112fa9033ae9bd80d2a9611001: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-admission-init-s4nj4" podUID="609083c2-fc6f-45d7-b2a8-78e225ce7ffd"
Sep 29 11:12:07 addons-483563 kubelet[1538]: E0929 11:12:07.219727 1538 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"volcano-scheduler\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-scheduler:v1.13.0@sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/volcanosh/vc-scheduler@sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-scheduler/manifests/sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-scheduler-76c996c8bf-cds2x" podUID="8969068c-133b-4bb5-9c4c-9e80ef4621bf"
Sep 29 11:12:07 addons-483563 kubelet[1538]: E0929 11:12:07.220528 1538 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"yakd\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/marcnuri/yakd:0.0.5@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/marcnuri/yakd/manifests/sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="yakd-dashboard/yakd-dashboard-5ff678cb9-lb2vt" podUID="f9095809-03e3-4a40-abd5-162cfabb856d"
Sep 29 11:12:10 addons-483563 kubelet[1538]: E0929 11:12:10.219848 1538 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"volcano-controllers\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-controller-manager:v1.13.0@sha256:8dd7ce0cef2df19afb14ba26bec90e2999a3c0397ebe5c9d75a5f68d1c80d242\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/volcanosh/vc-controller-manager@sha256:8dd7ce0cef2df19afb14ba26bec90e2999a3c0397ebe5c9d75a5f68d1c80d242\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-controller-manager/manifests/sha256:8dd7ce0cef2df19afb14ba26bec90e2999a3c0397ebe5c9d75a5f68d1c80d242: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-controllers-6fd4f85cb8-bmcbq" podUID="8fab85a2-9609-4330-a2ce-1c68fdccd632"
Sep 29 11:12:12 addons-483563 kubelet[1538]: I0929 11:12:12.219513 1538 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-t2xjz" secret="" err="secret \"gcp-auth\" not found"
Sep 29 11:12:12 addons-483563 kubelet[1538]: E0929 11:12:12.221037 1538 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"registry\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/registry/manifests/sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kube-system/registry-66898fdd98-t2xjz" podUID="f056b0f2-ec9b-4c14-8ba0-bd22b773ac8c"
Sep 29 11:12:13 addons-483563 kubelet[1538]: E0929 11:12:13.675986 1538 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"docker.io/volcanosh/vc-webhook-manager@sha256:03e36eb220766397b4cd9c2f42bab8666661a0112fa9033ae9bd80d2a9611001\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-webhook-manager/manifests/sha256:03e36eb220766397b4cd9c2f42bab8666661a0112fa9033ae9bd80d2a9611001: 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/volcanosh/vc-webhook-manager:v1.13.0@sha256:03e36eb220766397b4cd9c2f42bab8666661a0112fa9033ae9bd80d2a9611001"
Sep 29 11:12:13 addons-483563 kubelet[1538]: E0929 11:12:13.676348 1538 kuberuntime_image.go:43] "Failed to pull image" err="failed to pull and unpack image \"docker.io/volcanosh/vc-webhook-manager@sha256:03e36eb220766397b4cd9c2f42bab8666661a0112fa9033ae9bd80d2a9611001\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-webhook-manager/manifests/sha256:03e36eb220766397b4cd9c2f42bab8666661a0112fa9033ae9bd80d2a9611001: 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/volcanosh/vc-webhook-manager:v1.13.0@sha256:03e36eb220766397b4cd9c2f42bab8666661a0112fa9033ae9bd80d2a9611001"
Sep 29 11:12:13 addons-483563 kubelet[1538]: E0929 11:12:13.676448 1538 kuberuntime_manager.go:1449] "Unhandled Error" err="container main start failed in pod volcano-admission-init-s4nj4_volcano-system(609083c2-fc6f-45d7-b2a8-78e225ce7ffd): ErrImagePull: failed to pull and unpack image \"docker.io/volcanosh/vc-webhook-manager@sha256:03e36eb220766397b4cd9c2f42bab8666661a0112fa9033ae9bd80d2a9611001\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-webhook-manager/manifests/sha256:03e36eb220766397b4cd9c2f42bab8666661a0112fa9033ae9bd80d2a9611001: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
Sep 29 11:12:13 addons-483563 kubelet[1538]: E0929 11:12:13.676977 1538 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"main\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/volcanosh/vc-webhook-manager@sha256:03e36eb220766397b4cd9c2f42bab8666661a0112fa9033ae9bd80d2a9611001\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-webhook-manager/manifests/sha256:03e36eb220766397b4cd9c2f42bab8666661a0112fa9033ae9bd80d2a9611001: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-admission-init-s4nj4" podUID="609083c2-fc6f-45d7-b2a8-78e225ce7ffd"
Sep 29 11:12:18 addons-483563 kubelet[1538]: E0929 11:12:18.662738 1538 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"docker.io/marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/marcnuri/yakd/manifests/sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624: 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/marcnuri/yakd:0.0.5@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624"
Sep 29 11:12:18 addons-483563 kubelet[1538]: E0929 11:12:18.662808 1538 kuberuntime_image.go:43] "Failed to pull image" err="failed to pull and unpack image \"docker.io/marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/marcnuri/yakd/manifests/sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624: 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/marcnuri/yakd:0.0.5@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624"
Sep 29 11:12:18 addons-483563 kubelet[1538]: E0929 11:12:18.662893 1538 kuberuntime_manager.go:1449] "Unhandled Error" err="container yakd start failed in pod yakd-dashboard-5ff678cb9-lb2vt_yakd-dashboard(f9095809-03e3-4a40-abd5-162cfabb856d): ErrImagePull: failed to pull and unpack image \"docker.io/marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/marcnuri/yakd/manifests/sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
Sep 29 11:12:18 addons-483563 kubelet[1538]: E0929 11:12:18.662931 1538 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"yakd\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/marcnuri/yakd/manifests/sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="yakd-dashboard/yakd-dashboard-5ff678cb9-lb2vt" podUID="f9095809-03e3-4a40-abd5-162cfabb856d"
Sep 29 11:12:21 addons-483563 kubelet[1538]: E0929 11:12:21.219227 1538 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"volcano-scheduler\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-scheduler:v1.13.0@sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/volcanosh/vc-scheduler@sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-scheduler/manifests/sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-scheduler-76c996c8bf-cds2x" podUID="8969068c-133b-4bb5-9c4c-9e80ef4621bf"
Sep 29 11:12:23 addons-483563 kubelet[1538]: E0929 11:12:23.221712 1538 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"volcano-controllers\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-controller-manager:v1.13.0@sha256:8dd7ce0cef2df19afb14ba26bec90e2999a3c0397ebe5c9d75a5f68d1c80d242\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/volcanosh/vc-controller-manager@sha256:8dd7ce0cef2df19afb14ba26bec90e2999a3c0397ebe5c9d75a5f68d1c80d242\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-controller-manager/manifests/sha256:8dd7ce0cef2df19afb14ba26bec90e2999a3c0397ebe5c9d75a5f68d1c80d242: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-controllers-6fd4f85cb8-bmcbq" podUID="8fab85a2-9609-4330-a2ce-1c68fdccd632"
==> storage-provisioner [8ea3c0ae7f25b02ee04e459fd70da362c91ad76ae4b2f135452a80fa3074d0f7] <==
W0929 11:12:00.026513 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:12:02.030065 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:12:02.035037 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:12:04.038187 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:12:04.051043 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:12:06.054217 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:12:06.061938 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:12:08.065981 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:12:08.071943 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:12:10.075269 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:12:10.086966 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:12:12.090056 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:12:12.095034 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:12:14.097961 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:12:14.108216 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:12:16.111040 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:12:16.116085 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:12:18.119972 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:12:18.125076 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:12:20.128291 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:12:20.132966 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:12:22.135802 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:12:22.140527 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:12:24.143192 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:12:24.150546 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-483563 -n addons-483563
helpers_test.go:269: (dbg) Run: kubectl --context addons-483563 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:280: non-running pods: ingress-nginx-admission-create-lctr2 ingress-nginx-admission-patch-g7nsq registry-66898fdd98-t2xjz registry-creds-764b6fb674-l6vfm volcano-admission-6c447bd768-z9k9c volcano-admission-init-s4nj4 volcano-controllers-6fd4f85cb8-bmcbq volcano-scheduler-76c996c8bf-cds2x yakd-dashboard-5ff678cb9-lb2vt
helpers_test.go:282: ======> post-mortem[TestAddons/serial/Volcano]: describe non-running pods <======
helpers_test.go:285: (dbg) Run: kubectl --context addons-483563 describe pod ingress-nginx-admission-create-lctr2 ingress-nginx-admission-patch-g7nsq registry-66898fdd98-t2xjz registry-creds-764b6fb674-l6vfm volcano-admission-6c447bd768-z9k9c volcano-admission-init-s4nj4 volcano-controllers-6fd4f85cb8-bmcbq volcano-scheduler-76c996c8bf-cds2x yakd-dashboard-5ff678cb9-lb2vt
helpers_test.go:285: (dbg) Non-zero exit: kubectl --context addons-483563 describe pod ingress-nginx-admission-create-lctr2 ingress-nginx-admission-patch-g7nsq registry-66898fdd98-t2xjz registry-creds-764b6fb674-l6vfm volcano-admission-6c447bd768-z9k9c volcano-admission-init-s4nj4 volcano-controllers-6fd4f85cb8-bmcbq volcano-scheduler-76c996c8bf-cds2x yakd-dashboard-5ff678cb9-lb2vt: exit status 1 (100.248012ms)
** stderr **
Error from server (NotFound): pods "ingress-nginx-admission-create-lctr2" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-g7nsq" not found
Error from server (NotFound): pods "registry-66898fdd98-t2xjz" not found
Error from server (NotFound): pods "registry-creds-764b6fb674-l6vfm" not found
Error from server (NotFound): pods "volcano-admission-6c447bd768-z9k9c" not found
Error from server (NotFound): pods "volcano-admission-init-s4nj4" not found
Error from server (NotFound): pods "volcano-controllers-6fd4f85cb8-bmcbq" not found
Error from server (NotFound): pods "volcano-scheduler-76c996c8bf-cds2x" not found
Error from server (NotFound): pods "yakd-dashboard-5ff678cb9-lb2vt" not found
** /stderr **
helpers_test.go:287: kubectl --context addons-483563 describe pod ingress-nginx-admission-create-lctr2 ingress-nginx-admission-patch-g7nsq registry-66898fdd98-t2xjz registry-creds-764b6fb674-l6vfm volcano-admission-6c447bd768-z9k9c volcano-admission-init-s4nj4 volcano-controllers-6fd4f85cb8-bmcbq volcano-scheduler-76c996c8bf-cds2x yakd-dashboard-5ff678cb9-lb2vt: exit status 1
addons_test.go:1053: (dbg) Run: out/minikube-linux-arm64 -p addons-483563 addons disable volcano --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-linux-arm64 -p addons-483563 addons disable volcano --alsologtostderr -v=1: (11.936958547s)
--- FAIL: TestAddons/serial/Volcano (375.67s)