=== RUN TestAddons/serial/Volcano
addons_test.go:868: volcano-scheduler stabilized in 13.58811ms
addons_test.go:884: volcano-controller stabilized in 13.61251ms
addons_test.go:876: volcano-admission stabilized in 13.638844ms
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-799f64f894-rrsdz" [fd126a6f-6e10-4de3-ac0a-3cebc5b946b5] 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-amd64 status --format={{.APIServer}} -p addons-763766 -n addons-763766
addons_test.go:890: TestAddons/serial/Volcano: showing logs for failed pods as of 2025-09-08 12:32:11.130391467 +0000 UTC m=+816.950150145
addons_test.go:890: (dbg) Run: kubectl --context addons-763766 describe po volcano-scheduler-799f64f894-rrsdz -n volcano-system
addons_test.go:890: (dbg) kubectl --context addons-763766 describe po volcano-scheduler-799f64f894-rrsdz -n volcano-system:
Name: volcano-scheduler-799f64f894-rrsdz
Namespace: volcano-system
Priority: 2000000000
Priority Class Name: system-cluster-critical
Service Account: volcano-scheduler
Node: addons-763766/192.168.49.2
Start Time: Mon, 08 Sep 2025 12:20:08 +0000
Labels: app=volcano-scheduler
pod-template-hash=799f64f894
Annotations: <none>
Status: Pending
SeccompProfile: RuntimeDefault
IP: 10.244.0.20
IPs:
IP: 10.244.0.20
Controlled By: ReplicaSet/volcano-scheduler-799f64f894
Containers:
volcano-scheduler:
Container ID:
Image: docker.io/volcanosh/vc-scheduler:v1.12.2@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e
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-5qwd8 (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-5qwd8:
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-799f64f894-rrsdz to addons-763766
Warning FailedCreatePodSandBox 12m kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "c671138cb312d8247bb6cd512f07857f35c6291ce44cdc86b221a8390e7fd825": failed to find network info for sandbox "c671138cb312d8247bb6cd512f07857f35c6291ce44cdc86b221a8390e7fd825"
Warning FailedCreatePodSandBox 11m kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "7d96dd7ffe0461cd9f71b186256524f98def2918d26ab31b93e050222b19943e": failed to find network info for sandbox "7d96dd7ffe0461cd9f71b186256524f98def2918d26ab31b93e050222b19943e"
Warning FailedCreatePodSandBox 11m kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "0757a66bc0adf4e756def71d9c67e59ccabfbd67cac1ed13049f0f490987a25a": failed to find network info for sandbox "0757a66bc0adf4e756def71d9c67e59ccabfbd67cac1ed13049f0f490987a25a"
Normal Pulling 6m40s (x5 over 11m) kubelet Pulling image "docker.io/volcanosh/vc-scheduler:v1.12.2@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e"
Warning Failed 6m31s (x5 over 10m) kubelet Failed to pull image "docker.io/volcanosh/vc-scheduler:v1.12.2@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e": failed to pull and unpack image "docker.io/volcanosh/vc-scheduler@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-scheduler/manifests/sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Warning Failed 6m31s (x5 over 10m) kubelet Error: ErrImagePull
Warning Failed 2m (x30 over 10m) kubelet Error: ImagePullBackOff
Normal BackOff 78s (x33 over 10m) kubelet Back-off pulling image "docker.io/volcanosh/vc-scheduler:v1.12.2@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e"
addons_test.go:890: (dbg) Run: kubectl --context addons-763766 logs volcano-scheduler-799f64f894-rrsdz -n volcano-system
addons_test.go:890: (dbg) Non-zero exit: kubectl --context addons-763766 logs volcano-scheduler-799f64f894-rrsdz -n volcano-system: exit status 1 (71.455727ms)
** stderr **
Error from server (BadRequest): container "volcano-scheduler" in pod "volcano-scheduler-799f64f894-rrsdz" is waiting to start: trying and failing to pull image
** /stderr **
addons_test.go:890: kubectl --context addons-763766 logs volcano-scheduler-799f64f894-rrsdz -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-763766
helpers_test.go:243: (dbg) docker inspect addons-763766:
-- stdout --
[
{
"Id": "ebc3ec442f7fbdabc1a84e7182cd6e2883184d95d70f9af9b8e3ee4695745786",
"Created": "2025-09-08T12:19:37.053316658Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 828640,
"ExitCode": 0,
"Error": "",
"StartedAt": "2025-09-08T12:19:37.083118871Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:863fa02c4a7dcd4571b30c16c1e6ae3eaa1d1a904931aac9472133ae3328c098",
"ResolvConfPath": "/var/lib/docker/containers/ebc3ec442f7fbdabc1a84e7182cd6e2883184d95d70f9af9b8e3ee4695745786/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/ebc3ec442f7fbdabc1a84e7182cd6e2883184d95d70f9af9b8e3ee4695745786/hostname",
"HostsPath": "/var/lib/docker/containers/ebc3ec442f7fbdabc1a84e7182cd6e2883184d95d70f9af9b8e3ee4695745786/hosts",
"LogPath": "/var/lib/docker/containers/ebc3ec442f7fbdabc1a84e7182cd6e2883184d95d70f9af9b8e3ee4695745786/ebc3ec442f7fbdabc1a84e7182cd6e2883184d95d70f9af9b8e3ee4695745786-json.log",
"Name": "/addons-763766",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-763766:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {
"max-size": "100m"
}
},
"NetworkMode": "addons-763766",
"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": "ebc3ec442f7fbdabc1a84e7182cd6e2883184d95d70f9af9b8e3ee4695745786",
"LowerDir": "/var/lib/docker/overlay2/fe23cccc60821c21e41c9aac7efc38499a3fe234e87cbcbf428fbe65b3c958d9-init/diff:/var/lib/docker/overlay2/255c2f19ab05cb57b310ff2aa56739f9075ce485e701512c1e9cb4d8b84be5fc/diff",
"MergedDir": "/var/lib/docker/overlay2/fe23cccc60821c21e41c9aac7efc38499a3fe234e87cbcbf428fbe65b3c958d9/merged",
"UpperDir": "/var/lib/docker/overlay2/fe23cccc60821c21e41c9aac7efc38499a3fe234e87cbcbf428fbe65b3c958d9/diff",
"WorkDir": "/var/lib/docker/overlay2/fe23cccc60821c21e41c9aac7efc38499a3fe234e87cbcbf428fbe65b3c958d9/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-763766",
"Source": "/var/lib/docker/volumes/addons-763766/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-763766",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.47-1756980985-21488@sha256:8004ef31c95f43ea4d909587f47b84b33af26368a459c00cd53d571affb59c79",
"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-763766",
"name.minikube.sigs.k8s.io": "addons-763766",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "67c25e8cf11d4fb2c4585c05c6a08d1832924eea7d65d84fc61aea7f34abff9b",
"SandboxKey": "/var/run/docker/netns/67c25e8cf11d",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32768"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32769"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32772"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32770"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32771"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-763766": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "fe:96:b6:f8:b0:f1",
"DriverOpts": null,
"GwPriority": 0,
"NetworkID": "6c1614a7af45fa123a27b1514bcc00d82793a63443be3cf876db46043bb50090",
"EndpointID": "37bd2c96925233cdce6687d20c2229547a25189824450ab7af0293c54b0aaf00",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-763766",
"ebc3ec442f7f"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:247: (dbg) Run: out/minikube-linux-amd64 status --format={{.Host}} -p addons-763766 -n addons-763766
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-amd64 -p addons-763766 logs -n 25
helpers_test.go:255: (dbg) Done: out/minikube-linux-amd64 -p addons-763766 logs -n 25: (1.289604773s)
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-693683 --force --alsologtostderr --kubernetes-version=v1.28.0 --container-runtime=containerd --driver=docker --container-runtime=containerd │ download-only-693683 │ jenkins │ v1.36.0 │ 08 Sep 25 12:18 UTC │ │
│ delete │ --all │ minikube │ jenkins │ v1.36.0 │ 08 Sep 25 12:18 UTC │ 08 Sep 25 12:18 UTC │
│ delete │ -p download-only-693683 │ download-only-693683 │ jenkins │ v1.36.0 │ 08 Sep 25 12:18 UTC │ 08 Sep 25 12:18 UTC │
│ start │ -o=json --download-only -p download-only-442842 --force --alsologtostderr --kubernetes-version=v1.34.0 --container-runtime=containerd --driver=docker --container-runtime=containerd │ download-only-442842 │ jenkins │ v1.36.0 │ 08 Sep 25 12:18 UTC │ │
│ delete │ --all │ minikube │ jenkins │ v1.36.0 │ 08 Sep 25 12:19 UTC │ 08 Sep 25 12:19 UTC │
│ delete │ -p download-only-442842 │ download-only-442842 │ jenkins │ v1.36.0 │ 08 Sep 25 12:19 UTC │ 08 Sep 25 12:19 UTC │
│ delete │ -p download-only-693683 │ download-only-693683 │ jenkins │ v1.36.0 │ 08 Sep 25 12:19 UTC │ 08 Sep 25 12:19 UTC │
│ delete │ -p download-only-442842 │ download-only-442842 │ jenkins │ v1.36.0 │ 08 Sep 25 12:19 UTC │ 08 Sep 25 12:19 UTC │
│ start │ --download-only -p download-docker-686499 --alsologtostderr --driver=docker --container-runtime=containerd │ download-docker-686499 │ jenkins │ v1.36.0 │ 08 Sep 25 12:19 UTC │ │
│ delete │ -p download-docker-686499 │ download-docker-686499 │ jenkins │ v1.36.0 │ 08 Sep 25 12:19 UTC │ 08 Sep 25 12:19 UTC │
│ start │ --download-only -p binary-mirror-435383 --alsologtostderr --binary-mirror http://127.0.0.1:41893 --driver=docker --container-runtime=containerd │ binary-mirror-435383 │ jenkins │ v1.36.0 │ 08 Sep 25 12:19 UTC │ │
│ delete │ -p binary-mirror-435383 │ binary-mirror-435383 │ jenkins │ v1.36.0 │ 08 Sep 25 12:19 UTC │ 08 Sep 25 12:19 UTC │
│ addons │ enable dashboard -p addons-763766 │ addons-763766 │ jenkins │ v1.36.0 │ 08 Sep 25 12:19 UTC │ │
│ addons │ disable dashboard -p addons-763766 │ addons-763766 │ jenkins │ v1.36.0 │ 08 Sep 25 12:19 UTC │ │
│ start │ -p addons-763766 --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-763766 │ jenkins │ v1.36.0 │ 08 Sep 25 12:19 UTC │ 08 Sep 25 12:26 UTC │
└─────────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴────────────────────────┴─────────┴─────────┴─────────────────────┴─────────────────────┘
==> Last Start <==
Log file created at: 2025/09/08 12:19:14
Running on machine: ubuntu-20-agent-5
Binary: Built with gc go1.24.6 for linux/amd64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0908 12:19:14.259764 828015 out.go:360] Setting OutFile to fd 1 ...
I0908 12:19:14.260028 828015 out.go:408] TERM=,COLORTERM=, which probably does not support color
I0908 12:19:14.260038 828015 out.go:374] Setting ErrFile to fd 2...
I0908 12:19:14.260042 828015 out.go:408] TERM=,COLORTERM=, which probably does not support color
I0908 12:19:14.260275 828015 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21510-822444/.minikube/bin
I0908 12:19:14.260941 828015 out.go:368] Setting JSON to false
I0908 12:19:14.261873 828015 start.go:130] hostinfo: {"hostname":"ubuntu-20-agent-5","uptime":75670,"bootTime":1757258284,"procs":173,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1083-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
I0908 12:19:14.261983 828015 start.go:140] virtualization: kvm guest
I0908 12:19:14.263675 828015 out.go:179] * [addons-763766] minikube v1.36.0 on Ubuntu 20.04 (kvm/amd64)
I0908 12:19:14.264760 828015 out.go:179] - MINIKUBE_LOCATION=21510
I0908 12:19:14.264776 828015 notify.go:220] Checking for updates...
I0908 12:19:14.266877 828015 out.go:179] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0908 12:19:14.267936 828015 out.go:179] - KUBECONFIG=/home/jenkins/minikube-integration/21510-822444/kubeconfig
I0908 12:19:14.268956 828015 out.go:179] - MINIKUBE_HOME=/home/jenkins/minikube-integration/21510-822444/.minikube
I0908 12:19:14.269932 828015 out.go:179] - MINIKUBE_BIN=out/minikube-linux-amd64
I0908 12:19:14.270912 828015 out.go:179] - MINIKUBE_FORCE_SYSTEMD=
I0908 12:19:14.272021 828015 driver.go:421] Setting default libvirt URI to qemu:///system
I0908 12:19:14.293433 828015 docker.go:123] docker version: linux-28.1.1:Docker Engine - Community
I0908 12:19:14.293530 828015 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0908 12:19:14.340517 828015 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:24 OomKillDisable:true NGoroutines:44 SystemTime:2025-09-08 12:19:14.331723156 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1083-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647988736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-5 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
Path:/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] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
I0908 12:19:14.340627 828015 docker.go:318] overlay module found
I0908 12:19:14.342168 828015 out.go:179] * Using the docker driver based on user configuration
I0908 12:19:14.343129 828015 start.go:304] selected driver: docker
I0908 12:19:14.343149 828015 start.go:918] validating driver "docker" against <nil>
I0908 12:19:14.343165 828015 start.go:929] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0908 12:19:14.343981 828015 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0908 12:19:14.391366 828015 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:24 OomKillDisable:true NGoroutines:44 SystemTime:2025-09-08 12:19:14.382912625 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1083-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647988736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-5 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
Path:/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] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
I0908 12:19:14.391527 828015 start_flags.go:327] no existing cluster config was found, will generate one from the flags
I0908 12:19:14.391750 828015 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]
I0908 12:19:14.393219 828015 out.go:179] * Using Docker driver with root privileges
I0908 12:19:14.394170 828015 cni.go:84] Creating CNI manager for ""
I0908 12:19:14.394253 828015 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0908 12:19:14.394269 828015 start_flags.go:336] Found "CNI" CNI - setting NetworkPlugin=cni
I0908 12:19:14.394357 828015 start.go:348] cluster config:
{Name:addons-763766 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.47-1756980985-21488@sha256:8004ef31c95f43ea4d909587f47b84b33af26368a459c00cd53d571affb59c79 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-763766 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: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgen
tPID:0 GPUs: AutoPauseInterval:1m0s}
I0908 12:19:14.396030 828015 out.go:179] * Starting "addons-763766" primary control-plane node in "addons-763766" cluster
I0908 12:19:14.396786 828015 cache.go:123] Beginning downloading kic base image for docker with containerd
I0908 12:19:14.397747 828015 out.go:179] * Pulling base image v0.0.47-1756980985-21488 ...
I0908 12:19:14.398760 828015 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
I0908 12:19:14.398803 828015 preload.go:146] Found local preload: /home/jenkins/minikube-integration/21510-822444/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4
I0908 12:19:14.398814 828015 cache.go:58] Caching tarball of preloaded images
I0908 12:19:14.398866 828015 image.go:81] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.47-1756980985-21488@sha256:8004ef31c95f43ea4d909587f47b84b33af26368a459c00cd53d571affb59c79 in local docker daemon
I0908 12:19:14.398907 828015 preload.go:172] Found /home/jenkins/minikube-integration/21510-822444/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4 in cache, skipping download
I0908 12:19:14.398918 828015 cache.go:61] Finished verifying existence of preloaded tar for v1.34.0 on containerd
I0908 12:19:14.399238 828015 profile.go:143] Saving config to /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/config.json ...
I0908 12:19:14.399263 828015 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/config.json: {Name:mk4bbee30edbe0028b348371443e15b1b9fb0620 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0908 12:19:14.415970 828015 cache.go:152] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.47-1756980985-21488@sha256:8004ef31c95f43ea4d909587f47b84b33af26368a459c00cd53d571affb59c79 to local cache
I0908 12:19:14.416133 828015 image.go:65] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.47-1756980985-21488@sha256:8004ef31c95f43ea4d909587f47b84b33af26368a459c00cd53d571affb59c79 in local cache directory
I0908 12:19:14.416158 828015 image.go:68] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.47-1756980985-21488@sha256:8004ef31c95f43ea4d909587f47b84b33af26368a459c00cd53d571affb59c79 in local cache directory, skipping pull
I0908 12:19:14.416168 828015 image.go:137] gcr.io/k8s-minikube/kicbase-builds:v0.0.47-1756980985-21488@sha256:8004ef31c95f43ea4d909587f47b84b33af26368a459c00cd53d571affb59c79 exists in cache, skipping pull
I0908 12:19:14.416181 828015 cache.go:155] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.47-1756980985-21488@sha256:8004ef31c95f43ea4d909587f47b84b33af26368a459c00cd53d571affb59c79 as a tarball
I0908 12:19:14.416191 828015 cache.go:165] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.47-1756980985-21488@sha256:8004ef31c95f43ea4d909587f47b84b33af26368a459c00cd53d571affb59c79 from local cache
I0908 12:19:26.852072 828015 cache.go:167] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.47-1756980985-21488@sha256:8004ef31c95f43ea4d909587f47b84b33af26368a459c00cd53d571affb59c79 from cached tarball
I0908 12:19:26.852108 828015 cache.go:232] Successfully downloaded all kic artifacts
I0908 12:19:26.852158 828015 start.go:360] acquireMachinesLock for addons-763766: {Name:mk9e18118623350ee8d254dbec689778fd7ea7dd Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0908 12:19:26.852273 828015 start.go:364] duration metric: took 88.395µs to acquireMachinesLock for "addons-763766"
I0908 12:19:26.852304 828015 start.go:93] Provisioning new machine with config: &{Name:addons-763766 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.47-1756980985-21488@sha256:8004ef31c95f43ea4d909587f47b84b33af26368a459c00cd53d571affb59c79 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-763766 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.34.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 CustomQemuFi
rmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0908 12:19:26.852407 828015 start.go:125] createHost starting for "" (driver="docker")
I0908 12:19:26.854011 828015 out.go:252] * Creating docker container (CPUs=2, Memory=4096MB) ...
I0908 12:19:26.854269 828015 start.go:159] libmachine.API.Create for "addons-763766" (driver="docker")
I0908 12:19:26.854327 828015 client.go:168] LocalClient.Create starting
I0908 12:19:26.854483 828015 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/21510-822444/.minikube/certs/ca.pem
I0908 12:19:27.086160 828015 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/21510-822444/.minikube/certs/cert.pem
I0908 12:19:27.394767 828015 cli_runner.go:164] Run: docker network inspect addons-763766 --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}}]}"
W0908 12:19:27.411679 828015 cli_runner.go:211] docker network inspect addons-763766 --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
I0908 12:19:27.411781 828015 network_create.go:284] running [docker network inspect addons-763766] to gather additional debugging logs...
I0908 12:19:27.411805 828015 cli_runner.go:164] Run: docker network inspect addons-763766
W0908 12:19:27.426432 828015 cli_runner.go:211] docker network inspect addons-763766 returned with exit code 1
I0908 12:19:27.426468 828015 network_create.go:287] error running [docker network inspect addons-763766]: docker network inspect addons-763766: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-763766 not found
I0908 12:19:27.426486 828015 network_create.go:289] output of [docker network inspect addons-763766]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-763766 not found
** /stderr **
I0908 12:19:27.426635 828015 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}}]}"
I0908 12:19:27.442250 828015 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:0xc001c51cf0}
I0908 12:19:27.442286 828015 network_create.go:124] attempt to create docker network addons-763766 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0908 12:19:27.442332 828015 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-763766 addons-763766
I0908 12:19:27.491428 828015 network_create.go:108] docker network addons-763766 192.168.49.0/24 created
I0908 12:19:27.491464 828015 kic.go:121] calculated static IP "192.168.49.2" for the "addons-763766" container
I0908 12:19:27.491541 828015 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0908 12:19:27.507365 828015 cli_runner.go:164] Run: docker volume create addons-763766 --label name.minikube.sigs.k8s.io=addons-763766 --label created_by.minikube.sigs.k8s.io=true
I0908 12:19:27.523096 828015 oci.go:103] Successfully created a docker volume addons-763766
I0908 12:19:27.523165 828015 cli_runner.go:164] Run: docker run --rm --name addons-763766-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-763766 --entrypoint /usr/bin/test -v addons-763766:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.47-1756980985-21488@sha256:8004ef31c95f43ea4d909587f47b84b33af26368a459c00cd53d571affb59c79 -d /var/lib
I0908 12:19:32.457600 828015 cli_runner.go:217] Completed: docker run --rm --name addons-763766-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-763766 --entrypoint /usr/bin/test -v addons-763766:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.47-1756980985-21488@sha256:8004ef31c95f43ea4d909587f47b84b33af26368a459c00cd53d571affb59c79 -d /var/lib: (4.934392948s)
I0908 12:19:32.457631 828015 oci.go:107] Successfully prepared a docker volume addons-763766
I0908 12:19:32.457664 828015 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
I0908 12:19:32.457688 828015 kic.go:194] Starting extracting preloaded images to volume ...
I0908 12:19:32.457751 828015 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21510-822444/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-763766:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.47-1756980985-21488@sha256:8004ef31c95f43ea4d909587f47b84b33af26368a459c00cd53d571affb59c79 -I lz4 -xf /preloaded.tar -C /extractDir
I0908 12:19:36.990265 828015 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21510-822444/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-763766:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.47-1756980985-21488@sha256:8004ef31c95f43ea4d909587f47b84b33af26368a459c00cd53d571affb59c79 -I lz4 -xf /preloaded.tar -C /extractDir: (4.532443988s)
I0908 12:19:36.990303 828015 kic.go:203] duration metric: took 4.532611261s to extract preloaded images to volume ...
W0908 12:19:36.990472 828015 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0908 12:19:36.990619 828015 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0908 12:19:37.037826 828015 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-763766 --name addons-763766 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-763766 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-763766 --network addons-763766 --ip 192.168.49.2 --volume addons-763766:/var --security-opt apparmor=unconfined --memory=4096mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.47-1756980985-21488@sha256:8004ef31c95f43ea4d909587f47b84b33af26368a459c00cd53d571affb59c79
I0908 12:19:37.319976 828015 cli_runner.go:164] Run: docker container inspect addons-763766 --format={{.State.Running}}
I0908 12:19:37.337799 828015 cli_runner.go:164] Run: docker container inspect addons-763766 --format={{.State.Status}}
I0908 12:19:37.355464 828015 cli_runner.go:164] Run: docker exec addons-763766 stat /var/lib/dpkg/alternatives/iptables
I0908 12:19:37.396933 828015 oci.go:144] the created container "addons-763766" has a running status.
I0908 12:19:37.396966 828015 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/21510-822444/.minikube/machines/addons-763766/id_rsa...
I0908 12:19:37.574073 828015 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/21510-822444/.minikube/machines/addons-763766/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0908 12:19:37.596712 828015 cli_runner.go:164] Run: docker container inspect addons-763766 --format={{.State.Status}}
I0908 12:19:37.618490 828015 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0908 12:19:37.618522 828015 kic_runner.go:114] Args: [docker exec --privileged addons-763766 chown docker:docker /home/docker/.ssh/authorized_keys]
I0908 12:19:37.670896 828015 cli_runner.go:164] Run: docker container inspect addons-763766 --format={{.State.Status}}
I0908 12:19:37.687494 828015 machine.go:93] provisionDockerMachine start ...
I0908 12:19:37.687608 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:19:37.705139 828015 main.go:141] libmachine: Using SSH client type: native
I0908 12:19:37.705440 828015 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840660] 0x843360 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0908 12:19:37.705459 828015 main.go:141] libmachine: About to run SSH command:
hostname
I0908 12:19:37.706179 828015 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44232->127.0.0.1:32768: read: connection reset by peer
I0908 12:19:40.828699 828015 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-763766
I0908 12:19:40.828733 828015 ubuntu.go:182] provisioning hostname "addons-763766"
I0908 12:19:40.828793 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:19:40.845422 828015 main.go:141] libmachine: Using SSH client type: native
I0908 12:19:40.845673 828015 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840660] 0x843360 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0908 12:19:40.845692 828015 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-763766 && echo "addons-763766" | sudo tee /etc/hostname
I0908 12:19:40.972116 828015 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-763766
I0908 12:19:40.972191 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:19:40.988794 828015 main.go:141] libmachine: Using SSH client type: native
I0908 12:19:40.989037 828015 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840660] 0x843360 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0908 12:19:40.989055 828015 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-763766' /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-763766/g' /etc/hosts;
else
echo '127.0.1.1 addons-763766' | sudo tee -a /etc/hosts;
fi
fi
I0908 12:19:41.105218 828015 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0908 12:19:41.105271 828015 ubuntu.go:188] set auth options {CertDir:/home/jenkins/minikube-integration/21510-822444/.minikube CaCertPath:/home/jenkins/minikube-integration/21510-822444/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/21510-822444/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/21510-822444/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/21510-822444/.minikube}
I0908 12:19:41.105319 828015 ubuntu.go:190] setting up certificates
I0908 12:19:41.105444 828015 provision.go:84] configureAuth start
I0908 12:19:41.105522 828015 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-763766
I0908 12:19:41.122928 828015 provision.go:143] copyHostCerts
I0908 12:19:41.123018 828015 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21510-822444/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/21510-822444/.minikube/ca.pem (1078 bytes)
I0908 12:19:41.123161 828015 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21510-822444/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/21510-822444/.minikube/cert.pem (1123 bytes)
I0908 12:19:41.123261 828015 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21510-822444/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/21510-822444/.minikube/key.pem (1675 bytes)
I0908 12:19:41.123336 828015 provision.go:117] generating server cert: /home/jenkins/minikube-integration/21510-822444/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/21510-822444/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/21510-822444/.minikube/certs/ca-key.pem org=jenkins.addons-763766 san=[127.0.0.1 192.168.49.2 addons-763766 localhost minikube]
I0908 12:19:41.435412 828015 provision.go:177] copyRemoteCerts
I0908 12:19:41.435487 828015 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0908 12:19:41.435551 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:19:41.453057 828015 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/machines/addons-763766/id_rsa Username:docker}
I0908 12:19:41.541564 828015 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21510-822444/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0908 12:19:41.563167 828015 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21510-822444/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0908 12:19:41.584768 828015 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21510-822444/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0908 12:19:41.607098 828015 provision.go:87] duration metric: took 501.628378ms to configureAuth
I0908 12:19:41.607140 828015 ubuntu.go:206] setting minikube options for container-runtime
I0908 12:19:41.607307 828015 config.go:182] Loaded profile config "addons-763766": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
I0908 12:19:41.607318 828015 machine.go:96] duration metric: took 3.919799726s to provisionDockerMachine
I0908 12:19:41.607324 828015 client.go:171] duration metric: took 14.752987359s to LocalClient.Create
I0908 12:19:41.607344 828015 start.go:167] duration metric: took 14.753078118s to libmachine.API.Create "addons-763766"
I0908 12:19:41.607354 828015 start.go:293] postStartSetup for "addons-763766" (driver="docker")
I0908 12:19:41.607362 828015 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]
I0908 12:19:41.607405 828015 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
I0908 12:19:41.607442 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:19:41.624160 828015 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/machines/addons-763766/id_rsa Username:docker}
I0908 12:19:41.713937 828015 ssh_runner.go:195] Run: cat /etc/os-release
I0908 12:19:41.716938 828015 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0908 12:19:41.716965 828015 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0908 12:19:41.716971 828015 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0908 12:19:41.716992 828015 info.go:137] Remote host: Ubuntu 22.04.5 LTS
I0908 12:19:41.717004 828015 filesync.go:126] Scanning /home/jenkins/minikube-integration/21510-822444/.minikube/addons for local assets ...
I0908 12:19:41.717053 828015 filesync.go:126] Scanning /home/jenkins/minikube-integration/21510-822444/.minikube/files for local assets ...
I0908 12:19:41.717075 828015 start.go:296] duration metric: took 109.71508ms for postStartSetup
I0908 12:19:41.717391 828015 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-763766
I0908 12:19:41.733902 828015 profile.go:143] Saving config to /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/config.json ...
I0908 12:19:41.734209 828015 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0908 12:19:41.734259 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:19:41.750334 828015 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/machines/addons-763766/id_rsa Username:docker}
I0908 12:19:41.837704 828015 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0908 12:19:41.841768 828015 start.go:128] duration metric: took 14.989344599s to createHost
I0908 12:19:41.841796 828015 start.go:83] releasing machines lock for "addons-763766", held for 14.989510946s
I0908 12:19:41.841861 828015 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-763766
I0908 12:19:41.858363 828015 ssh_runner.go:195] Run: cat /version.json
I0908 12:19:41.858420 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:19:41.858471 828015 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0908 12:19:41.858544 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:19:41.875871 828015 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/machines/addons-763766/id_rsa Username:docker}
I0908 12:19:41.876441 828015 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/machines/addons-763766/id_rsa Username:docker}
I0908 12:19:42.026459 828015 ssh_runner.go:195] Run: systemctl --version
I0908 12:19:42.030780 828015 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0908 12:19:42.034852 828015 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' {}" ;
I0908 12:19:42.057119 828015 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0908 12:19:42.057197 828015 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" ;
I0908 12:19:42.081309 828015 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0908 12:19:42.081332 828015 start.go:495] detecting cgroup driver to use...
I0908 12:19:42.081369 828015 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0908 12:19:42.081432 828015 ssh_runner.go:195] Run: sudo systemctl stop -f crio
I0908 12:19:42.092403 828015 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0908 12:19:42.102378 828015 docker.go:218] disabling cri-docker service (if available) ...
I0908 12:19:42.102427 828015 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0908 12:19:42.114174 828015 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0908 12:19:42.126433 828015 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0908 12:19:42.202976 828015 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0908 12:19:42.283380 828015 docker.go:234] disabling docker service ...
I0908 12:19:42.283453 828015 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0908 12:19:42.301185 828015 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0908 12:19:42.311626 828015 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0908 12:19:42.386438 828015 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0908 12:19:42.458339 828015 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0908 12:19:42.468388 828015 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"
I0908 12:19:42.482453 828015 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"
I0908 12:19:42.490969 828015 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"
I0908 12:19:42.499719 828015 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0908 12:19:42.499786 828015 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0908 12:19:42.508155 828015 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"
I0908 12:19:42.516323 828015 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0908 12:19:42.524677 828015 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0908 12:19:42.533319 828015 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0908 12:19:42.541253 828015 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"
I0908 12:19:42.550073 828015 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0908 12:19:42.558650 828015 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"
I0908 12:19:42.567361 828015 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0908 12:19:42.574715 828015 crio.go:166] couldn't verify netfilter by "sudo sysctl net.bridge.bridge-nf-call-iptables" which might be okay. error: sudo sysctl net.bridge.bridge-nf-call-iptables: Process exited with status 255
stdout:
stderr:
sysctl: cannot stat /proc/sys/net/bridge/bridge-nf-call-iptables: No such file or directory
I0908 12:19:42.574759 828015 ssh_runner.go:195] Run: sudo modprobe br_netfilter
I0908 12:19:42.586697 828015 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0908 12:19:42.594500 828015 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0908 12:19:42.670522 828015 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0908 12:19:42.771947 828015 start.go:542] Will wait 60s for socket path /run/containerd/containerd.sock
I0908 12:19:42.772082 828015 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
I0908 12:19:42.775675 828015 start.go:563] Will wait 60s for crictl version
I0908 12:19:42.775716 828015 ssh_runner.go:195] Run: which crictl
I0908 12:19:42.778670 828015 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0908 12:19:42.811234 828015 start.go:579] Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: 1.7.27
RuntimeApiVersion: v1
I0908 12:19:42.811301 828015 ssh_runner.go:195] Run: containerd --version
I0908 12:19:42.834648 828015 ssh_runner.go:195] Run: containerd --version
I0908 12:19:42.857871 828015 out.go:179] * Preparing Kubernetes v1.34.0 on containerd 1.7.27 ...
I0908 12:19:42.858978 828015 cli_runner.go:164] Run: docker network inspect addons-763766 --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}}]}"
I0908 12:19:42.874978 828015 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0908 12:19:42.878364 828015 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""
I0908 12:19:42.888556 828015 kubeadm.go:875] updating cluster {Name:addons-763766 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.47-1756980985-21488@sha256:8004ef31c95f43ea4d909587f47b84b33af26368a459c00cd53d571affb59c79 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-763766 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.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 CustomQemuFirmwareP
ath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0908 12:19:42.888684 828015 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
I0908 12:19:42.888737 828015 ssh_runner.go:195] Run: sudo crictl images --output json
I0908 12:19:42.920095 828015 containerd.go:627] all images are preloaded for containerd runtime.
I0908 12:19:42.920119 828015 containerd.go:534] Images already preloaded, skipping extraction
I0908 12:19:42.920178 828015 ssh_runner.go:195] Run: sudo crictl images --output json
I0908 12:19:42.951519 828015 containerd.go:627] all images are preloaded for containerd runtime.
I0908 12:19:42.951546 828015 cache_images.go:85] Images are preloaded, skipping loading
I0908 12:19:42.951558 828015 kubeadm.go:926] updating node { 192.168.49.2 8443 v1.34.0 containerd true true} ...
I0908 12:19:42.951668 828015 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-763766 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.34.0 ClusterName:addons-763766 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:}
I0908 12:19:42.951734 828015 ssh_runner.go:195] Run: sudo crictl info
I0908 12:19:42.983115 828015 cni.go:84] Creating CNI manager for ""
I0908 12:19:42.983140 828015 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0908 12:19:42.983154 828015 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0908 12:19:42.983174 828015 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-763766 NodeName:addons-763766 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}
I0908 12:19:42.983275 828015 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-763766"
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
I0908 12:19:42.983340 828015 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.34.0
I0908 12:19:42.991332 828015 binaries.go:44] Found k8s binaries, skipping transfer
I0908 12:19:42.991415 828015 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0908 12:19:42.999177 828015 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
I0908 12:19:43.014769 828015 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0908 12:19:43.030381 828015 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2226 bytes)
I0908 12:19:43.045905 828015 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0908 12:19:43.049021 828015 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""
I0908 12:19:43.058471 828015 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0908 12:19:43.130611 828015 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0908 12:19:43.144724 828015 certs.go:68] Setting up /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766 for IP: 192.168.49.2
I0908 12:19:43.144744 828015 certs.go:194] generating shared ca certs ...
I0908 12:19:43.144765 828015 certs.go:226] acquiring lock for ca certs: {Name:mk75e05fddde63a271eeb60588011fb6bfff63fa Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0908 12:19:43.144891 828015 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/21510-822444/.minikube/ca.key
I0908 12:19:43.205023 828015 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21510-822444/.minikube/ca.crt ...
I0908 12:19:43.205053 828015 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21510-822444/.minikube/ca.crt: {Name:mka3f33cd42685b485839a3835d9f0ec9a5229e8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0908 12:19:43.205210 828015 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21510-822444/.minikube/ca.key ...
I0908 12:19:43.205222 828015 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21510-822444/.minikube/ca.key: {Name:mk8cbe6f5207a7e677ae53bb3ec2fdb9eca02913 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0908 12:19:43.205336 828015 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/21510-822444/.minikube/proxy-client-ca.key
I0908 12:19:43.339743 828015 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21510-822444/.minikube/proxy-client-ca.crt ...
I0908 12:19:43.339775 828015 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21510-822444/.minikube/proxy-client-ca.crt: {Name:mk128b553f9364b3d96a10881ac4c674272491b1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0908 12:19:43.339954 828015 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21510-822444/.minikube/proxy-client-ca.key ...
I0908 12:19:43.339965 828015 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21510-822444/.minikube/proxy-client-ca.key: {Name:mk78f02a8e6f328274358ef3316bbf4b1c1d0c1b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0908 12:19:43.340034 828015 certs.go:256] generating profile certs ...
I0908 12:19:43.340092 828015 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/client.key
I0908 12:19:43.340106 828015 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/client.crt with IP's: []
I0908 12:19:43.557513 828015 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/client.crt ...
I0908 12:19:43.557547 828015 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/client.crt: {Name:mk32f75f6c5359a887567806bd88b3725a4c8033 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0908 12:19:43.557721 828015 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/client.key ...
I0908 12:19:43.557731 828015 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/client.key: {Name:mkeee25deffdb14762cd47ae62b87e248f54eabf Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0908 12:19:43.557802 828015 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/apiserver.key.7888028b
I0908 12:19:43.557822 828015 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/apiserver.crt.7888028b with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0908 12:19:43.605841 828015 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/apiserver.crt.7888028b ...
I0908 12:19:43.605871 828015 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/apiserver.crt.7888028b: {Name:mkfa94651ad4b5d3a791b602bb650a8c23bc2053 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0908 12:19:43.606023 828015 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/apiserver.key.7888028b ...
I0908 12:19:43.606038 828015 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/apiserver.key.7888028b: {Name:mk34cc198781bf5b7aaaae9608a14f6029d0be7d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0908 12:19:43.606105 828015 certs.go:381] copying /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/apiserver.crt.7888028b -> /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/apiserver.crt
I0908 12:19:43.606183 828015 certs.go:385] copying /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/apiserver.key.7888028b -> /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/apiserver.key
I0908 12:19:43.606228 828015 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/proxy-client.key
I0908 12:19:43.606245 828015 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/proxy-client.crt with IP's: []
I0908 12:19:43.749878 828015 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/proxy-client.crt ...
I0908 12:19:43.749920 828015 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/proxy-client.crt: {Name:mk0737b818acc7446758b7380af35a74283efdbe Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0908 12:19:43.750086 828015 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/proxy-client.key ...
I0908 12:19:43.750099 828015 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/proxy-client.key: {Name:mke728c706d0c738313b2d0a347a184581eb180b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0908 12:19:43.750272 828015 certs.go:484] found cert: /home/jenkins/minikube-integration/21510-822444/.minikube/certs/ca-key.pem (1675 bytes)
I0908 12:19:43.750308 828015 certs.go:484] found cert: /home/jenkins/minikube-integration/21510-822444/.minikube/certs/ca.pem (1078 bytes)
I0908 12:19:43.750332 828015 certs.go:484] found cert: /home/jenkins/minikube-integration/21510-822444/.minikube/certs/cert.pem (1123 bytes)
I0908 12:19:43.750354 828015 certs.go:484] found cert: /home/jenkins/minikube-integration/21510-822444/.minikube/certs/key.pem (1675 bytes)
I0908 12:19:43.750915 828015 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21510-822444/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0908 12:19:43.773565 828015 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21510-822444/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0908 12:19:43.794725 828015 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21510-822444/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0908 12:19:43.815858 828015 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21510-822444/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0908 12:19:43.836769 828015 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0908 12:19:43.857872 828015 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0908 12:19:43.879046 828015 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0908 12:19:43.900048 828015 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21510-822444/.minikube/profiles/addons-763766/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0908 12:19:43.921138 828015 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21510-822444/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0908 12:19:43.942300 828015 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0908 12:19:43.958151 828015 ssh_runner.go:195] Run: openssl version
I0908 12:19:43.963299 828015 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"
I0908 12:19:43.971664 828015 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0908 12:19:43.974734 828015 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 8 12:19 /usr/share/ca-certificates/minikubeCA.pem
I0908 12:19:43.974778 828015 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0908 12:19:43.980877 828015 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"
I0908 12:19:43.989078 828015 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0908 12:19:43.991999 828015 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
I0908 12:19:43.992043 828015 kubeadm.go:392] StartCluster: {Name:addons-763766 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.47-1756980985-21488@sha256:8004ef31c95f43ea4d909587f47b84b33af26368a459c00cd53d571affb59c79 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-763766 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.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}
I0908 12:19:43.992109 828015 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
I0908 12:19:43.992171 828015 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0908 12:19:44.024543 828015 cri.go:89] found id: ""
I0908 12:19:44.024612 828015 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0908 12:19:44.033091 828015 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0908 12:19:44.041627 828015 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0908 12:19:44.041685 828015 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
I0908 12:19:44.050308 828015 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
I0908 12:19:44.050333 828015 kubeadm.go:157] found existing configuration files:
I0908 12:19:44.050392 828015 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0908 12:19:44.058526 828015 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
I0908 12:19:44.058576 828015 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0908 12:19:44.066177 828015 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0908 12:19:44.073744 828015 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
I0908 12:19:44.073798 828015 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0908 12:19:44.080993 828015 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0908 12:19:44.088447 828015 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
I0908 12:19:44.088499 828015 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0908 12:19:44.095923 828015 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0908 12:19:44.103544 828015 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
I0908 12:19:44.103608 828015 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0908 12:19:44.111278 828015 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"
I0908 12:19:44.161572 828015 kubeadm.go:310] [WARNING SystemVerification]: cgroups v1 support is in maintenance mode, please migrate to cgroups v2
I0908 12:19:44.161995 828015 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-1083-gcp\n", err: exit status 1
I0908 12:19:44.211328 828015 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0908 12:19:54.776393 828015 kubeadm.go:310] [init] Using Kubernetes version: v1.34.0
I0908 12:19:54.776447 828015 kubeadm.go:310] [preflight] Running pre-flight checks
I0908 12:19:54.776522 828015 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I0908 12:19:54.776573 828015 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1083-gcp[0m
I0908 12:19:54.776604 828015 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I0908 12:19:54.776668 828015 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0908 12:19:54.776722 828015 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0908 12:19:54.776764 828015 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0908 12:19:54.776837 828015 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0908 12:19:54.776926 828015 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0908 12:19:54.776973 828015 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0908 12:19:54.777014 828015 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0908 12:19:54.777057 828015 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0908 12:19:54.777127 828015 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0908 12:19:54.777246 828015 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0908 12:19:54.777371 828015 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0908 12:19:54.777480 828015 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I0908 12:19:54.777536 828015 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0908 12:19:54.779091 828015 out.go:252] - Generating certificates and keys ...
I0908 12:19:54.779169 828015 kubeadm.go:310] [certs] Using existing ca certificate authority
I0908 12:19:54.779240 828015 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0908 12:19:54.779298 828015 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0908 12:19:54.779396 828015 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0908 12:19:54.779495 828015 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0908 12:19:54.779570 828015 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0908 12:19:54.779627 828015 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0908 12:19:54.779732 828015 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-763766 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0908 12:19:54.779789 828015 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0908 12:19:54.779941 828015 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-763766 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0908 12:19:54.780032 828015 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0908 12:19:54.780127 828015 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0908 12:19:54.780193 828015 kubeadm.go:310] [certs] Generating "sa" key and public key
I0908 12:19:54.780274 828015 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0908 12:19:54.780331 828015 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0908 12:19:54.780399 828015 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0908 12:19:54.780458 828015 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0908 12:19:54.780515 828015 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0908 12:19:54.780562 828015 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0908 12:19:54.780634 828015 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0908 12:19:54.780700 828015 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0908 12:19:54.781835 828015 out.go:252] - Booting up control plane ...
I0908 12:19:54.781957 828015 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0908 12:19:54.782058 828015 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0908 12:19:54.782172 828015 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0908 12:19:54.782316 828015 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0908 12:19:54.782458 828015 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/instance-config.yaml"
I0908 12:19:54.782619 828015 kubeadm.go:310] [patches] Applied patch of type "application/strategic-merge-patch+json" to target "kubeletconfiguration"
I0908 12:19:54.782740 828015 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0908 12:19:54.782801 828015 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0908 12:19:54.782946 828015 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0908 12:19:54.783072 828015 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I0908 12:19:54.783179 828015 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.00089781s
I0908 12:19:54.783321 828015 kubeadm.go:310] [control-plane-check] Waiting for healthy control plane components. This can take up to 4m0s
I0908 12:19:54.783422 828015 kubeadm.go:310] [control-plane-check] Checking kube-apiserver at https://192.168.49.2:8443/livez
I0908 12:19:54.783540 828015 kubeadm.go:310] [control-plane-check] Checking kube-controller-manager at https://127.0.0.1:10257/healthz
I0908 12:19:54.783643 828015 kubeadm.go:310] [control-plane-check] Checking kube-scheduler at https://127.0.0.1:10259/livez
I0908 12:19:54.783774 828015 kubeadm.go:310] [control-plane-check] kube-controller-manager is healthy after 2.899418955s
I0908 12:19:54.783885 828015 kubeadm.go:310] [control-plane-check] kube-scheduler is healthy after 3.367989066s
I0908 12:19:54.783987 828015 kubeadm.go:310] [control-plane-check] kube-apiserver is healthy after 5.002164187s
I0908 12:19:54.784160 828015 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0908 12:19:54.784306 828015 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0908 12:19:54.784399 828015 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0908 12:19:54.784599 828015 kubeadm.go:310] [mark-control-plane] Marking the node addons-763766 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0908 12:19:54.784699 828015 kubeadm.go:310] [bootstrap-token] Using token: oa3s6w.igghz50nsjvbulqc
I0908 12:19:54.785867 828015 out.go:252] - Configuring RBAC rules ...
I0908 12:19:54.785958 828015 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0908 12:19:54.786058 828015 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0908 12:19:54.786198 828015 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
I0908 12:19:54.786318 828015 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0908 12:19:54.786430 828015 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0908 12:19:54.786515 828015 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0908 12:19:54.786633 828015 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0908 12:19:54.786698 828015 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0908 12:19:54.786760 828015 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0908 12:19:54.786770 828015 kubeadm.go:310]
I0908 12:19:54.786848 828015 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0908 12:19:54.786862 828015 kubeadm.go:310]
I0908 12:19:54.786979 828015 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0908 12:19:54.786988 828015 kubeadm.go:310]
I0908 12:19:54.787034 828015 kubeadm.go:310] mkdir -p $HOME/.kube
I0908 12:19:54.787119 828015 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0908 12:19:54.787198 828015 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0908 12:19:54.787204 828015 kubeadm.go:310]
I0908 12:19:54.787280 828015 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0908 12:19:54.787287 828015 kubeadm.go:310]
I0908 12:19:54.787359 828015 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0908 12:19:54.787367 828015 kubeadm.go:310]
I0908 12:19:54.787437 828015 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0908 12:19:54.787542 828015 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0908 12:19:54.787604 828015 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0908 12:19:54.787610 828015 kubeadm.go:310]
I0908 12:19:54.787682 828015 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0908 12:19:54.787762 828015 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0908 12:19:54.787768 828015 kubeadm.go:310]
I0908 12:19:54.787839 828015 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token oa3s6w.igghz50nsjvbulqc \
I0908 12:19:54.787931 828015 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:1afb6098c67dd46357c987720b64fda989ec86989cd1bbcb4e2bed6b5827efee \
I0908 12:19:54.787951 828015 kubeadm.go:310] --control-plane
I0908 12:19:54.787957 828015 kubeadm.go:310]
I0908 12:19:54.788034 828015 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0908 12:19:54.788040 828015 kubeadm.go:310]
I0908 12:19:54.788130 828015 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token oa3s6w.igghz50nsjvbulqc \
I0908 12:19:54.788250 828015 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:1afb6098c67dd46357c987720b64fda989ec86989cd1bbcb4e2bed6b5827efee
I0908 12:19:54.788261 828015 cni.go:84] Creating CNI manager for ""
I0908 12:19:54.788270 828015 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0908 12:19:54.789500 828015 out.go:179] * Configuring CNI (Container Networking Interface) ...
I0908 12:19:54.790606 828015 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0908 12:19:54.794527 828015 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.34.0/kubectl ...
I0908 12:19:54.794544 828015 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
I0908 12:19:54.810857 828015 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
I0908 12:19:55.007489 828015 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0908 12:19:55.007582 828015 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-763766 minikube.k8s.io/updated_at=2025_09_08T12_19_55_0700 minikube.k8s.io/version=v1.36.0 minikube.k8s.io/commit=985060b3178c625ae2bd54bdde08eb22ed79b0a9 minikube.k8s.io/name=addons-763766 minikube.k8s.io/primary=true
I0908 12:19:55.007593 828015 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
I0908 12:19:55.015842 828015 ops.go:34] apiserver oom_adj: -16
I0908 12:19:55.131690 828015 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0908 12:19:55.632066 828015 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0908 12:19:56.132497 828015 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0908 12:19:56.632355 828015 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0908 12:19:57.132482 828015 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0908 12:19:57.632099 828015 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0908 12:19:58.132644 828015 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0908 12:19:58.632745 828015 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0908 12:19:59.132696 828015 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0908 12:19:59.632123 828015 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0908 12:19:59.698212 828015 kubeadm.go:1105] duration metric: took 4.690687952s to wait for elevateKubeSystemPrivileges
I0908 12:19:59.698249 828015 kubeadm.go:394] duration metric: took 15.706211605s to StartCluster
I0908 12:19:59.698269 828015 settings.go:142] acquiring lock: {Name:mk4eb9d09301b7a64a712dde540fe71fa816edde Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0908 12:19:59.698399 828015 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/21510-822444/kubeconfig
I0908 12:19:59.698802 828015 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21510-822444/kubeconfig: {Name:mkcc776d2c0197cd0fb4203c3af06bcfd3fc850b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0908 12:19:59.698995 828015 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"
I0908 12:19:59.699031 828015 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}
I0908 12:19:59.699127 828015 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-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
I0908 12:19:59.699254 828015 addons.go:69] Setting ingress=true in profile "addons-763766"
I0908 12:19:59.699265 828015 addons.go:69] Setting inspektor-gadget=true in profile "addons-763766"
I0908 12:19:59.699280 828015 addons.go:238] Setting addon inspektor-gadget=true in "addons-763766"
I0908 12:19:59.699281 828015 config.go:182] Loaded profile config "addons-763766": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
I0908 12:19:59.699291 828015 addons.go:69] Setting gcp-auth=true in profile "addons-763766"
I0908 12:19:59.699307 828015 mustload.go:65] Loading cluster: addons-763766
I0908 12:19:59.699299 828015 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-763766"
I0908 12:19:59.699325 828015 addons.go:69] Setting metrics-server=true in profile "addons-763766"
I0908 12:19:59.699279 828015 addons.go:238] Setting addon ingress=true in "addons-763766"
I0908 12:19:59.699339 828015 addons.go:238] Setting addon metrics-server=true in "addons-763766"
I0908 12:19:59.699358 828015 host.go:66] Checking if "addons-763766" exists ...
I0908 12:19:59.699332 828015 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-763766"
I0908 12:19:59.699386 828015 addons.go:238] Setting addon amd-gpu-device-plugin=true in "addons-763766"
I0908 12:19:59.699388 828015 addons.go:69] Setting cloud-spanner=true in profile "addons-763766"
I0908 12:19:59.699408 828015 addons.go:238] Setting addon cloud-spanner=true in "addons-763766"
I0908 12:19:59.699428 828015 addons.go:238] Setting addon csi-hostpath-driver=true in "addons-763766"
I0908 12:19:59.699432 828015 host.go:66] Checking if "addons-763766" exists ...
I0908 12:19:59.699319 828015 host.go:66] Checking if "addons-763766" exists ...
I0908 12:19:59.699469 828015 host.go:66] Checking if "addons-763766" exists ...
I0908 12:19:59.699482 828015 addons.go:69] Setting storage-provisioner=true in profile "addons-763766"
I0908 12:19:59.699509 828015 addons.go:238] Setting addon storage-provisioner=true in "addons-763766"
I0908 12:19:59.699513 828015 config.go:182] Loaded profile config "addons-763766": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
I0908 12:19:59.699538 828015 host.go:66] Checking if "addons-763766" exists ...
I0908 12:19:59.699755 828015 cli_runner.go:164] Run: docker container inspect addons-763766 --format={{.State.Status}}
I0908 12:19:59.699858 828015 cli_runner.go:164] Run: docker container inspect addons-763766 --format={{.State.Status}}
I0908 12:19:59.699870 828015 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-763766"
I0908 12:19:59.699885 828015 addons.go:69] Setting registry=true in profile "addons-763766"
I0908 12:19:59.699900 828015 addons.go:69] Setting volumesnapshots=true in profile "addons-763766"
I0908 12:19:59.699908 828015 addons.go:238] Setting addon registry=true in "addons-763766"
I0908 12:19:59.699916 828015 addons.go:238] Setting addon volumesnapshots=true in "addons-763766"
I0908 12:19:59.699932 828015 host.go:66] Checking if "addons-763766" exists ...
I0908 12:19:59.699947 828015 host.go:66] Checking if "addons-763766" exists ...
I0908 12:19:59.699963 828015 cli_runner.go:164] Run: docker container inspect addons-763766 --format={{.State.Status}}
I0908 12:19:59.699997 828015 cli_runner.go:164] Run: docker container inspect addons-763766 --format={{.State.Status}}
I0908 12:19:59.700370 828015 cli_runner.go:164] Run: docker container inspect addons-763766 --format={{.State.Status}}
I0908 12:19:59.700369 828015 addons.go:69] Setting registry-creds=true in profile "addons-763766"
I0908 12:19:59.700391 828015 cli_runner.go:164] Run: docker container inspect addons-763766 --format={{.State.Status}}
I0908 12:19:59.700399 828015 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-763766"
I0908 12:19:59.700412 828015 addons.go:238] Setting addon nvidia-device-plugin=true in "addons-763766"
I0908 12:19:59.700441 828015 host.go:66] Checking if "addons-763766" exists ...
I0908 12:19:59.700577 828015 host.go:66] Checking if "addons-763766" exists ...
I0908 12:19:59.699434 828015 host.go:66] Checking if "addons-763766" exists ...
I0908 12:19:59.700890 828015 cli_runner.go:164] Run: docker container inspect addons-763766 --format={{.State.Status}}
I0908 12:19:59.701132 828015 cli_runner.go:164] Run: docker container inspect addons-763766 --format={{.State.Status}}
I0908 12:19:59.701184 828015 cli_runner.go:164] Run: docker container inspect addons-763766 --format={{.State.Status}}
I0908 12:19:59.699874 828015 cli_runner.go:164] Run: docker container inspect addons-763766 --format={{.State.Status}}
I0908 12:19:59.699251 828015 addons.go:69] Setting yakd=true in profile "addons-763766"
I0908 12:19:59.703574 828015 addons.go:238] Setting addon yakd=true in "addons-763766"
I0908 12:19:59.703612 828015 host.go:66] Checking if "addons-763766" exists ...
I0908 12:19:59.706864 828015 out.go:179] * Verifying Kubernetes components...
I0908 12:19:59.699863 828015 cli_runner.go:164] Run: docker container inspect addons-763766 --format={{.State.Status}}
I0908 12:19:59.708434 828015 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0908 12:19:59.699285 828015 addons.go:69] Setting default-storageclass=true in profile "addons-763766"
I0908 12:19:59.715644 828015 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-763766"
I0908 12:19:59.716088 828015 cli_runner.go:164] Run: docker container inspect addons-763766 --format={{.State.Status}}
I0908 12:19:59.699890 828015 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-763766"
I0908 12:19:59.716912 828015 cli_runner.go:164] Run: docker container inspect addons-763766 --format={{.State.Status}}
I0908 12:19:59.700391 828015 addons.go:238] Setting addon registry-creds=true in "addons-763766"
I0908 12:19:59.699895 828015 addons.go:69] Setting volcano=true in profile "addons-763766"
I0908 12:19:59.699260 828015 addons.go:69] Setting ingress-dns=true in profile "addons-763766"
I0908 12:19:59.720659 828015 addons.go:238] Setting addon ingress-dns=true in "addons-763766"
I0908 12:19:59.720739 828015 host.go:66] Checking if "addons-763766" exists ...
I0908 12:19:59.721219 828015 host.go:66] Checking if "addons-763766" exists ...
I0908 12:19:59.721318 828015 cli_runner.go:164] Run: docker container inspect addons-763766 --format={{.State.Status}}
I0908 12:19:59.721927 828015 cli_runner.go:164] Run: docker container inspect addons-763766 --format={{.State.Status}}
I0908 12:19:59.723509 828015 addons.go:238] Setting addon volcano=true in "addons-763766"
I0908 12:19:59.723573 828015 host.go:66] Checking if "addons-763766" exists ...
I0908 12:19:59.724180 828015 cli_runner.go:164] Run: docker container inspect addons-763766 --format={{.State.Status}}
I0908 12:19:59.725818 828015 cli_runner.go:164] Run: docker container inspect addons-763766 --format={{.State.Status}}
I0908 12:19:59.733552 828015 out.go:179] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0908 12:19:59.737469 828015 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0908 12:19:59.737546 828015 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0908 12:19:59.737616 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:19:59.741835 828015 out.go:179] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.3
I0908 12:19:59.745631 828015 addons.go:435] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0908 12:19:59.745656 828015 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0908 12:19:59.745726 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:19:59.751445 828015 host.go:66] Checking if "addons-763766" exists ...
I0908 12:19:59.755332 828015 out.go:179] - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
I0908 12:19:59.755511 828015 out.go:179] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0908 12:19:59.758544 828015 addons.go:435] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I0908 12:19:59.758563 828015 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
I0908 12:19:59.758620 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:19:59.761497 828015 out.go:179] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0908 12:19:59.763509 828015 out.go:179] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0908 12:19:59.765164 828015 out.go:179] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0908 12:19:59.765503 828015 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0908 12:19:59.765526 828015 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0908 12:19:59.765588 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:19:59.768350 828015 out.go:179] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0908 12:19:59.769519 828015 out.go:179] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0908 12:19:59.770667 828015 out.go:179] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0908 12:19:59.771674 828015 out.go:179] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0908 12:19:59.772667 828015 out.go:179] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.9
I0908 12:19:59.773553 828015 out.go:179] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0908 12:19:59.774560 828015 out.go:179] - Using image docker.io/registry:3.0.0
I0908 12:19:59.774564 828015 addons.go:435] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0908 12:19:59.774670 828015 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0908 12:19:59.774734 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:19:59.775550 828015 addons.go:435] installing /etc/kubernetes/addons/registry-rc.yaml
I0908 12:19:59.775568 828015 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0908 12:19:59.775626 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:19:59.789849 828015 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/machines/addons-763766/id_rsa Username:docker}
I0908 12:19:59.790924 828015 out.go:179] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.44.1
I0908 12:19:59.791884 828015 addons.go:238] Setting addon default-storageclass=true in "addons-763766"
I0908 12:19:59.791927 828015 host.go:66] Checking if "addons-763766" exists ...
I0908 12:19:59.792182 828015 out.go:179] - Using image docker.io/marcnuri/yakd:0.0.5
I0908 12:19:59.792201 828015 addons.go:435] installing /etc/kubernetes/addons/ig-crd.yaml
I0908 12:19:59.792247 828015 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (14 bytes)
I0908 12:19:59.792306 828015 out.go:179] - Using image docker.io/volcanosh/vc-webhook-manager:v1.12.2
I0908 12:19:59.792333 828015 cli_runner.go:164] Run: docker container inspect addons-763766 --format={{.State.Status}}
I0908 12:19:59.792316 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:19:59.793546 828015 addons.go:435] installing /etc/kubernetes/addons/yakd-ns.yaml
I0908 12:19:59.793569 828015 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0908 12:19:59.793622 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:19:59.794774 828015 out.go:179] - Using image docker.io/volcanosh/vc-controller-manager:v1.12.2
I0908 12:19:59.795965 828015 out.go:179] - Using image docker.io/volcanosh/vc-scheduler:v1.12.2
I0908 12:19:59.820605 828015 addons.go:435] installing /etc/kubernetes/addons/volcano-deployment.yaml
I0908 12:19:59.828279 828015 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (498149 bytes)
I0908 12:19:59.828436 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:19:59.825835 828015 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/machines/addons-763766/id_rsa Username:docker}
I0908 12:19:59.826045 828015 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/machines/addons-763766/id_rsa Username:docker}
I0908 12:19:59.829822 828015 out.go:179] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.40
I0908 12:19:59.834175 828015 out.go:179] - Using image registry.k8s.io/metrics-server/metrics-server:v0.8.0
I0908 12:19:59.834878 828015 out.go:179] - Using image docker.io/kicbase/minikube-ingress-dns:0.0.4
I0908 12:19:59.835035 828015 addons.go:435] installing /etc/kubernetes/addons/deployment.yaml
I0908 12:19:59.835269 828015 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0908 12:19:59.835342 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:19:59.835877 828015 addons.go:435] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0908 12:19:59.835909 828015 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0908 12:19:59.835966 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:19:59.836319 828015 addons.go:435] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0908 12:19:59.836345 828015 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2889 bytes)
I0908 12:19:59.836396 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:19:59.841856 828015 addons.go:238] Setting addon storage-provisioner-rancher=true in "addons-763766"
I0908 12:19:59.841922 828015 host.go:66] Checking if "addons-763766" exists ...
I0908 12:19:59.842533 828015 cli_runner.go:164] Run: docker container inspect addons-763766 --format={{.State.Status}}
I0908 12:19:59.859368 828015 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/machines/addons-763766/id_rsa Username:docker}
I0908 12:19:59.860781 828015 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/machines/addons-763766/id_rsa Username:docker}
I0908 12:19:59.861080 828015 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
I0908 12:19:59.861097 828015 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0908 12:19:59.861152 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:19:59.864003 828015 out.go:179] - Using image docker.io/upmcenterprises/registry-creds:1.10
I0908 12:19:59.864144 828015 out.go:179] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
I0908 12:19:59.865320 828015 addons.go:435] installing /etc/kubernetes/addons/registry-creds-rc.yaml
I0908 12:19:59.865366 828015 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-creds-rc.yaml (3306 bytes)
I0908 12:19:59.865429 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:19:59.867529 828015 out.go:179] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
I0908 12:19:59.871523 828015 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/machines/addons-763766/id_rsa Username:docker}
I0908 12:19:59.875439 828015 out.go:179] - Using image registry.k8s.io/ingress-nginx/controller:v1.13.2
I0908 12:19:59.876849 828015 addons.go:435] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0908 12:19:59.876870 828015 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0908 12:19:59.876935 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:19:59.878132 828015 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/machines/addons-763766/id_rsa Username:docker}
I0908 12:19:59.880048 828015 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/machines/addons-763766/id_rsa Username:docker}
I0908 12:19:59.892356 828015 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/machines/addons-763766/id_rsa Username:docker}
I0908 12:19:59.892846 828015 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/machines/addons-763766/id_rsa Username:docker}
I0908 12:19:59.893119 828015 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/machines/addons-763766/id_rsa Username:docker}
I0908 12:19:59.896153 828015 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/machines/addons-763766/id_rsa Username:docker}
I0908 12:19:59.897619 828015 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/machines/addons-763766/id_rsa Username:docker}
I0908 12:19:59.900919 828015 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/machines/addons-763766/id_rsa Username:docker}
I0908 12:19:59.902144 828015 out.go:179] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0908 12:19:59.903294 828015 out.go:179] - Using image docker.io/busybox:stable
I0908 12:19:59.904284 828015 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0908 12:19:59.904298 828015 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0908 12:19:59.904341 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:19:59.908434 828015 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/machines/addons-763766/id_rsa Username:docker}
I0908 12:19:59.921011 828015 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/machines/addons-763766/id_rsa Username:docker}
W0908 12:19:59.929832 828015 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0908 12:19:59.929875 828015 retry.go:31] will retry after 365.255172ms: ssh: handshake failed: EOF
I0908 12:20:00.247310 828015 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
I0908 12:20:00.341379 828015 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 -"
I0908 12:20:00.341537 828015 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0908 12:20:00.343231 828015 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
I0908 12:20:00.345689 828015 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
I0908 12:20:00.428360 828015 addons.go:435] installing /etc/kubernetes/addons/registry-svc.yaml
I0908 12:20:00.428465 828015 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0908 12:20:00.444591 828015 addons.go:435] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0908 12:20:00.444685 828015 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0908 12:20:00.545613 828015 addons.go:435] installing /etc/kubernetes/addons/ig-deployment.yaml
I0908 12:20:00.545715 828015 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (15034 bytes)
I0908 12:20:00.633900 828015 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
I0908 12:20:00.635052 828015 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
I0908 12:20:00.641521 828015 addons.go:435] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0908 12:20:00.641547 828015 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0908 12:20:00.648226 828015 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
I0908 12:20:00.731091 828015 addons.go:435] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0908 12:20:00.731184 828015 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0908 12:20:00.735504 828015 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0908 12:20:00.735528 828015 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0908 12:20:00.737505 828015 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
I0908 12:20:00.738320 828015 addons.go:435] installing /etc/kubernetes/addons/registry-proxy.yaml
I0908 12:20:00.738348 828015 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0908 12:20:00.827930 828015 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
I0908 12:20:00.928672 828015 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
I0908 12:20:01.129833 828015 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
I0908 12:20:01.133768 828015 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
I0908 12:20:01.136711 828015 addons.go:435] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0908 12:20:01.136805 828015 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)
I0908 12:20:01.137168 828015 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
I0908 12:20:01.240343 828015 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0908 12:20:01.240452 828015 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0908 12:20:01.339101 828015 addons.go:435] installing /etc/kubernetes/addons/yakd-sa.yaml
I0908 12:20:01.339215 828015 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0908 12:20:01.441303 828015 addons.go:435] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0908 12:20:01.441405 828015 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0908 12:20:01.627510 828015 addons.go:435] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0908 12:20:01.627608 828015 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0908 12:20:01.826854 828015 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0908 12:20:01.826895 828015 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0908 12:20:01.828039 828015 addons.go:435] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0908 12:20:01.828108 828015 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0908 12:20:01.846834 828015 addons.go:435] installing /etc/kubernetes/addons/yakd-crb.yaml
I0908 12:20:01.846917 828015 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0908 12:20:02.027777 828015 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
I0908 12:20:02.426601 828015 addons.go:435] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0908 12:20:02.426634 828015 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0908 12:20:02.429968 828015 addons.go:435] installing /etc/kubernetes/addons/yakd-svc.yaml
I0908 12:20:02.430004 828015 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0908 12:20:02.443045 828015 addons.go:435] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0908 12:20:02.443154 828015 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0908 12:20:02.844734 828015 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0908 12:20:02.844829 828015 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0908 12:20:03.026194 828015 addons.go:435] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0908 12:20:03.026298 828015 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0908 12:20:03.128597 828015 addons.go:435] installing /etc/kubernetes/addons/yakd-dp.yaml
I0908 12:20:03.128633 828015 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0908 12:20:03.429985 828015 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
I0908 12:20:03.531844 828015 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0908 12:20:03.531944 828015 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0908 12:20:03.629439 828015 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
I0908 12:20:03.746099 828015 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (3.404484831s)
I0908 12:20:03.746182 828015 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 -": (3.404757906s)
I0908 12:20:03.746228 828015 start.go:976] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0908 12:20:03.747116 828015 node_ready.go:35] waiting up to 6m0s for node "addons-763766" to be "Ready" ...
I0908 12:20:03.747279 828015 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.403974379s)
I0908 12:20:03.747328 828015 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: (3.401620052s)
I0908 12:20:03.747362 828015 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.113434319s)
I0908 12:20:03.747475 828015 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.112392581s)
I0908 12:20:03.747582 828015 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.500172809s)
I0908 12:20:03.827007 828015 node_ready.go:49] node "addons-763766" is "Ready"
I0908 12:20:03.827052 828015 node_ready.go:38] duration metric: took 79.890358ms for node "addons-763766" to be "Ready" ...
I0908 12:20:03.827087 828015 api_server.go:52] waiting for apiserver process to appear ...
I0908 12:20:03.827176 828015 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0908 12:20:04.031322 828015 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0908 12:20:04.031456 828015 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0908 12:20:04.330437 828015 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-763766" context rescaled to 1 replicas
I0908 12:20:04.526622 828015 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.878300697s)
I0908 12:20:04.635781 828015 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0908 12:20:04.635866 828015 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0908 12:20:05.029225 828015 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0908 12:20:05.029375 828015 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0908 12:20:05.337465 828015 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
I0908 12:20:07.430062 828015 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0908 12:20:07.430150 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:20:07.455388 828015 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/machines/addons-763766/id_rsa Username:docker}
I0908 12:20:07.926866 828015 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0908 12:20:08.233887 828015 addons.go:238] Setting addon gcp-auth=true in "addons-763766"
I0908 12:20:08.233951 828015 host.go:66] Checking if "addons-763766" exists ...
I0908 12:20:08.234544 828015 cli_runner.go:164] Run: docker container inspect addons-763766 --format={{.State.Status}}
I0908 12:20:08.256095 828015 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0908 12:20:08.256162 828015 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-763766
I0908 12:20:08.273025 828015 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21510-822444/.minikube/machines/addons-763766/id_rsa Username:docker}
I0908 12:20:09.143271 828015 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: (8.405718601s)
I0908 12:20:09.143400 828015 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: (8.315384834s)
W0908 12:20:09.143423 828015 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
I0908 12:20:09.143442 828015 retry.go:31] will retry after 350.90299ms: 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
I0908 12:20:09.143505 828015 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: (8.214740474s)
I0908 12:20:09.143809 828015 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: (8.013875641s)
I0908 12:20:09.143826 828015 addons.go:479] Verifying addon ingress=true in "addons-763766"
I0908 12:20:09.144207 828015 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: (8.0103402s)
I0908 12:20:09.144262 828015 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: (8.006996921s)
I0908 12:20:09.144273 828015 addons.go:479] Verifying addon registry=true in "addons-763766"
I0908 12:20:09.144492 828015 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: (7.116675928s)
I0908 12:20:09.144510 828015 addons.go:479] Verifying addon metrics-server=true in "addons-763766"
I0908 12:20:09.144602 828015 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: (5.714503869s)
W0908 12:20:09.144647 828015 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
I0908 12:20:09.144663 828015 retry.go:31] will retry after 211.053344ms: 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
I0908 12:20:09.144713 828015 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: (5.515236004s)
I0908 12:20:09.144823 828015 ssh_runner.go:235] Completed: sudo pgrep -xnf kube-apiserver.*minikube.*: (5.317623515s)
I0908 12:20:09.144841 828015 api_server.go:72] duration metric: took 9.445774547s to wait for apiserver process to appear ...
I0908 12:20:09.144848 828015 api_server.go:88] waiting for apiserver healthz status ...
I0908 12:20:09.144865 828015 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0908 12:20:09.145654 828015 out.go:179] * Verifying registry addon...
I0908 12:20:09.145706 828015 out.go:179] * Verifying ingress addon...
I0908 12:20:09.146915 828015 out.go:179] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-763766 service yakd-dashboard -n yakd-dashboard
I0908 12:20:09.147812 828015 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0908 12:20:09.147868 828015 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0908 12:20:09.227593 828015 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0908 12:20:09.229798 828015 api_server.go:141] control plane version: v1.34.0
I0908 12:20:09.229837 828015 api_server.go:131] duration metric: took 84.981822ms to wait for apiserver health ...
I0908 12:20:09.229850 828015 system_pods.go:43] waiting for kube-system pods to appear ...
I0908 12:20:09.233930 828015 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0908 12:20:09.234002 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:09.235440 828015 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0908 12:20:09.235461 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:09.236575 828015 system_pods.go:59] 17 kube-system pods found
I0908 12:20:09.236673 828015 system_pods.go:61] "amd-gpu-device-plugin-wb7ph" [381f7432-b3d6-4ce6-b757-1a353067b937] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
I0908 12:20:09.236722 828015 system_pods.go:61] "coredns-66bc5c9577-ptwl7" [d9023e45-0dd5-44af-9cb8-51be28bca8c7] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0908 12:20:09.236745 828015 system_pods.go:61] "etcd-addons-763766" [4483b15c-1ea5-46b7-8c90-2a0113f28083] Running
I0908 12:20:09.236762 828015 system_pods.go:61] "kindnet-mwwmj" [eb7c09c0-584e-449c-91bc-477b4daa7ac4] Running
I0908 12:20:09.236776 828015 system_pods.go:61] "kube-apiserver-addons-763766" [0765cffd-0792-4988-9c18-506f52d8e444] Running
I0908 12:20:09.236791 828015 system_pods.go:61] "kube-controller-manager-addons-763766" [d78d1426-385f-4236-94d0-59fd95e4bbb6] Running
I0908 12:20:09.236808 828015 system_pods.go:61] "kube-ingress-dns-minikube" [6104af7c-fc9d-4fa8-a99c-0529ff5808f9] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0908 12:20:09.236821 828015 system_pods.go:61] "kube-proxy-xrgvx" [804d61d8-d2a3-4f00-9a93-fbeb6de18b0f] Running
I0908 12:20:09.236836 828015 system_pods.go:61] "kube-scheduler-addons-763766" [8792b7e1-c9af-48f7-9764-bf969d1e338f] Running
I0908 12:20:09.236852 828015 system_pods.go:61] "metrics-server-85b7d694d7-mlc6j" [cf5181e4-d739-42f5-8ab4-b6b0f665f63b] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0908 12:20:09.236881 828015 system_pods.go:61] "nvidia-device-plugin-daemonset-lnt62" [ed7f7bfc-73ba-4ca5-8409-615b01e2a6f6] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0908 12:20:09.236900 828015 system_pods.go:61] "registry-66898fdd98-f5rlf" [fcfa87e1-8e7a-498c-b457-db50556ce9f5] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0908 12:20:09.236917 828015 system_pods.go:61] "registry-creds-764b6fb674-hj26g" [0f5b3b8e-9d0e-4aab-91f7-f458707b5876] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0908 12:20:09.236929 828015 system_pods.go:61] "registry-proxy-ww4lc" [f380baa9-6b05-4bff-ac1e-4b517ec03afb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0908 12:20:09.236953 828015 system_pods.go:61] "snapshot-controller-7d9fbc56b8-flxps" [443d6d67-ab74-4e56-9e18-68fbec930de3] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:09.236964 828015 system_pods.go:61] "snapshot-controller-7d9fbc56b8-kq9mv" [379d3bc2-5012-400d-b90c-bb83df617cfa] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:09.236984 828015 system_pods.go:61] "storage-provisioner" [21430523-f043-43bd-8bbf-be822acc311c] Running
I0908 12:20:09.236997 828015 system_pods.go:74] duration metric: took 7.130656ms to wait for pod list to return data ...
I0908 12:20:09.237011 828015 default_sa.go:34] waiting for default service account to be created ...
I0908 12:20:09.243866 828015 default_sa.go:45] found service account: "default"
I0908 12:20:09.243896 828015 default_sa.go:55] duration metric: took 6.874068ms for default service account to be created ...
I0908 12:20:09.243907 828015 system_pods.go:116] waiting for k8s-apps to be running ...
I0908 12:20:09.253755 828015 system_pods.go:86] 18 kube-system pods found
I0908 12:20:09.253785 828015 system_pods.go:89] "amd-gpu-device-plugin-wb7ph" [381f7432-b3d6-4ce6-b757-1a353067b937] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
I0908 12:20:09.253792 828015 system_pods.go:89] "coredns-66bc5c9577-ptwl7" [d9023e45-0dd5-44af-9cb8-51be28bca8c7] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0908 12:20:09.253797 828015 system_pods.go:89] "csi-hostpath-attacher-0" [52f0f678-a7cd-401c-8b66-8cc7f38a52d7] Pending
I0908 12:20:09.253801 828015 system_pods.go:89] "etcd-addons-763766" [4483b15c-1ea5-46b7-8c90-2a0113f28083] Running
I0908 12:20:09.253805 828015 system_pods.go:89] "kindnet-mwwmj" [eb7c09c0-584e-449c-91bc-477b4daa7ac4] Running
I0908 12:20:09.253809 828015 system_pods.go:89] "kube-apiserver-addons-763766" [0765cffd-0792-4988-9c18-506f52d8e444] Running
I0908 12:20:09.253812 828015 system_pods.go:89] "kube-controller-manager-addons-763766" [d78d1426-385f-4236-94d0-59fd95e4bbb6] Running
I0908 12:20:09.253820 828015 system_pods.go:89] "kube-ingress-dns-minikube" [6104af7c-fc9d-4fa8-a99c-0529ff5808f9] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0908 12:20:09.253830 828015 system_pods.go:89] "kube-proxy-xrgvx" [804d61d8-d2a3-4f00-9a93-fbeb6de18b0f] Running
I0908 12:20:09.253836 828015 system_pods.go:89] "kube-scheduler-addons-763766" [8792b7e1-c9af-48f7-9764-bf969d1e338f] Running
I0908 12:20:09.253847 828015 system_pods.go:89] "metrics-server-85b7d694d7-mlc6j" [cf5181e4-d739-42f5-8ab4-b6b0f665f63b] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0908 12:20:09.253859 828015 system_pods.go:89] "nvidia-device-plugin-daemonset-lnt62" [ed7f7bfc-73ba-4ca5-8409-615b01e2a6f6] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0908 12:20:09.253867 828015 system_pods.go:89] "registry-66898fdd98-f5rlf" [fcfa87e1-8e7a-498c-b457-db50556ce9f5] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0908 12:20:09.253872 828015 system_pods.go:89] "registry-creds-764b6fb674-hj26g" [0f5b3b8e-9d0e-4aab-91f7-f458707b5876] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0908 12:20:09.253881 828015 system_pods.go:89] "registry-proxy-ww4lc" [f380baa9-6b05-4bff-ac1e-4b517ec03afb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0908 12:20:09.253889 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-flxps" [443d6d67-ab74-4e56-9e18-68fbec930de3] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:09.253897 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-kq9mv" [379d3bc2-5012-400d-b90c-bb83df617cfa] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:09.253901 828015 system_pods.go:89] "storage-provisioner" [21430523-f043-43bd-8bbf-be822acc311c] Running
I0908 12:20:09.253919 828015 retry.go:31] will retry after 306.055725ms: missing components: kube-dns
I0908 12:20:09.356792 828015 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
I0908 12:20:09.452580 828015 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: (4.115034482s)
I0908 12:20:09.452631 828015 addons.go:479] Verifying addon csi-hostpath-driver=true in "addons-763766"
I0908 12:20:09.452913 828015 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.196770991s)
I0908 12:20:09.453977 828015 out.go:179] * Verifying csi-hostpath-driver addon...
I0908 12:20:09.454104 828015 out.go:179] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
I0908 12:20:09.456079 828015 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0908 12:20:09.457223 828015 out.go:179] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
I0908 12:20:09.458126 828015 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0908 12:20:09.458144 828015 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0908 12:20:09.495148 828015 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
I0908 12:20:09.531569 828015 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0908 12:20:09.531598 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:09.554364 828015 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0908 12:20:09.554390 828015 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0908 12:20:09.633805 828015 system_pods.go:86] 20 kube-system pods found
I0908 12:20:09.633896 828015 system_pods.go:89] "amd-gpu-device-plugin-wb7ph" [381f7432-b3d6-4ce6-b757-1a353067b937] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
I0908 12:20:09.633921 828015 system_pods.go:89] "coredns-66bc5c9577-ptwl7" [d9023e45-0dd5-44af-9cb8-51be28bca8c7] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0908 12:20:09.633943 828015 system_pods.go:89] "csi-hostpath-attacher-0" [52f0f678-a7cd-401c-8b66-8cc7f38a52d7] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0908 12:20:09.633961 828015 system_pods.go:89] "csi-hostpath-resizer-0" [caa992c7-1b39-40df-852e-edfd19065fc2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0908 12:20:09.633979 828015 system_pods.go:89] "csi-hostpathplugin-rs4qf" [67541ad1-f01e-45b5-8790-f08207c9af6d] 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])
I0908 12:20:09.633995 828015 system_pods.go:89] "etcd-addons-763766" [4483b15c-1ea5-46b7-8c90-2a0113f28083] Running
I0908 12:20:09.634012 828015 system_pods.go:89] "kindnet-mwwmj" [eb7c09c0-584e-449c-91bc-477b4daa7ac4] Running
I0908 12:20:09.634027 828015 system_pods.go:89] "kube-apiserver-addons-763766" [0765cffd-0792-4988-9c18-506f52d8e444] Running
I0908 12:20:09.634055 828015 system_pods.go:89] "kube-controller-manager-addons-763766" [d78d1426-385f-4236-94d0-59fd95e4bbb6] Running
I0908 12:20:09.634082 828015 system_pods.go:89] "kube-ingress-dns-minikube" [6104af7c-fc9d-4fa8-a99c-0529ff5808f9] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0908 12:20:09.634108 828015 system_pods.go:89] "kube-proxy-xrgvx" [804d61d8-d2a3-4f00-9a93-fbeb6de18b0f] Running
I0908 12:20:09.634124 828015 system_pods.go:89] "kube-scheduler-addons-763766" [8792b7e1-c9af-48f7-9764-bf969d1e338f] Running
I0908 12:20:09.634142 828015 system_pods.go:89] "metrics-server-85b7d694d7-mlc6j" [cf5181e4-d739-42f5-8ab4-b6b0f665f63b] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0908 12:20:09.634160 828015 system_pods.go:89] "nvidia-device-plugin-daemonset-lnt62" [ed7f7bfc-73ba-4ca5-8409-615b01e2a6f6] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0908 12:20:09.634187 828015 system_pods.go:89] "registry-66898fdd98-f5rlf" [fcfa87e1-8e7a-498c-b457-db50556ce9f5] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0908 12:20:09.634204 828015 system_pods.go:89] "registry-creds-764b6fb674-hj26g" [0f5b3b8e-9d0e-4aab-91f7-f458707b5876] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0908 12:20:09.634222 828015 system_pods.go:89] "registry-proxy-ww4lc" [f380baa9-6b05-4bff-ac1e-4b517ec03afb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0908 12:20:09.634238 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-flxps" [443d6d67-ab74-4e56-9e18-68fbec930de3] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:09.634256 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-kq9mv" [379d3bc2-5012-400d-b90c-bb83df617cfa] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:09.634278 828015 system_pods.go:89] "storage-provisioner" [21430523-f043-43bd-8bbf-be822acc311c] Running
I0908 12:20:09.634309 828015 retry.go:31] will retry after 256.704129ms: missing components: kube-dns
I0908 12:20:09.738240 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:09.738761 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:09.744680 828015 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0908 12:20:09.744759 828015 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0908 12:20:09.931439 828015 system_pods.go:86] 20 kube-system pods found
I0908 12:20:09.931484 828015 system_pods.go:89] "amd-gpu-device-plugin-wb7ph" [381f7432-b3d6-4ce6-b757-1a353067b937] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
I0908 12:20:09.931496 828015 system_pods.go:89] "coredns-66bc5c9577-ptwl7" [d9023e45-0dd5-44af-9cb8-51be28bca8c7] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0908 12:20:09.931506 828015 system_pods.go:89] "csi-hostpath-attacher-0" [52f0f678-a7cd-401c-8b66-8cc7f38a52d7] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0908 12:20:09.931514 828015 system_pods.go:89] "csi-hostpath-resizer-0" [caa992c7-1b39-40df-852e-edfd19065fc2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0908 12:20:09.931591 828015 system_pods.go:89] "csi-hostpathplugin-rs4qf" [67541ad1-f01e-45b5-8790-f08207c9af6d] 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])
I0908 12:20:09.931604 828015 system_pods.go:89] "etcd-addons-763766" [4483b15c-1ea5-46b7-8c90-2a0113f28083] Running
I0908 12:20:09.931611 828015 system_pods.go:89] "kindnet-mwwmj" [eb7c09c0-584e-449c-91bc-477b4daa7ac4] Running
I0908 12:20:09.931616 828015 system_pods.go:89] "kube-apiserver-addons-763766" [0765cffd-0792-4988-9c18-506f52d8e444] Running
I0908 12:20:09.931622 828015 system_pods.go:89] "kube-controller-manager-addons-763766" [d78d1426-385f-4236-94d0-59fd95e4bbb6] Running
I0908 12:20:09.931633 828015 system_pods.go:89] "kube-ingress-dns-minikube" [6104af7c-fc9d-4fa8-a99c-0529ff5808f9] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0908 12:20:09.931657 828015 system_pods.go:89] "kube-proxy-xrgvx" [804d61d8-d2a3-4f00-9a93-fbeb6de18b0f] Running
I0908 12:20:09.931667 828015 system_pods.go:89] "kube-scheduler-addons-763766" [8792b7e1-c9af-48f7-9764-bf969d1e338f] Running
I0908 12:20:09.931673 828015 system_pods.go:89] "metrics-server-85b7d694d7-mlc6j" [cf5181e4-d739-42f5-8ab4-b6b0f665f63b] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0908 12:20:09.931682 828015 system_pods.go:89] "nvidia-device-plugin-daemonset-lnt62" [ed7f7bfc-73ba-4ca5-8409-615b01e2a6f6] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0908 12:20:09.931698 828015 system_pods.go:89] "registry-66898fdd98-f5rlf" [fcfa87e1-8e7a-498c-b457-db50556ce9f5] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0908 12:20:09.931712 828015 system_pods.go:89] "registry-creds-764b6fb674-hj26g" [0f5b3b8e-9d0e-4aab-91f7-f458707b5876] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0908 12:20:09.931719 828015 system_pods.go:89] "registry-proxy-ww4lc" [f380baa9-6b05-4bff-ac1e-4b517ec03afb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0908 12:20:09.931731 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-flxps" [443d6d67-ab74-4e56-9e18-68fbec930de3] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:09.931739 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-kq9mv" [379d3bc2-5012-400d-b90c-bb83df617cfa] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:09.931744 828015 system_pods.go:89] "storage-provisioner" [21430523-f043-43bd-8bbf-be822acc311c] Running
I0908 12:20:09.931767 828015 retry.go:31] will retry after 391.760345ms: missing components: kube-dns
I0908 12:20:09.934005 828015 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
I0908 12:20:10.030224 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:10.152222 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:10.152456 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:10.330777 828015 system_pods.go:86] 20 kube-system pods found
I0908 12:20:10.330818 828015 system_pods.go:89] "amd-gpu-device-plugin-wb7ph" [381f7432-b3d6-4ce6-b757-1a353067b937] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
I0908 12:20:10.330828 828015 system_pods.go:89] "coredns-66bc5c9577-ptwl7" [d9023e45-0dd5-44af-9cb8-51be28bca8c7] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0908 12:20:10.330840 828015 system_pods.go:89] "csi-hostpath-attacher-0" [52f0f678-a7cd-401c-8b66-8cc7f38a52d7] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0908 12:20:10.330849 828015 system_pods.go:89] "csi-hostpath-resizer-0" [caa992c7-1b39-40df-852e-edfd19065fc2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0908 12:20:10.330857 828015 system_pods.go:89] "csi-hostpathplugin-rs4qf" [67541ad1-f01e-45b5-8790-f08207c9af6d] 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])
I0908 12:20:10.330862 828015 system_pods.go:89] "etcd-addons-763766" [4483b15c-1ea5-46b7-8c90-2a0113f28083] Running
I0908 12:20:10.330868 828015 system_pods.go:89] "kindnet-mwwmj" [eb7c09c0-584e-449c-91bc-477b4daa7ac4] Running
I0908 12:20:10.330876 828015 system_pods.go:89] "kube-apiserver-addons-763766" [0765cffd-0792-4988-9c18-506f52d8e444] Running
I0908 12:20:10.330881 828015 system_pods.go:89] "kube-controller-manager-addons-763766" [d78d1426-385f-4236-94d0-59fd95e4bbb6] Running
I0908 12:20:10.330891 828015 system_pods.go:89] "kube-ingress-dns-minikube" [6104af7c-fc9d-4fa8-a99c-0529ff5808f9] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0908 12:20:10.330896 828015 system_pods.go:89] "kube-proxy-xrgvx" [804d61d8-d2a3-4f00-9a93-fbeb6de18b0f] Running
I0908 12:20:10.330901 828015 system_pods.go:89] "kube-scheduler-addons-763766" [8792b7e1-c9af-48f7-9764-bf969d1e338f] Running
I0908 12:20:10.330910 828015 system_pods.go:89] "metrics-server-85b7d694d7-mlc6j" [cf5181e4-d739-42f5-8ab4-b6b0f665f63b] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0908 12:20:10.330918 828015 system_pods.go:89] "nvidia-device-plugin-daemonset-lnt62" [ed7f7bfc-73ba-4ca5-8409-615b01e2a6f6] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0908 12:20:10.330934 828015 system_pods.go:89] "registry-66898fdd98-f5rlf" [fcfa87e1-8e7a-498c-b457-db50556ce9f5] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0908 12:20:10.330941 828015 system_pods.go:89] "registry-creds-764b6fb674-hj26g" [0f5b3b8e-9d0e-4aab-91f7-f458707b5876] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0908 12:20:10.330949 828015 system_pods.go:89] "registry-proxy-ww4lc" [f380baa9-6b05-4bff-ac1e-4b517ec03afb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0908 12:20:10.330959 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-flxps" [443d6d67-ab74-4e56-9e18-68fbec930de3] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:10.330966 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-kq9mv" [379d3bc2-5012-400d-b90c-bb83df617cfa] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:10.330972 828015 system_pods.go:89] "storage-provisioner" [21430523-f043-43bd-8bbf-be822acc311c] Running
I0908 12:20:10.330990 828015 retry.go:31] will retry after 389.08293ms: missing components: kube-dns
I0908 12:20:10.461658 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:10.652027 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:10.652205 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:10.754458 828015 system_pods.go:86] 20 kube-system pods found
I0908 12:20:10.754498 828015 system_pods.go:89] "amd-gpu-device-plugin-wb7ph" [381f7432-b3d6-4ce6-b757-1a353067b937] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
I0908 12:20:10.754508 828015 system_pods.go:89] "coredns-66bc5c9577-ptwl7" [d9023e45-0dd5-44af-9cb8-51be28bca8c7] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0908 12:20:10.754519 828015 system_pods.go:89] "csi-hostpath-attacher-0" [52f0f678-a7cd-401c-8b66-8cc7f38a52d7] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0908 12:20:10.754535 828015 system_pods.go:89] "csi-hostpath-resizer-0" [caa992c7-1b39-40df-852e-edfd19065fc2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0908 12:20:10.754543 828015 system_pods.go:89] "csi-hostpathplugin-rs4qf" [67541ad1-f01e-45b5-8790-f08207c9af6d] 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])
I0908 12:20:10.754549 828015 system_pods.go:89] "etcd-addons-763766" [4483b15c-1ea5-46b7-8c90-2a0113f28083] Running
I0908 12:20:10.754555 828015 system_pods.go:89] "kindnet-mwwmj" [eb7c09c0-584e-449c-91bc-477b4daa7ac4] Running
I0908 12:20:10.754561 828015 system_pods.go:89] "kube-apiserver-addons-763766" [0765cffd-0792-4988-9c18-506f52d8e444] Running
I0908 12:20:10.754567 828015 system_pods.go:89] "kube-controller-manager-addons-763766" [d78d1426-385f-4236-94d0-59fd95e4bbb6] Running
I0908 12:20:10.754574 828015 system_pods.go:89] "kube-ingress-dns-minikube" [6104af7c-fc9d-4fa8-a99c-0529ff5808f9] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0908 12:20:10.754581 828015 system_pods.go:89] "kube-proxy-xrgvx" [804d61d8-d2a3-4f00-9a93-fbeb6de18b0f] Running
I0908 12:20:10.754587 828015 system_pods.go:89] "kube-scheduler-addons-763766" [8792b7e1-c9af-48f7-9764-bf969d1e338f] Running
I0908 12:20:10.754597 828015 system_pods.go:89] "metrics-server-85b7d694d7-mlc6j" [cf5181e4-d739-42f5-8ab4-b6b0f665f63b] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0908 12:20:10.754605 828015 system_pods.go:89] "nvidia-device-plugin-daemonset-lnt62" [ed7f7bfc-73ba-4ca5-8409-615b01e2a6f6] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0908 12:20:10.754614 828015 system_pods.go:89] "registry-66898fdd98-f5rlf" [fcfa87e1-8e7a-498c-b457-db50556ce9f5] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0908 12:20:10.754621 828015 system_pods.go:89] "registry-creds-764b6fb674-hj26g" [0f5b3b8e-9d0e-4aab-91f7-f458707b5876] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0908 12:20:10.754630 828015 system_pods.go:89] "registry-proxy-ww4lc" [f380baa9-6b05-4bff-ac1e-4b517ec03afb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0908 12:20:10.754638 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-flxps" [443d6d67-ab74-4e56-9e18-68fbec930de3] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:10.754647 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-kq9mv" [379d3bc2-5012-400d-b90c-bb83df617cfa] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:10.754658 828015 system_pods.go:89] "storage-provisioner" [21430523-f043-43bd-8bbf-be822acc311c] Running
I0908 12:20:10.754677 828015 retry.go:31] will retry after 688.83067ms: missing components: kube-dns
I0908 12:20:11.028615 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:11.152443 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:11.152811 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:11.425891 828015 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: (2.069034588s)
I0908 12:20:11.449005 828015 system_pods.go:86] 20 kube-system pods found
I0908 12:20:11.449039 828015 system_pods.go:89] "amd-gpu-device-plugin-wb7ph" [381f7432-b3d6-4ce6-b757-1a353067b937] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
I0908 12:20:11.449046 828015 system_pods.go:89] "coredns-66bc5c9577-ptwl7" [d9023e45-0dd5-44af-9cb8-51be28bca8c7] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0908 12:20:11.449055 828015 system_pods.go:89] "csi-hostpath-attacher-0" [52f0f678-a7cd-401c-8b66-8cc7f38a52d7] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0908 12:20:11.449060 828015 system_pods.go:89] "csi-hostpath-resizer-0" [caa992c7-1b39-40df-852e-edfd19065fc2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0908 12:20:11.449066 828015 system_pods.go:89] "csi-hostpathplugin-rs4qf" [67541ad1-f01e-45b5-8790-f08207c9af6d] 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])
I0908 12:20:11.449071 828015 system_pods.go:89] "etcd-addons-763766" [4483b15c-1ea5-46b7-8c90-2a0113f28083] Running
I0908 12:20:11.449078 828015 system_pods.go:89] "kindnet-mwwmj" [eb7c09c0-584e-449c-91bc-477b4daa7ac4] Running
I0908 12:20:11.449084 828015 system_pods.go:89] "kube-apiserver-addons-763766" [0765cffd-0792-4988-9c18-506f52d8e444] Running
I0908 12:20:11.449089 828015 system_pods.go:89] "kube-controller-manager-addons-763766" [d78d1426-385f-4236-94d0-59fd95e4bbb6] Running
I0908 12:20:11.449097 828015 system_pods.go:89] "kube-ingress-dns-minikube" [6104af7c-fc9d-4fa8-a99c-0529ff5808f9] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0908 12:20:11.449112 828015 system_pods.go:89] "kube-proxy-xrgvx" [804d61d8-d2a3-4f00-9a93-fbeb6de18b0f] Running
I0908 12:20:11.449122 828015 system_pods.go:89] "kube-scheduler-addons-763766" [8792b7e1-c9af-48f7-9764-bf969d1e338f] Running
I0908 12:20:11.449128 828015 system_pods.go:89] "metrics-server-85b7d694d7-mlc6j" [cf5181e4-d739-42f5-8ab4-b6b0f665f63b] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0908 12:20:11.449138 828015 system_pods.go:89] "nvidia-device-plugin-daemonset-lnt62" [ed7f7bfc-73ba-4ca5-8409-615b01e2a6f6] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0908 12:20:11.449143 828015 system_pods.go:89] "registry-66898fdd98-f5rlf" [fcfa87e1-8e7a-498c-b457-db50556ce9f5] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0908 12:20:11.449151 828015 system_pods.go:89] "registry-creds-764b6fb674-hj26g" [0f5b3b8e-9d0e-4aab-91f7-f458707b5876] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0908 12:20:11.449156 828015 system_pods.go:89] "registry-proxy-ww4lc" [f380baa9-6b05-4bff-ac1e-4b517ec03afb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0908 12:20:11.449164 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-flxps" [443d6d67-ab74-4e56-9e18-68fbec930de3] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:11.449172 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-kq9mv" [379d3bc2-5012-400d-b90c-bb83df617cfa] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:11.449181 828015 system_pods.go:89] "storage-provisioner" [21430523-f043-43bd-8bbf-be822acc311c] Running
I0908 12:20:11.449203 828015 retry.go:31] will retry after 769.37607ms: missing components: kube-dns
I0908 12:20:11.459260 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:11.600243 828015 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: (2.105057721s)
W0908 12:20:11.600280 828015 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
I0908 12:20:11.600300 828015 retry.go:31] will retry after 374.353159ms: 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
I0908 12:20:11.600338 828015 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.666221719s)
I0908 12:20:11.601421 828015 addons.go:479] Verifying addon gcp-auth=true in "addons-763766"
I0908 12:20:11.604154 828015 out.go:179] * Verifying gcp-auth addon...
I0908 12:20:11.605884 828015 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0908 12:20:11.608451 828015 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0908 12:20:11.608469 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:11.651123 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:11.651259 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:11.959455 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:11.975358 828015 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
I0908 12:20:12.127328 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:12.151267 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:12.151405 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:12.228463 828015 system_pods.go:86] 20 kube-system pods found
I0908 12:20:12.228497 828015 system_pods.go:89] "amd-gpu-device-plugin-wb7ph" [381f7432-b3d6-4ce6-b757-1a353067b937] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
I0908 12:20:12.228505 828015 system_pods.go:89] "coredns-66bc5c9577-ptwl7" [d9023e45-0dd5-44af-9cb8-51be28bca8c7] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0908 12:20:12.228512 828015 system_pods.go:89] "csi-hostpath-attacher-0" [52f0f678-a7cd-401c-8b66-8cc7f38a52d7] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0908 12:20:12.228517 828015 system_pods.go:89] "csi-hostpath-resizer-0" [caa992c7-1b39-40df-852e-edfd19065fc2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0908 12:20:12.228522 828015 system_pods.go:89] "csi-hostpathplugin-rs4qf" [67541ad1-f01e-45b5-8790-f08207c9af6d] 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])
I0908 12:20:12.228528 828015 system_pods.go:89] "etcd-addons-763766" [4483b15c-1ea5-46b7-8c90-2a0113f28083] Running
I0908 12:20:12.228533 828015 system_pods.go:89] "kindnet-mwwmj" [eb7c09c0-584e-449c-91bc-477b4daa7ac4] Running
I0908 12:20:12.228536 828015 system_pods.go:89] "kube-apiserver-addons-763766" [0765cffd-0792-4988-9c18-506f52d8e444] Running
I0908 12:20:12.228540 828015 system_pods.go:89] "kube-controller-manager-addons-763766" [d78d1426-385f-4236-94d0-59fd95e4bbb6] Running
I0908 12:20:12.228544 828015 system_pods.go:89] "kube-ingress-dns-minikube" [6104af7c-fc9d-4fa8-a99c-0529ff5808f9] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0908 12:20:12.228548 828015 system_pods.go:89] "kube-proxy-xrgvx" [804d61d8-d2a3-4f00-9a93-fbeb6de18b0f] Running
I0908 12:20:12.228552 828015 system_pods.go:89] "kube-scheduler-addons-763766" [8792b7e1-c9af-48f7-9764-bf969d1e338f] Running
I0908 12:20:12.228557 828015 system_pods.go:89] "metrics-server-85b7d694d7-mlc6j" [cf5181e4-d739-42f5-8ab4-b6b0f665f63b] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0908 12:20:12.228563 828015 system_pods.go:89] "nvidia-device-plugin-daemonset-lnt62" [ed7f7bfc-73ba-4ca5-8409-615b01e2a6f6] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0908 12:20:12.228573 828015 system_pods.go:89] "registry-66898fdd98-f5rlf" [fcfa87e1-8e7a-498c-b457-db50556ce9f5] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0908 12:20:12.228582 828015 system_pods.go:89] "registry-creds-764b6fb674-hj26g" [0f5b3b8e-9d0e-4aab-91f7-f458707b5876] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0908 12:20:12.228598 828015 system_pods.go:89] "registry-proxy-ww4lc" [f380baa9-6b05-4bff-ac1e-4b517ec03afb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0908 12:20:12.228606 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-flxps" [443d6d67-ab74-4e56-9e18-68fbec930de3] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:12.228617 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-kq9mv" [379d3bc2-5012-400d-b90c-bb83df617cfa] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:12.228627 828015 system_pods.go:89] "storage-provisioner" [21430523-f043-43bd-8bbf-be822acc311c] Running
I0908 12:20:12.228649 828015 retry.go:31] will retry after 988.969909ms: missing components: kube-dns
I0908 12:20:12.461029 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:12.628136 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:12.652243 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:12.652377 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:12.960268 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:13.128012 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:13.151519 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:13.151686 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:13.227825 828015 system_pods.go:86] 20 kube-system pods found
I0908 12:20:13.227865 828015 system_pods.go:89] "amd-gpu-device-plugin-wb7ph" [381f7432-b3d6-4ce6-b757-1a353067b937] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
I0908 12:20:13.227876 828015 system_pods.go:89] "coredns-66bc5c9577-ptwl7" [d9023e45-0dd5-44af-9cb8-51be28bca8c7] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0908 12:20:13.227886 828015 system_pods.go:89] "csi-hostpath-attacher-0" [52f0f678-a7cd-401c-8b66-8cc7f38a52d7] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0908 12:20:13.227894 828015 system_pods.go:89] "csi-hostpath-resizer-0" [caa992c7-1b39-40df-852e-edfd19065fc2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0908 12:20:13.227906 828015 system_pods.go:89] "csi-hostpathplugin-rs4qf" [67541ad1-f01e-45b5-8790-f08207c9af6d] 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])
I0908 12:20:13.227916 828015 system_pods.go:89] "etcd-addons-763766" [4483b15c-1ea5-46b7-8c90-2a0113f28083] Running
I0908 12:20:13.227922 828015 system_pods.go:89] "kindnet-mwwmj" [eb7c09c0-584e-449c-91bc-477b4daa7ac4] Running
I0908 12:20:13.227928 828015 system_pods.go:89] "kube-apiserver-addons-763766" [0765cffd-0792-4988-9c18-506f52d8e444] Running
I0908 12:20:13.227933 828015 system_pods.go:89] "kube-controller-manager-addons-763766" [d78d1426-385f-4236-94d0-59fd95e4bbb6] Running
I0908 12:20:13.227941 828015 system_pods.go:89] "kube-ingress-dns-minikube" [6104af7c-fc9d-4fa8-a99c-0529ff5808f9] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0908 12:20:13.227947 828015 system_pods.go:89] "kube-proxy-xrgvx" [804d61d8-d2a3-4f00-9a93-fbeb6de18b0f] Running
I0908 12:20:13.227952 828015 system_pods.go:89] "kube-scheduler-addons-763766" [8792b7e1-c9af-48f7-9764-bf969d1e338f] Running
I0908 12:20:13.227960 828015 system_pods.go:89] "metrics-server-85b7d694d7-mlc6j" [cf5181e4-d739-42f5-8ab4-b6b0f665f63b] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0908 12:20:13.227971 828015 system_pods.go:89] "nvidia-device-plugin-daemonset-lnt62" [ed7f7bfc-73ba-4ca5-8409-615b01e2a6f6] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0908 12:20:13.227979 828015 system_pods.go:89] "registry-66898fdd98-f5rlf" [fcfa87e1-8e7a-498c-b457-db50556ce9f5] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0908 12:20:13.227988 828015 system_pods.go:89] "registry-creds-764b6fb674-hj26g" [0f5b3b8e-9d0e-4aab-91f7-f458707b5876] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0908 12:20:13.227998 828015 system_pods.go:89] "registry-proxy-ww4lc" [f380baa9-6b05-4bff-ac1e-4b517ec03afb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0908 12:20:13.228005 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-flxps" [443d6d67-ab74-4e56-9e18-68fbec930de3] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:13.228014 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-kq9mv" [379d3bc2-5012-400d-b90c-bb83df617cfa] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:13.228019 828015 system_pods.go:89] "storage-provisioner" [21430523-f043-43bd-8bbf-be822acc311c] Running
I0908 12:20:13.228042 828015 retry.go:31] will retry after 1.259100105s: missing components: kube-dns
I0908 12:20:13.447878 828015 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.472478061s)
W0908 12:20:13.447932 828015 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
I0908 12:20:13.447957 828015 retry.go:31] will retry after 351.613216ms: 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
I0908 12:20:13.459887 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:13.609516 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:13.651206 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:13.651396 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:13.800504 828015 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
I0908 12:20:13.960436 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:14.127166 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:14.151444 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:14.151513 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:14.459895 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:14.528217 828015 system_pods.go:86] 20 kube-system pods found
I0908 12:20:14.528261 828015 system_pods.go:89] "amd-gpu-device-plugin-wb7ph" [381f7432-b3d6-4ce6-b757-1a353067b937] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
I0908 12:20:14.528275 828015 system_pods.go:89] "coredns-66bc5c9577-ptwl7" [d9023e45-0dd5-44af-9cb8-51be28bca8c7] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0908 12:20:14.528286 828015 system_pods.go:89] "csi-hostpath-attacher-0" [52f0f678-a7cd-401c-8b66-8cc7f38a52d7] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0908 12:20:14.528293 828015 system_pods.go:89] "csi-hostpath-resizer-0" [caa992c7-1b39-40df-852e-edfd19065fc2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0908 12:20:14.528302 828015 system_pods.go:89] "csi-hostpathplugin-rs4qf" [67541ad1-f01e-45b5-8790-f08207c9af6d] 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])
I0908 12:20:14.528351 828015 system_pods.go:89] "etcd-addons-763766" [4483b15c-1ea5-46b7-8c90-2a0113f28083] Running
I0908 12:20:14.528362 828015 system_pods.go:89] "kindnet-mwwmj" [eb7c09c0-584e-449c-91bc-477b4daa7ac4] Running
I0908 12:20:14.528377 828015 system_pods.go:89] "kube-apiserver-addons-763766" [0765cffd-0792-4988-9c18-506f52d8e444] Running
I0908 12:20:14.528386 828015 system_pods.go:89] "kube-controller-manager-addons-763766" [d78d1426-385f-4236-94d0-59fd95e4bbb6] Running
I0908 12:20:14.528395 828015 system_pods.go:89] "kube-ingress-dns-minikube" [6104af7c-fc9d-4fa8-a99c-0529ff5808f9] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0908 12:20:14.528400 828015 system_pods.go:89] "kube-proxy-xrgvx" [804d61d8-d2a3-4f00-9a93-fbeb6de18b0f] Running
I0908 12:20:14.528406 828015 system_pods.go:89] "kube-scheduler-addons-763766" [8792b7e1-c9af-48f7-9764-bf969d1e338f] Running
I0908 12:20:14.528417 828015 system_pods.go:89] "metrics-server-85b7d694d7-mlc6j" [cf5181e4-d739-42f5-8ab4-b6b0f665f63b] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0908 12:20:14.528426 828015 system_pods.go:89] "nvidia-device-plugin-daemonset-lnt62" [ed7f7bfc-73ba-4ca5-8409-615b01e2a6f6] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0908 12:20:14.528437 828015 system_pods.go:89] "registry-66898fdd98-f5rlf" [fcfa87e1-8e7a-498c-b457-db50556ce9f5] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0908 12:20:14.528445 828015 system_pods.go:89] "registry-creds-764b6fb674-hj26g" [0f5b3b8e-9d0e-4aab-91f7-f458707b5876] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0908 12:20:14.528456 828015 system_pods.go:89] "registry-proxy-ww4lc" [f380baa9-6b05-4bff-ac1e-4b517ec03afb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0908 12:20:14.528463 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-flxps" [443d6d67-ab74-4e56-9e18-68fbec930de3] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:14.528476 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-kq9mv" [379d3bc2-5012-400d-b90c-bb83df617cfa] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:14.528484 828015 system_pods.go:89] "storage-provisioner" [21430523-f043-43bd-8bbf-be822acc311c] Running
I0908 12:20:14.528512 828015 retry.go:31] will retry after 1.320703278s: missing components: kube-dns
I0908 12:20:14.628461 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:14.729518 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:14.729622 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:14.960693 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:14.981361 828015 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.180812613s)
W0908 12:20:14.981416 828015 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
I0908 12:20:14.981439 828015 retry.go:31] will retry after 1.007057661s: 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
I0908 12:20:15.109890 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:15.150709 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:15.150897 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:15.459479 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:15.609037 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:15.651261 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:15.651295 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:15.853352 828015 system_pods.go:86] 20 kube-system pods found
I0908 12:20:15.853385 828015 system_pods.go:89] "amd-gpu-device-plugin-wb7ph" [381f7432-b3d6-4ce6-b757-1a353067b937] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
I0908 12:20:15.853393 828015 system_pods.go:89] "coredns-66bc5c9577-ptwl7" [d9023e45-0dd5-44af-9cb8-51be28bca8c7] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0908 12:20:15.853400 828015 system_pods.go:89] "csi-hostpath-attacher-0" [52f0f678-a7cd-401c-8b66-8cc7f38a52d7] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0908 12:20:15.853405 828015 system_pods.go:89] "csi-hostpath-resizer-0" [caa992c7-1b39-40df-852e-edfd19065fc2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0908 12:20:15.853410 828015 system_pods.go:89] "csi-hostpathplugin-rs4qf" [67541ad1-f01e-45b5-8790-f08207c9af6d] 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])
I0908 12:20:15.853415 828015 system_pods.go:89] "etcd-addons-763766" [4483b15c-1ea5-46b7-8c90-2a0113f28083] Running
I0908 12:20:15.853419 828015 system_pods.go:89] "kindnet-mwwmj" [eb7c09c0-584e-449c-91bc-477b4daa7ac4] Running
I0908 12:20:15.853423 828015 system_pods.go:89] "kube-apiserver-addons-763766" [0765cffd-0792-4988-9c18-506f52d8e444] Running
I0908 12:20:15.853426 828015 system_pods.go:89] "kube-controller-manager-addons-763766" [d78d1426-385f-4236-94d0-59fd95e4bbb6] Running
I0908 12:20:15.853435 828015 system_pods.go:89] "kube-ingress-dns-minikube" [6104af7c-fc9d-4fa8-a99c-0529ff5808f9] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0908 12:20:15.853439 828015 system_pods.go:89] "kube-proxy-xrgvx" [804d61d8-d2a3-4f00-9a93-fbeb6de18b0f] Running
I0908 12:20:15.853443 828015 system_pods.go:89] "kube-scheduler-addons-763766" [8792b7e1-c9af-48f7-9764-bf969d1e338f] Running
I0908 12:20:15.853450 828015 system_pods.go:89] "metrics-server-85b7d694d7-mlc6j" [cf5181e4-d739-42f5-8ab4-b6b0f665f63b] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0908 12:20:15.853458 828015 system_pods.go:89] "nvidia-device-plugin-daemonset-lnt62" [ed7f7bfc-73ba-4ca5-8409-615b01e2a6f6] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0908 12:20:15.853465 828015 system_pods.go:89] "registry-66898fdd98-f5rlf" [fcfa87e1-8e7a-498c-b457-db50556ce9f5] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0908 12:20:15.853473 828015 system_pods.go:89] "registry-creds-764b6fb674-hj26g" [0f5b3b8e-9d0e-4aab-91f7-f458707b5876] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0908 12:20:15.853479 828015 system_pods.go:89] "registry-proxy-ww4lc" [f380baa9-6b05-4bff-ac1e-4b517ec03afb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0908 12:20:15.853486 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-flxps" [443d6d67-ab74-4e56-9e18-68fbec930de3] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:15.853492 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-kq9mv" [379d3bc2-5012-400d-b90c-bb83df617cfa] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:15.853498 828015 system_pods.go:89] "storage-provisioner" [21430523-f043-43bd-8bbf-be822acc311c] Running
I0908 12:20:15.853516 828015 retry.go:31] will retry after 1.574042512s: missing components: kube-dns
I0908 12:20:15.960015 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:15.988989 828015 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
I0908 12:20:16.127489 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:16.151435 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:16.151452 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:16.460099 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:16.626907 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:16.650689 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:16.650931 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W0908 12:20:16.930880 828015 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
I0908 12:20:16.930915 828015 retry.go:31] will retry after 1.273862858s: 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
I0908 12:20:16.960250 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:17.129067 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:17.230550 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:17.230621 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:17.431688 828015 system_pods.go:86] 20 kube-system pods found
I0908 12:20:17.431718 828015 system_pods.go:89] "amd-gpu-device-plugin-wb7ph" [381f7432-b3d6-4ce6-b757-1a353067b937] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
I0908 12:20:17.431725 828015 system_pods.go:89] "coredns-66bc5c9577-ptwl7" [d9023e45-0dd5-44af-9cb8-51be28bca8c7] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0908 12:20:17.431734 828015 system_pods.go:89] "csi-hostpath-attacher-0" [52f0f678-a7cd-401c-8b66-8cc7f38a52d7] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0908 12:20:17.431740 828015 system_pods.go:89] "csi-hostpath-resizer-0" [caa992c7-1b39-40df-852e-edfd19065fc2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0908 12:20:17.431748 828015 system_pods.go:89] "csi-hostpathplugin-rs4qf" [67541ad1-f01e-45b5-8790-f08207c9af6d] 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])
I0908 12:20:17.431754 828015 system_pods.go:89] "etcd-addons-763766" [4483b15c-1ea5-46b7-8c90-2a0113f28083] Running
I0908 12:20:17.431760 828015 system_pods.go:89] "kindnet-mwwmj" [eb7c09c0-584e-449c-91bc-477b4daa7ac4] Running
I0908 12:20:17.431769 828015 system_pods.go:89] "kube-apiserver-addons-763766" [0765cffd-0792-4988-9c18-506f52d8e444] Running
I0908 12:20:17.431774 828015 system_pods.go:89] "kube-controller-manager-addons-763766" [d78d1426-385f-4236-94d0-59fd95e4bbb6] Running
I0908 12:20:17.431786 828015 system_pods.go:89] "kube-ingress-dns-minikube" [6104af7c-fc9d-4fa8-a99c-0529ff5808f9] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0908 12:20:17.431792 828015 system_pods.go:89] "kube-proxy-xrgvx" [804d61d8-d2a3-4f00-9a93-fbeb6de18b0f] Running
I0908 12:20:17.431796 828015 system_pods.go:89] "kube-scheduler-addons-763766" [8792b7e1-c9af-48f7-9764-bf969d1e338f] Running
I0908 12:20:17.431801 828015 system_pods.go:89] "metrics-server-85b7d694d7-mlc6j" [cf5181e4-d739-42f5-8ab4-b6b0f665f63b] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0908 12:20:17.431811 828015 system_pods.go:89] "nvidia-device-plugin-daemonset-lnt62" [ed7f7bfc-73ba-4ca5-8409-615b01e2a6f6] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0908 12:20:17.431818 828015 system_pods.go:89] "registry-66898fdd98-f5rlf" [fcfa87e1-8e7a-498c-b457-db50556ce9f5] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0908 12:20:17.431824 828015 system_pods.go:89] "registry-creds-764b6fb674-hj26g" [0f5b3b8e-9d0e-4aab-91f7-f458707b5876] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0908 12:20:17.431830 828015 system_pods.go:89] "registry-proxy-ww4lc" [f380baa9-6b05-4bff-ac1e-4b517ec03afb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0908 12:20:17.431836 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-flxps" [443d6d67-ab74-4e56-9e18-68fbec930de3] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:17.431845 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-kq9mv" [379d3bc2-5012-400d-b90c-bb83df617cfa] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:17.431854 828015 system_pods.go:89] "storage-provisioner" [21430523-f043-43bd-8bbf-be822acc311c] Running
I0908 12:20:17.431875 828015 retry.go:31] will retry after 2.042555587s: missing components: kube-dns
I0908 12:20:17.459824 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:17.609640 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:17.651711 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:17.651806 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:17.960370 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:18.128400 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:18.150988 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:18.151252 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:18.205358 828015 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
I0908 12:20:18.460364 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:18.609101 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:18.651040 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:18.651312 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:18.960301 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
W0908 12:20:18.988208 828015 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
I0908 12:20:18.988238 828015 retry.go:31] will retry after 2.072562328s: 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
I0908 12:20:19.109277 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:19.150898 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:19.150942 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:19.458820 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:19.479073 828015 system_pods.go:86] 20 kube-system pods found
I0908 12:20:19.479180 828015 system_pods.go:89] "amd-gpu-device-plugin-wb7ph" [381f7432-b3d6-4ce6-b757-1a353067b937] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
I0908 12:20:19.479203 828015 system_pods.go:89] "coredns-66bc5c9577-ptwl7" [d9023e45-0dd5-44af-9cb8-51be28bca8c7] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0908 12:20:19.479244 828015 system_pods.go:89] "csi-hostpath-attacher-0" [52f0f678-a7cd-401c-8b66-8cc7f38a52d7] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0908 12:20:19.479270 828015 system_pods.go:89] "csi-hostpath-resizer-0" [caa992c7-1b39-40df-852e-edfd19065fc2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0908 12:20:19.479292 828015 system_pods.go:89] "csi-hostpathplugin-rs4qf" [67541ad1-f01e-45b5-8790-f08207c9af6d] 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])
I0908 12:20:19.479308 828015 system_pods.go:89] "etcd-addons-763766" [4483b15c-1ea5-46b7-8c90-2a0113f28083] Running
I0908 12:20:19.479324 828015 system_pods.go:89] "kindnet-mwwmj" [eb7c09c0-584e-449c-91bc-477b4daa7ac4] Running
I0908 12:20:19.479349 828015 system_pods.go:89] "kube-apiserver-addons-763766" [0765cffd-0792-4988-9c18-506f52d8e444] Running
I0908 12:20:19.479372 828015 system_pods.go:89] "kube-controller-manager-addons-763766" [d78d1426-385f-4236-94d0-59fd95e4bbb6] Running
I0908 12:20:19.479398 828015 system_pods.go:89] "kube-ingress-dns-minikube" [6104af7c-fc9d-4fa8-a99c-0529ff5808f9] Running
I0908 12:20:19.479412 828015 system_pods.go:89] "kube-proxy-xrgvx" [804d61d8-d2a3-4f00-9a93-fbeb6de18b0f] Running
I0908 12:20:19.479427 828015 system_pods.go:89] "kube-scheduler-addons-763766" [8792b7e1-c9af-48f7-9764-bf969d1e338f] Running
I0908 12:20:19.479454 828015 system_pods.go:89] "metrics-server-85b7d694d7-mlc6j" [cf5181e4-d739-42f5-8ab4-b6b0f665f63b] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0908 12:20:19.479484 828015 system_pods.go:89] "nvidia-device-plugin-daemonset-lnt62" [ed7f7bfc-73ba-4ca5-8409-615b01e2a6f6] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0908 12:20:19.479507 828015 system_pods.go:89] "registry-66898fdd98-f5rlf" [fcfa87e1-8e7a-498c-b457-db50556ce9f5] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0908 12:20:19.479530 828015 system_pods.go:89] "registry-creds-764b6fb674-hj26g" [0f5b3b8e-9d0e-4aab-91f7-f458707b5876] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0908 12:20:19.479558 828015 system_pods.go:89] "registry-proxy-ww4lc" [f380baa9-6b05-4bff-ac1e-4b517ec03afb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0908 12:20:19.479586 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-flxps" [443d6d67-ab74-4e56-9e18-68fbec930de3] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:19.479603 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-kq9mv" [379d3bc2-5012-400d-b90c-bb83df617cfa] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:19.479618 828015 system_pods.go:89] "storage-provisioner" [21430523-f043-43bd-8bbf-be822acc311c] Running
I0908 12:20:19.479658 828015 retry.go:31] will retry after 2.736661935s: missing components: kube-dns
I0908 12:20:19.608728 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:19.651484 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:19.651591 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:19.959695 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:20.109897 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:20.151694 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:20.151782 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:20.460156 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:20.608859 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:20.651591 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:20.651670 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:20.959797 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:21.061825 828015 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
I0908 12:20:21.109201 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:21.151188 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:21.151317 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:21.459250 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
W0908 12:20:21.592681 828015 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
I0908 12:20:21.592713 828015 retry.go:31] will retry after 3.799841732s: 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
I0908 12:20:21.609121 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:21.650796 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:21.650975 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:21.959842 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:22.109807 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:22.151453 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:22.151484 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:22.219966 828015 system_pods.go:86] 20 kube-system pods found
I0908 12:20:22.220001 828015 system_pods.go:89] "amd-gpu-device-plugin-wb7ph" [381f7432-b3d6-4ce6-b757-1a353067b937] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
I0908 12:20:22.220009 828015 system_pods.go:89] "coredns-66bc5c9577-ptwl7" [d9023e45-0dd5-44af-9cb8-51be28bca8c7] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0908 12:20:22.220017 828015 system_pods.go:89] "csi-hostpath-attacher-0" [52f0f678-a7cd-401c-8b66-8cc7f38a52d7] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0908 12:20:22.220022 828015 system_pods.go:89] "csi-hostpath-resizer-0" [caa992c7-1b39-40df-852e-edfd19065fc2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0908 12:20:22.220029 828015 system_pods.go:89] "csi-hostpathplugin-rs4qf" [67541ad1-f01e-45b5-8790-f08207c9af6d] 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])
I0908 12:20:22.220033 828015 system_pods.go:89] "etcd-addons-763766" [4483b15c-1ea5-46b7-8c90-2a0113f28083] Running
I0908 12:20:22.220041 828015 system_pods.go:89] "kindnet-mwwmj" [eb7c09c0-584e-449c-91bc-477b4daa7ac4] Running
I0908 12:20:22.220045 828015 system_pods.go:89] "kube-apiserver-addons-763766" [0765cffd-0792-4988-9c18-506f52d8e444] Running
I0908 12:20:22.220048 828015 system_pods.go:89] "kube-controller-manager-addons-763766" [d78d1426-385f-4236-94d0-59fd95e4bbb6] Running
I0908 12:20:22.220054 828015 system_pods.go:89] "kube-ingress-dns-minikube" [6104af7c-fc9d-4fa8-a99c-0529ff5808f9] Running
I0908 12:20:22.220060 828015 system_pods.go:89] "kube-proxy-xrgvx" [804d61d8-d2a3-4f00-9a93-fbeb6de18b0f] Running
I0908 12:20:22.220064 828015 system_pods.go:89] "kube-scheduler-addons-763766" [8792b7e1-c9af-48f7-9764-bf969d1e338f] Running
I0908 12:20:22.220068 828015 system_pods.go:89] "metrics-server-85b7d694d7-mlc6j" [cf5181e4-d739-42f5-8ab4-b6b0f665f63b] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0908 12:20:22.220075 828015 system_pods.go:89] "nvidia-device-plugin-daemonset-lnt62" [ed7f7bfc-73ba-4ca5-8409-615b01e2a6f6] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0908 12:20:22.220092 828015 system_pods.go:89] "registry-66898fdd98-f5rlf" [fcfa87e1-8e7a-498c-b457-db50556ce9f5] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0908 12:20:22.220097 828015 system_pods.go:89] "registry-creds-764b6fb674-hj26g" [0f5b3b8e-9d0e-4aab-91f7-f458707b5876] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0908 12:20:22.220105 828015 system_pods.go:89] "registry-proxy-ww4lc" [f380baa9-6b05-4bff-ac1e-4b517ec03afb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0908 12:20:22.220110 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-flxps" [443d6d67-ab74-4e56-9e18-68fbec930de3] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:22.220118 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-kq9mv" [379d3bc2-5012-400d-b90c-bb83df617cfa] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:22.220122 828015 system_pods.go:89] "storage-provisioner" [21430523-f043-43bd-8bbf-be822acc311c] Running
I0908 12:20:22.220137 828015 retry.go:31] will retry after 3.082551504s: missing components: kube-dns
I0908 12:20:22.459702 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:22.609594 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:22.710470 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:22.710532 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:22.959622 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:23.109544 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:23.210564 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:23.210651 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:23.459808 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:23.609780 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:23.651569 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:23.651659 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:23.959781 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:24.109833 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:24.210951 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:24.211092 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:24.459217 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:24.608878 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:24.651726 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:24.651756 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:24.959993 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:25.109646 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:25.151131 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:25.151221 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:25.307424 828015 system_pods.go:86] 20 kube-system pods found
I0908 12:20:25.307458 828015 system_pods.go:89] "amd-gpu-device-plugin-wb7ph" [381f7432-b3d6-4ce6-b757-1a353067b937] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
I0908 12:20:25.307465 828015 system_pods.go:89] "coredns-66bc5c9577-ptwl7" [d9023e45-0dd5-44af-9cb8-51be28bca8c7] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0908 12:20:25.307472 828015 system_pods.go:89] "csi-hostpath-attacher-0" [52f0f678-a7cd-401c-8b66-8cc7f38a52d7] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0908 12:20:25.307478 828015 system_pods.go:89] "csi-hostpath-resizer-0" [caa992c7-1b39-40df-852e-edfd19065fc2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0908 12:20:25.307483 828015 system_pods.go:89] "csi-hostpathplugin-rs4qf" [67541ad1-f01e-45b5-8790-f08207c9af6d] 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])
I0908 12:20:25.307487 828015 system_pods.go:89] "etcd-addons-763766" [4483b15c-1ea5-46b7-8c90-2a0113f28083] Running
I0908 12:20:25.307491 828015 system_pods.go:89] "kindnet-mwwmj" [eb7c09c0-584e-449c-91bc-477b4daa7ac4] Running
I0908 12:20:25.307495 828015 system_pods.go:89] "kube-apiserver-addons-763766" [0765cffd-0792-4988-9c18-506f52d8e444] Running
I0908 12:20:25.307498 828015 system_pods.go:89] "kube-controller-manager-addons-763766" [d78d1426-385f-4236-94d0-59fd95e4bbb6] Running
I0908 12:20:25.307502 828015 system_pods.go:89] "kube-ingress-dns-minikube" [6104af7c-fc9d-4fa8-a99c-0529ff5808f9] Running
I0908 12:20:25.307506 828015 system_pods.go:89] "kube-proxy-xrgvx" [804d61d8-d2a3-4f00-9a93-fbeb6de18b0f] Running
I0908 12:20:25.307510 828015 system_pods.go:89] "kube-scheduler-addons-763766" [8792b7e1-c9af-48f7-9764-bf969d1e338f] Running
I0908 12:20:25.307515 828015 system_pods.go:89] "metrics-server-85b7d694d7-mlc6j" [cf5181e4-d739-42f5-8ab4-b6b0f665f63b] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0908 12:20:25.307520 828015 system_pods.go:89] "nvidia-device-plugin-daemonset-lnt62" [ed7f7bfc-73ba-4ca5-8409-615b01e2a6f6] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0908 12:20:25.307528 828015 system_pods.go:89] "registry-66898fdd98-f5rlf" [fcfa87e1-8e7a-498c-b457-db50556ce9f5] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0908 12:20:25.307533 828015 system_pods.go:89] "registry-creds-764b6fb674-hj26g" [0f5b3b8e-9d0e-4aab-91f7-f458707b5876] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0908 12:20:25.307540 828015 system_pods.go:89] "registry-proxy-ww4lc" [f380baa9-6b05-4bff-ac1e-4b517ec03afb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0908 12:20:25.307546 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-flxps" [443d6d67-ab74-4e56-9e18-68fbec930de3] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:25.307551 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-kq9mv" [379d3bc2-5012-400d-b90c-bb83df617cfa] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:25.307555 828015 system_pods.go:89] "storage-provisioner" [21430523-f043-43bd-8bbf-be822acc311c] Running
I0908 12:20:25.307570 828015 retry.go:31] will retry after 5.537453324s: missing components: kube-dns
I0908 12:20:25.393138 828015 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
I0908 12:20:25.459563 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:25.609143 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:25.650805 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:25.650986 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W0908 12:20:25.919060 828015 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
I0908 12:20:25.919098 828015 retry.go:31] will retry after 6.130731047s: 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
I0908 12:20:25.960144 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:26.109135 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:26.151006 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:26.151096 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:26.459270 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:26.609019 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:26.650771 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:26.650798 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:26.960360 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:27.108980 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:27.150539 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:27.150604 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:27.459813 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:27.609325 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:27.650971 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:27.650974 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:27.959305 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:28.109225 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:28.150882 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:28.150977 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:28.459321 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:28.609072 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:28.668026 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:28.668149 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:28.959191 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:29.109194 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:29.151212 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:29.151383 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:29.459612 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:29.609460 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:29.651317 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:29.651344 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:29.959672 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:30.109700 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:30.151814 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:30.151818 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:30.460493 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:30.609000 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:30.651080 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:30.651112 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:30.849014 828015 system_pods.go:86] 20 kube-system pods found
I0908 12:20:30.849046 828015 system_pods.go:89] "amd-gpu-device-plugin-wb7ph" [381f7432-b3d6-4ce6-b757-1a353067b937] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
I0908 12:20:30.849053 828015 system_pods.go:89] "coredns-66bc5c9577-ptwl7" [d9023e45-0dd5-44af-9cb8-51be28bca8c7] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0908 12:20:30.849060 828015 system_pods.go:89] "csi-hostpath-attacher-0" [52f0f678-a7cd-401c-8b66-8cc7f38a52d7] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0908 12:20:30.849067 828015 system_pods.go:89] "csi-hostpath-resizer-0" [caa992c7-1b39-40df-852e-edfd19065fc2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0908 12:20:30.849073 828015 system_pods.go:89] "csi-hostpathplugin-rs4qf" [67541ad1-f01e-45b5-8790-f08207c9af6d] 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])
I0908 12:20:30.849077 828015 system_pods.go:89] "etcd-addons-763766" [4483b15c-1ea5-46b7-8c90-2a0113f28083] Running
I0908 12:20:30.849081 828015 system_pods.go:89] "kindnet-mwwmj" [eb7c09c0-584e-449c-91bc-477b4daa7ac4] Running
I0908 12:20:30.849084 828015 system_pods.go:89] "kube-apiserver-addons-763766" [0765cffd-0792-4988-9c18-506f52d8e444] Running
I0908 12:20:30.849087 828015 system_pods.go:89] "kube-controller-manager-addons-763766" [d78d1426-385f-4236-94d0-59fd95e4bbb6] Running
I0908 12:20:30.849090 828015 system_pods.go:89] "kube-ingress-dns-minikube" [6104af7c-fc9d-4fa8-a99c-0529ff5808f9] Running
I0908 12:20:30.849095 828015 system_pods.go:89] "kube-proxy-xrgvx" [804d61d8-d2a3-4f00-9a93-fbeb6de18b0f] Running
I0908 12:20:30.849098 828015 system_pods.go:89] "kube-scheduler-addons-763766" [8792b7e1-c9af-48f7-9764-bf969d1e338f] Running
I0908 12:20:30.849102 828015 system_pods.go:89] "metrics-server-85b7d694d7-mlc6j" [cf5181e4-d739-42f5-8ab4-b6b0f665f63b] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0908 12:20:30.849108 828015 system_pods.go:89] "nvidia-device-plugin-daemonset-lnt62" [ed7f7bfc-73ba-4ca5-8409-615b01e2a6f6] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0908 12:20:30.849114 828015 system_pods.go:89] "registry-66898fdd98-f5rlf" [fcfa87e1-8e7a-498c-b457-db50556ce9f5] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0908 12:20:30.849119 828015 system_pods.go:89] "registry-creds-764b6fb674-hj26g" [0f5b3b8e-9d0e-4aab-91f7-f458707b5876] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0908 12:20:30.849124 828015 system_pods.go:89] "registry-proxy-ww4lc" [f380baa9-6b05-4bff-ac1e-4b517ec03afb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0908 12:20:30.849129 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-flxps" [443d6d67-ab74-4e56-9e18-68fbec930de3] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:30.849140 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-kq9mv" [379d3bc2-5012-400d-b90c-bb83df617cfa] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:30.849145 828015 system_pods.go:89] "storage-provisioner" [21430523-f043-43bd-8bbf-be822acc311c] Running
I0908 12:20:30.849161 828015 retry.go:31] will retry after 6.268009777s: missing components: kube-dns
I0908 12:20:30.959036 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:31.109070 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:31.150739 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:31.150834 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:31.460010 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:31.608722 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:31.651695 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:31.651823 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:31.959876 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:32.050912 828015 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
I0908 12:20:32.109607 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:32.151364 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:32.151487 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:32.460206 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
W0908 12:20:32.584759 828015 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
I0908 12:20:32.584795 828015 retry.go:31] will retry after 9.258705809s: 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
I0908 12:20:32.609489 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:32.651529 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:32.651627 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:32.959799 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:33.109609 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:33.210553 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:33.210784 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:33.459985 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:33.609687 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:33.652201 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:33.652509 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:33.959540 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:34.109397 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:34.151261 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:34.151305 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:34.459861 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:34.609721 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:34.651525 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:34.651550 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:34.959880 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:35.110501 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:35.151046 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:35.151076 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:35.459981 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:35.609345 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:35.651208 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:35.651232 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:35.959411 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:36.109099 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:36.150907 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:36.150995 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:36.459899 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:36.609419 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:36.651135 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:36.651149 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:36.959352 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:37.109207 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:37.121846 828015 system_pods.go:86] 20 kube-system pods found
I0908 12:20:37.121878 828015 system_pods.go:89] "amd-gpu-device-plugin-wb7ph" [381f7432-b3d6-4ce6-b757-1a353067b937] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
I0908 12:20:37.121885 828015 system_pods.go:89] "coredns-66bc5c9577-ptwl7" [d9023e45-0dd5-44af-9cb8-51be28bca8c7] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0908 12:20:37.121894 828015 system_pods.go:89] "csi-hostpath-attacher-0" [52f0f678-a7cd-401c-8b66-8cc7f38a52d7] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0908 12:20:37.121900 828015 system_pods.go:89] "csi-hostpath-resizer-0" [caa992c7-1b39-40df-852e-edfd19065fc2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0908 12:20:37.121906 828015 system_pods.go:89] "csi-hostpathplugin-rs4qf" [67541ad1-f01e-45b5-8790-f08207c9af6d] 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])
I0908 12:20:37.121909 828015 system_pods.go:89] "etcd-addons-763766" [4483b15c-1ea5-46b7-8c90-2a0113f28083] Running
I0908 12:20:37.121915 828015 system_pods.go:89] "kindnet-mwwmj" [eb7c09c0-584e-449c-91bc-477b4daa7ac4] Running
I0908 12:20:37.121918 828015 system_pods.go:89] "kube-apiserver-addons-763766" [0765cffd-0792-4988-9c18-506f52d8e444] Running
I0908 12:20:37.121921 828015 system_pods.go:89] "kube-controller-manager-addons-763766" [d78d1426-385f-4236-94d0-59fd95e4bbb6] Running
I0908 12:20:37.121925 828015 system_pods.go:89] "kube-ingress-dns-minikube" [6104af7c-fc9d-4fa8-a99c-0529ff5808f9] Running
I0908 12:20:37.121928 828015 system_pods.go:89] "kube-proxy-xrgvx" [804d61d8-d2a3-4f00-9a93-fbeb6de18b0f] Running
I0908 12:20:37.121931 828015 system_pods.go:89] "kube-scheduler-addons-763766" [8792b7e1-c9af-48f7-9764-bf969d1e338f] Running
I0908 12:20:37.121936 828015 system_pods.go:89] "metrics-server-85b7d694d7-mlc6j" [cf5181e4-d739-42f5-8ab4-b6b0f665f63b] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0908 12:20:37.121942 828015 system_pods.go:89] "nvidia-device-plugin-daemonset-lnt62" [ed7f7bfc-73ba-4ca5-8409-615b01e2a6f6] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0908 12:20:37.121946 828015 system_pods.go:89] "registry-66898fdd98-f5rlf" [fcfa87e1-8e7a-498c-b457-db50556ce9f5] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0908 12:20:37.121985 828015 system_pods.go:89] "registry-creds-764b6fb674-hj26g" [0f5b3b8e-9d0e-4aab-91f7-f458707b5876] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0908 12:20:37.121991 828015 system_pods.go:89] "registry-proxy-ww4lc" [f380baa9-6b05-4bff-ac1e-4b517ec03afb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0908 12:20:37.121997 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-flxps" [443d6d67-ab74-4e56-9e18-68fbec930de3] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:37.122006 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-kq9mv" [379d3bc2-5012-400d-b90c-bb83df617cfa] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:37.122009 828015 system_pods.go:89] "storage-provisioner" [21430523-f043-43bd-8bbf-be822acc311c] Running
I0908 12:20:37.122024 828015 retry.go:31] will retry after 6.654405359s: missing components: kube-dns
I0908 12:20:37.150838 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:37.150890 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:37.459559 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:37.609121 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:37.650624 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:37.650625 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:37.960240 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:38.108958 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:38.150625 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:38.150689 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:38.459462 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:38.609285 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:38.651034 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:38.651163 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:38.959141 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:39.108631 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:39.151224 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:39.151281 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:39.459463 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:39.608991 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:39.650868 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:39.651115 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:39.959134 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:40.109324 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:40.151030 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:40.151211 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:40.459154 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:40.608690 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:40.651283 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:40.651319 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:40.959485 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:41.109129 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:41.150655 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:41.150684 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:41.460018 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:41.609049 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:41.650871 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:41.651086 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:41.844091 828015 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
I0908 12:20:41.959375 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:42.128156 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:42.151082 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:42.151294 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W0908 12:20:42.411352 828015 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
I0908 12:20:42.411396 828015 retry.go:31] will retry after 5.40147835s: 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
I0908 12:20:42.459185 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:42.608980 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:42.650848 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:42.650867 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:42.960141 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:43.128627 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:43.229529 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:43.229733 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:43.460023 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:43.608900 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:43.650867 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:43.651071 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:43.781158 828015 system_pods.go:86] 20 kube-system pods found
I0908 12:20:43.781197 828015 system_pods.go:89] "amd-gpu-device-plugin-wb7ph" [381f7432-b3d6-4ce6-b757-1a353067b937] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
I0908 12:20:43.781208 828015 system_pods.go:89] "coredns-66bc5c9577-ptwl7" [d9023e45-0dd5-44af-9cb8-51be28bca8c7] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0908 12:20:43.781217 828015 system_pods.go:89] "csi-hostpath-attacher-0" [52f0f678-a7cd-401c-8b66-8cc7f38a52d7] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0908 12:20:43.781225 828015 system_pods.go:89] "csi-hostpath-resizer-0" [caa992c7-1b39-40df-852e-edfd19065fc2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0908 12:20:43.781256 828015 system_pods.go:89] "csi-hostpathplugin-rs4qf" [67541ad1-f01e-45b5-8790-f08207c9af6d] 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])
I0908 12:20:43.781264 828015 system_pods.go:89] "etcd-addons-763766" [4483b15c-1ea5-46b7-8c90-2a0113f28083] Running
I0908 12:20:43.781272 828015 system_pods.go:89] "kindnet-mwwmj" [eb7c09c0-584e-449c-91bc-477b4daa7ac4] Running
I0908 12:20:43.781278 828015 system_pods.go:89] "kube-apiserver-addons-763766" [0765cffd-0792-4988-9c18-506f52d8e444] Running
I0908 12:20:43.781287 828015 system_pods.go:89] "kube-controller-manager-addons-763766" [d78d1426-385f-4236-94d0-59fd95e4bbb6] Running
I0908 12:20:43.781296 828015 system_pods.go:89] "kube-ingress-dns-minikube" [6104af7c-fc9d-4fa8-a99c-0529ff5808f9] Running
I0908 12:20:43.781304 828015 system_pods.go:89] "kube-proxy-xrgvx" [804d61d8-d2a3-4f00-9a93-fbeb6de18b0f] Running
I0908 12:20:43.781310 828015 system_pods.go:89] "kube-scheduler-addons-763766" [8792b7e1-c9af-48f7-9764-bf969d1e338f] Running
I0908 12:20:43.781322 828015 system_pods.go:89] "metrics-server-85b7d694d7-mlc6j" [cf5181e4-d739-42f5-8ab4-b6b0f665f63b] Running / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0908 12:20:43.781344 828015 system_pods.go:89] "nvidia-device-plugin-daemonset-lnt62" [ed7f7bfc-73ba-4ca5-8409-615b01e2a6f6] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0908 12:20:43.781356 828015 system_pods.go:89] "registry-66898fdd98-f5rlf" [fcfa87e1-8e7a-498c-b457-db50556ce9f5] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0908 12:20:43.781366 828015 system_pods.go:89] "registry-creds-764b6fb674-hj26g" [0f5b3b8e-9d0e-4aab-91f7-f458707b5876] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0908 12:20:43.781376 828015 system_pods.go:89] "registry-proxy-ww4lc" [f380baa9-6b05-4bff-ac1e-4b517ec03afb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0908 12:20:43.781388 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-flxps" [443d6d67-ab74-4e56-9e18-68fbec930de3] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:43.781401 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-kq9mv" [379d3bc2-5012-400d-b90c-bb83df617cfa] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:43.781412 828015 system_pods.go:89] "storage-provisioner" [21430523-f043-43bd-8bbf-be822acc311c] Running
I0908 12:20:43.781436 828015 retry.go:31] will retry after 10.436096244s: missing components: kube-dns
I0908 12:20:43.959736 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:44.109455 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:44.151246 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:44.151280 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:44.459296 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:44.609633 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:44.651263 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:44.651308 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:44.959599 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:45.109560 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:45.168540 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:45.168614 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:45.460158 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:45.608844 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:45.651428 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:45.651612 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:45.960005 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:46.129033 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:46.150735 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:46.151109 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:46.459462 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:46.609773 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:46.652203 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:46.652316 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:46.958966 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:47.110404 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:47.151185 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:47.151226 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:47.459477 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:47.608910 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:47.650690 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:47.650949 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:47.814031 828015 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
I0908 12:20:47.959136 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:48.128023 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:48.151750 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:48.151969 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:48.459877 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:48.628995 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W0908 12:20:48.632589 828015 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
I0908 12:20:48.632619 828015 retry.go:31] will retry after 8.731902797s: 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
I0908 12:20:48.651671 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:48.651866 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:48.960306 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:49.109438 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:49.151537 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:49.151543 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:49.461838 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:49.609726 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:49.651285 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:49.651304 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:49.959690 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:50.128451 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:50.151912 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:50.151985 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:50.459541 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:50.610338 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:50.651106 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:50.651289 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:50.959586 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:51.109269 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:51.152327 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:51.152651 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:51.460853 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:51.627037 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:51.651091 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:51.651313 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:51.959403 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:52.109918 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:52.210115 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:52.210271 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:52.459198 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:52.609418 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:52.651190 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:52.651227 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:52.959111 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:53.108930 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:53.151619 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:53.151626 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:53.459633 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:53.609682 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:53.651502 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:53.651608 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:53.959724 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:54.109305 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:54.151000 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:54.151077 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:54.222817 828015 system_pods.go:86] 20 kube-system pods found
I0908 12:20:54.222862 828015 system_pods.go:89] "amd-gpu-device-plugin-wb7ph" [381f7432-b3d6-4ce6-b757-1a353067b937] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
I0908 12:20:54.222871 828015 system_pods.go:89] "coredns-66bc5c9577-ptwl7" [d9023e45-0dd5-44af-9cb8-51be28bca8c7] Running
I0908 12:20:54.222885 828015 system_pods.go:89] "csi-hostpath-attacher-0" [52f0f678-a7cd-401c-8b66-8cc7f38a52d7] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0908 12:20:54.222900 828015 system_pods.go:89] "csi-hostpath-resizer-0" [caa992c7-1b39-40df-852e-edfd19065fc2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0908 12:20:54.222913 828015 system_pods.go:89] "csi-hostpathplugin-rs4qf" [67541ad1-f01e-45b5-8790-f08207c9af6d] 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])
I0908 12:20:54.222926 828015 system_pods.go:89] "etcd-addons-763766" [4483b15c-1ea5-46b7-8c90-2a0113f28083] Running
I0908 12:20:54.222936 828015 system_pods.go:89] "kindnet-mwwmj" [eb7c09c0-584e-449c-91bc-477b4daa7ac4] Running
I0908 12:20:54.222945 828015 system_pods.go:89] "kube-apiserver-addons-763766" [0765cffd-0792-4988-9c18-506f52d8e444] Running
I0908 12:20:54.222953 828015 system_pods.go:89] "kube-controller-manager-addons-763766" [d78d1426-385f-4236-94d0-59fd95e4bbb6] Running
I0908 12:20:54.222964 828015 system_pods.go:89] "kube-ingress-dns-minikube" [6104af7c-fc9d-4fa8-a99c-0529ff5808f9] Running
I0908 12:20:54.222972 828015 system_pods.go:89] "kube-proxy-xrgvx" [804d61d8-d2a3-4f00-9a93-fbeb6de18b0f] Running
I0908 12:20:54.222977 828015 system_pods.go:89] "kube-scheduler-addons-763766" [8792b7e1-c9af-48f7-9764-bf969d1e338f] Running
I0908 12:20:54.222985 828015 system_pods.go:89] "metrics-server-85b7d694d7-mlc6j" [cf5181e4-d739-42f5-8ab4-b6b0f665f63b] Running
I0908 12:20:54.222994 828015 system_pods.go:89] "nvidia-device-plugin-daemonset-lnt62" [ed7f7bfc-73ba-4ca5-8409-615b01e2a6f6] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0908 12:20:54.223005 828015 system_pods.go:89] "registry-66898fdd98-f5rlf" [fcfa87e1-8e7a-498c-b457-db50556ce9f5] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0908 12:20:54.223016 828015 system_pods.go:89] "registry-creds-764b6fb674-hj26g" [0f5b3b8e-9d0e-4aab-91f7-f458707b5876] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0908 12:20:54.223027 828015 system_pods.go:89] "registry-proxy-ww4lc" [f380baa9-6b05-4bff-ac1e-4b517ec03afb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0908 12:20:54.223037 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-flxps" [443d6d67-ab74-4e56-9e18-68fbec930de3] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:54.223050 828015 system_pods.go:89] "snapshot-controller-7d9fbc56b8-kq9mv" [379d3bc2-5012-400d-b90c-bb83df617cfa] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0908 12:20:54.223056 828015 system_pods.go:89] "storage-provisioner" [21430523-f043-43bd-8bbf-be822acc311c] Running
I0908 12:20:54.223068 828015 system_pods.go:126] duration metric: took 44.979152332s to wait for k8s-apps to be running ...
I0908 12:20:54.223081 828015 system_svc.go:44] waiting for kubelet service to be running ....
I0908 12:20:54.223142 828015 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0908 12:20:54.236792 828015 system_svc.go:56] duration metric: took 13.701571ms WaitForService to wait for kubelet
I0908 12:20:54.236818 828015 kubeadm.go:578] duration metric: took 54.537749791s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0908 12:20:54.236839 828015 node_conditions.go:102] verifying NodePressure condition ...
I0908 12:20:54.239649 828015 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
I0908 12:20:54.239681 828015 node_conditions.go:123] node cpu capacity is 8
I0908 12:20:54.239701 828015 node_conditions.go:105] duration metric: took 2.857068ms to run NodePressure ...
I0908 12:20:54.239717 828015 start.go:241] waiting for startup goroutines ...
I0908 12:20:54.459777 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:54.609685 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:54.651772 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:54.651850 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:54.959912 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:55.109450 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:55.151171 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:55.151226 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:55.458953 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:55.609529 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:55.651447 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:55.651472 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:55.960006 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:56.108802 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:56.151526 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:56.151636 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:56.459755 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:56.609893 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:56.651642 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:56.651713 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:56.959826 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:57.109669 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:57.151227 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:57.151448 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:57.365476 828015 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
I0908 12:20:57.459861 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:57.611468 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:57.651248 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:57.651281 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W0908 12:20:57.889014 828015 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
I0908 12:20:57.889053 828015 retry.go:31] will retry after 30.894899433s: 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
I0908 12:20:57.960177 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:58.108838 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:58.151474 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:58.151534 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:58.459904 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:58.609003 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:58.650981 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:58.651027 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:58.960211 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:59.108984 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:59.150657 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:59.150695 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:59.460139 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:20:59.608875 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:20:59.653964 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:20:59.654124 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:20:59.959071 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:00.108942 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:00.150804 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:00.150857 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:00.459786 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:00.609891 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:00.651625 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:00.651626 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:00.959910 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:01.109645 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:01.151447 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:01.151495 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:01.459600 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:01.609417 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:01.651384 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:01.651475 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:01.959780 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:02.109792 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:02.151868 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:02.151918 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:02.460002 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:02.608876 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:02.651606 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:02.651606 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:02.960073 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:03.109048 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:03.150857 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:03.150930 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:03.459581 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:03.637867 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:03.651821 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:03.651921 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:03.960054 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:04.108817 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:04.151583 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:04.151628 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:04.459810 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:04.609752 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:04.651963 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:04.653992 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:04.959213 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:05.108650 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:05.151221 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:05.151431 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:05.459264 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:05.608503 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:05.651316 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:05.651316 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:05.959245 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:06.109123 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:06.150782 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:06.150838 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:06.460333 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:06.609043 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:06.650591 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:06.650734 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:06.960071 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:07.108535 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:07.151242 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:07.151242 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:07.459316 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:07.608739 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:07.651618 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:07.651659 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:07.959829 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:08.109495 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:08.151222 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:08.151439 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:08.459649 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:08.609734 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:08.651658 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:08.651805 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:08.959873 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:09.109430 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:09.151183 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:09.151317 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:09.459833 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:09.609771 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:09.651916 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:09.652135 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:09.959424 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:10.109168 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:10.150722 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:10.150875 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:10.459617 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:10.609726 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:10.651652 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:10.651741 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:10.959969 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:11.109382 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:11.150987 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:11.151012 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:11.459123 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:11.608695 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:11.651474 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:11.651523 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:11.959738 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:12.109479 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:12.151331 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:12.151491 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:12.459966 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:12.609015 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:12.650729 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:12.650767 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:12.959904 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:13.109422 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:13.151061 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:13.151223 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:13.459056 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:13.608661 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:13.651540 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:13.651597 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:13.960227 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:14.108887 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:14.151570 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:14.151604 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:14.459935 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:14.609877 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:14.651632 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:14.651692 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:14.959814 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:15.109462 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:15.151237 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:15.151319 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:15.459436 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:15.608610 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:15.651239 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:15.651384 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:15.959511 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:16.109179 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:16.150900 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:16.150956 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:16.458811 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:16.609795 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:16.651550 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:16.651710 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:16.960014 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:17.108994 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:17.150574 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:17.150617 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:17.459815 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:17.609347 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:17.650889 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:17.650955 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:17.959151 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:18.108719 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:18.151561 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:18.151630 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:18.459767 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:18.609853 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:18.651647 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:18.651679 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:18.959836 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:19.110029 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:19.150958 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:19.150977 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:19.459012 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:19.609769 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:19.651600 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:19.651632 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:19.959888 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:20.109517 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:20.151308 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:20.151351 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:20.459524 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:20.609091 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:20.651158 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:20.651176 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:20.959331 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:21.109018 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:21.150704 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:21.150817 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:21.460230 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:21.608861 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:21.651541 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:21.651613 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:21.960349 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:22.109331 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:22.151267 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:22.151525 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:22.459662 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:22.626470 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:22.651870 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:22.652127 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:22.960099 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:23.109090 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:23.150826 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:23.150848 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:23.460185 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:23.608887 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:23.651638 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:23.651734 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:23.962684 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:24.109475 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:24.151259 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:24.151289 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:24.459369 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:24.608666 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:24.651789 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:24.651816 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:24.959762 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:25.109456 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:25.151105 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:25.151159 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:25.459298 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:25.609458 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:25.651171 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:25.651363 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:25.959419 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:26.108877 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:26.151360 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:26.151383 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:26.459553 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:26.609013 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:26.651414 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:26.651512 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:26.959835 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:27.109967 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:27.151390 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:27.151466 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:27.459615 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:27.609327 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:27.651006 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:27.651006 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:27.959660 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:28.109042 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:28.150514 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:28.150556 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:28.459747 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:28.609870 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:28.710699 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:28.710699 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:28.784721 828015 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
I0908 12:21:28.960223 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:29.109629 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:29.151167 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:29.151253 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
W0908 12:21:29.315893 828015 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
I0908 12:21:29.315926 828015 retry.go:31] will retry after 25.257156421s: 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
I0908 12:21:29.459883 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:29.609726 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:29.651590 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:29.651743 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:29.960009 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:30.108925 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:30.150735 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:30.150769 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:30.459670 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:30.609224 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:30.651250 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:30.651296 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:30.959744 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:31.109787 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:31.151594 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:31.151618 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:31.459811 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:31.609658 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:31.651416 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:31.651617 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:31.959729 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:32.109609 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:32.151804 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:32.151813 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:32.460316 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:32.608714 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:32.651666 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:32.651789 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:32.960054 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:33.108884 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:33.150597 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:33.150650 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:33.459708 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:33.609331 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:33.651295 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:33.651431 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:33.959676 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:34.126673 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:34.151606 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:34.151651 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:34.459164 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:34.608792 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:34.709785 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:34.710046 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:34.960131 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:35.108932 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:35.151916 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:35.152055 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:35.460213 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:35.608663 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:35.652851 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:35.652940 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:35.960495 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:36.128112 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:36.150921 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:36.150947 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:36.459976 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:36.610538 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:36.651215 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:36.651541 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:36.959902 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:37.109379 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:37.151098 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:37.151194 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:37.459521 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:37.609316 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:37.651232 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:37.651259 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:37.959349 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:38.108864 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:38.151711 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:38.151833 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:38.473746 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:38.609472 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:38.651151 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:38.651316 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:38.959322 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:39.109221 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:39.151193 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:39.151432 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:39.459844 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:39.609807 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:39.651739 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:39.651885 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:39.959495 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:40.109315 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:40.151331 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:40.151409 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:40.459786 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:40.610466 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:40.650527 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:40.650600 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:40.959861 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:41.109502 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:41.151058 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:41.151055 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:41.458980 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:41.608554 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:41.651582 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:41.652061 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:41.959918 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:42.110190 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:42.150927 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:42.151057 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:42.460460 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:42.609341 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:42.651333 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:42.651511 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:42.960300 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:43.109119 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:43.210188 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:43.210306 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:43.459190 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:43.608868 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:43.651787 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:43.651885 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:43.960123 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:44.108701 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:44.151933 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:44.151969 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:44.459849 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:44.609425 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:44.651164 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:44.651194 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:44.959649 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:45.109300 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:45.151242 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:45.151341 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:45.459686 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:45.609760 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:45.651617 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:45.651642 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:45.959833 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:46.109456 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:46.151554 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:46.151578 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:46.459507 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:46.609426 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:46.651268 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:46.651308 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:46.959347 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:47.109046 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:47.150672 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:47.150804 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:47.459898 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:47.610309 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:47.651146 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:47.651261 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:47.960099 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:48.108692 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:48.209924 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:48.210024 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:48.460164 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:48.608963 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:48.650819 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:48.651018 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:48.959598 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:49.109317 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:49.150896 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:49.150999 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:49.459236 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:49.608776 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:49.651565 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:49.651610 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:49.959732 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:50.110488 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:50.151424 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:50.151460 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:50.459933 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:50.609636 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:50.651270 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:50.651436 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:50.959752 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:51.109294 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:51.150910 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:51.151147 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:51.459787 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:51.609441 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:51.651204 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:51.651242 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:51.959368 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:52.108950 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:52.150945 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:52.151060 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:52.459491 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:52.609318 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:52.651646 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:52.651744 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:52.960354 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:53.109021 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:53.151074 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:53.151365 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:53.460164 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:53.628368 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:53.651527 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:53.651544 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:53.960063 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:54.126839 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:54.151319 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:54.151517 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:54.460230 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:54.573216 828015 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
I0908 12:21:54.626966 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:54.651613 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:54.651630 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:54.960485 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:55.126427 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:55.151033 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:55.151118 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:55.460545 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:55.628684 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:55.652296 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:55.652586 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:55.769799 828015 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.19649194s)
W0908 12:21:55.769856 828015 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
W0908 12:21:55.769974 828015 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
]
I0908 12:21:55.960447 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:56.109151 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:56.151118 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:56.151170 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:56.460280 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:56.628240 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:56.651442 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:56.651471 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:56.960271 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:57.108621 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:57.151797 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:57.151853 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:57.460436 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:57.609288 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:57.651255 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:57.651288 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:57.959885 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:58.128005 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:58.151315 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:58.151647 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:58.459419 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:58.626942 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:58.651859 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:58.651903 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:58.959513 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:59.109271 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:59.150857 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:59.150912 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:59.458939 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:21:59.608573 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:21:59.650993 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:21:59.651121 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:21:59.959383 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:00.109092 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:00.150905 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:00.151032 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:00.460179 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:00.608978 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:00.651020 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:00.651034 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:00.960283 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:01.109095 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:01.151129 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:01.151159 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:01.459415 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:01.609405 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:01.651277 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:01.651361 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:01.959518 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:02.108995 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:02.150497 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:02.150552 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:02.459368 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:02.608970 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:02.650666 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:02.650695 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:02.959998 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:03.108698 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:03.151220 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:03.151342 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:03.459539 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:03.609553 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:03.651228 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:03.651380 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:03.959760 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:04.109367 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:04.151332 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:04.151362 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:04.459717 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:04.609175 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:04.651056 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:04.651073 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:04.959750 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:05.109307 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:05.151225 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:05.151231 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:05.459629 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:05.608884 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:05.651936 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:05.652229 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:05.960141 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:06.127980 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:06.150964 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:06.151134 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:06.460053 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:06.628130 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:06.651282 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:06.651338 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:06.959707 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:07.109218 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:07.150841 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:07.150949 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:07.459002 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:07.608495 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:07.651311 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:07.651355 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:07.959600 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:08.109766 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:08.151490 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:08.151686 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:08.459495 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:08.609081 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:08.650780 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:08.650818 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:08.960225 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:09.109285 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:09.150869 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:09.151055 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:09.460071 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:09.608672 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:09.651889 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:09.651969 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:09.959041 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:10.109677 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:10.151604 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:10.151810 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:10.460125 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:10.608728 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:10.651686 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:10.651798 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:10.960239 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:11.108968 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:11.150715 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:11.150746 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:11.459961 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:11.609804 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:11.652055 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:11.652126 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:11.959243 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:12.108912 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:12.151630 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:12.151632 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:12.460013 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:12.608322 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:12.651168 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:12.651394 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:12.959972 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:13.108573 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:13.151224 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:13.151381 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:13.459499 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:13.609143 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0908 12:22:13.650852 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:13.650982 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:13.959354 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:14.109456 828015 kapi.go:107] duration metric: took 2m2.503566429s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0908 12:22:14.111066 828015 out.go:179] * Your GCP credentials will now be mounted into every pod created in the addons-763766 cluster.
I0908 12:22:14.112170 828015 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.
I0908 12:22:14.113053 828015 out.go:179] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0908 12:22:14.151187 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:14.151226 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:14.459584 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:14.652080 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:14.652188 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:14.959533 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:15.151307 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:15.151459 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:15.460175 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:15.650708 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:15.650759 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:15.959951 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:16.150661 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:16.150830 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:16.460199 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:16.651109 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:16.651129 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:16.959758 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:17.151531 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:17.151607 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:17.459929 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:17.650872 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:17.651017 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:17.958935 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:18.151515 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:18.151629 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:18.459956 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:18.650602 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:18.650792 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:18.960574 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:19.151236 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:19.151377 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:19.459609 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:19.651440 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:19.651476 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:19.959788 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:20.151695 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:20.151704 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:20.459955 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:20.650877 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:20.650954 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:20.960233 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:21.150867 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:21.150908 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:21.460152 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:21.651184 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:21.651259 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:21.959688 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:22.151441 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:22.151569 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:22.459651 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:22.651567 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:22.651600 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:22.960376 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:23.151010 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:23.151079 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:23.459476 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:23.651240 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:23.651291 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:23.959405 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:24.151242 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:24.151328 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:24.459670 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:24.651576 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:24.651671 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:24.959556 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:25.152075 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:25.152105 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:25.459583 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:25.651185 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:25.651262 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:25.959217 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:26.151688 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:26.151826 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:26.460192 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:26.651244 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:26.651732 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:26.959738 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:27.151562 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:27.151648 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:27.460182 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:27.651270 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:27.651381 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:27.959597 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:28.151893 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:28.152018 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:28.460112 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:28.650921 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:28.650964 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:28.960251 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:29.151619 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:29.151667 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:29.459928 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:29.651036 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:29.651053 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:29.959325 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:30.151345 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:30.151391 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:30.576581 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:30.651445 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:30.651510 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:30.959438 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:31.151552 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:31.151720 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:31.459736 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:31.651759 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:31.651951 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:31.959884 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:32.150835 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:32.150853 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:32.459830 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:32.651722 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:32.651952 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:32.959344 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:33.151205 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:33.151276 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:33.459109 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:33.651036 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:33.651124 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:33.959054 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:34.150770 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:34.150858 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:34.458880 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:34.650851 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:34.650989 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:34.959919 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:35.151037 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:35.151073 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:35.459882 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:35.651403 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:35.651525 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:35.959750 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:36.152269 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:36.152514 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:36.459034 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:36.651137 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:36.651206 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:36.959095 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:37.151339 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:37.151547 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:37.459478 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:37.651695 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:37.651742 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:37.959473 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:38.151470 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:38.151518 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:38.460482 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:38.652304 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:38.652358 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:38.960358 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:39.156579 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:39.156722 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:39.527815 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:39.651878 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:39.652091 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:39.959602 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:40.151793 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:40.151829 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:40.460006 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:40.651938 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:40.651971 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:40.960250 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:41.151841 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:41.152087 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:41.460105 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:41.651589 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:41.651708 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:41.959948 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:42.151260 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:42.151370 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:42.460217 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:42.652442 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:42.652565 828015 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0908 12:22:42.959889 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:43.150383 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:43.150457 828015 kapi.go:107] duration metric: took 2m34.002590557s to wait for app.kubernetes.io/name=ingress-nginx ...
I0908 12:22:43.459359 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:43.651298 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:43.959450 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:44.220741 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:44.459660 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:44.651844 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:44.958968 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:45.151211 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:45.459128 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:45.651180 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:45.959255 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:46.150936 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:46.460077 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:46.651068 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:46.959044 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:47.151103 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:47.459602 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:47.651293 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:47.959608 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:48.151983 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:48.459433 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:48.651045 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:48.959917 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:49.151040 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:49.459571 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0908 12:22:49.651700 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:50.031518 828015 kapi.go:107] duration metric: took 2m40.57543255s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0908 12:22:50.150959 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:50.651628 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:51.151049 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:51.651512 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:52.151203 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:52.651540 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:53.150693 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:53.651119 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:54.152120 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:54.651952 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:55.151695 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:55.651351 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:56.150938 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:56.651451 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:57.150935 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:57.651821 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:58.151226 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:58.651634 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:59.151216 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:22:59.651840 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:00.151605 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:00.651240 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:01.151016 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:01.651642 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:02.150999 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:02.651395 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:03.150449 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:03.650710 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:04.151000 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:04.651642 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:05.151262 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:05.650957 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:06.151620 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:06.651394 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:07.150849 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:07.651156 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:08.151625 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:08.650942 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:09.151499 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:09.651218 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:10.151325 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:10.651573 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:11.151269 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:11.650840 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:12.151085 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:12.651948 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:13.151235 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:13.651535 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:14.151102 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:14.652112 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:15.151714 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:15.651261 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:16.150823 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:16.651710 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:17.151014 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:17.651456 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:18.150887 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:18.651385 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:19.150341 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:19.651037 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:20.151642 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:20.651273 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:21.150436 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:21.651253 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:22.151637 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:22.650931 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:23.154986 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:23.651834 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:24.151164 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:24.651595 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:25.151236 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:25.651808 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:26.151071 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:26.651924 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:27.151955 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:27.651588 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:28.150668 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:28.650895 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:29.151794 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:29.651671 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:30.151360 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:30.652147 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:31.151607 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:31.651350 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:32.152108 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:32.651227 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:33.150904 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:33.651580 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:34.151172 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:34.651756 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:35.151187 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:35.651760 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:36.150638 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:36.651514 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:37.151243 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:37.651975 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:38.151376 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:38.650710 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:39.151557 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:39.651326 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:40.151835 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:40.651551 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:41.150590 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:41.651645 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:42.151046 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:42.651579 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:43.150525 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:43.651726 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:44.150710 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:44.651595 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:45.150996 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:45.651991 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:46.151575 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:46.651399 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:47.150655 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:47.651624 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:48.150717 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:48.651087 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:49.151214 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:49.651932 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:50.151361 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:50.650925 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:51.151654 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:51.651560 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:52.151300 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:52.650664 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:53.150669 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:53.651193 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:54.151582 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:54.651402 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:55.151392 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:55.651408 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:56.151041 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:56.651474 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:57.151153 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:57.651419 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:58.150628 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:58.650889 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:59.151435 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:23:59.651113 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:00.151034 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:00.651912 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:01.151486 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:01.651185 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:02.151426 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:02.650840 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:03.151236 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:03.651965 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:04.151562 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:04.651380 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:05.150732 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:05.651148 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:06.151116 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:06.652130 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:07.151735 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:07.651484 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:08.150872 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:08.651386 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:09.150682 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:09.651222 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:10.151527 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:10.651322 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:11.150903 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:11.652158 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:12.151647 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:12.650795 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:13.151266 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:13.651249 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:14.151163 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:14.652056 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:15.151904 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:15.651774 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:16.151529 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:16.651327 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:17.150948 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:17.651708 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:18.150750 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:18.651022 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:19.151576 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:19.651195 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:20.152062 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:20.651699 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:21.151421 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:21.651777 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:22.151429 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:22.650767 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:23.150954 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:23.651786 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:24.151109 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:24.650835 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:25.150768 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:25.651127 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:26.151776 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:26.651447 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:27.151078 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:27.651790 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:28.151077 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:28.651501 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:29.151223 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:29.652194 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:30.151929 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:30.651569 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:31.151403 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:31.651479 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:32.150674 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:32.650885 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:33.151263 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:33.651007 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:34.151477 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:34.651215 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:35.151987 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:35.651223 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:36.151715 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:36.651437 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:37.151148 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:37.651874 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:38.151425 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:38.650686 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:39.151040 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:39.651376 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:40.151786 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:40.651303 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:41.150843 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:41.651666 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:42.150989 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:42.651320 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:43.150437 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:43.651171 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:44.151572 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:44.650928 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:45.151631 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:45.651521 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:46.151097 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:46.651574 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:47.151106 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:47.652108 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:48.152096 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:48.651488 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:49.150779 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:49.650933 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:50.151716 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:50.650994 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:51.151727 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:51.651311 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:52.150967 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:52.651339 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:53.150756 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:53.651491 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:54.151203 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:54.650789 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:55.150780 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:55.651452 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:56.151168 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:56.651746 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:57.150905 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:57.651350 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:58.153895 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:58.651122 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:59.151462 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:24:59.651122 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:00.151587 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:00.650811 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:01.153345 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:01.651523 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:02.151428 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:02.650850 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:03.151393 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:03.651019 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:04.151778 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:04.651260 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:05.151974 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:05.651607 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:06.151258 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:06.650874 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:07.151742 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:07.651270 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:08.151098 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:08.651499 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:09.150851 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:09.652762 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:10.151411 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:10.650605 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:11.151295 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:11.651413 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:12.151216 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:12.651939 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:13.151762 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:13.650814 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:14.151289 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:14.651015 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:15.151913 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:15.651540 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:16.151179 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:16.651454 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:17.151536 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:17.651188 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:18.151729 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:18.651212 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:19.151885 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:19.651332 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:20.152057 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:20.651220 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:21.152418 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:21.651096 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:22.151557 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:22.651421 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:23.150862 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:23.651404 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:24.150599 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:24.650916 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:25.151497 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:25.651051 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:26.152068 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:26.651412 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:27.150729 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:27.651253 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:28.150740 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:28.651450 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:29.150718 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:29.650924 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:30.151797 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:30.651069 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:31.151759 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:31.651231 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:32.151642 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:32.650952 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:33.151243 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:33.651816 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:34.151690 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:34.650863 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:35.151604 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:35.650801 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:36.151377 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:36.650864 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:37.151518 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:37.650953 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:38.151626 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:38.651119 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:39.151893 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:39.651137 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:40.151558 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:40.650748 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:41.151030 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:41.651108 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:42.152102 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:42.651295 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:43.150997 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:43.651654 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:44.150932 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:44.651494 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:45.151470 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:45.651842 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:46.151691 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:46.651059 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:47.151611 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:47.650614 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:48.150945 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:48.651370 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:49.151017 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:49.651105 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:50.151801 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:50.651192 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:51.151851 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:51.651237 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:52.151967 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:52.651430 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:53.150934 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:53.651869 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:54.151411 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:54.650598 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:55.151191 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:55.651534 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:56.151423 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:56.650741 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:57.151192 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:57.651626 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:58.151442 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:58.651340 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:59.151016 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:25:59.651985 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:26:00.151807 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:26:00.651577 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:26:01.151461 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:26:01.651030 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:26:02.151936 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:26:02.651219 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:26:03.152300 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:26:03.651010 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:26:04.151847 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:26:04.651224 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:26:05.152109 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:26:05.651476 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:26:06.151347 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:26:06.650852 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:26:07.151469 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:26:07.650616 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:26:08.151227 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:26:08.651537 828015 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0908 12:26:09.148053 828015 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]
I0908 12:26:09.148089 828015 kapi.go:107] duration metric: took 6m0.000278354s to wait for kubernetes.io/minikube-addons=registry ...
W0908 12:26:09.148223 828015 out.go:285] ! Enabling 'registry' returned an error: running callbacks: [waiting for kubernetes.io/minikube-addons=registry pods: context deadline exceeded]
I0908 12:26:09.150113 828015 out.go:179] * Enabled addons: nvidia-device-plugin, amd-gpu-device-plugin, registry-creds, storage-provisioner, default-storageclass, ingress-dns, volcano, cloud-spanner, metrics-server, yakd, storage-provisioner-rancher, volumesnapshots, gcp-auth, ingress, csi-hostpath-driver
I0908 12:26:09.151177 828015 addons.go:514] duration metric: took 6m9.452059355s for enable addons: enabled=[nvidia-device-plugin amd-gpu-device-plugin registry-creds storage-provisioner default-storageclass ingress-dns volcano cloud-spanner metrics-server yakd storage-provisioner-rancher volumesnapshots gcp-auth ingress csi-hostpath-driver]
I0908 12:26:09.151246 828015 start.go:246] waiting for cluster config update ...
I0908 12:26:09.151283 828015 start.go:255] writing updated cluster config ...
I0908 12:26:09.151632 828015 ssh_runner.go:195] Run: rm -f paused
I0908 12:26:09.155453 828015 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" ...
I0908 12:26:09.159100 828015 pod_ready.go:83] waiting for pod "coredns-66bc5c9577-ptwl7" in "kube-system" namespace to be "Ready" or be gone ...
I0908 12:26:09.163177 828015 pod_ready.go:94] pod "coredns-66bc5c9577-ptwl7" is "Ready"
I0908 12:26:09.163201 828015 pod_ready.go:86] duration metric: took 4.065455ms for pod "coredns-66bc5c9577-ptwl7" in "kube-system" namespace to be "Ready" or be gone ...
I0908 12:26:09.164911 828015 pod_ready.go:83] waiting for pod "etcd-addons-763766" in "kube-system" namespace to be "Ready" or be gone ...
I0908 12:26:09.168297 828015 pod_ready.go:94] pod "etcd-addons-763766" is "Ready"
I0908 12:26:09.168316 828015 pod_ready.go:86] duration metric: took 3.386806ms for pod "etcd-addons-763766" in "kube-system" namespace to be "Ready" or be gone ...
I0908 12:26:09.169946 828015 pod_ready.go:83] waiting for pod "kube-apiserver-addons-763766" in "kube-system" namespace to be "Ready" or be gone ...
I0908 12:26:09.172965 828015 pod_ready.go:94] pod "kube-apiserver-addons-763766" is "Ready"
I0908 12:26:09.172980 828015 pod_ready.go:86] duration metric: took 3.016273ms for pod "kube-apiserver-addons-763766" in "kube-system" namespace to be "Ready" or be gone ...
I0908 12:26:09.174574 828015 pod_ready.go:83] waiting for pod "kube-controller-manager-addons-763766" in "kube-system" namespace to be "Ready" or be gone ...
I0908 12:26:09.559306 828015 pod_ready.go:94] pod "kube-controller-manager-addons-763766" is "Ready"
I0908 12:26:09.559345 828015 pod_ready.go:86] duration metric: took 384.754253ms for pod "kube-controller-manager-addons-763766" in "kube-system" namespace to be "Ready" or be gone ...
I0908 12:26:09.759345 828015 pod_ready.go:83] waiting for pod "kube-proxy-xrgvx" in "kube-system" namespace to be "Ready" or be gone ...
I0908 12:26:10.159294 828015 pod_ready.go:94] pod "kube-proxy-xrgvx" is "Ready"
I0908 12:26:10.159327 828015 pod_ready.go:86] duration metric: took 399.94601ms for pod "kube-proxy-xrgvx" in "kube-system" namespace to be "Ready" or be gone ...
I0908 12:26:10.359629 828015 pod_ready.go:83] waiting for pod "kube-scheduler-addons-763766" in "kube-system" namespace to be "Ready" or be gone ...
I0908 12:26:10.759447 828015 pod_ready.go:94] pod "kube-scheduler-addons-763766" is "Ready"
I0908 12:26:10.759475 828015 pod_ready.go:86] duration metric: took 399.820199ms for pod "kube-scheduler-addons-763766" in "kube-system" namespace to be "Ready" or be gone ...
I0908 12:26:10.759489 828015 pod_ready.go:40] duration metric: took 1.604012206s 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" ...
I0908 12:26:10.804550 828015 start.go:617] kubectl: 1.33.2, cluster: 1.34.0 (minor skew: 1)
I0908 12:26:10.806219 828015 out.go:179] * Done! kubectl is now configured to use "addons-763766" cluster and "default" namespace by default
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
2c5bddee7edcf 738351fd438f0 9 minutes ago Running csi-snapshotter 0 c08805406ada4 csi-hostpathplugin-rs4qf
fd43637f07a27 931dbfd16f87c 9 minutes ago Running csi-provisioner 0 c08805406ada4 csi-hostpathplugin-rs4qf
818766bfed326 e899260153aed 9 minutes ago Running liveness-probe 0 c08805406ada4 csi-hostpathplugin-rs4qf
25fd91a8dfaab 1bec18b3728e7 9 minutes ago Running controller 0 fe67979832e08 ingress-nginx-controller-9cc49f96f-ml59r
400334925f2fa e255e073c508c 9 minutes ago Running hostpath 0 c08805406ada4 csi-hostpathplugin-rs4qf
8eaa284e0b10d 88ef14a257f42 9 minutes ago Running node-driver-registrar 0 c08805406ada4 csi-hostpathplugin-rs4qf
1cd532f8655da 7a12f2aed60be 9 minutes ago Running gcp-auth 0 43c035e1c3e39 gcp-auth-78565c9fb4-xpbcl
92bb749452269 c7e3a3eeaf5ed 10 minutes ago Running yakd 0 eaeae168a40ea yakd-dashboard-5ff678cb9-5r7vw
9e85938362f18 aa61ee9c70bc4 10 minutes ago Running volume-snapshot-controller 0 bb60ee709711c snapshot-controller-7d9fbc56b8-kq9mv
f645917e8e659 7a640256a07e2 10 minutes ago Running nvidia-device-plugin-ctr 0 704aa5a97970f nvidia-device-plugin-daemonset-lnt62
5dab28ccdc638 8c217da6734db 10 minutes ago Exited patch 2 e989485218774 ingress-nginx-admission-patch-fg576
812a529a46bee 19a639eda60f0 10 minutes ago Running csi-resizer 0 6ed9a795dd2eb csi-hostpath-resizer-0
a4c7142892ffe 8c217da6734db 10 minutes ago Exited create 0 37210f211011d ingress-nginx-admission-create-hjnh6
f73b8d8d61162 59cbb42146a37 10 minutes ago Running csi-attacher 0 44aea692d3ad7 csi-hostpath-attacher-0
57baa5d063b73 aa61ee9c70bc4 10 minutes ago Running volume-snapshot-controller 0 98aa26f5cea31 snapshot-controller-7d9fbc56b8-flxps
1f633ea81b6f3 a1ed5895ba635 10 minutes ago Running csi-external-health-monitor-controller 0 c08805406ada4 csi-hostpathplugin-rs4qf
2f8afbf2c6bea b1c9f9ef5f0c2 10 minutes ago Running registry-proxy 0 f7dea36634159 registry-proxy-ww4lc
2828ad1e3aba3 9660a1727a977 10 minutes ago Running gadget 0 f45428552e274 gadget-w7pjw
9d4eb17bac776 e16d1e3a10667 11 minutes ago Running local-path-provisioner 0 34285c9c4c02c local-path-provisioner-648f6765c9-8mv89
ebbc2d8e00fc2 4e227c6080746 11 minutes ago Running cloud-spanner-emulator 0 b677a86051f6e cloud-spanner-emulator-c55d4cb6d-2cncq
23f13dbb01339 52546a367cc9e 11 minutes ago Running coredns 0 e7fb2a464aae1 coredns-66bc5c9577-ptwl7
9c5a59c11e0a1 b9e1e3849e070 11 minutes ago Running metrics-server 0 2c5dc77e32fe1 metrics-server-85b7d694d7-mlc6j
d267279c47e76 b6ab53fbfedaa 11 minutes ago Running minikube-ingress-dns 0 78199fb51cb05 kube-ingress-dns-minikube
76e56c343b947 6e38f40d628db 12 minutes ago Running storage-provisioner 0 aaec080ca3009 storage-provisioner
4bed4313750eb 409467f978b4a 12 minutes ago Running kindnet-cni 0 2a5e927a4a5b9 kindnet-mwwmj
1968b075ae7e8 df0860106674d 12 minutes ago Running kube-proxy 0 59017aeb414df kube-proxy-xrgvx
6e19f136fd5eb 5f1f5298c888d 12 minutes ago Running etcd 0 53f0b88668839 etcd-addons-763766
5bf7600536ea4 90550c43ad2bc 12 minutes ago Running kube-apiserver 0 1c4a1bc1a709c kube-apiserver-addons-763766
0dc6014e1f4b2 46169d968e920 12 minutes ago Running kube-scheduler 0 db5371be69f13 kube-scheduler-addons-763766
80ec8a46b1010 a0af72f2ec6d6 12 minutes ago Running kube-controller-manager 0 3ab5f75359694 kube-controller-manager-addons-763766
==> containerd <==
Sep 08 12:27:48 addons-763766 containerd[877]: time="2025-09-08T12:27:48.035810961Z" level=info msg="PullImage \"docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\""
Sep 08 12:27:48 addons-763766 containerd[877]: time="2025-09-08T12:27:48.037591184Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Sep 08 12:27:49 addons-763766 containerd[877]: time="2025-09-08T12:27:49.288214994Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Sep 08 12:27:53 addons-763766 containerd[877]: time="2025-09-08T12:27:53.666994883Z" 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:42be4a75b921489e51574e12889b71484a6524a02c4008c52c6f26ce30c7b990: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
Sep 08 12:27:53 addons-763766 containerd[877]: time="2025-09-08T12:27:53.667094801Z" level=info msg="stop pulling image docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: active requests=0, bytes read=19963"
Sep 08 12:28:03 addons-763766 containerd[877]: time="2025-09-08T12:28:03.034877481Z" level=info msg="PullImage \"docker.io/volcanosh/vc-controller-manager:v1.12.2@sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90\""
Sep 08 12:28:03 addons-763766 containerd[877]: time="2025-09-08T12:28:03.036407891Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Sep 08 12:28:04 addons-763766 containerd[877]: time="2025-09-08T12:28:04.289463978Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Sep 08 12:28:07 addons-763766 containerd[877]: time="2025-09-08T12:28:07.918157361Z" level=error msg="PullImage \"docker.io/volcanosh/vc-controller-manager:v1.12.2@sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90\" failed" error="failed to pull and unpack image \"docker.io/volcanosh/vc-controller-manager@sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-controller-manager/manifests/sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
Sep 08 12:28:07 addons-763766 containerd[877]: time="2025-09-08T12:28:07.918236087Z" level=info msg="stop pulling image docker.io/volcanosh/vc-controller-manager@sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90: active requests=0, bytes read=11063"
Sep 08 12:28:14 addons-763766 containerd[877]: time="2025-09-08T12:28:14.036074678Z" level=info msg="PullImage \"docker.io/rocm/k8s-device-plugin:1.25.2.8@sha256:f3835498cf2274e0a07c32b38c166c05a876f8eb776d756cc06805e599a3ba5f\""
Sep 08 12:28:14 addons-763766 containerd[877]: time="2025-09-08T12:28:14.037779124Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Sep 08 12:28:15 addons-763766 containerd[877]: time="2025-09-08T12:28:15.313634810Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Sep 08 12:28:18 addons-763766 containerd[877]: time="2025-09-08T12:28:18.993606832Z" level=error msg="PullImage \"docker.io/rocm/k8s-device-plugin:1.25.2.8@sha256:f3835498cf2274e0a07c32b38c166c05a876f8eb776d756cc06805e599a3ba5f\" failed" error="failed to pull and unpack image \"docker.io/rocm/k8s-device-plugin@sha256:f3835498cf2274e0a07c32b38c166c05a876f8eb776d756cc06805e599a3ba5f\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/rocm/k8s-device-plugin/manifests/sha256:f3835498cf2274e0a07c32b38c166c05a876f8eb776d756cc06805e599a3ba5f: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
Sep 08 12:28:18 addons-763766 containerd[877]: time="2025-09-08T12:28:18.993658428Z" level=info msg="stop pulling image docker.io/rocm/k8s-device-plugin@sha256:f3835498cf2274e0a07c32b38c166c05a876f8eb776d756cc06805e599a3ba5f: active requests=0, bytes read=11014"
Sep 08 12:28:18 addons-763766 containerd[877]: time="2025-09-08T12:28:18.994405237Z" level=info msg="PullImage \"docker.io/volcanosh/vc-webhook-manager:v1.12.2@sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35\""
Sep 08 12:28:18 addons-763766 containerd[877]: time="2025-09-08T12:28:18.995615092Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Sep 08 12:28:20 addons-763766 containerd[877]: time="2025-09-08T12:28:20.257161056Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Sep 08 12:28:23 addons-763766 containerd[877]: time="2025-09-08T12:28:23.926190140Z" level=error msg="PullImage \"docker.io/volcanosh/vc-webhook-manager:v1.12.2@sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35\" failed" error="failed to pull and unpack image \"docker.io/volcanosh/vc-webhook-manager@sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-webhook-manager/manifests/sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
Sep 08 12:28:23 addons-763766 containerd[877]: time="2025-09-08T12:28:23.926223770Z" level=info msg="stop pulling image docker.io/volcanosh/vc-webhook-manager@sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35: active requests=0, bytes read=11047"
Sep 08 12:28:23 addons-763766 containerd[877]: time="2025-09-08T12:28:23.926972234Z" level=info msg="PullImage \"docker.io/volcanosh/vc-scheduler:v1.12.2@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e\""
Sep 08 12:28:23 addons-763766 containerd[877]: time="2025-09-08T12:28:23.928269838Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Sep 08 12:28:25 addons-763766 containerd[877]: time="2025-09-08T12:28:25.219065495Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Sep 08 12:28:28 addons-763766 containerd[877]: time="2025-09-08T12:28:28.859156619Z" level=error msg="PullImage \"docker.io/volcanosh/vc-scheduler:v1.12.2@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e\" failed" error="failed to pull and unpack image \"docker.io/volcanosh/vc-scheduler@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-scheduler/manifests/sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
Sep 08 12:28:28 addons-763766 containerd[877]: time="2025-09-08T12:28:28.859241597Z" level=info msg="stop pulling image docker.io/volcanosh/vc-scheduler@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e: active requests=0, bytes read=11015"
==> coredns [23f13dbb01339376b6a70e58a5df59417953228ccdd0c2b3fd6111bb6d044434] <==
[INFO] 10.244.0.11:39782 - 47244 "AAAA IN registry.kube-system.svc.cluster.local.local. udp 73 false 1232" NXDOMAIN qr,rd,ra 62 0.003701014s
[INFO] 10.244.0.11:39782 - 45163 "A IN registry.kube-system.svc.cluster.local.southamerica-west1-a.c.k8s-minikube.internal. udp 112 false 1232" NXDOMAIN qr,rd,ra 101 0.003274314s
[INFO] 10.244.0.11:39782 - 185 "AAAA IN registry.kube-system.svc.cluster.local.southamerica-west1-a.c.k8s-minikube.internal. udp 112 false 1232" NXDOMAIN qr,rd,ra 101 0.003986925s
[INFO] 10.244.0.11:39782 - 13680 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,rd,ra 80 0.002688516s
[INFO] 10.244.0.11:39782 - 17976 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,rd,ra 80 0.002761623s
[INFO] 10.244.0.11:39782 - 24664 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,rd,ra 72 0.00260306s
[INFO] 10.244.0.11:39782 - 7751 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,rd,ra 72 0.002696658s
[INFO] 10.244.0.11:39782 - 14811 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000142695s
[INFO] 10.244.0.11:39782 - 17467 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000176275s
[INFO] 10.244.0.11:47717 - 56943 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000175675s
[INFO] 10.244.0.11:47717 - 58371 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000247816s
[INFO] 10.244.0.11:47717 - 44397 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.000117674s
[INFO] 10.244.0.11:47717 - 49102 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.000153387s
[INFO] 10.244.0.11:47717 - 44020 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000118068s
[INFO] 10.244.0.11:47717 - 30467 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000126493s
[INFO] 10.244.0.11:47717 - 48849 "A IN registry.kube-system.svc.cluster.local.local. udp 73 false 1232" NXDOMAIN qr,rd,ra 62 0.002850684s
[INFO] 10.244.0.11:47717 - 43256 "AAAA IN registry.kube-system.svc.cluster.local.local. udp 73 false 1232" NXDOMAIN qr,rd,ra 62 0.002870132s
[INFO] 10.244.0.11:47717 - 8430 "A IN registry.kube-system.svc.cluster.local.southamerica-west1-a.c.k8s-minikube.internal. udp 112 false 1232" NXDOMAIN qr,rd,ra 101 0.002565397s
[INFO] 10.244.0.11:47717 - 48781 "AAAA IN registry.kube-system.svc.cluster.local.southamerica-west1-a.c.k8s-minikube.internal. udp 112 false 1232" NXDOMAIN qr,rd,ra 101 0.002857061s
[INFO] 10.244.0.11:47717 - 8122 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,rd,ra 80 0.002951066s
[INFO] 10.244.0.11:47717 - 26067 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,rd,ra 80 0.002931397s
[INFO] 10.244.0.11:47717 - 16665 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,rd,ra 72 0.002769684s
[INFO] 10.244.0.11:47717 - 38064 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,rd,ra 72 0.002837494s
[INFO] 10.244.0.11:47717 - 7138 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000127157s
[INFO] 10.244.0.11:47717 - 57451 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000168185s
==> describe nodes <==
Name: addons-763766
Roles: control-plane
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
kubernetes.io/arch=amd64
kubernetes.io/hostname=addons-763766
kubernetes.io/os=linux
minikube.k8s.io/commit=985060b3178c625ae2bd54bdde08eb22ed79b0a9
minikube.k8s.io/name=addons-763766
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2025_09_08T12_19_55_0700
minikube.k8s.io/version=v1.36.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-763766
Annotations: csi.volume.kubernetes.io/nodeid: {"hostpath.csi.k8s.io":"addons-763766"}
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Mon, 08 Sep 2025 12:19:51 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-763766
AcquireTime: <unset>
RenewTime: Mon, 08 Sep 2025 12:32:10 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 08 Sep 2025 12:31:27 +0000 Mon, 08 Sep 2025 12:19:49 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 08 Sep 2025 12:31:27 +0000 Mon, 08 Sep 2025 12:19:49 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 08 Sep 2025 12:31:27 +0000 Mon, 08 Sep 2025 12:19:49 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 08 Sep 2025 12:31:27 +0000 Mon, 08 Sep 2025 12:19:51 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-763766
Capacity:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32859364Ki
pods: 110
Allocatable:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32859364Ki
pods: 110
System Info:
Machine ID: 5b89fa12bdfe4b899cb0ab1fc764c525
System UUID: 0dc7f5c7-a914-4c48-b609-9c6987a7674f
Boot ID: 78653390-8f49-4cca-9df9-6c752f65b592
Kernel Version: 5.15.0-1083-gcp
OS Image: Ubuntu 22.04.5 LTS
Operating System: linux
Architecture: amd64
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: (30 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default cloud-spanner-emulator-c55d4cb6d-2cncq 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
gadget gadget-w7pjw 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
gcp-auth gcp-auth-78565c9fb4-xpbcl 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
ingress-nginx ingress-nginx-controller-9cc49f96f-ml59r 100m (1%) 0 (0%) 90Mi (0%) 0 (0%) 12m
kube-system amd-gpu-device-plugin-wb7ph 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system coredns-66bc5c9577-ptwl7 100m (1%) 0 (0%) 70Mi (0%) 170Mi (0%) 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-rs4qf 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system etcd-addons-763766 100m (1%) 0 (0%) 100Mi (0%) 0 (0%) 12m
kube-system kindnet-mwwmj 100m (1%) 100m (1%) 50Mi (0%) 50Mi (0%) 12m
kube-system kube-apiserver-addons-763766 250m (3%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system kube-controller-manager-addons-763766 200m (2%) 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-xrgvx 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system kube-scheduler-addons-763766 100m (1%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system metrics-server-85b7d694d7-mlc6j 100m (1%) 0 (0%) 200Mi (0%) 0 (0%) 12m
kube-system nvidia-device-plugin-daemonset-lnt62 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system registry-66898fdd98-f5rlf 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system registry-creds-764b6fb674-hj26g 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system registry-proxy-ww4lc 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system snapshot-controller-7d9fbc56b8-flxps 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system snapshot-controller-7d9fbc56b8-kq9mv 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-8mv89 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
volcano-system volcano-admission-589c7dd587-d92mj 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
volcano-system volcano-admission-init-zfzjc 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
volcano-system volcano-controllers-7dc6969b45-rtphh 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
volcano-system volcano-scheduler-799f64f894-rrsdz 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
yakd-dashboard yakd-dashboard-5ff678cb9-5r7vw 0 (0%) 0 (0%) 128Mi (0%) 256Mi (0%) 12m
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 1050m (13%) 100m (1%)
memory 638Mi (1%) 476Mi (1%)
ephemeral-storage 0 (0%) 0 (0%)
hugepages-1Gi 0 (0%) 0 (0%)
hugepages-2Mi 0 (0%) 0 (0%)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 12m kube-proxy
Normal Starting 12m kubelet Starting kubelet.
Warning CgroupV1 12m kubelet cgroup v1 support is in maintenance mode, please migrate to cgroup v2
Normal NodeAllocatableEnforced 12m kubelet Updated Node Allocatable limit across pods
Normal NodeHasSufficientMemory 12m kubelet Node addons-763766 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 12m kubelet Node addons-763766 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 12m kubelet Node addons-763766 status is now: NodeHasSufficientPID
Normal RegisteredNode 12m node-controller Node addons-763766 event: Registered Node addons-763766 in Controller
==> dmesg <==
[ +4.031804] net_ratelimit: 2 callbacks suppressed
[ +0.000005] IPv4: martian source 10.96.0.1 from 10.244.0.4, on dev virbr0
[ +0.000005] ll header: 00000000: 52 54 00 10 a2 1d 52 54 00 34 c3 66 08 00
[ +0.000012] IPv4: martian source 10.96.0.1 from 10.244.0.4, on dev virbr0
[ +0.000002] ll header: 00000000: 52 54 00 10 a2 1d 52 54 00 34 c3 66 08 00
[ +0.000092] IPv4: martian source 10.96.0.1 from 10.244.0.4, on dev virbr0
[ +0.000003] ll header: 00000000: 52 54 00 10 a2 1d 52 54 00 34 c3 66 08 00
[ +0.000031] IPv4: martian source 10.96.0.1 from 10.244.0.2, on dev virbr0
[ +0.000003] ll header: 00000000: 52 54 00 10 a2 1d 52 54 00 34 c3 66 08 00
[ +0.000304] IPv4: martian source 10.96.0.1 from 10.244.0.2, on dev virbr0
[ +0.000004] ll header: 00000000: 52 54 00 10 a2 1d 52 54 00 34 c3 66 08 00
[ +0.000008] IPv4: martian source 10.96.0.1 from 10.244.0.2, on dev virbr0
[ +0.000001] ll header: 00000000: 52 54 00 10 a2 1d 52 54 00 34 c3 66 08 00
[ +8.190585] IPv4: martian source 10.96.0.1 from 10.244.0.4, on dev virbr0
[ +0.000006] ll header: 00000000: 52 54 00 10 a2 1d 52 54 00 34 c3 66 08 00
[ +0.000007] IPv4: martian source 10.96.0.1 from 10.244.0.4, on dev virbr0
[ +0.000001] ll header: 00000000: 52 54 00 10 a2 1d 52 54 00 34 c3 66 08 00
[ +0.000037] IPv4: martian source 10.96.0.1 from 10.244.0.2, on dev virbr0
[ +0.000001] ll header: 00000000: 52 54 00 10 a2 1d 52 54 00 34 c3 66 08 00
[ +0.000017] IPv4: martian source 10.96.0.1 from 10.244.0.2, on dev virbr0
[ +0.000001] ll header: 00000000: 52 54 00 10 a2 1d 52 54 00 34 c3 66 08 00
[ +0.000032] IPv4: martian source 10.96.0.1 from 10.244.0.2, on dev virbr0
[ +0.000001] ll header: 00000000: 52 54 00 10 a2 1d 52 54 00 34 c3 66 08 00
[ +0.000023] IPv4: martian source 10.96.0.1 from 10.244.0.4, on dev virbr0
[ +0.000002] ll header: 00000000: 52 54 00 10 a2 1d 52 54 00 34 c3 66 08 00
==> etcd [6e19f136fd5eba0cb5ed3c31504c1c182856753a59a6d921b873ab887a0cac50] <==
{"level":"warn","ts":"2025-09-08T12:19:50.848830Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:46132","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-08T12:19:50.856060Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:46154","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-08T12:19:50.861697Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:46168","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-08T12:19:50.868749Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:46192","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-08T12:19:50.874787Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:46212","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-08T12:19:50.881030Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:46230","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-08T12:19:50.933160Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:46256","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-08T12:19:50.939410Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:46278","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-08T12:20:10.350631Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:47508","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-08T12:20:10.358976Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:47532","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-08T12:20:28.743193Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43844","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-08T12:20:28.762085Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43878","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-08T12:20:28.768140Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43882","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-08T12:20:28.776844Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43902","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-08T12:20:28.785003Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43926","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-08T12:20:28.806157Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43970","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-08T12:20:28.816064Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43982","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-08T12:20:28.823420Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43992","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-08T12:20:28.833481Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:44010","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-08T12:20:28.850902Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:44030","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-08T12:22:30.574494Z","caller":"txn/util.go:93","msg":"apply request took too long","took":"116.269416ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-09-08T12:22:30.574625Z","caller":"traceutil/trace.go:172","msg":"trace[624920274] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1479; }","duration":"116.414431ms","start":"2025-09-08T12:22:30.458192Z","end":"2025-09-08T12:22:30.574606Z","steps":["trace[624920274] 'range keys from in-memory index tree' (duration: 116.200072ms)"],"step_count":1}
{"level":"info","ts":"2025-09-08T12:29:50.056427Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":1844}
{"level":"info","ts":"2025-09-08T12:29:50.083595Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":1844,"took":"26.587215ms","hash":1310468350,"current-db-size-bytes":7798784,"current-db-size":"7.8 MB","current-db-size-in-use-bytes":4751360,"current-db-size-in-use":"4.8 MB"}
{"level":"info","ts":"2025-09-08T12:29:50.083645Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":1310468350,"revision":1844,"compact-revision":-1}
==> gcp-auth [1cd532f8655da81b1d3770311e3f907bc51a80ef1a7603f7533f870b688cc0a6] <==
2025/09/08 12:22:12 GCP Auth Webhook started!
==> kernel <==
12:32:12 up 21:14, 0 users, load average: 0.17, 0.44, 0.78
Linux addons-763766 5.15.0-1083-gcp #92~20.04.1-Ubuntu SMP Tue Apr 29 09:12:55 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.5 LTS"
==> kindnet [4bed4313750eba0c7eb932ee883fc332e44a9127b83129e6e8dfbc0c474cc32a] <==
I0908 12:30:11.841393 1 main.go:301] handling current node
I0908 12:30:21.842812 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0908 12:30:21.842841 1 main.go:301] handling current node
I0908 12:30:31.835807 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0908 12:30:31.835839 1 main.go:301] handling current node
I0908 12:30:41.841336 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0908 12:30:41.841366 1 main.go:301] handling current node
I0908 12:30:51.835288 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0908 12:30:51.835339 1 main.go:301] handling current node
I0908 12:31:01.835330 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0908 12:31:01.835366 1 main.go:301] handling current node
I0908 12:31:11.842056 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0908 12:31:11.842097 1 main.go:301] handling current node
I0908 12:31:21.842799 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0908 12:31:21.842828 1 main.go:301] handling current node
I0908 12:31:31.835895 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0908 12:31:31.835931 1 main.go:301] handling current node
I0908 12:31:41.842845 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0908 12:31:41.842877 1 main.go:301] handling current node
I0908 12:31:51.835703 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0908 12:31:51.835760 1 main.go:301] handling current node
I0908 12:32:01.835254 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0908 12:32:01.835287 1 main.go:301] handling current node
I0908 12:32:11.841347 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0908 12:32:11.841384 1 main.go:301] handling current node
==> kube-apiserver [5bf7600536ea4a71718b2b30add3addd4e8763c8f38796e0487b88bdf852cd53] <==
E0908 12:20:49.453008 1 controller.go:146] "Unhandled Error" err=<
Error updating APIService "v1beta1.metrics.k8s.io" with err: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
> logger="UnhandledError"
E0908 12:20:49.453044 1 remote_available_controller.go:462] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.97.93.166:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.97.93.166:443/apis/metrics.k8s.io/v1beta1\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)" logger="UnhandledError"
I0908 12:20:49.460856 1 handler.go:285] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I0908 12:21:12.702126 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0908 12:21:20.072021 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0908 12:22:31.695496 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0908 12:22:34.032376 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0908 12:24:01.523590 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0908 12:24:03.060228 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0908 12:25:23.323157 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0908 12:25:29.610385 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0908 12:26:34.126219 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0908 12:26:52.782503 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0908 12:27:48.408343 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0908 12:28:04.555705 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0908 12:28:56.791901 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0908 12:29:06.295645 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0908 12:29:51.631540 1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
I0908 12:30:21.583439 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0908 12:30:26.709567 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0908 12:31:29.509843 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0908 12:31:35.406938 1 stats.go:136] "Error getting keys" err="empty key: \"\""
==> kube-controller-manager [80ec8a46b1010a771aade4fea471a87244bce615ac774fc41d795c1be9443a37] <==
I0908 12:19:58.634886 1 shared_informer.go:356] "Caches are synced" controller="service account"
I0908 12:19:58.636347 1 shared_informer.go:356] "Caches are synced" controller="bootstrap_signer"
I0908 12:19:58.636403 1 shared_informer.go:356] "Caches are synced" controller="TTL"
I0908 12:19:58.637466 1 shared_informer.go:356] "Caches are synced" controller="resource_claim"
I0908 12:19:58.640199 1 shared_informer.go:356] "Caches are synced" controller="namespace"
I0908 12:19:58.640224 1 shared_informer.go:356] "Caches are synced" controller="resource quota"
I0908 12:19:58.640360 1 shared_informer.go:356] "Caches are synced" controller="resource quota"
I0908 12:19:58.643038 1 shared_informer.go:356] "Caches are synced" controller="GC"
I0908 12:19:58.644191 1 shared_informer.go:356] "Caches are synced" controller="stateful set"
I0908 12:19:58.649556 1 shared_informer.go:356] "Caches are synced" controller="expand"
I0908 12:19:58.650772 1 shared_informer.go:356] "Caches are synced" controller="disruption"
I0908 12:19:58.658249 1 shared_informer.go:356] "Caches are synced" controller="garbage collector"
E0908 12:20:05.834773 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"
E0908 12:20:28.645140 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"
I0908 12:20:28.645340 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="jobflows.flow.volcano.sh"
I0908 12:20:28.645394 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="jobs.batch.volcano.sh"
I0908 12:20:28.645424 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="commands.bus.volcano.sh"
I0908 12:20:28.645445 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="podgroups.scheduling.volcano.sh"
I0908 12:20:28.645487 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="volumesnapshots.snapshot.storage.k8s.io"
I0908 12:20:28.645523 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="jobtemplates.flow.volcano.sh"
I0908 12:20:28.645595 1 shared_informer.go:349] "Waiting for caches to sync" controller="resource quota"
I0908 12:20:28.671678 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\"]"
I0908 12:20:28.730712 1 shared_informer.go:349] "Waiting for caches to sync" controller="garbage collector"
I0908 12:20:29.846101 1 shared_informer.go:356] "Caches are synced" controller="resource quota"
I0908 12:20:29.931951 1 shared_informer.go:356] "Caches are synced" controller="garbage collector"
==> kube-proxy [1968b075ae7e80bca71e6e77277022158cba1417ab9a93c24a55335e2de79e08] <==
I0908 12:20:01.433617 1 server_linux.go:53] "Using iptables proxy"
I0908 12:20:01.929215 1 shared_informer.go:349] "Waiting for caches to sync" controller="node informer cache"
I0908 12:20:02.033452 1 shared_informer.go:356] "Caches are synced" controller="node informer cache"
I0908 12:20:02.033502 1 server.go:219] "Successfully retrieved NodeIPs" NodeIPs=["192.168.49.2"]
E0908 12:20:02.033758 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`"
I0908 12:20:02.528525 1 server.go:265] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0908 12:20:02.528600 1 server_linux.go:132] "Using iptables Proxier"
I0908 12:20:02.735425 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"
I0908 12:20:02.743578 1 server.go:527] "Version info" version="v1.34.0"
I0908 12:20:02.743618 1 server.go:529] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0908 12:20:02.745312 1 config.go:200] "Starting service config controller"
I0908 12:20:02.745331 1 shared_informer.go:349] "Waiting for caches to sync" controller="service config"
I0908 12:20:02.746276 1 config.go:106] "Starting endpoint slice config controller"
I0908 12:20:02.746292 1 shared_informer.go:349] "Waiting for caches to sync" controller="endpoint slice config"
I0908 12:20:02.746309 1 config.go:403] "Starting serviceCIDR config controller"
I0908 12:20:02.746313 1 shared_informer.go:349] "Waiting for caches to sync" controller="serviceCIDR config"
I0908 12:20:02.747002 1 config.go:309] "Starting node config controller"
I0908 12:20:02.747011 1 shared_informer.go:349] "Waiting for caches to sync" controller="node config"
I0908 12:20:02.747017 1 shared_informer.go:356] "Caches are synced" controller="node config"
I0908 12:20:02.846323 1 shared_informer.go:356] "Caches are synced" controller="service config"
I0908 12:20:02.846396 1 shared_informer.go:356] "Caches are synced" controller="serviceCIDR config"
I0908 12:20:02.846413 1 shared_informer.go:356] "Caches are synced" controller="endpoint slice config"
==> kube-scheduler [0dc6014e1f4b24c272d4b7694bd8acbdaf3c38c53511e0e4b40624cc4156acec] <==
E0908 12:19:51.728572 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"
E0908 12:19:51.728575 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"
E0908 12:19:51.728586 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"
E0908 12:19:51.728658 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"
E0908 12:19:51.728733 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"
E0908 12:19:51.728807 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"
E0908 12:19:51.728953 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"
E0908 12:19:51.728964 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"
E0908 12:19:51.729048 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"
E0908 12:19:51.729203 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"
E0908 12:19:51.729285 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"
E0908 12:19:51.729319 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"
E0908 12:19:51.729349 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"
E0908 12:19:51.729359 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"
E0908 12:19:51.729397 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"
E0908 12:19:52.612947 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"
E0908 12:19:52.622909 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"
E0908 12:19:52.624769 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"
E0908 12:19:52.633875 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"
E0908 12:19:52.638772 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"
E0908 12:19:52.722543 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"
E0908 12:19:52.731519 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"
E0908 12:19:52.756540 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"
E0908 12:19:52.930097 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_amd64.s:1700" type="*v1.ConfigMap"
I0908 12:19:56.156177 1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
==> kubelet <==
Sep 08 12:31:32 addons-763766 kubelet[1641]: I0908 12:31:32.034422 1641 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-f5rlf" secret="" err="secret \"gcp-auth\" not found"
Sep 08 12:31:32 addons-763766 kubelet[1641]: E0908 12:31:32.035441 1641 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:42be4a75b921489e51574e12889b71484a6524a02c4008c52c6f26ce30c7b990: 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-f5rlf" podUID="fcfa87e1-8e7a-498c-b457-db50556ce9f5"
Sep 08 12:31:34 addons-763766 kubelet[1641]: E0908 12:31:34.035262 1641 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.12.2@sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/volcanosh/vc-controller-manager@sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-controller-manager/manifests/sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90: 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-7dc6969b45-rtphh" podUID="ee63fbd4-6f64-4e2d-ac22-8847ff41e7ab"
Sep 08 12:31:36 addons-763766 kubelet[1641]: E0908 12:31:36.034791 1641 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.12.2@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/volcanosh/vc-scheduler@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-scheduler/manifests/sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e: 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-799f64f894-rrsdz" podUID="fd126a6f-6e10-4de3-ac0a-3cebc5b946b5"
Sep 08 12:31:38 addons-763766 kubelet[1641]: E0908 12:31:38.037601 1641 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.12.2@sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/volcanosh/vc-webhook-manager@sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-webhook-manager/manifests/sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35: 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-zfzjc" podUID="b77154b1-db38-4c87-83d3-32b1c48ecc21"
Sep 08 12:31:44 addons-763766 kubelet[1641]: I0908 12:31:44.036167 1641 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/amd-gpu-device-plugin-wb7ph" secret="" err="secret \"gcp-auth\" not found"
Sep 08 12:31:44 addons-763766 kubelet[1641]: E0908 12:31:44.037068 1641 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"amd-gpu-device-plugin\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/rocm/k8s-device-plugin:1.25.2.8@sha256:f3835498cf2274e0a07c32b38c166c05a876f8eb776d756cc06805e599a3ba5f\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/rocm/k8s-device-plugin@sha256:f3835498cf2274e0a07c32b38c166c05a876f8eb776d756cc06805e599a3ba5f\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/rocm/k8s-device-plugin/manifests/sha256:f3835498cf2274e0a07c32b38c166c05a876f8eb776d756cc06805e599a3ba5f: 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/amd-gpu-device-plugin-wb7ph" podUID="381f7432-b3d6-4ce6-b757-1a353067b937"
Sep 08 12:31:45 addons-763766 kubelet[1641]: I0908 12:31:45.034210 1641 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-f5rlf" secret="" err="secret \"gcp-auth\" not found"
Sep 08 12:31:45 addons-763766 kubelet[1641]: E0908 12:31:45.034321 1641 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.12.2@sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/volcanosh/vc-controller-manager@sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-controller-manager/manifests/sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90: 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-7dc6969b45-rtphh" podUID="ee63fbd4-6f64-4e2d-ac22-8847ff41e7ab"
Sep 08 12:31:45 addons-763766 kubelet[1641]: E0908 12:31:45.035160 1641 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:42be4a75b921489e51574e12889b71484a6524a02c4008c52c6f26ce30c7b990: 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-f5rlf" podUID="fcfa87e1-8e7a-498c-b457-db50556ce9f5"
Sep 08 12:31:46 addons-763766 kubelet[1641]: I0908 12:31:46.034249 1641 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-proxy-ww4lc" secret="" err="secret \"gcp-auth\" not found"
Sep 08 12:31:49 addons-763766 kubelet[1641]: E0908 12:31:49.034575 1641 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.12.2@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/volcanosh/vc-scheduler@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-scheduler/manifests/sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e: 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-799f64f894-rrsdz" podUID="fd126a6f-6e10-4de3-ac0a-3cebc5b946b5"
Sep 08 12:31:52 addons-763766 kubelet[1641]: E0908 12:31:52.034771 1641 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.12.2@sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/volcanosh/vc-webhook-manager@sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-webhook-manager/manifests/sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35: 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-zfzjc" podUID="b77154b1-db38-4c87-83d3-32b1c48ecc21"
Sep 08 12:31:56 addons-763766 kubelet[1641]: I0908 12:31:56.034445 1641 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/amd-gpu-device-plugin-wb7ph" secret="" err="secret \"gcp-auth\" not found"
Sep 08 12:31:56 addons-763766 kubelet[1641]: E0908 12:31:56.035593 1641 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"amd-gpu-device-plugin\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/rocm/k8s-device-plugin:1.25.2.8@sha256:f3835498cf2274e0a07c32b38c166c05a876f8eb776d756cc06805e599a3ba5f\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/rocm/k8s-device-plugin@sha256:f3835498cf2274e0a07c32b38c166c05a876f8eb776d756cc06805e599a3ba5f\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/rocm/k8s-device-plugin/manifests/sha256:f3835498cf2274e0a07c32b38c166c05a876f8eb776d756cc06805e599a3ba5f: 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/amd-gpu-device-plugin-wb7ph" podUID="381f7432-b3d6-4ce6-b757-1a353067b937"
Sep 08 12:31:57 addons-763766 kubelet[1641]: I0908 12:31:57.033591 1641 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/nvidia-device-plugin-daemonset-lnt62" secret="" err="secret \"gcp-auth\" not found"
Sep 08 12:31:57 addons-763766 kubelet[1641]: E0908 12:31:57.033965 1641 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.12.2@sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/volcanosh/vc-controller-manager@sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-controller-manager/manifests/sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90: 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-7dc6969b45-rtphh" podUID="ee63fbd4-6f64-4e2d-ac22-8847ff41e7ab"
Sep 08 12:31:59 addons-763766 kubelet[1641]: I0908 12:31:59.034286 1641 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-f5rlf" secret="" err="secret \"gcp-auth\" not found"
Sep 08 12:31:59 addons-763766 kubelet[1641]: E0908 12:31:59.035253 1641 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:42be4a75b921489e51574e12889b71484a6524a02c4008c52c6f26ce30c7b990: 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-f5rlf" podUID="fcfa87e1-8e7a-498c-b457-db50556ce9f5"
Sep 08 12:32:00 addons-763766 kubelet[1641]: E0908 12:32:00.034646 1641 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.12.2@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/volcanosh/vc-scheduler@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-scheduler/manifests/sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e: 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-799f64f894-rrsdz" podUID="fd126a6f-6e10-4de3-ac0a-3cebc5b946b5"
Sep 08 12:32:04 addons-763766 kubelet[1641]: E0908 12:32:04.035345 1641 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.12.2@sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/volcanosh/vc-webhook-manager@sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-webhook-manager/manifests/sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35: 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-zfzjc" podUID="b77154b1-db38-4c87-83d3-32b1c48ecc21"
Sep 08 12:32:10 addons-763766 kubelet[1641]: E0908 12:32:10.034839 1641 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.12.2@sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/volcanosh/vc-controller-manager@sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-controller-manager/manifests/sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90: 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-7dc6969b45-rtphh" podUID="ee63fbd4-6f64-4e2d-ac22-8847ff41e7ab"
Sep 08 12:32:11 addons-763766 kubelet[1641]: I0908 12:32:11.033644 1641 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/amd-gpu-device-plugin-wb7ph" secret="" err="secret \"gcp-auth\" not found"
Sep 08 12:32:11 addons-763766 kubelet[1641]: E0908 12:32:11.033973 1641 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.12.2@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/volcanosh/vc-scheduler@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-scheduler/manifests/sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e: 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-799f64f894-rrsdz" podUID="fd126a6f-6e10-4de3-ac0a-3cebc5b946b5"
Sep 08 12:32:11 addons-763766 kubelet[1641]: E0908 12:32:11.034695 1641 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"amd-gpu-device-plugin\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/rocm/k8s-device-plugin:1.25.2.8@sha256:f3835498cf2274e0a07c32b38c166c05a876f8eb776d756cc06805e599a3ba5f\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/rocm/k8s-device-plugin@sha256:f3835498cf2274e0a07c32b38c166c05a876f8eb776d756cc06805e599a3ba5f\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/rocm/k8s-device-plugin/manifests/sha256:f3835498cf2274e0a07c32b38c166c05a876f8eb776d756cc06805e599a3ba5f: 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/amd-gpu-device-plugin-wb7ph" podUID="381f7432-b3d6-4ce6-b757-1a353067b937"
==> storage-provisioner [76e56c343b94738b24c84b9e3532e9ce8c40c8efe7008575da10dc66130577c1] <==
W0908 12:31:47.007046 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0908 12:31:49.010135 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0908 12:31:49.013800 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0908 12:31:51.016298 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0908 12:31:51.020065 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0908 12:31:53.023182 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0908 12:31:53.027961 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0908 12:31:55.031272 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0908 12:31:55.035054 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0908 12:31:57.038349 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0908 12:31:57.041550 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0908 12:31:59.044848 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0908 12:31:59.049848 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0908 12:32:01.053353 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0908 12:32:01.058456 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0908 12:32:03.061521 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0908 12:32:03.065068 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0908 12:32:05.068513 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0908 12:32:05.073439 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0908 12:32:07.076850 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0908 12:32:07.081756 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0908 12:32:09.085019 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0908 12:32:09.088756 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0908 12:32:11.091388 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0908 12:32:11.097285 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-amd64 status --format={{.APIServer}} -p addons-763766 -n addons-763766
helpers_test.go:269: (dbg) Run: kubectl --context addons-763766 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:280: non-running pods: ingress-nginx-admission-create-hjnh6 ingress-nginx-admission-patch-fg576 amd-gpu-device-plugin-wb7ph registry-66898fdd98-f5rlf registry-creds-764b6fb674-hj26g volcano-admission-589c7dd587-d92mj volcano-admission-init-zfzjc volcano-controllers-7dc6969b45-rtphh volcano-scheduler-799f64f894-rrsdz
helpers_test.go:282: ======> post-mortem[TestAddons/serial/Volcano]: describe non-running pods <======
helpers_test.go:285: (dbg) Run: kubectl --context addons-763766 describe pod ingress-nginx-admission-create-hjnh6 ingress-nginx-admission-patch-fg576 amd-gpu-device-plugin-wb7ph registry-66898fdd98-f5rlf registry-creds-764b6fb674-hj26g volcano-admission-589c7dd587-d92mj volcano-admission-init-zfzjc volcano-controllers-7dc6969b45-rtphh volcano-scheduler-799f64f894-rrsdz
helpers_test.go:285: (dbg) Non-zero exit: kubectl --context addons-763766 describe pod ingress-nginx-admission-create-hjnh6 ingress-nginx-admission-patch-fg576 amd-gpu-device-plugin-wb7ph registry-66898fdd98-f5rlf registry-creds-764b6fb674-hj26g volcano-admission-589c7dd587-d92mj volcano-admission-init-zfzjc volcano-controllers-7dc6969b45-rtphh volcano-scheduler-799f64f894-rrsdz: exit status 1 (69.39509ms)
** stderr **
Error from server (NotFound): pods "ingress-nginx-admission-create-hjnh6" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-fg576" not found
Error from server (NotFound): pods "amd-gpu-device-plugin-wb7ph" not found
Error from server (NotFound): pods "registry-66898fdd98-f5rlf" not found
Error from server (NotFound): pods "registry-creds-764b6fb674-hj26g" not found
Error from server (NotFound): pods "volcano-admission-589c7dd587-d92mj" not found
Error from server (NotFound): pods "volcano-admission-init-zfzjc" not found
Error from server (NotFound): pods "volcano-controllers-7dc6969b45-rtphh" not found
Error from server (NotFound): pods "volcano-scheduler-799f64f894-rrsdz" not found
** /stderr **
helpers_test.go:287: kubectl --context addons-763766 describe pod ingress-nginx-admission-create-hjnh6 ingress-nginx-admission-patch-fg576 amd-gpu-device-plugin-wb7ph registry-66898fdd98-f5rlf registry-creds-764b6fb674-hj26g volcano-admission-589c7dd587-d92mj volcano-admission-init-zfzjc volcano-controllers-7dc6969b45-rtphh volcano-scheduler-799f64f894-rrsdz: exit status 1
addons_test.go:1053: (dbg) Run: out/minikube-linux-amd64 -p addons-763766 addons disable volcano --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-linux-amd64 -p addons-763766 addons disable volcano --alsologtostderr -v=1: (11.274805847s)
--- FAIL: TestAddons/serial/Volcano (374.07s)