Test Report: Docker_Linux_containerd 21655

                    
                      f8e963384863fe0b9099940b8c321271fa941d51:2025-09-29:41681
                    
                

Test fail (15/332)

x
+
TestAddons/serial/Volcano (715.37s)

                                                
                                                
=== RUN   TestAddons/serial/Volcano
addons_test.go:868: volcano-scheduler stabilized in 14.395873ms
addons_test.go:884: volcano-controller stabilized in 14.447553ms
addons_test.go:876: volcano-admission stabilized in 14.486943ms
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-k4tqm" [7c0278d4-147a-4a0a-bff6-e09a276864ac] Pending / Ready:ContainersNotReady (containers with unready status: [volcano-scheduler]) / ContainersReady:ContainersNotReady (containers with unready status: [volcano-scheduler])
helpers_test.go:352: "volcano-scheduler-799f64f894-k4tqm" [7c0278d4-147a-4a0a-bff6-e09a276864ac] Running
addons_test.go:890: (dbg) TestAddons/serial/Volcano: app=volcano-scheduler healthy within 5m41.003492994s
addons_test.go:894: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-admission" in namespace "volcano-system" ...
helpers_test.go:352: "volcano-admission-589c7dd587-526tm" [fdb89e0c-cc67-4596-a387-2e8ed7e1e2fb] Pending / Ready:ContainersNotReady (containers with unready status: [admission]) / ContainersReady:ContainersNotReady (containers with unready status: [admission])
helpers_test.go:337: TestAddons/serial/Volcano: WARNING: pod list for "volcano-system" "app=volcano-admission" returned: client rate limiter Wait returned an error: context deadline exceeded
addons_test.go:894: ***** TestAddons/serial/Volcano: pod "app=volcano-admission" failed to start within 6m0s: context deadline exceeded ****
addons_test.go:894: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-398275 -n addons-398275
addons_test.go:894: TestAddons/serial/Volcano: showing logs for failed pods as of 2025-09-29 11:30:45.392618531 +0000 UTC m=+1122.553869069
addons_test.go:894: (dbg) Run:  kubectl --context addons-398275 describe po volcano-admission-589c7dd587-526tm -n volcano-system
addons_test.go:894: (dbg) kubectl --context addons-398275 describe po volcano-admission-589c7dd587-526tm -n volcano-system:
Name:                 volcano-admission-589c7dd587-526tm
Namespace:            volcano-system
Priority:             2000000000
Priority Class Name:  system-cluster-critical
Service Account:      volcano-admission
Node:                 addons-398275/192.168.49.2
Start Time:           Mon, 29 Sep 2025 11:13:01 +0000
Labels:               app=volcano-admission
pod-template-hash=589c7dd587
Annotations:          <none>
Status:               Pending
SeccompProfile:       RuntimeDefault
IP:                   
IPs:                  <none>
Controlled By:        ReplicaSet/volcano-admission-589c7dd587
Containers:
admission:
Container ID:  
Image:         docker.io/volcanosh/vc-webhook-manager:v1.12.2@sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35
Image ID:      
Port:          <none>
Host Port:     <none>
Args:
--enabled-admission=/jobs/mutate,/jobs/validate,/podgroups/validate,/queues/mutate,/queues/validate,/hypernodes/validate
--tls-cert-file=/admission.local.config/certificates/tls.crt
--tls-private-key-file=/admission.local.config/certificates/tls.key
--ca-cert-file=/admission.local.config/certificates/ca.crt
--admission-conf=/admission.local.config/configmap/volcano-admission.conf
--webhook-namespace=volcano-system
--webhook-service-name=volcano-admission-service
--enable-healthz=true
--logtostderr
--port=8443
-v=4
2>&1
State:          Waiting
Reason:       ContainerCreating
Ready:          False
Restart Count:  0
Environment:    <none>
Mounts:
/admission.local.config/certificates from admission-certs (ro)
/admission.local.config/configmap from admission-config (rw)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-8djpx (ro)
Conditions:
Type                        Status
PodReadyToStartContainers   False 
Initialized                 True 
Ready                       False 
ContainersReady             False 
PodScheduled                True 
Volumes:
admission-certs:
Type:        Secret (a volume populated by a Secret)
SecretName:  volcano-admission-secret
Optional:    false
admission-config:
Type:      ConfigMap (a volume populated by a ConfigMap)
Name:      volcano-admission-configmap
Optional:  false
kube-api-access-8djpx:
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    17m                 default-scheduler  Successfully assigned volcano-system/volcano-admission-589c7dd587-526tm to addons-398275
Warning  FailedMount  82s (x16 over 17m)  kubelet            MountVolume.SetUp failed for volume "admission-certs" : secret "volcano-admission-secret" not found
addons_test.go:894: (dbg) Run:  kubectl --context addons-398275 logs volcano-admission-589c7dd587-526tm -n volcano-system
addons_test.go:894: (dbg) Non-zero exit: kubectl --context addons-398275 logs volcano-admission-589c7dd587-526tm -n volcano-system: exit status 1 (72.174554ms)

                                                
                                                
** stderr ** 
	Error from server (BadRequest): container "admission" in pod "volcano-admission-589c7dd587-526tm" is waiting to start: ContainerCreating

                                                
                                                
** /stderr **
addons_test.go:894: kubectl --context addons-398275 logs volcano-admission-589c7dd587-526tm -n volcano-system: exit status 1
addons_test.go:895: failed waiting for app=volcano-admission pod: app=volcano-admission 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-398275
helpers_test.go:243: (dbg) docker inspect addons-398275:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf",
	        "Created": "2025-09-29T11:12:38.749141422Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 734356,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2025-09-29T11:12:38.791705384Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:c6b5532e987b5b4f5fc9cb0336e378ed49c0542bad8cbfc564b71e977a6269de",
	        "ResolvConfPath": "/var/lib/docker/containers/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf/hostname",
	        "HostsPath": "/var/lib/docker/containers/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf/hosts",
	        "LogPath": "/var/lib/docker/containers/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf-json.log",
	        "Name": "/addons-398275",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-398275:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "addons-398275",
	            "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": "private",
	            "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": 0,
	            "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": null,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "ID": "5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf",
	                "LowerDir": "/var/lib/docker/overlay2/751800f3f9fd5e343776f2a640aef1e1b64546a6c24fa2b554ec22f836c05494-init/diff:/var/lib/docker/overlay2/77070dd40a60b70b435bf4a69cbe4e41eeab20e4e227c9544e0e0b5e600a0bbc/diff",
	                "MergedDir": "/var/lib/docker/overlay2/751800f3f9fd5e343776f2a640aef1e1b64546a6c24fa2b554ec22f836c05494/merged",
	                "UpperDir": "/var/lib/docker/overlay2/751800f3f9fd5e343776f2a640aef1e1b64546a6c24fa2b554ec22f836c05494/diff",
	                "WorkDir": "/var/lib/docker/overlay2/751800f3f9fd5e343776f2a640aef1e1b64546a6c24fa2b554ec22f836c05494/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-398275",
	                "Source": "/var/lib/docker/volumes/addons-398275/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-398275",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1",
	            "Volumes": null,
	            "WorkingDir": "/",
	            "Entrypoint": [
	                "/usr/local/bin/entrypoint",
	                "/sbin/init"
	            ],
	            "OnBuild": null,
	            "Labels": {
	                "created_by.minikube.sigs.k8s.io": "true",
	                "mode.minikube.sigs.k8s.io": "addons-398275",
	                "name.minikube.sigs.k8s.io": "addons-398275",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "8577bb8655b63b7547b66c3255bf516e57d8db36eec07c98bf6e147283520f7d",
	            "SandboxKey": "/var/run/docker/netns/8577bb8655b6",
	            "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-398275": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "fa:11:d8:cb:64:1c",
	                    "DriverOpts": null,
	                    "GwPriority": 0,
	                    "NetworkID": "3c08dfa259fdbb7216b0a211339233bbf7e1de897615b63379b48a084fc60947",
	                    "EndpointID": "38daad4cbdb1b59925b148be23caf76b01e1b39a58772ddd38bc9e0566f761a9",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-398275",
	                        "5967997dc883"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:247: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p addons-398275 -n addons-398275
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-398275 logs -n 25
helpers_test.go:255: (dbg) Done: out/minikube-linux-amd64 -p addons-398275 logs -n 25: (1.452310729s)
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-114419 --force --alsologtostderr --kubernetes-version=v1.28.0 --container-runtime=containerd --driver=docker  --container-runtime=containerd                                                                                                                                                                                                                                                                                          │ download-only-114419   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ delete  │ --all                                                                                                                                                                                                                                                                                                                                                                                                                                                                          │ minikube               │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ delete  │ -p download-only-114419                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ download-only-114419   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ start   │ -o=json --download-only -p download-only-963807 --force --alsologtostderr --kubernetes-version=v1.34.0 --container-runtime=containerd --driver=docker  --container-runtime=containerd                                                                                                                                                                                                                                                                                          │ download-only-963807   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ delete  │ --all                                                                                                                                                                                                                                                                                                                                                                                                                                                                          │ minikube               │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ delete  │ -p download-only-963807                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ download-only-963807   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ delete  │ -p download-only-114419                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ download-only-114419   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ delete  │ -p download-only-963807                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ download-only-963807   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ start   │ --download-only -p download-docker-005046 --alsologtostderr --driver=docker  --container-runtime=containerd                                                                                                                                                                                                                                                                                                                                                                    │ download-docker-005046 │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ delete  │ -p download-docker-005046                                                                                                                                                                                                                                                                                                                                                                                                                                                      │ download-docker-005046 │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ start   │ --download-only -p binary-mirror-527849 --alsologtostderr --binary-mirror http://127.0.0.1:45019 --driver=docker  --container-runtime=containerd                                                                                                                                                                                                                                                                                                                               │ binary-mirror-527849   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ delete  │ -p binary-mirror-527849                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ binary-mirror-527849   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ addons  │ enable dashboard -p addons-398275                                                                                                                                                                                                                                                                                                                                                                                                                                              │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ addons  │ disable dashboard -p addons-398275                                                                                                                                                                                                                                                                                                                                                                                                                                             │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ start   │ -p addons-398275 --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-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:19 UTC │
	└─────────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴────────────────────────┴─────────┴─────────┴─────────────────────┴─────────────────────┘
	
	
	==> Last Start <==
	Log file created at: 2025/09/29 11:12:14
	Running on machine: ubuntu-20-agent-13
	Binary: Built with gc go1.24.6 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0929 11:12:14.774091  733699 out.go:360] Setting OutFile to fd 1 ...
	I0929 11:12:14.774393  733699 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:12:14.774404  733699 out.go:374] Setting ErrFile to fd 2...
	I0929 11:12:14.774411  733699 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:12:14.774647  733699 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
	I0929 11:12:14.775243  733699 out.go:368] Setting JSON to false
	I0929 11:12:14.776200  733699 start.go:130] hostinfo: {"hostname":"ubuntu-20-agent-13","uptime":68086,"bootTime":1759076249,"procs":178,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"22.04","kernelVersion":"6.8.0-1040-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0929 11:12:14.776313  733699 start.go:140] virtualization: kvm guest
	I0929 11:12:14.778468  733699 out.go:179] * [addons-398275] minikube v1.37.0 on Ubuntu 22.04 (kvm/amd64)
	I0929 11:12:14.780019  733699 out.go:179]   - MINIKUBE_LOCATION=21655
	I0929 11:12:14.780041  733699 notify.go:220] Checking for updates...
	I0929 11:12:14.783265  733699 out.go:179]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0929 11:12:14.784908  733699 out.go:179]   - KUBECONFIG=/home/jenkins/minikube-integration/21655-728906/kubeconfig
	I0929 11:12:14.787040  733699 out.go:179]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/21655-728906/.minikube
	I0929 11:12:14.788802  733699 out.go:179]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0929 11:12:14.790566  733699 out.go:179]   - MINIKUBE_FORCE_SYSTEMD=
	I0929 11:12:14.791998  733699 driver.go:421] Setting default libvirt URI to qemu:///system
	I0929 11:12:14.814794  733699 docker.go:123] docker version: linux-28.4.0:Docker Engine - Community
	I0929 11:12:14.814948  733699 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:12:14.874148  733699 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:false NGoroutines:50 SystemTime:2025-09-29 11:12:14.863418561 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:12:14.874273  733699 docker.go:318] overlay module found
	I0929 11:12:14.875994  733699 out.go:179] * Using the docker driver based on user configuration
	I0929 11:12:14.877281  733699 start.go:304] selected driver: docker
	I0929 11:12:14.877297  733699 start.go:924] validating driver "docker" against <nil>
	I0929 11:12:14.877309  733699 start.go:935] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0929 11:12:14.877949  733699 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:12:14.933634  733699 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:false NGoroutines:50 SystemTime:2025-09-29 11:12:14.922842148 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:12:14.933799  733699 start_flags.go:327] no existing cluster config was found, will generate one from the flags 
	I0929 11:12:14.934006  733699 start_flags.go:992] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0929 11:12:14.935832  733699 out.go:179] * Using Docker driver with root privileges
	I0929 11:12:14.937111  733699 cni.go:84] Creating CNI manager for ""
	I0929 11:12:14.937174  733699 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0929 11:12:14.937188  733699 start_flags.go:336] Found "CNI" CNI - setting NetworkPlugin=cni
	I0929 11:12:14.937270  733699 start.go:348] cluster config:
	{Name:addons-398275 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: N
etworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseIn
terval:1m0s}
	I0929 11:12:14.938807  733699 out.go:179] * Starting "addons-398275" primary control-plane node in "addons-398275" cluster
	I0929 11:12:14.940091  733699 cache.go:123] Beginning downloading kic base image for docker with containerd
	I0929 11:12:14.941459  733699 out.go:179] * Pulling base image v0.0.48 ...
	I0929 11:12:14.942764  733699 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
	I0929 11:12:14.942811  733699 image.go:81] Checking for gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local docker daemon
	I0929 11:12:14.942810  733699 preload.go:146] Found local preload: /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4
	I0929 11:12:14.942846  733699 cache.go:58] Caching tarball of preloaded images
	I0929 11:12:14.942964  733699 preload.go:172] Found /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4 in cache, skipping download
	I0929 11:12:14.942974  733699 cache.go:61] Finished verifying existence of preloaded tar for v1.34.0 on containerd
	I0929 11:12:14.943393  733699 profile.go:143] Saving config to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/config.json ...
	I0929 11:12:14.943438  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/config.json: {Name:mk8712550765aaf6b540d49d9fd9e192152f8628 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:14.960331  733699 cache.go:152] Downloading gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 to local cache
	I0929 11:12:14.960485  733699 image.go:65] Checking for gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local cache directory
	I0929 11:12:14.960507  733699 image.go:68] Found gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local cache directory, skipping pull
	I0929 11:12:14.960511  733699 image.go:137] gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 exists in cache, skipping pull
	I0929 11:12:14.960520  733699 cache.go:155] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 as a tarball
	I0929 11:12:14.960527  733699 cache.go:165] Loading gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 from local cache
	I0929 11:12:27.484205  733699 cache.go:167] successfully loaded and using gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 from cached tarball
	I0929 11:12:27.484251  733699 cache.go:232] Successfully downloaded all kic artifacts
	I0929 11:12:27.484290  733699 start.go:360] acquireMachinesLock for addons-398275: {Name:mk5f648c33c18cc850891f2c2c3d835ce2f56d7b Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0929 11:12:27.484409  733699 start.go:364] duration metric: took 100.01µs to acquireMachinesLock for "addons-398275"
	I0929 11:12:27.484436  733699 start.go:93] Provisioning new machine with config: &{Name:addons-398275 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[
] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetC
lientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}
	I0929 11:12:27.484528  733699 start.go:125] createHost starting for "" (driver="docker")
	I0929 11:12:27.486591  733699 out.go:252] * Creating docker container (CPUs=2, Memory=4096MB) ...
	I0929 11:12:27.486876  733699 start.go:159] libmachine.API.Create for "addons-398275" (driver="docker")
	I0929 11:12:27.486928  733699 client.go:168] LocalClient.Create starting
	I0929 11:12:27.487041  733699 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem
	I0929 11:12:27.532855  733699 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem
	I0929 11:12:27.671874  733699 cli_runner.go:164] Run: docker network inspect addons-398275 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	W0929 11:12:27.689787  733699 cli_runner.go:211] docker network inspect addons-398275 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}" returned with exit code 1
	I0929 11:12:27.689860  733699 network_create.go:284] running [docker network inspect addons-398275] to gather additional debugging logs...
	I0929 11:12:27.689876  733699 cli_runner.go:164] Run: docker network inspect addons-398275
	W0929 11:12:27.706891  733699 cli_runner.go:211] docker network inspect addons-398275 returned with exit code 1
	I0929 11:12:27.706925  733699 network_create.go:287] error running [docker network inspect addons-398275]: docker network inspect addons-398275: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-398275 not found
	I0929 11:12:27.706939  733699 network_create.go:289] output of [docker network inspect addons-398275]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-398275 not found
	
	** /stderr **
	I0929 11:12:27.707046  733699 cli_runner.go:164] Run: docker network inspect bridge --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	I0929 11:12:27.724261  733699 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:0xc001a48aa0}
	I0929 11:12:27.724302  733699 network_create.go:124] attempt to create docker network addons-398275 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0929 11:12:27.724353  733699 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-398275 addons-398275
	I0929 11:12:27.782507  733699 network_create.go:108] docker network addons-398275 192.168.49.0/24 created
	I0929 11:12:27.782556  733699 kic.go:121] calculated static IP "192.168.49.2" for the "addons-398275" container
	I0929 11:12:27.782633  733699 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0929 11:12:27.799092  733699 cli_runner.go:164] Run: docker volume create addons-398275 --label name.minikube.sigs.k8s.io=addons-398275 --label created_by.minikube.sigs.k8s.io=true
	I0929 11:12:27.817049  733699 oci.go:103] Successfully created a docker volume addons-398275
	I0929 11:12:27.817131  733699 cli_runner.go:164] Run: docker run --rm --name addons-398275-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-398275 --entrypoint /usr/bin/test -v addons-398275:/var gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -d /var/lib
	I0929 11:12:34.387931  733699 cli_runner.go:217] Completed: docker run --rm --name addons-398275-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-398275 --entrypoint /usr/bin/test -v addons-398275:/var gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -d /var/lib: (6.570740129s)
	I0929 11:12:34.387976  733699 oci.go:107] Successfully prepared a docker volume addons-398275
	I0929 11:12:34.388005  733699 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
	I0929 11:12:34.388031  733699 kic.go:194] Starting extracting preloaded images to volume ...
	I0929 11:12:34.388096  733699 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-398275:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -I lz4 -xf /preloaded.tar -C /extractDir
	I0929 11:12:38.676384  733699 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-398275:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -I lz4 -xf /preloaded.tar -C /extractDir: (4.288209609s)
	I0929 11:12:38.676429  733699 kic.go:203] duration metric: took 4.288398061s to extract preloaded images to volume ...
	W0929 11:12:38.676596  733699 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	W0929 11:12:38.676649  733699 oci.go:252] Your kernel does not support CPU cfs period/quota or the cgroup is not mounted.
	I0929 11:12:38.676701  733699 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0929 11:12:38.730674  733699 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-398275 --name addons-398275 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-398275 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-398275 --network addons-398275 --ip 192.168.49.2 --volume addons-398275:/var --security-opt apparmor=unconfined --memory=4096mb -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1
	I0929 11:12:39.035814  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Running}}
	I0929 11:12:39.053968  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:39.072802  733699 cli_runner.go:164] Run: docker exec addons-398275 stat /var/lib/dpkg/alternatives/iptables
	I0929 11:12:39.119145  733699 oci.go:144] the created container "addons-398275" has a running status.
	I0929 11:12:39.119180  733699 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa...
	I0929 11:12:39.709213  733699 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0929 11:12:39.734835  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:39.753128  733699 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0929 11:12:39.753149  733699 kic_runner.go:114] Args: [docker exec --privileged addons-398275 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0929 11:12:39.795340  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:39.813350  733699 machine.go:93] provisionDockerMachine start ...
	I0929 11:12:39.813451  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:39.831488  733699 main.go:141] libmachine: Using SSH client type: native
	I0929 11:12:39.831756  733699 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0929 11:12:39.831769  733699 main.go:141] libmachine: About to run SSH command:
	hostname
	I0929 11:12:39.968776  733699 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-398275
	
	I0929 11:12:39.968810  733699 ubuntu.go:182] provisioning hostname "addons-398275"
	I0929 11:12:39.968872  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:39.988644  733699 main.go:141] libmachine: Using SSH client type: native
	I0929 11:12:39.988873  733699 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0929 11:12:39.988890  733699 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-398275 && echo "addons-398275" | sudo tee /etc/hostname
	I0929 11:12:40.138769  733699 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-398275
	
	I0929 11:12:40.138871  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:40.157682  733699 main.go:141] libmachine: Using SSH client type: native
	I0929 11:12:40.157899  733699 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0929 11:12:40.157916  733699 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-398275' /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-398275/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-398275' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0929 11:12:40.294667  733699 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0929 11:12:40.294706  733699 ubuntu.go:188] set auth options {CertDir:/home/jenkins/minikube-integration/21655-728906/.minikube CaCertPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/21655-728906/.minikube}
	I0929 11:12:40.294740  733699 ubuntu.go:190] setting up certificates
	I0929 11:12:40.294753  733699 provision.go:84] configureAuth start
	I0929 11:12:40.294807  733699 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-398275
	I0929 11:12:40.312115  733699 provision.go:143] copyHostCerts
	I0929 11:12:40.312189  733699 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/21655-728906/.minikube/ca.pem (1078 bytes)
	I0929 11:12:40.312317  733699 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/21655-728906/.minikube/cert.pem (1123 bytes)
	I0929 11:12:40.312379  733699 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/21655-728906/.minikube/key.pem (1679 bytes)
	I0929 11:12:40.312429  733699 provision.go:117] generating server cert: /home/jenkins/minikube-integration/21655-728906/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca-key.pem org=jenkins.addons-398275 san=[127.0.0.1 192.168.49.2 addons-398275 localhost minikube]
	I0929 11:12:40.610308  733699 provision.go:177] copyRemoteCerts
	I0929 11:12:40.610374  733699 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0929 11:12:40.610412  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:40.628117  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:40.726655  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0929 11:12:40.753703  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0929 11:12:40.779463  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0929 11:12:40.805170  733699 provision.go:87] duration metric: took 510.402723ms to configureAuth
	I0929 11:12:40.805200  733699 ubuntu.go:206] setting minikube options for container-runtime
	I0929 11:12:40.805399  733699 config.go:182] Loaded profile config "addons-398275": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:12:40.805415  733699 machine.go:96] duration metric: took 992.042244ms to provisionDockerMachine
	I0929 11:12:40.805423  733699 client.go:171] duration metric: took 13.318485735s to LocalClient.Create
	I0929 11:12:40.805448  733699 start.go:167] duration metric: took 13.318574971s to libmachine.API.Create "addons-398275"
	I0929 11:12:40.805462  733699 start.go:293] postStartSetup for "addons-398275" (driver="docker")
	I0929 11:12:40.805475  733699 start.go:322] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
	I0929 11:12:40.805524  733699 ssh_runner.go:195] Run: sudo mkdir -p /etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs
	I0929 11:12:40.805587  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:40.823746  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:40.922612  733699 ssh_runner.go:195] Run: cat /etc/os-release
	I0929 11:12:40.926674  733699 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0929 11:12:40.926704  733699 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0929 11:12:40.926714  733699 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0929 11:12:40.926721  733699 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I0929 11:12:40.926732  733699 filesync.go:126] Scanning /home/jenkins/minikube-integration/21655-728906/.minikube/addons for local assets ...
	I0929 11:12:40.926813  733699 filesync.go:126] Scanning /home/jenkins/minikube-integration/21655-728906/.minikube/files for local assets ...
	I0929 11:12:40.926850  733699 start.go:296] duration metric: took 121.380642ms for postStartSetup
	I0929 11:12:40.927161  733699 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-398275
	I0929 11:12:40.945012  733699 profile.go:143] Saving config to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/config.json ...
	I0929 11:12:40.945376  733699 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0929 11:12:40.945440  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:40.963285  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:41.056833  733699 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0929 11:12:41.061696  733699 start.go:128] duration metric: took 13.577134322s to createHost
	I0929 11:12:41.061725  733699 start.go:83] releasing machines lock for "addons-398275", held for 13.577303038s
	I0929 11:12:41.061807  733699 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-398275
	I0929 11:12:41.079296  733699 ssh_runner.go:195] Run: cat /version.json
	I0929 11:12:41.079354  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:41.079426  733699 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0929 11:12:41.079498  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:41.098492  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:41.099447  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:41.190675  733699 ssh_runner.go:195] Run: systemctl --version
	I0929 11:12:41.262720  733699 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0929 11:12:41.267785  733699 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f -name *loopback.conf* -not -name *.mk_disabled -exec sh -c "grep -q loopback {} && ( grep -q name {} || sudo sed -i '/"type": "loopback"/i \ \ \ \ "name": "loopback",' {} ) && sudo sed -i 's|"cniVersion": ".*"|"cniVersion": "1.0.0"|g' {}" ;
	I0929 11:12:41.299909  733699 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
	I0929 11:12:41.300039  733699 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%p, " -exec sh -c "sudo mv {} {}.mk_disabled" ;
	I0929 11:12:41.331137  733699 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0929 11:12:41.331171  733699 start.go:495] detecting cgroup driver to use...
	I0929 11:12:41.331208  733699 detect.go:190] detected "systemd" cgroup driver on host os
	I0929 11:12:41.331278  733699 ssh_runner.go:195] Run: sudo systemctl stop -f crio
	I0929 11:12:41.344430  733699 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
	I0929 11:12:41.357094  733699 docker.go:218] disabling cri-docker service (if available) ...
	I0929 11:12:41.357161  733699 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0929 11:12:41.371928  733699 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0929 11:12:41.387409  733699 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0929 11:12:41.451842  733699 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0929 11:12:41.527170  733699 docker.go:234] disabling docker service ...
	I0929 11:12:41.527247  733699 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0929 11:12:41.547353  733699 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0929 11:12:41.560738  733699 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0929 11:12:41.631966  733699 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0929 11:12:41.705852  733699 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0929 11:12:41.719944  733699 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///run/containerd/containerd.sock
	" | sudo tee /etc/crictl.yaml"
	I0929 11:12:41.740809  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.10.1"|' /etc/containerd/config.toml"
	I0929 11:12:41.755198  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)restrict_oom_score_adj = .*$|\1restrict_oom_score_adj = false|' /etc/containerd/config.toml"
	I0929 11:12:41.767742  733699 containerd.go:146] configuring containerd to use "systemd" as cgroup driver...
	I0929 11:12:41.767825  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = true|g' /etc/containerd/config.toml"
	I0929 11:12:41.780900  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runtime.v1.linux"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0929 11:12:41.793279  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
	I0929 11:12:41.804772  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0929 11:12:41.816024  733699 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0929 11:12:41.826716  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)conf_dir = .*$|\1conf_dir = "/etc/cni/net.d"|g' /etc/containerd/config.toml"
	I0929 11:12:41.838383  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
	I0929 11:12:41.851379  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)\[plugins."io.containerd.grpc.v1.cri"\]|&\n\1  enable_unprivileged_ports = true|' /etc/containerd/config.toml"
	I0929 11:12:41.863560  733699 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0929 11:12:41.873496  733699 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
	I0929 11:12:41.873571  733699 ssh_runner.go:195] Run: sudo modprobe br_netfilter
	I0929 11:12:41.889962  733699 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0929 11:12:41.901043  733699 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0929 11:12:41.972730  733699 ssh_runner.go:195] Run: sudo systemctl restart containerd
	I0929 11:12:42.087361  733699 start.go:542] Will wait 60s for socket path /run/containerd/containerd.sock
	I0929 11:12:42.087470  733699 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
	I0929 11:12:42.092353  733699 start.go:563] Will wait 60s for crictl version
	I0929 11:12:42.092444  733699 ssh_runner.go:195] Run: which crictl
	I0929 11:12:42.096814  733699 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0929 11:12:42.135338  733699 start.go:579] Version:  0.1.0
	RuntimeName:  containerd
	RuntimeVersion:  1.7.27
	RuntimeApiVersion:  v1
	I0929 11:12:42.135435  733699 ssh_runner.go:195] Run: containerd --version
	I0929 11:12:42.161335  733699 ssh_runner.go:195] Run: containerd --version
	I0929 11:12:42.189261  733699 out.go:179] * Preparing Kubernetes v1.34.0 on containerd 1.7.27 ...
	I0929 11:12:42.190506  733699 cli_runner.go:164] Run: docker network inspect addons-398275 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	I0929 11:12:42.208258  733699 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0929 11:12:42.212671  733699 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.49.1	host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0929 11:12:42.226269  733699 kubeadm.go:875] updating cluster {Name:addons-398275 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] D
NSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPa
th: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0929 11:12:42.226439  733699 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
	I0929 11:12:42.226519  733699 ssh_runner.go:195] Run: sudo crictl images --output json
	I0929 11:12:42.265098  733699 containerd.go:627] all images are preloaded for containerd runtime.
	I0929 11:12:42.265124  733699 containerd.go:534] Images already preloaded, skipping extraction
	I0929 11:12:42.265202  733699 ssh_runner.go:195] Run: sudo crictl images --output json
	I0929 11:12:42.304050  733699 containerd.go:627] all images are preloaded for containerd runtime.
	I0929 11:12:42.304081  733699 cache_images.go:85] Images are preloaded, skipping loading
	I0929 11:12:42.304090  733699 kubeadm.go:926] updating node { 192.168.49.2 8443 v1.34.0 containerd true true} ...
	I0929 11:12:42.304210  733699 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-398275 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
	I0929 11:12:42.304306  733699 ssh_runner.go:195] Run: sudo crictl info
	I0929 11:12:42.342583  733699 cni.go:84] Creating CNI manager for ""
	I0929 11:12:42.342626  733699 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0929 11:12:42.342653  733699 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0929 11:12:42.342688  733699 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-398275 NodeName:addons-398275 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:systemd ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/
kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///run/containerd/containerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
	I0929 11:12:42.342833  733699 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-398275"
	  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: systemd
	containerRuntimeEndpoint: unix:///run/containerd/containerd.sock
	hairpinMode: hairpin-veth
	runtimeRequestTimeout: 15m
	clusterDomain: "cluster.local"
	# disable disk resource management by default
	imageGCHighThresholdPercent: 100
	evictionHard:
	  nodefs.available: "0%"
	  nodefs.inodesFree: "0%"
	  imagefs.available: "0%"
	failSwapOn: false
	staticPodPath: /etc/kubernetes/manifests
	---
	apiVersion: kubeproxy.config.k8s.io/v1alpha1
	kind: KubeProxyConfiguration
	clusterCIDR: "10.244.0.0/16"
	metricsBindAddress: 0.0.0.0:10249
	conntrack:
	  maxPerCore: 0
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
	  tcpEstablishedTimeout: 0s
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
	  tcpCloseWaitTimeout: 0s
	
	I0929 11:12:42.342925  733699 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.34.0
	I0929 11:12:42.354176  733699 binaries.go:44] Found k8s binaries, skipping transfer
	I0929 11:12:42.354259  733699 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0929 11:12:42.364281  733699 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
	I0929 11:12:42.383900  733699 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0929 11:12:42.406140  733699 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2225 bytes)
	I0929 11:12:42.425932  733699 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0929 11:12:42.430093  733699 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.49.2	control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0929 11:12:42.442886  733699 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0929 11:12:42.515031  733699 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0929 11:12:42.540932  733699 certs.go:68] Setting up /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275 for IP: 192.168.49.2
	I0929 11:12:42.540984  733699 certs.go:194] generating shared ca certs ...
	I0929 11:12:42.541025  733699 certs.go:226] acquiring lock for ca certs: {Name:mk3ab67669e19ac06bf7b8e296dfa49c7a146741 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:42.541210  733699 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key
	I0929 11:12:42.870267  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt ...
	I0929 11:12:42.870303  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt: {Name:mk4b012ffdcf2bb9af2d01bf0326139248db4e54 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:42.870516  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key ...
	I0929 11:12:42.870528  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key: {Name:mk4f98a5d5ec11a2e53c251a9c1e042de96663c0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:42.870625  733699 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key
	I0929 11:12:43.124326  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.crt ...
	I0929 11:12:43.124368  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.crt: {Name:mke1899096ee4daadcb6562ea0da8b53a7f6cbfa Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:43.124571  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key ...
	I0929 11:12:43.124583  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key: {Name:mka6c86e7f2ed8c6378362fb1e2595ea2190db4a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:43.124672  733699 certs.go:256] generating profile certs ...
	I0929 11:12:43.124738  733699 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.key
	I0929 11:12:43.124749  733699 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt with IP's: []
	I0929 11:12:43.853753  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt ...
	I0929 11:12:43.853795  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: {Name:mkb5a2525b7f7b90a9ef9c349a54f4878903ba8f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:43.853988  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.key ...
	I0929 11:12:43.854009  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.key: {Name:mk70c8d15b404e71fcfe0dcaf0e6d82d6e9efe3b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:43.854087  733699 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key.b5f224d3
	I0929 11:12:43.854110  733699 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt.b5f224d3 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0929 11:12:44.002164  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt.b5f224d3 ...
	I0929 11:12:44.002200  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt.b5f224d3: {Name:mk988210de153015baa8c8f06fe70b112120e743 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:44.002419  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key.b5f224d3 ...
	I0929 11:12:44.002440  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key.b5f224d3: {Name:mk02f5067b54f6478b0383b745ab6810c629ebea Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:44.002584  733699 certs.go:381] copying /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt.b5f224d3 -> /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt
	I0929 11:12:44.002696  733699 certs.go:385] copying /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key.b5f224d3 -> /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key
	I0929 11:12:44.002755  733699 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.key
	I0929 11:12:44.002776  733699 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.crt with IP's: []
	I0929 11:12:44.648648  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.crt ...
	I0929 11:12:44.648688  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.crt: {Name:mkf14d09ade5b7eaf929fde4fcba67f9735c889b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:44.648935  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.key ...
	I0929 11:12:44.648957  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.key: {Name:mk6d248128da191490b3defa8a9954b209f16af1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:44.649204  733699 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca-key.pem (1675 bytes)
	I0929 11:12:44.649246  733699 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem (1078 bytes)
	I0929 11:12:44.649278  733699 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem (1123 bytes)
	I0929 11:12:44.649306  733699 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/key.pem (1679 bytes)
	I0929 11:12:44.651781  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0929 11:12:44.680463  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I0929 11:12:44.709451  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0929 11:12:44.739411  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0929 11:12:44.771072  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0929 11:12:44.798826  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0929 11:12:44.827342  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0929 11:12:44.856165  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0929 11:12:44.884648  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0929 11:12:44.916322  733699 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0929 11:12:44.937678  733699 ssh_runner.go:195] Run: openssl version
	I0929 11:12:44.944579  733699 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/minikubeCA.pem && ln -fs /usr/share/ca-certificates/minikubeCA.pem /etc/ssl/certs/minikubeCA.pem"
	I0929 11:12:44.959584  733699 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0929 11:12:44.963988  733699 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 29 11:12 /usr/share/ca-certificates/minikubeCA.pem
	I0929 11:12:44.964051  733699 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0929 11:12:44.971290  733699 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/b5213941.0 || ln -fs /etc/ssl/certs/minikubeCA.pem /etc/ssl/certs/b5213941.0"
	I0929 11:12:44.982335  733699 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0929 11:12:44.986489  733699 certs.go:399] 'apiserver-kubelet-client' cert doesn't exist, likely first start: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt: Process exited with status 1
	stdout:
	
	stderr:
	stat: cannot statx '/var/lib/minikube/certs/apiserver-kubelet-client.crt': No such file or directory
	I0929 11:12:44.986568  733699 kubeadm.go:392] StartCluster: {Name:addons-398275 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSD
omain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath:
SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0929 11:12:44.986649  733699 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
	I0929 11:12:44.986698  733699 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0929 11:12:45.026976  733699 cri.go:89] found id: ""
	I0929 11:12:45.027142  733699 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0929 11:12:45.038148  733699 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0929 11:12:45.048956  733699 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0929 11:12:45.049021  733699 ssh_runner.go:195] Run: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf
	I0929 11:12:45.059442  733699 kubeadm.go:155] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
	stdout:
	
	stderr:
	ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
	I0929 11:12:45.059464  733699 kubeadm.go:157] found existing configuration files:
	
	I0929 11:12:45.059506  733699 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0929 11:12:45.070436  733699 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/admin.conf: No such file or directory
	I0929 11:12:45.070509  733699 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0929 11:12:45.080685  733699 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0929 11:12:45.091673  733699 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/kubelet.conf: No such file or directory
	I0929 11:12:45.091745  733699 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0929 11:12:45.102104  733699 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0929 11:12:45.112768  733699 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/controller-manager.conf: No such file or directory
	I0929 11:12:45.112848  733699 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0929 11:12:45.123366  733699 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0929 11:12:45.134254  733699 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/scheduler.conf: No such file or directory
	I0929 11:12:45.134324  733699 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0929 11:12:45.144530  733699 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.34.0:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I0929 11:12:45.204225  733699 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/6.8.0-1040-gcp\n", err: exit status 1
	I0929 11:12:45.262037  733699 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0929 11:12:54.480768  733699 kubeadm.go:310] [init] Using Kubernetes version: v1.34.0
	I0929 11:12:54.480830  733699 kubeadm.go:310] [preflight] Running pre-flight checks
	I0929 11:12:54.480915  733699 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0929 11:12:54.480986  733699 kubeadm.go:310] KERNEL_VERSION: 6.8.0-1040-gcp
	I0929 11:12:54.481035  733699 kubeadm.go:310] OS: Linux
	I0929 11:12:54.481100  733699 kubeadm.go:310] CGROUPS_CPU: enabled
	I0929 11:12:54.481167  733699 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0929 11:12:54.481242  733699 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0929 11:12:54.481320  733699 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0929 11:12:54.481405  733699 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0929 11:12:54.481476  733699 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0929 11:12:54.481550  733699 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0929 11:12:54.481631  733699 kubeadm.go:310] CGROUPS_IO: enabled
	I0929 11:12:54.481748  733699 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0929 11:12:54.481897  733699 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0929 11:12:54.481993  733699 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0929 11:12:54.482075  733699 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0929 11:12:54.483808  733699 out.go:252]   - Generating certificates and keys ...
	I0929 11:12:54.483875  733699 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0929 11:12:54.483974  733699 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0929 11:12:54.484046  733699 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0929 11:12:54.484098  733699 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0929 11:12:54.484162  733699 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0929 11:12:54.484210  733699 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0929 11:12:54.484266  733699 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0929 11:12:54.484373  733699 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-398275 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0929 11:12:54.484419  733699 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0929 11:12:54.484518  733699 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-398275 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0929 11:12:54.484613  733699 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0929 11:12:54.484672  733699 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0929 11:12:54.484711  733699 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0929 11:12:54.484759  733699 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0929 11:12:54.484803  733699 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0929 11:12:54.484851  733699 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0929 11:12:54.484903  733699 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0929 11:12:54.484961  733699 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0929 11:12:54.485026  733699 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0929 11:12:54.485120  733699 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0929 11:12:54.485204  733699 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0929 11:12:54.486552  733699 out.go:252]   - Booting up control plane ...
	I0929 11:12:54.486638  733699 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0929 11:12:54.486756  733699 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0929 11:12:54.486816  733699 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0929 11:12:54.486903  733699 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0929 11:12:54.486988  733699 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/instance-config.yaml"
	I0929 11:12:54.487078  733699 kubeadm.go:310] [patches] Applied patch of type "application/strategic-merge-patch+json" to target "kubeletconfiguration"
	I0929 11:12:54.487150  733699 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0929 11:12:54.487189  733699 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0929 11:12:54.487303  733699 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0929 11:12:54.487395  733699 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0929 11:12:54.487446  733699 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.001091942s
	I0929 11:12:54.487578  733699 kubeadm.go:310] [control-plane-check] Waiting for healthy control plane components. This can take up to 4m0s
	I0929 11:12:54.487661  733699 kubeadm.go:310] [control-plane-check] Checking kube-apiserver at https://192.168.49.2:8443/livez
	I0929 11:12:54.487748  733699 kubeadm.go:310] [control-plane-check] Checking kube-controller-manager at https://127.0.0.1:10257/healthz
	I0929 11:12:54.487820  733699 kubeadm.go:310] [control-plane-check] Checking kube-scheduler at https://127.0.0.1:10259/livez
	I0929 11:12:54.487882  733699 kubeadm.go:310] [control-plane-check] kube-scheduler is healthy after 1.97270319s
	I0929 11:12:54.487962  733699 kubeadm.go:310] [control-plane-check] kube-controller-manager is healthy after 2.127538734s
	I0929 11:12:54.488020  733699 kubeadm.go:310] [control-plane-check] kube-apiserver is healthy after 3.501969383s
	I0929 11:12:54.488142  733699 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0929 11:12:54.488318  733699 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0929 11:12:54.488375  733699 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0929 11:12:54.488562  733699 kubeadm.go:310] [mark-control-plane] Marking the node addons-398275 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0929 11:12:54.488626  733699 kubeadm.go:310] [bootstrap-token] Using token: edr7ez.cly84jkh5b8ow6xd
	I0929 11:12:54.489945  733699 out.go:252]   - Configuring RBAC rules ...
	I0929 11:12:54.490047  733699 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0929 11:12:54.490126  733699 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0929 11:12:54.490259  733699 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
	I0929 11:12:54.490373  733699 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0929 11:12:54.490496  733699 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0929 11:12:54.490607  733699 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0929 11:12:54.490721  733699 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0929 11:12:54.490797  733699 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0929 11:12:54.490872  733699 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0929 11:12:54.490890  733699 kubeadm.go:310] 
	I0929 11:12:54.490973  733699 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0929 11:12:54.490983  733699 kubeadm.go:310] 
	I0929 11:12:54.491084  733699 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0929 11:12:54.491094  733699 kubeadm.go:310] 
	I0929 11:12:54.491128  733699 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0929 11:12:54.491224  733699 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0929 11:12:54.491301  733699 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0929 11:12:54.491310  733699 kubeadm.go:310] 
	I0929 11:12:54.491374  733699 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0929 11:12:54.491383  733699 kubeadm.go:310] 
	I0929 11:12:54.491452  733699 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0929 11:12:54.491463  733699 kubeadm.go:310] 
	I0929 11:12:54.491558  733699 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0929 11:12:54.491663  733699 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0929 11:12:54.491762  733699 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0929 11:12:54.491772  733699 kubeadm.go:310] 
	I0929 11:12:54.491879  733699 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0929 11:12:54.492006  733699 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0929 11:12:54.492015  733699 kubeadm.go:310] 
	I0929 11:12:54.492125  733699 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token edr7ez.cly84jkh5b8ow6xd \
	I0929 11:12:54.492266  733699 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:03004bc8c8ab3762858c34ea451f30c4ba87cf96a40f62b78029392015104160 \
	I0929 11:12:54.492297  733699 kubeadm.go:310] 	--control-plane 
	I0929 11:12:54.492306  733699 kubeadm.go:310] 
	I0929 11:12:54.492419  733699 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0929 11:12:54.492433  733699 kubeadm.go:310] 
	I0929 11:12:54.492564  733699 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token edr7ez.cly84jkh5b8ow6xd \
	I0929 11:12:54.492675  733699 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:03004bc8c8ab3762858c34ea451f30c4ba87cf96a40f62b78029392015104160 
	I0929 11:12:54.492686  733699 cni.go:84] Creating CNI manager for ""
	I0929 11:12:54.492694  733699 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0929 11:12:54.494941  733699 out.go:179] * Configuring CNI (Container Networking Interface) ...
	I0929 11:12:54.496269  733699 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0929 11:12:54.500676  733699 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.34.0/kubectl ...
	I0929 11:12:54.500694  733699 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0929 11:12:54.519906  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0929 11:12:54.755591  733699 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0929 11:12:54.755696  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-398275 minikube.k8s.io/updated_at=2025_09_29T11_12_54_0700 minikube.k8s.io/version=v1.37.0 minikube.k8s.io/commit=e087d081f23c6d1317bb12845422265d8d3490cf minikube.k8s.io/name=addons-398275 minikube.k8s.io/primary=true
	I0929 11:12:54.755800  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:54.845639  733699 ops.go:34] apiserver oom_adj: -16
	I0929 11:12:54.845765  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:55.346278  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:55.846514  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:56.346018  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:56.845868  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:57.346863  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:57.846819  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:58.346261  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:58.845883  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:59.346737  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:59.415981  733699 kubeadm.go:1105] duration metric: took 4.660362416s to wait for elevateKubeSystemPrivileges
	I0929 11:12:59.416020  733699 kubeadm.go:394] duration metric: took 14.429460539s to StartCluster
	I0929 11:12:59.416040  733699 settings.go:142] acquiring lock: {Name:mk053e7d0312ee1490602ff57488e3067c62f18a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:59.416197  733699 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/21655-728906/kubeconfig
	I0929 11:12:59.416601  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/kubeconfig: {Name:mk33453547b04bbe9c3de7a739a9e0868e0a7fd9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:59.416798  733699 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0929 11:12:59.416822  733699 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}
	I0929 11:12:59.416907  733699 addons.go:511] enable addons start: toEnable=map[ambassador:false amd-gpu-device-plugin:true auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubetail:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:true storage-provisioner:true storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
	I0929 11:12:59.417034  733699 config.go:182] Loaded profile config "addons-398275": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:12:59.417052  733699 addons.go:69] Setting yakd=true in profile "addons-398275"
	I0929 11:12:59.417076  733699 addons.go:238] Setting addon yakd=true in "addons-398275"
	I0929 11:12:59.417070  733699 addons.go:69] Setting inspektor-gadget=true in profile "addons-398275"
	I0929 11:12:59.417095  733699 addons.go:69] Setting registry-creds=true in profile "addons-398275"
	I0929 11:12:59.417101  733699 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-398275"
	I0929 11:12:59.417109  733699 addons.go:238] Setting addon registry-creds=true in "addons-398275"
	I0929 11:12:59.417112  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417122  733699 addons.go:69] Setting gcp-auth=true in profile "addons-398275"
	I0929 11:12:59.417115  733699 addons.go:69] Setting cloud-spanner=true in profile "addons-398275"
	I0929 11:12:59.417125  733699 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-398275"
	I0929 11:12:59.417143  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417144  733699 addons.go:238] Setting addon csi-hostpath-driver=true in "addons-398275"
	I0929 11:12:59.417150  733699 addons.go:238] Setting addon nvidia-device-plugin=true in "addons-398275"
	I0929 11:12:59.417154  733699 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-398275"
	I0929 11:12:59.417162  733699 addons.go:69] Setting ingress-dns=true in profile "addons-398275"
	I0929 11:12:59.417166  733699 addons.go:238] Setting addon amd-gpu-device-plugin=true in "addons-398275"
	I0929 11:12:59.417172  733699 addons.go:238] Setting addon ingress-dns=true in "addons-398275"
	I0929 11:12:59.417186  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417195  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417198  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417204  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417305  733699 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-398275"
	I0929 11:12:59.417334  733699 addons.go:69] Setting registry=true in profile "addons-398275"
	I0929 11:12:59.417344  733699 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-398275"
	I0929 11:12:59.417347  733699 addons.go:238] Setting addon registry=true in "addons-398275"
	I0929 11:12:59.417375  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417668  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417694  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417694  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417706  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417713  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417734  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417816  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.418102  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417143  733699 addons.go:238] Setting addon cloud-spanner=true in "addons-398275"
	I0929 11:12:59.418717  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417090  733699 addons.go:69] Setting default-storageclass=true in profile "addons-398275"
	I0929 11:12:59.418873  733699 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-398275"
	I0929 11:12:59.419164  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.419205  733699 addons.go:69] Setting volumesnapshots=true in profile "addons-398275"
	I0929 11:12:59.419171  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417109  733699 addons.go:238] Setting addon inspektor-gadget=true in "addons-398275"
	I0929 11:12:59.417154  733699 addons.go:69] Setting ingress=true in profile "addons-398275"
	I0929 11:12:59.417320  733699 addons.go:69] Setting volcano=true in profile "addons-398275"
	I0929 11:12:59.419316  733699 addons.go:69] Setting storage-provisioner=true in profile "addons-398275"
	I0929 11:12:59.419370  733699 addons.go:69] Setting metrics-server=true in profile "addons-398275"
	I0929 11:12:59.417146  733699 mustload.go:65] Loading cluster: addons-398275
	I0929 11:12:59.419789  733699 out.go:179] * Verifying Kubernetes components...
	I0929 11:12:59.421028  733699 addons.go:238] Setting addon volumesnapshots=true in "addons-398275"
	I0929 11:12:59.421222  733699 addons.go:238] Setting addon storage-provisioner=true in "addons-398275"
	I0929 11:12:59.421265  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.421375  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.421790  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.421969  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.425064  733699 addons.go:238] Setting addon metrics-server=true in "addons-398275"
	I0929 11:12:59.425081  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.425103  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.425119  733699 addons.go:238] Setting addon volcano=true in "addons-398275"
	I0929 11:12:59.425179  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.425191  733699 addons.go:238] Setting addon ingress=true in "addons-398275"
	I0929 11:12:59.425241  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.425585  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.425687  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.425743  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.426272  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.429297  733699 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0929 11:12:59.431123  733699 config.go:182] Loaded profile config "addons-398275": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:12:59.433051  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.465470  733699 out.go:179]   - Using image docker.io/upmcenterprises/registry-creds:1.10
	I0929 11:12:59.467768  733699 addons.go:435] installing /etc/kubernetes/addons/registry-creds-rc.yaml
	I0929 11:12:59.467797  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-creds-rc.yaml (3306 bytes)
	I0929 11:12:59.468470  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.470296  733699 addons.go:238] Setting addon default-storageclass=true in "addons-398275"
	I0929 11:12:59.470345  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.470849  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.487363  733699 addons.go:238] Setting addon storage-provisioner-rancher=true in "addons-398275"
	I0929 11:12:59.487619  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.487445  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0929 11:12:59.488646  733699 out.go:179]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.41
	I0929 11:12:59.489509  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.492193  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0929 11:12:59.492263  733699 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0929 11:12:59.492326  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.493852  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0929 11:12:59.494161  733699 out.go:179]   - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
	I0929 11:12:59.494261  733699 addons.go:435] installing /etc/kubernetes/addons/deployment.yaml
	I0929 11:12:59.494835  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0929 11:12:59.494904  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.496621  733699 addons.go:435] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I0929 11:12:59.496647  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
	I0929 11:12:59.496707  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.497472  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0929 11:12:59.503572  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0929 11:12:59.507440  733699 out.go:179]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.8.0
	I0929 11:12:59.509589  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0929 11:12:59.513667  733699 addons.go:435] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0929 11:12:59.514532  733699 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0929 11:12:59.514617  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.514890  733699 out.go:179]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0929 11:12:59.515062  733699 out.go:179]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.3
	I0929 11:12:59.515659  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.516265  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0929 11:12:59.516285  733699 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0929 11:12:59.516341  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.517824  733699 addons.go:435] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0929 11:12:59.517839  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0929 11:12:59.517892  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.527103  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0929 11:12:59.527178  733699 out.go:179]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.44.1
	I0929 11:12:59.528385  733699 addons.go:435] installing /etc/kubernetes/addons/ig-crd.yaml
	I0929 11:12:59.528407  733699 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (14 bytes)
	I0929 11:12:59.528470  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.528641  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0929 11:12:59.530030  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0929 11:12:59.531320  733699 out.go:179]   - Using image docker.io/volcanosh/vc-controller-manager:v1.12.2
	I0929 11:12:59.531349  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0929 11:12:59.532876  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0929 11:12:59.532898  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0929 11:12:59.532978  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.537633  733699 out.go:179]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
	I0929 11:12:59.537975  733699 out.go:179]   - Using image docker.io/volcanosh/vc-scheduler:v1.12.2
	I0929 11:12:59.538955  733699 out.go:179]   - Using image registry.k8s.io/ingress-nginx/controller:v1.13.2
	I0929 11:12:59.540482  733699 out.go:179]   - Using image docker.io/volcanosh/vc-webhook-manager:v1.12.2
	I0929 11:12:59.541716  733699 out.go:179]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0929 11:12:59.541848  733699 out.go:179]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
	I0929 11:12:59.543398  733699 addons.go:435] installing /etc/kubernetes/addons/volcano-deployment.yaml
	I0929 11:12:59.543421  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (498149 bytes)
	I0929 11:12:59.543480  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.547681  733699 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0929 11:12:59.547702  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0929 11:12:59.547763  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.548092  733699 addons.go:435] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0929 11:12:59.548109  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0929 11:12:59.548158  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.550486  733699 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
	I0929 11:12:59.550571  733699 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0929 11:12:59.550668  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.559792  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.562098  733699 out.go:179]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0929 11:12:59.566218  733699 out.go:179]   - Using image docker.io/busybox:stable
	I0929 11:12:59.566520  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.567760  733699 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0929 11:12:59.567782  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0929 11:12:59.567899  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.571268  733699 out.go:179]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.9
	I0929 11:12:59.574676  733699 out.go:179]   - Using image docker.io/registry:3.0.0
	I0929 11:12:59.576433  733699 addons.go:435] installing /etc/kubernetes/addons/registry-rc.yaml
	I0929 11:12:59.576503  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0929 11:12:59.576646  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.582082  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.585840  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.589651  733699 out.go:179]   - Using image docker.io/kicbase/minikube-ingress-dns:0.0.4
	I0929 11:12:59.591353  733699 addons.go:435] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0929 11:12:59.591376  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2889 bytes)
	I0929 11:12:59.592072  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.592110  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.592779  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.598791  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.604760  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.632782  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.643309  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.647672  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.647808  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.650802  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.650821  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.652642  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.653577  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	W0929 11:12:59.658921  733699 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0929 11:12:59.658975  733699 retry.go:31] will retry after 354.78745ms: ssh: handshake failed: EOF
	W0929 11:12:59.659222  733699 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0929 11:12:59.659247  733699 retry.go:31] will retry after 140.690497ms: ssh: handshake failed: EOF
	W0929 11:12:59.659337  733699 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0929 11:12:59.659347  733699 retry.go:31] will retry after 223.943791ms: ssh: handshake failed: EOF
	I0929 11:12:59.684198  733699 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0929 11:12:59.684328  733699 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0929 11:12:59.764386  733699 addons.go:435] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0929 11:12:59.764418  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0929 11:12:59.770033  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I0929 11:12:59.772385  733699 addons.go:435] installing /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:12:59.772404  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (15034 bytes)
	I0929 11:12:59.798767  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/registry-creds-rc.yaml
	I0929 11:12:59.799968  733699 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0929 11:12:59.800006  733699 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0929 11:12:59.804653  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:12:59.814580  733699 addons.go:435] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0929 11:12:59.814613  733699 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0929 11:12:59.824372  733699 addons.go:435] installing /etc/kubernetes/addons/registry-svc.yaml
	I0929 11:12:59.824406  733699 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0929 11:12:59.834612  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0929 11:12:59.843044  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0929 11:12:59.854331  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0929 11:12:59.854360  733699 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0929 11:12:59.864010  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0929 11:12:59.874632  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0929 11:12:59.875558  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0929 11:12:59.877000  733699 addons.go:435] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0929 11:12:59.877066  733699 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0929 11:12:59.887012  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
	I0929 11:12:59.888757  733699 addons.go:435] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0929 11:12:59.888778  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0929 11:12:59.899234  733699 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0929 11:12:59.899260  733699 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0929 11:12:59.899728  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0929 11:12:59.899794  733699 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0929 11:12:59.946070  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
	I0929 11:12:59.958177  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0929 11:12:59.988868  733699 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0929 11:12:59.988902  733699 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0929 11:13:00.023824  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0929 11:13:00.030309  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0929 11:13:00.030340  733699 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0929 11:13:00.115179  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0929 11:13:00.115294  733699 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0929 11:13:00.141412  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0929 11:13:00.141433  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0929 11:13:00.151457  733699 start.go:976] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0929 11:13:00.157081  733699 node_ready.go:35] waiting up to 6m0s for node "addons-398275" to be "Ready" ...
	I0929 11:13:00.165446  733699 node_ready.go:49] node "addons-398275" is "Ready"
	I0929 11:13:00.165491  733699 node_ready.go:38] duration metric: took 8.351543ms for node "addons-398275" to be "Ready" ...
	I0929 11:13:00.165511  733699 api_server.go:52] waiting for apiserver process to appear ...
	I0929 11:13:00.165587  733699 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0929 11:13:00.188323  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0929 11:13:00.188358  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0929 11:13:00.270397  733699 addons.go:435] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0929 11:13:00.270433  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0929 11:13:00.281632  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
	I0929 11:13:00.354029  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0929 11:13:00.354065  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-health-monitor-controller.yaml --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
	I0929 11:13:00.357290  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0929 11:13:00.404916  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0929 11:13:00.432844  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0929 11:13:00.433085  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0929 11:13:00.572960  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0929 11:13:00.573088  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0929 11:13:00.659264  733699 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-398275" context rescaled to 1 replicas
	I0929 11:13:00.690447  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0929 11:13:00.690570  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0929 11:13:00.779376  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0929 11:13:00.779475  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0929 11:13:00.840276  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0929 11:13:00.842028  733699 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0929 11:13:00.922364  733699 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: (1.117622341s)
	W0929 11:13:00.922442  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget created
	serviceaccount/gadget created
	configmap/gadget created
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role created
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding created
	role.rbac.authorization.k8s.io/gadget-role created
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding created
	daemonset.apps/gadget created
	
	stderr:
	Warning: spec.template.metadata.annotations[container.apparmor.security.beta.kubernetes.io/gadget]: deprecated since v1.30; use the "appArmorProfile" field instead
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:00.922468  733699 retry.go:31] will retry after 348.455519ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget created
	serviceaccount/gadget created
	configmap/gadget created
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role created
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding created
	role.rbac.authorization.k8s.io/gadget-role created
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding created
	daemonset.apps/gadget created
	
	stderr:
	Warning: spec.template.metadata.annotations[container.apparmor.security.beta.kubernetes.io/gadget]: deprecated since v1.30; use the "appArmorProfile" field instead
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:00.922524  733699 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: (1.087882797s)
	I0929 11:13:00.922638  733699 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: (1.079564305s)
	I0929 11:13:00.922690  733699 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: (1.058656636s)
	I0929 11:13:00.922952  733699 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: (1.048289451s)
	I0929 11:13:00.975308  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0929 11:13:00.975332  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0929 11:13:01.038865  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0929 11:13:01.038895  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0929 11:13:01.119582  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0929 11:13:01.119624  733699 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0929 11:13:01.135810  733699 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: (1.260161689s)
	I0929 11:13:01.209446  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0929 11:13:01.271924  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:02.359504  733699 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: (2.472445015s)
	I0929 11:13:02.359655  733699 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: (2.413554416s)
	I0929 11:13:02.359683  733699 addons.go:479] Verifying addon metrics-server=true in "addons-398275"
	I0929 11:13:02.359728  733699 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: (2.401522929s)
	I0929 11:13:02.359745  733699 addons.go:479] Verifying addon registry=true in "addons-398275"
	I0929 11:13:02.360258  733699 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: (2.336403133s)
	I0929 11:13:02.360293  733699 addons.go:479] Verifying addon ingress=true in "addons-398275"
	I0929 11:13:02.360737  733699 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: (2.003424255s)
	I0929 11:13:02.360595  733699 ssh_runner.go:235] Completed: sudo pgrep -xnf kube-apiserver.*minikube.*: (2.194983176s)
	I0929 11:13:02.360857  733699 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: (1.955911652s)
	W0929 11:13:02.360887  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	Warning: unrecognized format "int64"
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0929 11:13:02.360889  733699 api_server.go:72] duration metric: took 2.944041324s to wait for apiserver process to appear ...
	I0929 11:13:02.360902  733699 api_server.go:88] waiting for apiserver healthz status ...
	I0929 11:13:02.360906  733699 retry.go:31] will retry after 170.621269ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	Warning: unrecognized format "int64"
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0929 11:13:02.360925  733699 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0929 11:13:02.360688  733699 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: (2.079001185s)
	I0929 11:13:02.363121  733699 out.go:179] * Verifying registry addon...
	I0929 11:13:02.363213  733699 out.go:179] * Verifying ingress addon...
	I0929 11:13:02.364321  733699 out.go:179] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-398275 service yakd-dashboard -n yakd-dashboard
	
	I0929 11:13:02.366006  733699 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0929 11:13:02.367505  733699 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0929 11:13:02.371444  733699 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0929 11:13:02.372038  733699 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0929 11:13:02.372052  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:02.372482  733699 api_server.go:141] control plane version: v1.34.0
	I0929 11:13:02.372565  733699 api_server.go:131] duration metric: took 11.654376ms to wait for apiserver health ...
	I0929 11:13:02.372588  733699 system_pods.go:43] waiting for kube-system pods to appear ...
	I0929 11:13:02.378874  733699 system_pods.go:59] 17 kube-system pods found
	I0929 11:13:02.379034  733699 system_pods.go:61] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:02.379112  733699 system_pods.go:61] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:02.379127  733699 system_pods.go:61] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:02.379133  733699 system_pods.go:61] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:02.379141  733699 system_pods.go:61] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:02.379148  733699 system_pods.go:61] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:02.379769  733699 system_pods.go:61] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:02.379801  733699 system_pods.go:61] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:02.379810  733699 system_pods.go:61] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:02.379817  733699 system_pods.go:61] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:02.379933  733699 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0929 11:13:02.379948  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:02.379956  733699 system_pods.go:61] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:02.379970  733699 system_pods.go:61] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:02.379979  733699 system_pods.go:61] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:02.379987  733699 system_pods.go:61] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:02.379993  733699 system_pods.go:61] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending
	I0929 11:13:02.380002  733699 system_pods.go:61] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.380110  733699 system_pods.go:61] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:02.380120  733699 system_pods.go:74] duration metric: took 7.513841ms to wait for pod list to return data ...
	I0929 11:13:02.380131  733699 default_sa.go:34] waiting for default service account to be created ...
	I0929 11:13:02.389098  733699 default_sa.go:45] found service account: "default"
	I0929 11:13:02.389127  733699 default_sa.go:55] duration metric: took 8.988725ms for default service account to be created ...
	I0929 11:13:02.389141  733699 system_pods.go:116] waiting for k8s-apps to be running ...
	I0929 11:13:02.472558  733699 system_pods.go:86] 18 kube-system pods found
	I0929 11:13:02.472601  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:02.472613  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:02.472621  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending
	I0929 11:13:02.472629  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:02.472636  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:02.472644  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:02.472650  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:02.472659  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:02.472663  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:02.472669  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:02.472677  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:02.472685  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:02.472693  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:02.472701  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:02.472711  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:02.472719  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.472728  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.472736  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:02.472755  733699 retry.go:31] will retry after 280.25021ms: missing components: kube-dns
	I0929 11:13:02.532177  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0929 11:13:02.602997  733699 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: (1.393492558s)
	I0929 11:13:02.603040  733699 addons.go:479] Verifying addon csi-hostpath-driver=true in "addons-398275"
	I0929 11:13:02.604873  733699 out.go:179] * Verifying csi-hostpath-driver addon...
	I0929 11:13:02.607790  733699 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0929 11:13:02.611415  733699 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0929 11:13:02.611444  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:02.645509  733699 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.373525439s)
	W0929 11:13:02.645574  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:02.645613  733699 retry.go:31] will retry after 193.857153ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:02.759413  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:02.759456  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:02.759468  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:02.759480  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:02.759494  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:02.759507  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:02.759519  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:02.759525  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:02.759537  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:02.759560  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:02.759574  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:02.759579  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:02.759587  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:02.759594  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:02.759605  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:02.759617  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:02.759630  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:02.759640  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:02.759648  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.759657  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.759662  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:02.759686  733699 retry.go:31] will retry after 323.919513ms: missing components: kube-dns
	I0929 11:13:02.840647  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:02.893610  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:02.893685  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:03.090409  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:03.090451  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:03.090461  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:03.090471  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:03.090481  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:03.090490  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:03.090501  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:03.090508  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:03.090521  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:03.090530  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:03.090550  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:03.090559  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:03.090566  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:03.090574  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:03.090585  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:03.090593  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:03.090604  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:03.090612  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:03.090622  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:03.090633  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:03.090643  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:03.090662  733699 retry.go:31] will retry after 350.143984ms: missing components: kube-dns
	I0929 11:13:03.112301  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:03.370101  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:03.370432  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:03.472894  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:03.472940  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:03.472955  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:03.472968  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:03.472979  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:03.472988  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:03.472999  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:03.473006  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:03.473024  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:03.473030  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:03.473039  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:03.473044  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:03.473049  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:03.473056  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:03.473064  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:03.473073  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:03.473081  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:03.473087  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:03.473095  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:03.473103  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:03.473109  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:03.473132  733699 retry.go:31] will retry after 549.285943ms: missing components: kube-dns
	I0929 11:13:03.612612  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:03.870568  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:03.870746  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:04.028270  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:04.028322  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:04.028334  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:04.028344  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:04.028351  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:04.028359  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:04.028371  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:04.028381  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:04.028390  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:04.028396  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:04.028404  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:04.028410  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:04.028415  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:04.028423  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:04.028434  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:04.028448  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:04.028459  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:04.028473  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:04.028481  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:04.028489  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:04.028502  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:04.028523  733699 retry.go:31] will retry after 645.95178ms: missing components: kube-dns
	I0929 11:13:04.128042  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:04.370895  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:04.371031  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:04.612267  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:04.680251  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:04.680294  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:04.680309  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:04.680320  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:04.680334  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:04.680351  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:04.680359  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:04.680368  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:04.680376  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:04.680386  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:04.680398  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:04.680406  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:04.680413  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:04.680424  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:04.680432  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:04.680442  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:04.680453  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:04.680463  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:04.680471  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:04.680479  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:04.680483  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:04.680501  733699 retry.go:31] will retry after 584.096042ms: missing components: kube-dns
	I0929 11:13:04.870649  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:04.870702  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:05.112362  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:05.201599  733699 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.669336719s)
	I0929 11:13:05.201677  733699 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.360989139s)
	W0929 11:13:05.201719  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:05.201747  733699 retry.go:31] will retry after 533.757786ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:05.271011  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:05.271050  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:05.271058  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:05.271064  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:05.271069  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:05.271076  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:05.271081  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:05.271086  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:05.271090  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:05.271094  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:05.271099  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:05.271102  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:05.271106  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:05.271111  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:05.271116  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:05.271133  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:05.271141  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:05.271148  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:05.271152  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:05.271158  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:05.271161  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:05.271178  733699 retry.go:31] will retry after 1.012446963s: missing components: kube-dns
	I0929 11:13:05.370001  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:05.371047  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:05.611686  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:05.736137  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:05.870338  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:05.870659  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:06.112835  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:06.289293  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:06.289336  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:06.289348  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:06.289358  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:06.289372  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:06.289380  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:06.289401  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:06.289414  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:06.289420  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:06.289425  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:06.289432  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:06.289438  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:06.289451  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:06.289458  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:06.289465  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:06.289470  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:06.289475  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:06.289479  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:06.289486  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:06.289494  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:06.289499  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:06.289520  733699 retry.go:31] will retry after 1.063766139s: missing components: kube-dns
	I0929 11:13:06.388369  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:06.388565  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	W0929 11:13:06.395477  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:06.395504  733699 retry.go:31] will retry after 1.10662306s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:06.612448  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:06.871010  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:06.871146  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:07.112744  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:07.145960  733699 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0929 11:13:07.146030  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:13:07.166921  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:13:07.278054  733699 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0929 11:13:07.300513  733699 addons.go:238] Setting addon gcp-auth=true in "addons-398275"
	I0929 11:13:07.300622  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:13:07.301035  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:13:07.321360  733699 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0929 11:13:07.321415  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:13:07.339898  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:13:07.360938  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:07.360980  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:07.360987  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:07.360994  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:07.361001  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:07.361007  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:07.361012  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:07.361017  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:07.361021  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:07.361024  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:07.361030  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:07.361036  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:07.361040  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:07.361044  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:07.361051  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:07.361060  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:07.361065  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:07.361072  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:07.361077  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:07.361085  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:07.361091  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:07.361106  733699 retry.go:31] will retry after 1.370670201s: missing components: kube-dns
	I0929 11:13:07.369775  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:07.370276  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:07.435809  733699 out.go:179]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
	I0929 11:13:07.437207  733699 out.go:179]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
	I0929 11:13:07.438422  733699 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0929 11:13:07.438445  733699 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0929 11:13:07.458229  733699 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0929 11:13:07.458264  733699 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0929 11:13:07.479275  733699 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0929 11:13:07.479297  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0929 11:13:07.500581  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0929 11:13:07.502823  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:07.612466  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:07.878632  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:07.879395  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:07.914708  733699 addons.go:479] Verifying addon gcp-auth=true in "addons-398275"
	I0929 11:13:07.916421  733699 out.go:179] * Verifying gcp-auth addon...
	I0929 11:13:07.919084  733699 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0929 11:13:07.932606  733699 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0929 11:13:07.932634  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:08.112713  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	W0929 11:13:08.221498  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:08.221533  733699 retry.go:31] will retry after 1.224978528s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:08.370302  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:08.370362  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:08.422810  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:08.611518  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:08.736764  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:08.736807  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:08.736819  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:08.736830  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:08.736838  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:08.736846  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:08.736853  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:08.736860  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:08.736868  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:08.736874  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:08.736881  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:08.736887  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:08.736897  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:08.736909  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:08.736949  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:08.736963  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:08.736973  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:08.736985  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:08.736997  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:08.737009  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:08.737016  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:08.737041  733699 retry.go:31] will retry after 2.241374299s: missing components: kube-dns
	I0929 11:13:08.869667  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:08.871371  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:08.922606  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:09.112162  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:09.369818  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:09.370777  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:09.422840  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:09.447067  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:09.611351  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:09.869498  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:09.870058  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:09.922138  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	W0929 11:13:10.004449  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:10.004478  733699 retry.go:31] will retry after 2.198905929s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:10.111600  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:10.370293  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:10.370477  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:10.422526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:10.611619  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:10.869877  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:10.870611  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:10.922679  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:10.983364  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:10.983406  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:10.983417  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:10.983431  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:10.983440  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:10.983449  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:10.983455  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:10.983462  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:10.983472  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:10.983477  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:10.983489  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:10.983493  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:10.983496  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:10.983503  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:10.983513  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:10.983562  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:10.983578  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:10.983587  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:10.983611  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:10.983625  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:10.983630  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:10.983654  733699 retry.go:31] will retry after 2.198598101s: missing components: kube-dns
	I0929 11:13:11.111600  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:11.369899  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:11.370332  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:11.422533  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:11.612295  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:11.869862  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:11.870936  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:11.923295  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:12.111437  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:12.204531  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:12.370511  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:12.370562  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:12.422471  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:12.611184  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	W0929 11:13:12.785796  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:12.785840  733699 retry.go:31] will retry after 3.067413925s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:12.870666  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:12.870688  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:12.922745  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:13.112769  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:13.187009  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:13.187048  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:13.187056  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:13.187063  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:13.187068  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:13.187074  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:13.187078  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:13.187082  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:13.187086  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:13.187089  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:13.187094  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:13.187097  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:13.187101  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:13.187106  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:13.187115  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:13.187120  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:13.187125  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:13.187129  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:13.187137  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:13.187143  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:13.187147  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:13.187162  733699 retry.go:31] will retry after 2.991903626s: missing components: kube-dns
	I0929 11:13:13.369854  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:13.370463  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:13.422516  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:13.612705  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:13.870535  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:13.870597  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:13.922470  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:14.111684  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:14.370433  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:14.370453  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:14.422370  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:14.611774  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:14.869105  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:14.870863  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:14.922691  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:15.111824  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:15.370042  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:15.370583  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:15.422853  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:15.611076  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:15.854333  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:15.870841  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:15.870912  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:15.922801  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:16.111018  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:16.184344  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:16.184379  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:16.184391  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:16.184398  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:16.184403  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:16.184408  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:16.184412  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:16.184418  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:16.184421  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:16.184424  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:16.184427  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:16.184431  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:16.184436  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:16.184444  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:16.184453  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:16.184460  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:16.184471  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:16.184490  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:16.184502  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:16.184508  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:16.184513  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:16.184533  733699 retry.go:31] will retry after 4.250789786s: missing components: kube-dns
	I0929 11:13:16.370704  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:16.371021  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	W0929 11:13:16.421821  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:16.421858  733699 retry.go:31] will retry after 2.532848368s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:16.422877  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:16.611226  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:16.870107  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:16.871973  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:16.922226  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:17.111343  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:17.370164  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:17.370249  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:17.422138  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:17.612052  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:17.870793  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:17.870846  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:17.922952  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:18.111340  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:18.369703  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:18.371348  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:18.422475  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:18.611619  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:18.870616  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:18.870638  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:18.922577  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:18.955672  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:19.111708  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:19.369847  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:19.370323  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:19.422639  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	W0929 11:13:19.523463  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:19.523492  733699 retry.go:31] will retry after 5.438693911s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:19.612185  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:19.870222  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:19.870240  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:19.921925  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:20.111657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:20.370112  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:20.370403  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:20.422794  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:20.440129  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:20.440168  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:20.440176  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:20.440184  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:20.440190  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:20.440195  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:20.440200  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:20.440205  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:20.440209  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:20.440212  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:20.440216  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:20.440219  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:20.440225  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:20.440233  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:20.440242  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:20.440248  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:20.440253  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:20.440263  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:20.440269  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:20.440277  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:20.440280  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:20.440297  733699 retry.go:31] will retry after 5.507870237s: missing components: kube-dns
	I0929 11:13:20.611675  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:20.869874  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:20.870368  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:20.922331  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:21.111514  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:21.369404  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:21.370149  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:21.422107  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:21.611611  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:21.869768  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:21.870426  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:21.922307  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:22.111617  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:22.369824  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:22.370252  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:22.422219  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:22.611861  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:22.872201  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:22.872207  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:22.922732  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:23.112375  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:23.369359  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:23.370942  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:23.422824  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:23.611107  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:23.869910  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:23.870883  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:23.922560  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:24.111887  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:24.370646  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:24.370674  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:24.422955  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:24.611306  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:24.870312  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:24.870358  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:24.922008  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:24.963126  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:25.111883  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:25.369099  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:25.370601  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:25.422407  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	W0929 11:13:25.523598  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:25.523629  733699 retry.go:31] will retry after 6.477494236s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:25.612399  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:25.869846  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:25.871145  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:25.922007  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:25.953596  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:25.953632  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:25.953641  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:25.953650  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:25.953657  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:25.953663  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:25.953668  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:25.953672  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:25.953676  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:25.953679  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:25.953683  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:25.953687  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:25.953690  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:25.953695  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:25.953700  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:25.953705  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:25.953711  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:25.953717  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:25.953723  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:25.953728  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:25.953734  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:25.953749  733699 retry.go:31] will retry after 6.353743075s: missing components: kube-dns
	I0929 11:13:26.111537  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:26.369747  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:26.370288  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:26.422484  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:26.611659  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:26.870310  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:26.870347  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:26.922122  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:27.111311  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:27.369850  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:27.370411  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:27.422366  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:27.611571  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:27.870455  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:27.870510  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:27.922696  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:28.111898  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:28.369843  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:28.370574  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:28.422669  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:28.612192  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:28.870419  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:28.870430  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:28.922427  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:29.111592  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:29.369810  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:29.370408  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:29.422419  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:29.611862  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:29.870195  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:29.870410  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:29.922157  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:30.111273  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:30.369235  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:30.370907  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:30.422976  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:30.611293  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:30.869907  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:30.870945  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:30.922822  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:31.111177  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:31.369650  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:31.370990  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:31.422973  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:31.611391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:31.870015  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:31.870015  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:31.922875  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:32.002142  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:32.112794  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:32.312402  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:32.312437  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:32.312446  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:32.312453  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:32.312461  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:32.312467  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:32.312472  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:32.312476  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:32.312479  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:32.312484  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:32.312491  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:32.312494  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:32.312499  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:32.312504  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:32.312514  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:32.312520  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:32.312525  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:32.312533  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:32.312538  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:32.312561  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:32.312565  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:32.312581  733699 retry.go:31] will retry after 7.763209894s: missing components: kube-dns
	I0929 11:13:32.369814  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:32.370204  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:32.423643  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	W0929 11:13:32.572167  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:32.572218  733699 retry.go:31] will retry after 8.69308s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:32.611502  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:32.869851  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:32.871017  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:32.923172  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:33.111828  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:33.370014  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:33.370507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:33.422783  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:33.612563  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:33.870729  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:33.870779  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:33.922473  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:34.111451  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:34.369806  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:34.370064  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:34.423138  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:34.611378  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:34.870635  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:34.870702  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:34.922513  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:35.111683  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:35.370039  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:35.370271  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:35.422152  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:35.611535  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:35.870133  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:35.870198  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:35.923076  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:36.111282  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:36.369556  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:36.371115  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:36.423121  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:36.611479  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:36.870107  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:36.870378  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:36.922504  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:37.111772  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:37.369911  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:37.370128  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:37.423249  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:37.611785  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:37.870404  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:37.870450  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:37.921983  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:38.111056  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:38.369193  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:38.371184  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:38.423057  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:38.611410  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:38.870298  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:38.870300  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:38.922278  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:39.111675  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:39.369827  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:39.370025  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:39.422654  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:39.612327  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:39.869959  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:39.869995  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:39.922749  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:40.080878  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:40.080913  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:40.080927  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:40.080936  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:40.080941  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:40.080946  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:40.080950  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:40.080953  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:40.080957  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:40.080960  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:40.080964  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:40.080967  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:40.080970  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:40.080975  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:40.080982  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:40.080987  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:40.080993  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:40.080998  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:40.081003  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:40.081012  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:40.081016  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:40.081033  733699 retry.go:31] will retry after 7.029376147s: missing components: kube-dns
	I0929 11:13:40.111673  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:40.369880  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:40.370258  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:40.422553  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:40.611913  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:40.870645  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:40.870690  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:40.922953  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:41.111505  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:41.265629  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:41.369938  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:41.370421  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:41.422580  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:41.611419  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:41.871556  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:41.872490  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	W0929 11:13:41.908219  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:41.908261  733699 retry.go:31] will retry after 19.165782941s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:41.971391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:42.112127  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:42.369606  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:42.370799  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:42.422772  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:42.612013  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:42.869741  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:42.870806  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:42.922836  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:43.111481  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:43.370081  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:43.370186  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:43.422447  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:43.611686  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:43.870276  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:43.870422  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:43.922260  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:44.111920  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:44.370253  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:44.370597  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:44.422903  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:44.611140  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:44.870383  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:44.870519  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:44.971403  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:45.112230  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:45.370146  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:45.371528  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:45.422756  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:45.611641  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:45.873477  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:45.873676  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:45.933353  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:46.112010  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:46.370639  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:46.370829  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:46.422874  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:46.611439  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:46.870322  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:46.870396  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:46.942188  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:47.111660  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:47.114926  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:47.114960  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:47.114967  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:47.114994  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:47.114998  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Running
	I0929 11:13:47.115004  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:47.115009  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:47.115013  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:47.115017  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:47.115020  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:47.115026  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:47.115029  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:47.115033  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:47.115037  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:47.115047  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:47.115052  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:47.115057  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:47.115063  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:47.115067  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:47.115074  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:47.115078  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:47.115098  733699 retry.go:31] will retry after 9.358850906s: missing components: kube-dns
	I0929 11:13:47.370010  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:47.370398  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:47.422507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:47.611896  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:47.870819  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:47.871334  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:47.946735  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:48.176606  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:48.370320  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:48.371137  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:48.423193  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:48.711609  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:48.870024  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:48.870470  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:48.923005  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:49.111967  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:49.370089  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:49.370686  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:49.422735  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:49.612519  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:49.870213  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:49.870341  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:49.967363  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:50.112190  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:50.369579  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:50.371400  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:50.422448  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:50.611947  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:50.870729  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:50.870748  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:50.922783  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:51.112212  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:51.368956  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:51.370654  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:51.423081  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:51.612081  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:51.871194  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:51.871496  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:51.922109  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:52.167526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:52.371719  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:52.371719  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:52.475852  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:52.612426  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:52.870150  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:52.870264  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:52.970585  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:53.112382  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:53.370416  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:53.370507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:53.422794  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:53.612399  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:53.870582  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:53.870712  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:53.970434  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:54.114298  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:54.369923  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:54.370327  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:54.422604  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:54.611763  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:54.871026  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:54.871082  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:54.923592  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:55.112341  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:55.370230  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:55.370362  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:55.422732  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:55.659643  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:55.870397  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:55.870452  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:55.922820  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:56.113986  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:56.369836  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:56.370425  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:56.422699  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:56.479125  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:56.479181  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:56.479191  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Running
	I0929 11:13:56.479201  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Running
	I0929 11:13:56.479207  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Running
	I0929 11:13:56.479215  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:56.479224  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:56.479231  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:56.479240  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:56.479246  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:56.479252  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:56.479255  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:56.479259  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:56.479265  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Running
	I0929 11:13:56.479271  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:56.479279  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:56.479287  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:56.479292  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:56.479302  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Running
	I0929 11:13:56.479313  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Running
	I0929 11:13:56.479319  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:56.479333  733699 system_pods.go:126] duration metric: took 54.09018411s to wait for k8s-apps to be running ...
	I0929 11:13:56.479350  733699 system_svc.go:44] waiting for kubelet service to be running ....
	I0929 11:13:56.479406  733699 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0929 11:13:56.494186  733699 system_svc.go:56] duration metric: took 14.814595ms WaitForService to wait for kubelet
	I0929 11:13:56.494222  733699 kubeadm.go:578] duration metric: took 57.077375514s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0929 11:13:56.494249  733699 node_conditions.go:102] verifying NodePressure condition ...
	I0929 11:13:56.497940  733699 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
	I0929 11:13:56.497979  733699 node_conditions.go:123] node cpu capacity is 8
	I0929 11:13:56.497999  733699 node_conditions.go:105] duration metric: took 3.74288ms to run NodePressure ...
	I0929 11:13:56.498021  733699 start.go:241] waiting for startup goroutines ...
	I0929 11:13:56.611522  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:56.870213  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:56.870219  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:56.922051  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:57.112023  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:57.369778  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:57.370156  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:57.422267  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:57.611894  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:57.870697  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:57.870724  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:57.922276  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:58.111896  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:58.370315  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:58.370730  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:58.422680  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:58.611980  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:58.869683  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:58.871062  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:58.923578  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:59.111706  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:59.370464  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:59.370491  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:59.423087  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:59.611741  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:59.870357  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:59.870416  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:59.922510  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:00.112019  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:00.370503  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:00.370750  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:00.423322  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:00.611949  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:00.870631  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:00.870669  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:00.923055  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:01.074231  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:14:01.112391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:01.369133  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:01.370903  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:01.422945  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:01.612423  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	W0929 11:14:01.759855  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:14:01.759894  733699 retry.go:31] will retry after 34.077344362s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:14:01.871142  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:01.871148  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:01.923352  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:02.113103  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:02.369515  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:02.371090  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:02.423481  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:02.612590  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:02.870384  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:02.870638  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:02.923232  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:03.112112  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:03.370221  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:03.371097  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:03.423448  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:03.612042  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:03.870284  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:03.870528  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:03.923143  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:04.111616  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:04.410026  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:04.410197  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:04.422120  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:04.630961  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:04.869372  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:04.871445  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:04.922439  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:05.111988  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:05.370603  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:05.370646  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:05.422622  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:05.612381  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:05.869601  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:05.870885  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:05.969967  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:06.112050  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:06.370667  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:06.370673  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:06.422924  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:06.611657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:06.869683  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:06.870117  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:06.923134  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:07.112078  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:07.369703  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:07.370511  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:07.422345  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:07.612340  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:07.870062  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:07.871662  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:07.970103  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:08.111470  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:08.370141  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:08.370171  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:08.422714  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:08.611943  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:08.870573  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:08.870610  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:08.922805  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:09.111890  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:09.370993  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:09.371017  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:09.423300  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:09.612136  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:09.869848  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:09.871325  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:09.922787  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:10.112410  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:10.369599  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:10.370345  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:10.422443  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:10.612103  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:10.870726  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:10.871292  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:10.922235  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:11.112042  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:11.370301  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:11.370815  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:11.422715  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:11.612211  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:11.870223  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:11.871036  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:11.971089  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:12.116118  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:12.369673  733699 kapi.go:107] duration metric: took 1m10.003662891s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0929 11:14:12.370832  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:12.469737  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:12.612415  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:12.969526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:12.969685  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:13.112384  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:13.372466  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:13.422191  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:13.611507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:13.871132  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:13.923269  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:14.111446  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:14.371862  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:14.423153  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:14.611979  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:14.871977  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:14.922525  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:15.112085  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:15.371457  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:15.472004  733699 kapi.go:107] duration metric: took 1m7.552917632s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0929 11:14:15.475061  733699 out.go:179] * Your GCP credentials will now be mounted into every pod created in the addons-398275 cluster.
	I0929 11:14:15.476355  733699 out.go:179] * If you don't want your credentials mounted into a specific pod, add a label with the `gcp-auth-skip-secret` key to your pod configuration.
	I0929 11:14:15.477638  733699 out.go:179] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0929 11:14:15.611493  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:15.870566  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:16.111953  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:16.371414  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:16.611826  733699 kapi.go:107] duration metric: took 1m14.00403754s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0929 11:14:16.870771  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:17.371037  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:17.872063  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:18.371876  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:18.872021  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:19.372134  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:19.870950  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:20.372344  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:20.871247  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:21.370615  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:21.871798  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:22.371290  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:22.871087  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:23.372134  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:23.871842  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:24.371852  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:24.871368  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:25.370485  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:25.871072  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:26.371907  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:26.871447  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:27.370743  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:27.871228  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:28.371059  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:28.871863  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:29.371210  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:29.871203  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:30.370956  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:30.871634  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:31.373324  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:31.871155  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:32.371196  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:32.870813  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:33.371641  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:33.871198  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:34.372153  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:34.870728  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:35.371292  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:35.837689  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:14:35.871824  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:36.371770  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	W0929 11:14:36.399019  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	W0929 11:14:36.399146  733699 out.go:285] ! Enabling 'inspektor-gadget' returned an error: running callbacks: [sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	]
	I0929 11:14:36.871712  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:37.371039  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:37.871938  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:38.371336  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:38.870391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:39.371014  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:39.871646  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:40.371402  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:40.870596  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:41.370800  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:41.871926  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:42.372003  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:42.872368  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:43.371343  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:43.871002  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:44.371934  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:44.872000  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:45.371646  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:45.871130  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:46.371682  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:46.871639  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:47.371188  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:47.872061  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:48.372263  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:48.870483  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:49.370892  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:49.871850  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:50.371813  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:50.871426  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:51.370833  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:51.871565  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:52.371250  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:52.871203  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:53.372001  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:53.871710  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:54.371621  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:54.871343  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:55.370859  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:55.872057  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:56.372039  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:56.871974  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:57.371455  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:57.871001  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:58.372101  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:58.872110  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:59.371369  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:59.871459  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:00.371183  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:00.871132  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:01.370497  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:01.871185  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:02.372370  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:02.871235  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:03.371150  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:03.871638  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:04.371757  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:04.871902  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:05.371756  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:05.871606  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:06.371631  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:06.871537  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:07.371382  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:07.871333  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:08.371018  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:08.872174  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:09.370995  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:09.872400  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:10.371523  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:10.870657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:11.371336  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:11.871886  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:12.371942  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:12.871378  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:13.371050  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:13.872116  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:14.372140  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:14.872478  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:15.371137  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:15.870709  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:16.371407  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:16.871358  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:17.371334  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:17.871465  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:18.371277  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:18.870424  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:19.371193  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:19.871332  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:20.371487  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:20.871237  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:21.371074  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:21.871823  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:22.371672  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:22.871414  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:23.371037  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:23.871596  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:24.371386  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:24.871748  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:25.370923  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:25.871752  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:26.371682  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:26.871213  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:27.370586  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:27.871347  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:28.371098  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:28.872127  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:29.372071  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:29.871029  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:30.372195  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:30.871598  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:31.370491  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:31.870902  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:32.371807  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:32.871864  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:33.371526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:33.871146  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:34.372255  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:34.870752  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:35.371476  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:35.871508  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:36.371287  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:36.870814  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:37.371225  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:37.871249  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:38.371291  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:38.871086  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:39.371771  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:39.872210  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:40.371786  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:40.871180  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:41.370592  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:41.870496  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:42.371238  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:42.871115  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:43.371822  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:43.871424  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:44.372779  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:44.871107  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:45.372112  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:45.872107  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:46.371842  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:46.871340  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:47.370826  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:47.871757  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:48.371852  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:48.871474  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:49.370875  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:49.872246  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:50.371734  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:50.871678  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:51.370696  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:51.871769  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:52.371366  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:52.870767  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:53.371386  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:53.870754  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:54.370950  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:54.871350  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:55.370684  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:55.871501  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:56.370902  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:56.872019  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:57.370737  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:57.871597  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:58.371409  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:58.870982  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:59.371432  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:59.871497  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:00.371005  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:00.872206  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:01.371575  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:01.871029  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:02.371349  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:02.871267  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:03.371037  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:03.872324  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:04.370643  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:04.871933  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:05.371351  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:05.871052  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:06.371316  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:06.871626  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:07.370922  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:07.871726  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:08.370897  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:08.871932  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:09.371441  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:09.871884  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:10.371483  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:10.871641  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:11.370969  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:11.872405  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:12.370470  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:12.870192  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:13.372044  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:13.871749  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:14.370944  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:14.871805  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:15.371345  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:15.871366  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:16.370741  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:16.871761  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:17.370931  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:17.871601  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:18.371435  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:18.870571  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:19.370770  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:19.871985  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:20.371593  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:20.871317  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:21.370597  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:21.871684  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:22.370908  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:22.871575  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:23.371495  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:23.870668  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:24.370752  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:24.871893  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:25.371268  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:25.870980  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:26.371999  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:26.872039  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:27.371447  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:27.871287  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:28.371643  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:28.872843  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:29.371847  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:29.871394  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:30.370958  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:30.871644  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:31.371256  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:31.870439  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:32.371106  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:32.871764  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:33.372507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:33.871809  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:34.371501  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:34.871693  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:35.371496  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:35.871634  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:36.371721  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:36.871893  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:37.370808  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:37.872050  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:38.371284  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:38.871219  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:39.371167  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:39.871655  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:40.371256  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:40.871655  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:41.370952  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:41.871487  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:42.370727  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:42.871368  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:43.371367  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:43.870654  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:44.371060  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:44.870562  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:45.370991  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:45.872240  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:46.371870  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:46.871835  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:47.371371  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:47.871290  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:48.370927  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:48.871688  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:49.371252  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:49.870903  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:50.371427  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:50.871384  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:51.370471  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:51.871108  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:52.370954  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:52.870770  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:53.371690  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:53.871302  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:54.370916  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:54.871887  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:55.371615  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:55.871164  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:56.371840  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:56.871950  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:57.372296  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:57.871487  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:58.371679  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:58.871775  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:59.371378  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:59.872092  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:00.370533  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:00.872321  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:01.370638  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:01.871852  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:02.371653  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:02.871586  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:03.371905  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:03.870611  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:04.371276  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:04.871301  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:05.371356  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:05.871743  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:06.371776  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:06.872276  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:07.371179  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:07.871339  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:08.371615  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:08.871824  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:09.371656  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:09.871326  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:10.371313  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:10.871813  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:11.371880  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:11.871813  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:12.371469  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:12.870725  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:13.371714  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:13.871778  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:14.371711  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:14.871919  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:15.370437  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:15.871109  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:16.370766  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:16.872306  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:17.370588  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:17.872279  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:18.371019  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:18.871182  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:19.371098  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:19.871722  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:20.371233  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:20.871266  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:21.371140  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:21.870890  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:22.371489  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:22.873038  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:23.372157  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:23.871034  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:24.370678  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:24.871294  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:25.370676  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:25.871934  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:26.371966  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:26.871152  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:27.370941  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:27.870872  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:28.371888  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:28.870862  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:29.371640  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:29.871836  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:30.371426  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:30.871170  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:31.370584  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:31.870935  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:32.370423  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:32.870237  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:33.371231  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:33.870237  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:34.370640  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:34.871524  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:35.371497  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:35.871494  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:36.371243  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:36.871101  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:37.370662  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:37.871632  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:38.371731  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:38.871645  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:39.372084  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:39.871254  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:40.371995  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:40.871154  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:41.370910  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:41.871251  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:42.370931  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:42.872036  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:43.371288  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:43.871231  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:44.371097  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:44.872463  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:45.371139  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:45.870569  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:46.371153  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:46.871398  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:47.370812  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:47.871657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:48.371924  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:48.872065  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:49.370574  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:49.872269  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:50.371386  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:50.871321  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:51.370432  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:51.871080  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:52.370970  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:52.870994  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:53.373657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:53.871647  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:54.371167  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:54.870925  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:55.371290  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:55.870908  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:56.371433  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:56.870734  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:57.371624  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:57.871403  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:58.371296  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:58.870270  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:59.370711  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:59.870391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:00.371483  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:00.871504  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:01.371442  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:01.871814  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:02.371467  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:02.871106  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:03.371045  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:03.871312  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:04.371118  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:04.871881  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:05.372479  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:05.871519  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:06.371361  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:06.871097  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:07.371246  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:07.871663  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:08.370988  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:08.871220  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:09.371153  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:09.871341  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:10.370967  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:10.870816  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:11.372514  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:11.871160  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:12.370901  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:12.870951  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:13.370745  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:13.871863  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:14.371682  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:14.871822  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:15.371907  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:15.871442  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:16.371150  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:16.871127  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:17.371671  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:17.871918  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:18.371747  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:18.872038  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:19.371231  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:19.871062  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:20.370734  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:20.871805  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:21.371408  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:21.871498  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:22.371229  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:22.870438  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:23.371409  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:23.871010  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:24.370617  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:24.871224  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:25.371566  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:25.871204  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:26.370526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:26.871202  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:27.371157  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:27.871152  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:28.371084  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:28.871064  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:29.371189  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:29.871208  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:30.370859  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:30.870919  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:31.372054  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:31.871063  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:32.370776  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:32.871409  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:33.371679  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:33.872024  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:34.370589  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:34.871013  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:35.370946  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:35.870766  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:36.371297  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:36.870662  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:37.373044  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:37.870953  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:38.371298  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:38.871121  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:39.370515  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:39.871053  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:40.370713  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:40.871714  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:41.371677  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:41.871745  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:42.371416  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:42.871222  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:43.371483  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:43.871619  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:44.371096  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:44.871773  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:45.371799  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:45.872034  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:46.370855  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:46.872464  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:47.372424  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:47.871328  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:48.371237  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:48.871258  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:49.371020  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:49.871221  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:50.371104  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:50.871132  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:51.371312  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:51.871424  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:52.370942  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:52.870884  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:53.371764  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:53.872075  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:54.370466  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:54.871252  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:55.371085  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:55.870623  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:56.371147  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:56.871134  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:57.371218  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:57.871401  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:58.371613  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:58.871616  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:59.372118  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:59.870839  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:00.371346  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:00.871371  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:01.370856  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:01.872342  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:02.367888  733699 kapi.go:81] temporary error: getting Pods with label selector "kubernetes.io/minikube-addons=registry" : [client rate limiter Wait returned an error: context deadline exceeded]
	I0929 11:19:02.367923  733699 kapi.go:107] duration metric: took 6m0.000423252s to wait for kubernetes.io/minikube-addons=registry ...
	W0929 11:19:02.368055  733699 out.go:285] ! Enabling 'registry' returned an error: running callbacks: [waiting for kubernetes.io/minikube-addons=registry pods: context deadline exceeded]
	I0929 11:19:02.369776  733699 out.go:179] * Enabled addons: amd-gpu-device-plugin, registry-creds, cloud-spanner, storage-provisioner, nvidia-device-plugin, default-storageclass, storage-provisioner-rancher, volcano, metrics-server, ingress-dns, yakd, volumesnapshots, ingress, gcp-auth, csi-hostpath-driver
	I0929 11:19:02.371183  733699 addons.go:514] duration metric: took 6m2.954288088s for enable addons: enabled=[amd-gpu-device-plugin registry-creds cloud-spanner storage-provisioner nvidia-device-plugin default-storageclass storage-provisioner-rancher volcano metrics-server ingress-dns yakd volumesnapshots ingress gcp-auth csi-hostpath-driver]
	I0929 11:19:02.371237  733699 start.go:246] waiting for cluster config update ...
	I0929 11:19:02.371266  733699 start.go:255] writing updated cluster config ...
	I0929 11:19:02.371624  733699 ssh_runner.go:195] Run: rm -f paused
	I0929 11:19:02.376301  733699 pod_ready.go:37] extra waiting up to 4m0s for all "kube-system" pods having one of [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] labels to be "Ready" ...
	I0929 11:19:02.379822  733699 pod_ready.go:83] waiting for pod "coredns-66bc5c9577-8cjs7" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.384626  733699 pod_ready.go:94] pod "coredns-66bc5c9577-8cjs7" is "Ready"
	I0929 11:19:02.384649  733699 pod_ready.go:86] duration metric: took 4.80269ms for pod "coredns-66bc5c9577-8cjs7" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.386725  733699 pod_ready.go:83] waiting for pod "etcd-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.390929  733699 pod_ready.go:94] pod "etcd-addons-398275" is "Ready"
	I0929 11:19:02.390957  733699 pod_ready.go:86] duration metric: took 4.210827ms for pod "etcd-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.392917  733699 pod_ready.go:83] waiting for pod "kube-apiserver-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.396856  733699 pod_ready.go:94] pod "kube-apiserver-addons-398275" is "Ready"
	I0929 11:19:02.396882  733699 pod_ready.go:86] duration metric: took 3.942665ms for pod "kube-apiserver-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.398878  733699 pod_ready.go:83] waiting for pod "kube-controller-manager-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.781099  733699 pod_ready.go:94] pod "kube-controller-manager-addons-398275" is "Ready"
	I0929 11:19:02.781129  733699 pod_ready.go:86] duration metric: took 382.230324ms for pod "kube-controller-manager-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.981364  733699 pod_ready.go:83] waiting for pod "kube-proxy-7km4n" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:03.381087  733699 pod_ready.go:94] pod "kube-proxy-7km4n" is "Ready"
	I0929 11:19:03.381116  733699 pod_ready.go:86] duration metric: took 399.725198ms for pod "kube-proxy-7km4n" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:03.581426  733699 pod_ready.go:83] waiting for pod "kube-scheduler-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:03.980437  733699 pod_ready.go:94] pod "kube-scheduler-addons-398275" is "Ready"
	I0929 11:19:03.980473  733699 pod_ready.go:86] duration metric: took 399.01244ms for pod "kube-scheduler-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:03.980487  733699 pod_ready.go:40] duration metric: took 1.604154845s for extra waiting for all "kube-system" pods having one of [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] labels to be "Ready" ...
	I0929 11:19:04.031838  733699 start.go:623] kubectl: 1.34.1, cluster: 1.34.0 (minor skew: 0)
	I0929 11:19:04.033978  733699 out.go:179] * Done! kubectl is now configured to use "addons-398275" cluster and "default" namespace by default
	
	
	==> container status <==
	CONTAINER           IMAGE               CREATED             STATE               NAME                                     ATTEMPT             POD ID              POD
	50a559ae0b918       1065a6dc9d724       37 seconds ago      Running             volcano-scheduler                        4                   4b6d94479b7ca       volcano-scheduler-799f64f894-k4tqm
	73c8c3d0269e4       118846d562eb6       54 seconds ago      Exited              main                                     0                   fc193b679b1e1       volcano-admission-init-jnvr8
	4715a5177a591       1065a6dc9d724       2 minutes ago       Exited              volcano-scheduler                        3                   4b6d94479b7ca       volcano-scheduler-799f64f894-k4tqm
	5f71dd119f724       d5e667c0f2bb6       11 minutes ago      Running             amd-gpu-device-plugin                    0                   45cf8b3265d6e       amd-gpu-device-plugin-s89z8
	891ec105b3e42       738351fd438f0       16 minutes ago      Running             csi-snapshotter                          0                   5674981c7886f       csi-hostpathplugin-k8855
	e36fa276a7314       7a12f2aed60be       16 minutes ago      Running             gcp-auth                                 0                   7cb561bccb15a       gcp-auth-78565c9fb4-65czb
	0c1db2b1b32d3       931dbfd16f87c       16 minutes ago      Running             csi-provisioner                          0                   5674981c7886f       csi-hostpathplugin-k8855
	4c9801fafbf3f       1bec18b3728e7       16 minutes ago      Running             controller                               0                   1c84f6bdd85a1       ingress-nginx-controller-9cc49f96f-fwsqt
	e978268bf5c9a       e899260153aed       16 minutes ago      Running             liveness-probe                           0                   5674981c7886f       csi-hostpathplugin-k8855
	b4d152aa2945f       b1c9f9ef5f0c2       16 minutes ago      Running             registry-proxy                           0                   46314b64daea9       registry-proxy-6n6m9
	242c8059d265f       7a640256a07e2       16 minutes ago      Running             nvidia-device-plugin-ctr                 0                   239fcd348087b       nvidia-device-plugin-daemonset-f4bdh
	a45045d65aa75       8c217da6734db       16 minutes ago      Exited              patch                                    2                   7d8a247252ae1       ingress-nginx-admission-patch-vm8qt
	af4634a29fe29       e255e073c508c       16 minutes ago      Running             hostpath                                 0                   5674981c7886f       csi-hostpathplugin-k8855
	ae51a347c9733       bd5dce5cbea6e       16 minutes ago      Running             cloud-spanner-emulator                   0                   118dfbb0b0d60       cloud-spanner-emulator-85f6b7fc65-7w7r9
	8ba4a1be2e52a       8c217da6734db       16 minutes ago      Exited              create                                   0                   9d862bfada74d       ingress-nginx-admission-create-n5gtc
	c6435a29a4eab       88ef14a257f42       16 minutes ago      Running             node-driver-registrar                    0                   5674981c7886f       csi-hostpathplugin-k8855
	6bf89e32a2060       a1ed5895ba635       16 minutes ago      Running             csi-external-health-monitor-controller   0                   5674981c7886f       csi-hostpathplugin-k8855
	074e8b8a4889f       e16d1e3a10667       16 minutes ago      Running             local-path-provisioner                   0                   cca15f686df43       local-path-provisioner-648f6765c9-hlkpl
	d26f9f2d2ced4       59cbb42146a37       16 minutes ago      Running             csi-attacher                             0                   807153e820605       csi-hostpath-attacher-0
	57ad61f33ba3f       b9e1e3849e070       16 minutes ago      Running             metrics-server                           0                   fa6a1d3cbe027       metrics-server-85b7d694d7-fz82z
	fe6a462d05fe3       aa61ee9c70bc4       16 minutes ago      Running             volume-snapshot-controller               0                   de9d74f4522e3       snapshot-controller-7d9fbc56b8-vvz4n
	7cb4515af6010       52546a367cc9e       16 minutes ago      Running             coredns                                  0                   92d172380fb07       coredns-66bc5c9577-8cjs7
	057331246fd74       aa61ee9c70bc4       16 minutes ago      Running             volume-snapshot-controller               0                   5d448880c4b2c       snapshot-controller-7d9fbc56b8-b88wx
	daf6b50236ef1       19a639eda60f0       17 minutes ago      Running             csi-resizer                              0                   0d5c89fbf4411       csi-hostpath-resizer-0
	5448ee8772c9f       9660a1727a977       17 minutes ago      Running             gadget                                   0                   58732ae3a24a7       gadget-p4d27
	d187c07409f92       b6ab53fbfedaa       17 minutes ago      Running             minikube-ingress-dns                     0                   85e7d0defe4ae       kube-ingress-dns-minikube
	eb5bda3321e24       6e38f40d628db       17 minutes ago      Running             storage-provisioner                      0                   24535cefdde54       storage-provisioner
	c7c21e3451ae9       409467f978b4a       17 minutes ago      Running             kindnet-cni                              0                   dfd09726e4e2f       kindnet-ntsc6
	ada769fbe0fef       df0860106674d       17 minutes ago      Running             kube-proxy                               0                   a3c1b74cb9ea7       kube-proxy-7km4n
	a15df76019cf8       a0af72f2ec6d6       17 minutes ago      Running             kube-controller-manager                  0                   fe44f7246ca21       kube-controller-manager-addons-398275
	c4fa96de22ef4       46169d968e920       17 minutes ago      Running             kube-scheduler                           0                   fd598c54febd4       kube-scheduler-addons-398275
	5b744a5b5c34c       90550c43ad2bc       17 minutes ago      Running             kube-apiserver                           0                   51ec2dc6250af       kube-apiserver-addons-398275
	57a3548bf9e1a       5f1f5298c888d       17 minutes ago      Running             etcd                                     0                   bbb92ae3e1451       etcd-addons-398275
	
	
	==> containerd <==
	Sep 29 11:30:01 addons-398275 containerd[761]: time="2025-09-29T11:30:01.700634697Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:30:01 addons-398275 containerd[761]: time="2025-09-29T11:30:01.875996144Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:30:02 addons-398275 containerd[761]: time="2025-09-29T11:30:02.034168354Z" 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 29 11:30:02 addons-398275 containerd[761]: time="2025-09-29T11:30:02.034223887Z" level=info msg="stop pulling image docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: active requests=0, bytes read=19963"
	Sep 29 11:30:04 addons-398275 containerd[761]: time="2025-09-29T11:30:04.698386735Z" level=info msg="PullImage \"docker.io/marcnuri/yakd:0.0.5@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\""
	Sep 29 11:30:04 addons-398275 containerd[761]: time="2025-09-29T11:30:04.699999179Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:30:04 addons-398275 containerd[761]: time="2025-09-29T11:30:04.798932633Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:30:04 addons-398275 containerd[761]: time="2025-09-29T11:30:04.886023709Z" level=error msg="PullImage \"docker.io/marcnuri/yakd:0.0.5@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\" failed" error="failed to pull and unpack image \"docker.io/marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/marcnuri/yakd/manifests/sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:30:04 addons-398275 containerd[761]: time="2025-09-29T11:30:04.886059136Z" level=info msg="stop pulling image docker.io/marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624: active requests=0, bytes read=10967"
	Sep 29 11:30:06 addons-398275 containerd[761]: time="2025-09-29T11:30:06.697854530Z" level=info msg="PullImage \"docker.io/volcanosh/vc-controller-manager:v1.12.2@sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90\""
	Sep 29 11:30:06 addons-398275 containerd[761]: time="2025-09-29T11:30:06.699418188Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:30:06 addons-398275 containerd[761]: time="2025-09-29T11:30:06.757867151Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:30:06 addons-398275 containerd[761]: time="2025-09-29T11:30:06.849609490Z" 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 29 11:30:06 addons-398275 containerd[761]: time="2025-09-29T11:30:06.849646423Z" level=info msg="stop pulling image docker.io/volcanosh/vc-controller-manager@sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90: active requests=0, bytes read=11062"
	Sep 29 11:30:08 addons-398275 containerd[761]: time="2025-09-29T11:30:08.698350334Z" level=info msg="PullImage \"docker.io/volcanosh/vc-scheduler:v1.12.2@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e\""
	Sep 29 11:30:08 addons-398275 containerd[761]: time="2025-09-29T11:30:08.700001422Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:30:08 addons-398275 containerd[761]: time="2025-09-29T11:30:08.766375312Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:30:08 addons-398275 containerd[761]: time="2025-09-29T11:30:08.781034683Z" level=info msg="ImageUpdate event name:\"docker.io/volcanosh/vc-scheduler@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e\"  labels:{key:\"io.cri-containerd.image\"  value:\"managed\"}"
	Sep 29 11:30:08 addons-398275 containerd[761]: time="2025-09-29T11:30:08.781909541Z" level=info msg="stop pulling image docker.io/volcanosh/vc-scheduler@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e: active requests=0, bytes read=5430"
	Sep 29 11:30:08 addons-398275 containerd[761]: time="2025-09-29T11:30:08.783287204Z" level=info msg="Pulled image \"docker.io/volcanosh/vc-scheduler:v1.12.2@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e\" with image id \"sha256:1065a6dc9d72429d5dd466045d71f01f93ca52446fc40cf06d12e81c178c916d\", repo tag \"\", repo digest \"docker.io/volcanosh/vc-scheduler@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e\", size \"44555618\" in 84.888271ms"
	Sep 29 11:30:08 addons-398275 containerd[761]: time="2025-09-29T11:30:08.783328294Z" level=info msg="PullImage \"docker.io/volcanosh/vc-scheduler:v1.12.2@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e\" returns image reference \"sha256:1065a6dc9d72429d5dd466045d71f01f93ca52446fc40cf06d12e81c178c916d\""
	Sep 29 11:30:08 addons-398275 containerd[761]: time="2025-09-29T11:30:08.785823211Z" level=info msg="CreateContainer within sandbox \"4b6d94479b7ca5de1f54f4c0cc13364b23e59c36ee1ef87dec8ee04514679a3e\" for container &ContainerMetadata{Name:volcano-scheduler,Attempt:4,}"
	Sep 29 11:30:08 addons-398275 containerd[761]: time="2025-09-29T11:30:08.797496715Z" level=info msg="CreateContainer within sandbox \"4b6d94479b7ca5de1f54f4c0cc13364b23e59c36ee1ef87dec8ee04514679a3e\" for &ContainerMetadata{Name:volcano-scheduler,Attempt:4,} returns container id \"50a559ae0b9181250ee5b1d30e28232c4daefbf6dece5ae17398a55d06e81f79\""
	Sep 29 11:30:08 addons-398275 containerd[761]: time="2025-09-29T11:30:08.798126528Z" level=info msg="StartContainer for \"50a559ae0b9181250ee5b1d30e28232c4daefbf6dece5ae17398a55d06e81f79\""
	Sep 29 11:30:08 addons-398275 containerd[761]: time="2025-09-29T11:30:08.888110718Z" level=info msg="StartContainer for \"50a559ae0b9181250ee5b1d30e28232c4daefbf6dece5ae17398a55d06e81f79\" returns successfully"
	
	
	==> coredns [7cb4515af601041706abce6b103ce4ca2334b1d49b90106e105490f8323739a1] <==
	[INFO] 10.244.0.22:46978 - 29537 "A IN registry.kube-system.svc.cluster.local.local. udp 73 false 1232" NXDOMAIN qr,rd,ra 62 0.006882666s
	[INFO] 10.244.0.22:46978 - 57348 "A IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 102 false 1232" NXDOMAIN qr,aa,rd,ra 198 0.000094005s
	[INFO] 10.244.0.22:46978 - 21446 "AAAA IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 102 false 1232" NXDOMAIN qr,aa,rd,ra 198 0.000123634s
	[INFO] 10.244.0.22:46978 - 56422 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,aa,rd,ra 185 0.000062574s
	[INFO] 10.244.0.22:46978 - 26101 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,aa,rd,ra 185 0.000073101s
	[INFO] 10.244.0.22:46978 - 32723 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,aa,rd,ra 177 0.000066428s
	[INFO] 10.244.0.22:46978 - 57382 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,aa,rd,ra 177 0.000058681s
	[INFO] 10.244.0.22:46978 - 19073 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000157835s
	[INFO] 10.244.0.22:46978 - 632 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000162673s
	[INFO] 10.244.0.22:40223 - 19000 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000209431s
	[INFO] 10.244.0.22:40223 - 8944 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000281157s
	[INFO] 10.244.0.22:40223 - 8343 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.000137909s
	[INFO] 10.244.0.22:40223 - 20975 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.00017831s
	[INFO] 10.244.0.22:40223 - 2550 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000143449s
	[INFO] 10.244.0.22:40223 - 51003 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000170395s
	[INFO] 10.244.0.22:40223 - 7848 "A IN registry.kube-system.svc.cluster.local.local. udp 73 false 1232" NXDOMAIN qr,rd,ra 62 0.004835311s
	[INFO] 10.244.0.22:40223 - 20577 "AAAA IN registry.kube-system.svc.cluster.local.local. udp 73 false 1232" NXDOMAIN qr,rd,ra 62 0.005608272s
	[INFO] 10.244.0.22:40223 - 7977 "A IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 102 false 1232" NXDOMAIN qr,aa,rd,ra 198 0.00009671s
	[INFO] 10.244.0.22:40223 - 57860 "AAAA IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 102 false 1232" NXDOMAIN qr,aa,rd,ra 198 0.00006965s
	[INFO] 10.244.0.22:40223 - 21369 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,aa,rd,ra 185 0.000100262s
	[INFO] 10.244.0.22:40223 - 19028 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,aa,rd,ra 185 0.000095955s
	[INFO] 10.244.0.22:40223 - 10060 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,aa,rd,ra 177 0.000081669s
	[INFO] 10.244.0.22:40223 - 3360 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,aa,rd,ra 177 0.000117715s
	[INFO] 10.244.0.22:40223 - 57747 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.00011366s
	[INFO] 10.244.0.22:40223 - 21159 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000148157s
	
	
	==> describe nodes <==
	Name:               addons-398275
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=addons-398275
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=e087d081f23c6d1317bb12845422265d8d3490cf
	                    minikube.k8s.io/name=addons-398275
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2025_09_29T11_12_54_0700
	                    minikube.k8s.io/version=v1.37.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-398275
	Annotations:        csi.volume.kubernetes.io/nodeid: {"hostpath.csi.k8s.io":"addons-398275"}
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 29 Sep 2025 11:12:51 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-398275
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 29 Sep 2025 11:30:45 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 29 Sep 2025 11:29:55 +0000   Mon, 29 Sep 2025 11:12:50 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 29 Sep 2025 11:29:55 +0000   Mon, 29 Sep 2025 11:12:50 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 29 Sep 2025 11:29:55 +0000   Mon, 29 Sep 2025 11:12:50 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 29 Sep 2025 11:29:55 +0000   Mon, 29 Sep 2025 11:12:51 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-398275
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32863448Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32863448Ki
	  pods:               110
	System Info:
	  Machine ID:                 c09f6e1b9b1b4097bd5de8bda6598604
	  System UUID:                3755a557-4037-49c4-b2f8-72b628230518
	  Boot ID:                    67afa1fd-4f9a-4651-9639-1ca5665e29ac
	  Kernel Version:             6.8.0-1040-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:          (29 in total)
	  Namespace                   Name                                        CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                        ------------  ----------  ---------------  -------------  ---
	  default                     cloud-spanner-emulator-85f6b7fc65-7w7r9     0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  gadget                      gadget-p4d27                                0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  gcp-auth                    gcp-auth-78565c9fb4-65czb                   0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  ingress-nginx               ingress-nginx-controller-9cc49f96f-fwsqt    100m (1%)     0 (0%)      90Mi (0%)        0 (0%)         17m
	  kube-system                 amd-gpu-device-plugin-s89z8                 0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 coredns-66bc5c9577-8cjs7                    100m (1%)     0 (0%)      70Mi (0%)        170Mi (0%)     17m
	  kube-system                 csi-hostpath-attacher-0                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 csi-hostpath-resizer-0                      0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 csi-hostpathplugin-k8855                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 etcd-addons-398275                          100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         17m
	  kube-system                 kindnet-ntsc6                               100m (1%)     100m (1%)   50Mi (0%)        50Mi (0%)      17m
	  kube-system                 kube-apiserver-addons-398275                250m (3%)     0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 kube-controller-manager-addons-398275       200m (2%)     0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 kube-ingress-dns-minikube                   0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 kube-proxy-7km4n                            0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 kube-scheduler-addons-398275                100m (1%)     0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 metrics-server-85b7d694d7-fz82z             100m (1%)     0 (0%)      200Mi (0%)       0 (0%)         17m
	  kube-system                 nvidia-device-plugin-daemonset-f4bdh        0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 registry-66898fdd98-dt8xj                   0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 registry-creds-764b6fb674-v7dvw             0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 registry-proxy-6n6m9                        0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 snapshot-controller-7d9fbc56b8-b88wx        0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 snapshot-controller-7d9fbc56b8-vvz4n        0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 storage-provisioner                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  local-path-storage          local-path-provisioner-648f6765c9-hlkpl     0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  volcano-system              volcano-admission-589c7dd587-526tm          0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  volcano-system              volcano-controllers-7dc6969b45-wrz79        0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  volcano-system              volcano-scheduler-799f64f894-k4tqm          0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  yakd-dashboard              yakd-dashboard-5ff678cb9-snxk7              0 (0%)        0 (0%)      128Mi (0%)       256Mi (0%)     17m
	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                 17m   kube-proxy       
	  Normal  Starting                 17m   kubelet          Starting kubelet.
	  Normal  NodeAllocatableEnforced  17m   kubelet          Updated Node Allocatable limit across pods
	  Normal  NodeHasSufficientMemory  17m   kubelet          Node addons-398275 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    17m   kubelet          Node addons-398275 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     17m   kubelet          Node addons-398275 status is now: NodeHasSufficientPID
	  Normal  RegisteredNode           17m   node-controller  Node addons-398275 event: Registered Node addons-398275 in Controller
	
	
	==> dmesg <==
	
	
	==> etcd [57a3548bf9e1a84dd01340486307094c496a097bbb1e33e1e838f9f96f5616da] <==
	{"level":"warn","ts":"2025-09-29T11:12:51.018466Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:59726","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:12:51.024864Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:59732","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:12:51.031239Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:59768","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:12:51.081504Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:59786","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:02.890611Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:57590","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:02.898828Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:57596","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.721326Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43472","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.737938Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43492","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.746071Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43506","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.770621Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43540","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.793233Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43556","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.804715Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43582","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.829588Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43606","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.839084Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43638","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.845740Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43640","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.857069Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43646","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.866292Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43676","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.875190Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43686","server-name":"","error":"EOF"}
	{"level":"info","ts":"2025-09-29T11:14:47.826395Z","caller":"traceutil/trace.go:172","msg":"trace[1534711317] transaction","detail":"{read_only:false; response_revision:1538; number_of_response:1; }","duration":"122.325691ms","start":"2025-09-29T11:14:47.704051Z","end":"2025-09-29T11:14:47.826376Z","steps":["trace[1534711317] 'process raft request'  (duration: 93.140721ms)","trace[1534711317] 'compare'  (duration: 29.096717ms)"],"step_count":2}
	{"level":"info","ts":"2025-09-29T11:22:50.585088Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":1978}
	{"level":"info","ts":"2025-09-29T11:22:50.613643Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":1978,"took":"27.829257ms","hash":404619217,"current-db-size-bytes":7905280,"current-db-size":"7.9 MB","current-db-size-in-use-bytes":4780032,"current-db-size-in-use":"4.8 MB"}
	{"level":"info","ts":"2025-09-29T11:22:50.613725Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":404619217,"revision":1978,"compact-revision":-1}
	{"level":"info","ts":"2025-09-29T11:27:50.593299Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":2443}
	{"level":"info","ts":"2025-09-29T11:27:50.611630Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":2443,"took":"17.663318ms","hash":4261036622,"current-db-size-bytes":7905280,"current-db-size":"7.9 MB","current-db-size-in-use-bytes":3534848,"current-db-size-in-use":"3.5 MB"}
	{"level":"info","ts":"2025-09-29T11:27:50.611689Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":4261036622,"revision":2443,"compact-revision":1978}
	
	
	==> gcp-auth [e36fa276a731429b3ff3e9e0259876d9b0751fb2e86604b534efced7cdcc9d75] <==
	2025/09/29 11:14:14 GCP Auth Webhook started!
	
	
	==> kernel <==
	 11:30:47 up 19:13,  0 users,  load average: 0.12, 0.15, 0.36
	Linux addons-398275 6.8.0-1040-gcp #42~22.04.1-Ubuntu SMP Tue Sep  9 13:30:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [c7c21e3451ae93eccd42d0234cbb7b370a427d2f5d03b0097c536847b815f0c5] <==
	I0929 11:28:41.227516       1 main.go:301] handling current node
	I0929 11:28:51.229163       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:28:51.229211       1 main.go:301] handling current node
	I0929 11:29:01.228767       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:29:01.228811       1 main.go:301] handling current node
	I0929 11:29:11.227433       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:29:11.227480       1 main.go:301] handling current node
	I0929 11:29:21.232201       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:29:21.232242       1 main.go:301] handling current node
	I0929 11:29:31.227634       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:29:31.227690       1 main.go:301] handling current node
	I0929 11:29:41.233991       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:29:41.234031       1 main.go:301] handling current node
	I0929 11:29:51.233653       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:29:51.233697       1 main.go:301] handling current node
	I0929 11:30:01.227777       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:30:01.227825       1 main.go:301] handling current node
	I0929 11:30:11.228616       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:30:11.228671       1 main.go:301] handling current node
	I0929 11:30:21.227769       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:30:21.227846       1 main.go:301] handling current node
	I0929 11:30:31.228078       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:30:31.228128       1 main.go:301] handling current node
	I0929 11:30:41.226716       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:30:41.226777       1 main.go:301] handling current node
	
	
	==> kube-apiserver [5b744a5b5c34c5548706f651d6570f93852ec59ba34e62efee4c0d4bd46f73f6] <==
	W0929 11:30:23.658223       1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.106.106.83:443: connect: connection refused
	W0929 11:30:24.751018       1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.106.106.83:443: connect: connection refused
	W0929 11:30:25.764931       1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.106.106.83:443: connect: connection refused
	W0929 11:30:26.778682       1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.106.106.83:443: connect: connection refused
	W0929 11:30:27.881795       1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.106.106.83:443: connect: connection refused
	W0929 11:30:28.920629       1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.106.106.83:443: connect: connection refused
	I0929 11:30:28.932276       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:30:29.566372       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	W0929 11:30:29.963530       1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.106.106.83:443: connect: connection refused
	W0929 11:30:31.066638       1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.106.106.83:443: connect: connection refused
	W0929 11:30:32.119820       1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.106.106.83:443: connect: connection refused
	W0929 11:30:33.168702       1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.106.106.83:443: connect: connection refused
	W0929 11:30:34.208432       1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.106.106.83:443: connect: connection refused
	W0929 11:30:35.245194       1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.106.106.83:443: connect: connection refused
	W0929 11:30:36.295119       1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.106.106.83:443: connect: connection refused
	W0929 11:30:37.324150       1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.106.106.83:443: connect: connection refused
	W0929 11:30:38.355942       1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.106.106.83:443: connect: connection refused
	W0929 11:30:39.365759       1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.106.106.83:443: connect: connection refused
	W0929 11:30:40.426588       1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.106.106.83:443: connect: connection refused
	W0929 11:30:41.478307       1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.106.106.83:443: connect: connection refused
	W0929 11:30:42.522127       1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.106.106.83:443: connect: connection refused
	W0929 11:30:43.550186       1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.106.106.83:443: connect: connection refused
	W0929 11:30:44.581613       1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.106.106.83:443: connect: connection refused
	W0929 11:30:45.590034       1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.106.106.83:443: connect: connection refused
	W0929 11:30:46.680983       1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.106.106.83:443: connect: connection refused
	
	
	==> kube-controller-manager [a15df76019cf897d5f9623283c65aba73e56e733dd0b50c8438b4402d8d36de9] <==
	I0929 11:12:58.708229       1 shared_informer.go:356] "Caches are synced" controller="resource_claim"
	I0929 11:12:58.709816       1 shared_informer.go:356] "Caches are synced" controller="persistent volume"
	I0929 11:12:58.711045       1 shared_informer.go:356] "Caches are synced" controller="resource quota"
	I0929 11:12:58.711073       1 shared_informer.go:356] "Caches are synced" controller="namespace"
	I0929 11:12:58.712128       1 shared_informer.go:356] "Caches are synced" controller="crt configmap"
	I0929 11:12:58.714409       1 shared_informer.go:356] "Caches are synced" controller="node"
	I0929 11:12:58.714482       1 range_allocator.go:177] "Sending events to api server" logger="node-ipam-controller"
	I0929 11:12:58.714534       1 range_allocator.go:183] "Starting range CIDR allocator" logger="node-ipam-controller"
	I0929 11:12:58.714558       1 shared_informer.go:349] "Waiting for caches to sync" controller="cidrallocator"
	I0929 11:12:58.714566       1 shared_informer.go:356] "Caches are synced" controller="cidrallocator"
	I0929 11:12:58.720527       1 range_allocator.go:428] "Set node PodCIDR" logger="node-ipam-controller" node="addons-398275" podCIDRs=["10.244.0.0/24"]
	I0929 11:12:58.726537       1 shared_informer.go:356] "Caches are synced" controller="garbage collector"
	E0929 11:13:01.062984       1 replica_set.go:587] "Unhandled Error" err="sync \"kube-system/metrics-server-85b7d694d7\" failed with pods \"metrics-server-85b7d694d7-\" is forbidden: error looking up service account kube-system/metrics-server: serviceaccount \"metrics-server\" not found" logger="UnhandledError"
	E0929 11:13:28.716193       1 resource_quota_controller.go:446] "Unhandled Error" err="unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: stale GroupVersion discovery: metrics.k8s.io/v1beta1" logger="UnhandledError"
	I0929 11:13:28.716400       1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="volumesnapshots.snapshot.storage.k8s.io"
	I0929 11:13:28.716455       1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="podgroups.scheduling.volcano.sh"
	I0929 11:13:28.716535       1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="jobflows.flow.volcano.sh"
	I0929 11:13:28.716597       1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="jobtemplates.flow.volcano.sh"
	I0929 11:13:28.716644       1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="commands.bus.volcano.sh"
	I0929 11:13:28.716677       1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="jobs.batch.volcano.sh"
	I0929 11:13:28.716753       1 shared_informer.go:349] "Waiting for caches to sync" controller="resource quota"
	I0929 11:13:28.739031       1 garbagecollector.go:787] "failed to discover some groups" logger="garbage-collector-controller" groups="map[\"metrics.k8s.io/v1beta1\":\"stale GroupVersion discovery: metrics.k8s.io/v1beta1\"]"
	I0929 11:13:28.745414       1 shared_informer.go:349] "Waiting for caches to sync" controller="garbage collector"
	I0929 11:13:29.917233       1 shared_informer.go:356] "Caches are synced" controller="resource quota"
	I0929 11:13:29.945634       1 shared_informer.go:356] "Caches are synced" controller="garbage collector"
	
	
	==> kube-proxy [ada769fbe0fef4c2f23a1e201018fd78fd5f64290cbe6138d00bad25ee4c028b] <==
	I0929 11:13:00.637306       1 server_linux.go:53] "Using iptables proxy"
	I0929 11:13:00.761695       1 shared_informer.go:349] "Waiting for caches to sync" controller="node informer cache"
	I0929 11:13:00.868638       1 shared_informer.go:356] "Caches are synced" controller="node informer cache"
	I0929 11:13:00.868705       1 server.go:219] "Successfully retrieved NodeIPs" NodeIPs=["192.168.49.2"]
	E0929 11:13:00.868788       1 server.go:256] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
	I0929 11:13:00.970058       1 server.go:265] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0929 11:13:00.970152       1 server_linux.go:132] "Using iptables Proxier"
	I0929 11:13:00.987812       1 proxier.go:242] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses" ipFamily="IPv4"
	I0929 11:13:00.997691       1 server.go:527] "Version info" version="v1.34.0"
	I0929 11:13:01.002640       1 server.go:529] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0929 11:13:01.010334       1 config.go:200] "Starting service config controller"
	I0929 11:13:01.011500       1 shared_informer.go:349] "Waiting for caches to sync" controller="service config"
	I0929 11:13:01.011758       1 config.go:106] "Starting endpoint slice config controller"
	I0929 11:13:01.011768       1 shared_informer.go:349] "Waiting for caches to sync" controller="endpoint slice config"
	I0929 11:13:01.011788       1 config.go:309] "Starting node config controller"
	I0929 11:13:01.011861       1 config.go:403] "Starting serviceCIDR config controller"
	I0929 11:13:01.012071       1 shared_informer.go:349] "Waiting for caches to sync" controller="serviceCIDR config"
	I0929 11:13:01.013350       1 shared_informer.go:349] "Waiting for caches to sync" controller="node config"
	I0929 11:13:01.013380       1 shared_informer.go:356] "Caches are synced" controller="node config"
	I0929 11:13:01.111705       1 shared_informer.go:356] "Caches are synced" controller="service config"
	I0929 11:13:01.113083       1 shared_informer.go:356] "Caches are synced" controller="endpoint slice config"
	I0929 11:13:01.113118       1 shared_informer.go:356] "Caches are synced" controller="serviceCIDR config"
	
	
	==> kube-scheduler [c4fa96de22ef458fe94e1ea4c22cd9ab1448ee10fb5d5e69dc62813b46e56dd8] <==
	E0929 11:12:51.537329       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIStorageCapacity"
	E0929 11:12:51.537357       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
	E0929 11:12:51.538025       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Namespace"
	E0929 11:12:51.538531       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolumeClaim"
	E0929 11:12:51.539299       1 reflector.go:205] "Failed to watch" err="failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"volumeattachments\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.VolumeAttachment"
	E0929 11:12:51.539396       1 reflector.go:205] "Failed to watch" err="failed to list *v1.DeviceClass: deviceclasses.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"deviceclasses\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.DeviceClass"
	E0929 11:12:51.539441       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0929 11:12:51.539481       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceSlice: resourceslices.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceslices\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceSlice"
	E0929 11:12:51.539502       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIDriver"
	E0929 11:12:51.539674       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicationController"
	E0929 11:12:51.539641       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Pod"
	E0929 11:12:51.539718       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0929 11:12:51.539784       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
	E0929 11:12:51.539808       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
	E0929 11:12:51.539818       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0929 11:12:52.365957       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
	E0929 11:12:52.372088       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0929 11:12:52.403326       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
	E0929 11:12:52.617968       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
	E0929 11:12:52.620965       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0929 11:12:52.621079       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0929 11:12:52.628435       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIStorageCapacity"
	E0929 11:12:52.713862       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceClaim: resourceclaims.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceclaims\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceClaim"
	E0929 11:12:52.763590       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"
	I0929 11:12:53.134055       1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	
	
	==> kubelet <==
	Sep 29 11:30:02 addons-398275 kubelet[1550]: E0929 11:30:02.034508    1550 kuberuntime_image.go:43] "Failed to pull image" err="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" image="docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d"
	Sep 29 11:30:02 addons-398275 kubelet[1550]: E0929 11:30:02.034669    1550 kuberuntime_manager.go:1449] "Unhandled Error" err="container registry start failed in pod registry-66898fdd98-dt8xj_kube-system(7c0152f9-f483-4295-baec-3bf986eab6c6): 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" logger="UnhandledError"
	Sep 29 11:30:02 addons-398275 kubelet[1550]: E0929 11:30:02.034729    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"registry\" with 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-dt8xj" podUID="7c0152f9-f483-4295-baec-3bf986eab6c6"
	Sep 29 11:30:04 addons-398275 kubelet[1550]: E0929 11:30:04.886357    1550 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"docker.io/marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/marcnuri/yakd/manifests/sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/marcnuri/yakd:0.0.5@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624"
	Sep 29 11:30:04 addons-398275 kubelet[1550]: E0929 11:30:04.886422    1550 kuberuntime_image.go:43] "Failed to pull image" err="failed to pull and unpack image \"docker.io/marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/marcnuri/yakd/manifests/sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/marcnuri/yakd:0.0.5@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624"
	Sep 29 11:30:04 addons-398275 kubelet[1550]: E0929 11:30:04.886607    1550 kuberuntime_manager.go:1449] "Unhandled Error" err="container yakd start failed in pod yakd-dashboard-5ff678cb9-snxk7_yakd-dashboard(c496fac5-6d56-4810-b84c-699b29b04673): ErrImagePull: failed to pull and unpack image \"docker.io/marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/marcnuri/yakd/manifests/sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
	Sep 29 11:30:04 addons-398275 kubelet[1550]: E0929 11:30:04.886667    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"yakd\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/marcnuri/yakd/manifests/sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="yakd-dashboard/yakd-dashboard-5ff678cb9-snxk7" podUID="c496fac5-6d56-4810-b84c-699b29b04673"
	Sep 29 11:30:06 addons-398275 kubelet[1550]: E0929 11:30:06.849922    1550 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = 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" image="docker.io/volcanosh/vc-controller-manager:v1.12.2@sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90"
	Sep 29 11:30:06 addons-398275 kubelet[1550]: E0929 11:30:06.849998    1550 kuberuntime_image.go:43] "Failed to pull image" err="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" image="docker.io/volcanosh/vc-controller-manager:v1.12.2@sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90"
	Sep 29 11:30:06 addons-398275 kubelet[1550]: E0929 11:30:06.850092    1550 kuberuntime_manager.go:1449] "Unhandled Error" err="container volcano-controllers start failed in pod volcano-controllers-7dc6969b45-wrz79_volcano-system(e6aca217-1a81-495e-97b3-52dda452c996): 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" logger="UnhandledError"
	Sep 29 11:30:06 addons-398275 kubelet[1550]: E0929 11:30:06.850131    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"volcano-controllers\" with 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-wrz79" podUID="e6aca217-1a81-495e-97b3-52dda452c996"
	Sep 29 11:30:08 addons-398275 kubelet[1550]: I0929 11:30:08.697623    1550 scope.go:117] "RemoveContainer" containerID="4715a5177a591372004d7f2f5d12b7aef6322e331365f5fd5a520cb16bcef828"
	Sep 29 11:30:11 addons-398275 kubelet[1550]: I0929 11:30:11.697373    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-proxy-6n6m9" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:30:15 addons-398275 kubelet[1550]: I0929 11:30:15.696886    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-dt8xj" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:30:15 addons-398275 kubelet[1550]: E0929 11:30:15.698106    1550 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-dt8xj" podUID="7c0152f9-f483-4295-baec-3bf986eab6c6"
	Sep 29 11:30:15 addons-398275 kubelet[1550]: E0929 11:30:15.698110    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"yakd\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/marcnuri/yakd:0.0.5@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/marcnuri/yakd/manifests/sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="yakd-dashboard/yakd-dashboard-5ff678cb9-snxk7" podUID="c496fac5-6d56-4810-b84c-699b29b04673"
	Sep 29 11:30:19 addons-398275 kubelet[1550]: E0929 11:30:19.697839    1550 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-wrz79" podUID="e6aca217-1a81-495e-97b3-52dda452c996"
	Sep 29 11:30:27 addons-398275 kubelet[1550]: E0929 11:30:27.698803    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"yakd\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/marcnuri/yakd:0.0.5@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/marcnuri/yakd/manifests/sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="yakd-dashboard/yakd-dashboard-5ff678cb9-snxk7" podUID="c496fac5-6d56-4810-b84c-699b29b04673"
	Sep 29 11:30:29 addons-398275 kubelet[1550]: I0929 11:30:29.697416    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-dt8xj" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:30:29 addons-398275 kubelet[1550]: E0929 11:30:29.698626    1550 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-dt8xj" podUID="7c0152f9-f483-4295-baec-3bf986eab6c6"
	Sep 29 11:30:32 addons-398275 kubelet[1550]: E0929 11:30:32.696927    1550 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-wrz79" podUID="e6aca217-1a81-495e-97b3-52dda452c996"
	Sep 29 11:30:38 addons-398275 kubelet[1550]: E0929 11:30:38.697750    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"yakd\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/marcnuri/yakd:0.0.5@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/marcnuri/yakd/manifests/sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="yakd-dashboard/yakd-dashboard-5ff678cb9-snxk7" podUID="c496fac5-6d56-4810-b84c-699b29b04673"
	Sep 29 11:30:41 addons-398275 kubelet[1550]: I0929 11:30:41.696927    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-dt8xj" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:30:41 addons-398275 kubelet[1550]: E0929 11:30:41.697971    1550 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-dt8xj" podUID="7c0152f9-f483-4295-baec-3bf986eab6c6"
	Sep 29 11:30:44 addons-398275 kubelet[1550]: E0929 11:30:44.697078    1550 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-wrz79" podUID="e6aca217-1a81-495e-97b3-52dda452c996"
	
	
	==> storage-provisioner [eb5bda3321e245948bdaaf066991a7c0daa474af8bd10b92ad175cad4c437afd] <==
	W0929 11:30:21.924587       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:30:23.928954       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:30:23.933305       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:30:25.936797       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:30:25.940659       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:30:27.944434       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:30:27.949652       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:30:29.953058       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:30:29.958933       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:30:31.962516       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:30:31.967668       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:30:33.971589       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:30:33.975508       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:30:35.979757       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:30:35.985233       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:30:37.988920       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:30:37.993181       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:30:39.996694       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:30:40.001007       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:30:42.004597       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:30:42.009495       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:30:44.012530       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:30:44.016510       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:30:46.021068       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:30:46.026139       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-398275 -n addons-398275
helpers_test.go:269: (dbg) Run:  kubectl --context addons-398275 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:280: non-running pods: ingress-nginx-admission-create-n5gtc ingress-nginx-admission-patch-vm8qt registry-66898fdd98-dt8xj registry-creds-764b6fb674-v7dvw volcano-admission-589c7dd587-526tm volcano-admission-init-jnvr8 volcano-controllers-7dc6969b45-wrz79 yakd-dashboard-5ff678cb9-snxk7
helpers_test.go:282: ======> post-mortem[TestAddons/serial/Volcano]: describe non-running pods <======
helpers_test.go:285: (dbg) Run:  kubectl --context addons-398275 describe pod ingress-nginx-admission-create-n5gtc ingress-nginx-admission-patch-vm8qt registry-66898fdd98-dt8xj registry-creds-764b6fb674-v7dvw volcano-admission-589c7dd587-526tm volcano-admission-init-jnvr8 volcano-controllers-7dc6969b45-wrz79 yakd-dashboard-5ff678cb9-snxk7
helpers_test.go:285: (dbg) Non-zero exit: kubectl --context addons-398275 describe pod ingress-nginx-admission-create-n5gtc ingress-nginx-admission-patch-vm8qt registry-66898fdd98-dt8xj registry-creds-764b6fb674-v7dvw volcano-admission-589c7dd587-526tm volcano-admission-init-jnvr8 volcano-controllers-7dc6969b45-wrz79 yakd-dashboard-5ff678cb9-snxk7: exit status 1 (69.836683ms)

                                                
                                                
** stderr ** 
	Error from server (NotFound): pods "ingress-nginx-admission-create-n5gtc" not found
	Error from server (NotFound): pods "ingress-nginx-admission-patch-vm8qt" not found
	Error from server (NotFound): pods "registry-66898fdd98-dt8xj" not found
	Error from server (NotFound): pods "registry-creds-764b6fb674-v7dvw" not found
	Error from server (NotFound): pods "volcano-admission-589c7dd587-526tm" not found
	Error from server (NotFound): pods "volcano-admission-init-jnvr8" not found
	Error from server (NotFound): pods "volcano-controllers-7dc6969b45-wrz79" not found
	Error from server (NotFound): pods "yakd-dashboard-5ff678cb9-snxk7" not found

                                                
                                                
** /stderr **
helpers_test.go:287: kubectl --context addons-398275 describe pod ingress-nginx-admission-create-n5gtc ingress-nginx-admission-patch-vm8qt registry-66898fdd98-dt8xj registry-creds-764b6fb674-v7dvw volcano-admission-589c7dd587-526tm volcano-admission-init-jnvr8 volcano-controllers-7dc6969b45-wrz79 yakd-dashboard-5ff678cb9-snxk7: exit status 1
addons_test.go:1053: (dbg) Run:  out/minikube-linux-amd64 -p addons-398275 addons disable volcano --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-linux-amd64 -p addons-398275 addons disable volcano --alsologtostderr -v=1: (11.391821579s)
--- FAIL: TestAddons/serial/Volcano (715.37s)

                                                
                                    
x
+
TestAddons/parallel/Registry (363.08s)

                                                
                                                
=== RUN   TestAddons/parallel/Registry
=== PAUSE TestAddons/parallel/Registry

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:382: registry stabilized in 3.884578ms
addons_test.go:384: (dbg) TestAddons/parallel/Registry: waiting 6m0s for pods matching "actual-registry=true" in namespace "kube-system" ...
helpers_test.go:352: "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
addons_test.go:384: ***** TestAddons/parallel/Registry: pod "actual-registry=true" failed to start within 6m0s: context deadline exceeded ****
addons_test.go:384: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-398275 -n addons-398275
addons_test.go:384: TestAddons/parallel/Registry: showing logs for failed pods as of 2025-09-29 11:37:17.736930794 +0000 UTC m=+1514.898181331
addons_test.go:384: (dbg) Run:  kubectl --context addons-398275 describe po registry-66898fdd98-dt8xj -n kube-system
addons_test.go:384: (dbg) kubectl --context addons-398275 describe po registry-66898fdd98-dt8xj -n kube-system:
Name:             registry-66898fdd98-dt8xj
Namespace:        kube-system
Priority:         0
Service Account:  default
Node:             addons-398275/192.168.49.2
Start Time:       Mon, 29 Sep 2025 11:13:00 +0000
Labels:           actual-registry=true
addonmanager.kubernetes.io/mode=Reconcile
kubernetes.io/minikube-addons=registry
pod-template-hash=66898fdd98
Annotations:      <none>
Status:           Pending
IP:               10.244.0.23
IPs:
IP:           10.244.0.23
Controlled By:  ReplicaSet/registry-66898fdd98
Containers:
registry:
Container ID:   
Image:          docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d
Image ID:       
Port:           5000/TCP
Host Port:      0/TCP
State:          Waiting
Reason:       ImagePullBackOff
Ready:          False
Restart Count:  0
Environment:
REGISTRY_STORAGE_DELETE_ENABLED:  true
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-9n5r7 (ro)
Conditions:
Type                        Status
PodReadyToStartContainers   True 
Initialized                 True 
Ready                       False 
ContainersReady             False 
PodScheduled                True 
Volumes:
kube-api-access-9n5r7:
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                        24m                   default-scheduler  Successfully assigned kube-system/registry-66898fdd98-dt8xj to addons-398275
Warning  FailedCreatePodSandBox           24m                   kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "55aff490e4f2ced150116272f9b733cf838591732cbbbb15c66442ed37839e52": failed to find network info for sandbox "55aff490e4f2ced150116272f9b733cf838591732cbbbb15c66442ed37839e52"
Warning  FailedCreatePodSandBox           24m                   kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "06026078979b4159b0672143cf32711cae3815ee2f5dc4f1860f1fcb3d6cc1c1": failed to find network info for sandbox "06026078979b4159b0672143cf32711cae3815ee2f5dc4f1860f1fcb3d6cc1c1"
Warning  FailedCreatePodSandBox           23m                   kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "d85ae407c7f70d3ad1d137d435331624a04efc8974149be720408b14877f81d9": failed to find network info for sandbox "d85ae407c7f70d3ad1d137d435331624a04efc8974149be720408b14877f81d9"
Warning  FailedCreatePodSandBox           23m                   kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "bdffedf288e8779018c290071d7fc65010ec20f9ad4cdc5cf335cbde6065bf85": failed to find network info for sandbox "bdffedf288e8779018c290071d7fc65010ec20f9ad4cdc5cf335cbde6065bf85"
Warning  Failed                           22m (x2 over 23m)     kubelet            Failed to pull image "docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d": failed to pull and unpack image "docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/registry/manifests/sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Warning  Failed                           22m (x3 over 23m)     kubelet            Error: ErrImagePull
Warning  Failed                           22m                   kubelet            Failed to pull image "docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d": 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
Warning  Failed                           22m (x4 over 23m)     kubelet            Error: ImagePullBackOff
Normal   Pulling                          20m (x5 over 23m)     kubelet            Pulling image "docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d"
Warning  FailedToRetrieveImagePullSecret  4m8s (x94 over 24m)   kubelet            Unable to retrieve some image pull secrets (gcp-auth); attempting to pull the image may not succeed.
Normal   BackOff                          3m14s (x86 over 23m)  kubelet            Back-off pulling image "docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d"
addons_test.go:384: (dbg) Run:  kubectl --context addons-398275 logs registry-66898fdd98-dt8xj -n kube-system
addons_test.go:384: (dbg) Non-zero exit: kubectl --context addons-398275 logs registry-66898fdd98-dt8xj -n kube-system: exit status 1 (71.549262ms)

                                                
                                                
** stderr ** 
	Error from server (BadRequest): container "registry" in pod "registry-66898fdd98-dt8xj" is waiting to start: trying and failing to pull image

                                                
                                                
** /stderr **
addons_test.go:384: kubectl --context addons-398275 logs registry-66898fdd98-dt8xj -n kube-system: exit status 1
addons_test.go:385: failed waiting for pod actual-registry: actual-registry=true within 6m0s: context deadline exceeded
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:223: ======>  post-mortem[TestAddons/parallel/Registry]: network settings <======
helpers_test.go:230: HOST ENV snapshots: PROXY env: HTTP_PROXY="<empty>" HTTPS_PROXY="<empty>" NO_PROXY="<empty>"
helpers_test.go:238: ======>  post-mortem[TestAddons/parallel/Registry]: docker inspect <======
helpers_test.go:239: (dbg) Run:  docker inspect addons-398275
helpers_test.go:243: (dbg) docker inspect addons-398275:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf",
	        "Created": "2025-09-29T11:12:38.749141422Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 734356,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2025-09-29T11:12:38.791705384Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:c6b5532e987b5b4f5fc9cb0336e378ed49c0542bad8cbfc564b71e977a6269de",
	        "ResolvConfPath": "/var/lib/docker/containers/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf/hostname",
	        "HostsPath": "/var/lib/docker/containers/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf/hosts",
	        "LogPath": "/var/lib/docker/containers/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf-json.log",
	        "Name": "/addons-398275",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-398275:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "addons-398275",
	            "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": "private",
	            "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": 0,
	            "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": null,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "ID": "5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf",
	                "LowerDir": "/var/lib/docker/overlay2/751800f3f9fd5e343776f2a640aef1e1b64546a6c24fa2b554ec22f836c05494-init/diff:/var/lib/docker/overlay2/77070dd40a60b70b435bf4a69cbe4e41eeab20e4e227c9544e0e0b5e600a0bbc/diff",
	                "MergedDir": "/var/lib/docker/overlay2/751800f3f9fd5e343776f2a640aef1e1b64546a6c24fa2b554ec22f836c05494/merged",
	                "UpperDir": "/var/lib/docker/overlay2/751800f3f9fd5e343776f2a640aef1e1b64546a6c24fa2b554ec22f836c05494/diff",
	                "WorkDir": "/var/lib/docker/overlay2/751800f3f9fd5e343776f2a640aef1e1b64546a6c24fa2b554ec22f836c05494/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-398275",
	                "Source": "/var/lib/docker/volumes/addons-398275/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-398275",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1",
	            "Volumes": null,
	            "WorkingDir": "/",
	            "Entrypoint": [
	                "/usr/local/bin/entrypoint",
	                "/sbin/init"
	            ],
	            "OnBuild": null,
	            "Labels": {
	                "created_by.minikube.sigs.k8s.io": "true",
	                "mode.minikube.sigs.k8s.io": "addons-398275",
	                "name.minikube.sigs.k8s.io": "addons-398275",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "8577bb8655b63b7547b66c3255bf516e57d8db36eec07c98bf6e147283520f7d",
	            "SandboxKey": "/var/run/docker/netns/8577bb8655b6",
	            "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-398275": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "fa:11:d8:cb:64:1c",
	                    "DriverOpts": null,
	                    "GwPriority": 0,
	                    "NetworkID": "3c08dfa259fdbb7216b0a211339233bbf7e1de897615b63379b48a084fc60947",
	                    "EndpointID": "38daad4cbdb1b59925b148be23caf76b01e1b39a58772ddd38bc9e0566f761a9",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-398275",
	                        "5967997dc883"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:247: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p addons-398275 -n addons-398275
helpers_test.go:252: <<< TestAddons/parallel/Registry FAILED: start of post-mortem logs <<<
helpers_test.go:253: ======>  post-mortem[TestAddons/parallel/Registry]: minikube logs <======
helpers_test.go:255: (dbg) Run:  out/minikube-linux-amd64 -p addons-398275 logs -n 25
helpers_test.go:255: (dbg) Done: out/minikube-linux-amd64 -p addons-398275 logs -n 25: (1.314191905s)
helpers_test.go:260: TestAddons/parallel/Registry logs: 
-- stdout --
	
	==> Audit <==
	┌─────────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬────────────────────────┬─────────┬─────────┬─────────────────────┬─────────────────────┐
	│ COMMAND │                                                                                                                                                                                                                                      ARGS                                                                                                                                                                                                                                      │        PROFILE         │  USER   │ VERSION │     START TIME      │      END TIME       │
	├─────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────────────────────┼─────────┼─────────┼─────────────────────┼─────────────────────┤
	│ start   │ -o=json --download-only -p download-only-963807 --force --alsologtostderr --kubernetes-version=v1.34.0 --container-runtime=containerd --driver=docker  --container-runtime=containerd                                                                                                                                                                                                                                                                                          │ download-only-963807   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ delete  │ --all                                                                                                                                                                                                                                                                                                                                                                                                                                                                          │ minikube               │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ delete  │ -p download-only-963807                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ download-only-963807   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ delete  │ -p download-only-114419                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ download-only-114419   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ delete  │ -p download-only-963807                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ download-only-963807   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ start   │ --download-only -p download-docker-005046 --alsologtostderr --driver=docker  --container-runtime=containerd                                                                                                                                                                                                                                                                                                                                                                    │ download-docker-005046 │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ delete  │ -p download-docker-005046                                                                                                                                                                                                                                                                                                                                                                                                                                                      │ download-docker-005046 │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ start   │ --download-only -p binary-mirror-527849 --alsologtostderr --binary-mirror http://127.0.0.1:45019 --driver=docker  --container-runtime=containerd                                                                                                                                                                                                                                                                                                                               │ binary-mirror-527849   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ delete  │ -p binary-mirror-527849                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ binary-mirror-527849   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ addons  │ enable dashboard -p addons-398275                                                                                                                                                                                                                                                                                                                                                                                                                                              │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ addons  │ disable dashboard -p addons-398275                                                                                                                                                                                                                                                                                                                                                                                                                                             │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ start   │ -p addons-398275 --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-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:19 UTC │
	│ addons  │ addons-398275 addons disable volcano --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                    │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:30 UTC │ 29 Sep 25 11:30 UTC │
	│ addons  │ addons-398275 addons disable gcp-auth --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                   │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ addons-398275 addons disable amd-gpu-device-plugin --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                      │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ addons-398275 addons disable nvidia-device-plugin --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                       │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ addons-398275 addons disable cloud-spanner --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                              │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ enable headlamp -p addons-398275 --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                        │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ addons-398275 addons disable headlamp --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                   │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ addons-398275 addons disable yakd --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                       │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:33 UTC │ 29 Sep 25 11:33 UTC │
	│ addons  │ addons-398275 addons disable metrics-server --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                             │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:33 UTC │ 29 Sep 25 11:33 UTC │
	│ addons  │ addons-398275 addons disable inspektor-gadget --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                           │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:33 UTC │ 29 Sep 25 11:33 UTC │
	│ addons  │ addons-398275 addons disable storage-provisioner-rancher --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:36 UTC │ 29 Sep 25 11:37 UTC │
	│ addons  │ configure registry-creds -f ./testdata/addons_testconfig.json -p addons-398275                                                                                                                                                                                                                                                                                                                                                                                                 │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:37 UTC │ 29 Sep 25 11:37 UTC │
	│ addons  │ addons-398275 addons disable registry-creds --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                             │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:37 UTC │ 29 Sep 25 11:37 UTC │
	└─────────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴────────────────────────┴─────────┴─────────┴─────────────────────┴─────────────────────┘
	
	
	==> Last Start <==
	Log file created at: 2025/09/29 11:12:14
	Running on machine: ubuntu-20-agent-13
	Binary: Built with gc go1.24.6 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0929 11:12:14.774091  733699 out.go:360] Setting OutFile to fd 1 ...
	I0929 11:12:14.774393  733699 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:12:14.774404  733699 out.go:374] Setting ErrFile to fd 2...
	I0929 11:12:14.774411  733699 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:12:14.774647  733699 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
	I0929 11:12:14.775243  733699 out.go:368] Setting JSON to false
	I0929 11:12:14.776200  733699 start.go:130] hostinfo: {"hostname":"ubuntu-20-agent-13","uptime":68086,"bootTime":1759076249,"procs":178,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"22.04","kernelVersion":"6.8.0-1040-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0929 11:12:14.776313  733699 start.go:140] virtualization: kvm guest
	I0929 11:12:14.778468  733699 out.go:179] * [addons-398275] minikube v1.37.0 on Ubuntu 22.04 (kvm/amd64)
	I0929 11:12:14.780019  733699 out.go:179]   - MINIKUBE_LOCATION=21655
	I0929 11:12:14.780041  733699 notify.go:220] Checking for updates...
	I0929 11:12:14.783265  733699 out.go:179]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0929 11:12:14.784908  733699 out.go:179]   - KUBECONFIG=/home/jenkins/minikube-integration/21655-728906/kubeconfig
	I0929 11:12:14.787040  733699 out.go:179]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/21655-728906/.minikube
	I0929 11:12:14.788802  733699 out.go:179]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0929 11:12:14.790566  733699 out.go:179]   - MINIKUBE_FORCE_SYSTEMD=
	I0929 11:12:14.791998  733699 driver.go:421] Setting default libvirt URI to qemu:///system
	I0929 11:12:14.814794  733699 docker.go:123] docker version: linux-28.4.0:Docker Engine - Community
	I0929 11:12:14.814948  733699 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:12:14.874148  733699 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:false NGoroutines:50 SystemTime:2025-09-29 11:12:14.863418561 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:12:14.874273  733699 docker.go:318] overlay module found
	I0929 11:12:14.875994  733699 out.go:179] * Using the docker driver based on user configuration
	I0929 11:12:14.877281  733699 start.go:304] selected driver: docker
	I0929 11:12:14.877297  733699 start.go:924] validating driver "docker" against <nil>
	I0929 11:12:14.877309  733699 start.go:935] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0929 11:12:14.877949  733699 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:12:14.933634  733699 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:false NGoroutines:50 SystemTime:2025-09-29 11:12:14.922842148 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:12:14.933799  733699 start_flags.go:327] no existing cluster config was found, will generate one from the flags 
	I0929 11:12:14.934006  733699 start_flags.go:992] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0929 11:12:14.935832  733699 out.go:179] * Using Docker driver with root privileges
	I0929 11:12:14.937111  733699 cni.go:84] Creating CNI manager for ""
	I0929 11:12:14.937174  733699 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0929 11:12:14.937188  733699 start_flags.go:336] Found "CNI" CNI - setting NetworkPlugin=cni
	I0929 11:12:14.937270  733699 start.go:348] cluster config:
	{Name:addons-398275 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: N
etworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseIn
terval:1m0s}
	I0929 11:12:14.938807  733699 out.go:179] * Starting "addons-398275" primary control-plane node in "addons-398275" cluster
	I0929 11:12:14.940091  733699 cache.go:123] Beginning downloading kic base image for docker with containerd
	I0929 11:12:14.941459  733699 out.go:179] * Pulling base image v0.0.48 ...
	I0929 11:12:14.942764  733699 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
	I0929 11:12:14.942811  733699 image.go:81] Checking for gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local docker daemon
	I0929 11:12:14.942810  733699 preload.go:146] Found local preload: /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4
	I0929 11:12:14.942846  733699 cache.go:58] Caching tarball of preloaded images
	I0929 11:12:14.942964  733699 preload.go:172] Found /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4 in cache, skipping download
	I0929 11:12:14.942974  733699 cache.go:61] Finished verifying existence of preloaded tar for v1.34.0 on containerd
	I0929 11:12:14.943393  733699 profile.go:143] Saving config to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/config.json ...
	I0929 11:12:14.943438  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/config.json: {Name:mk8712550765aaf6b540d49d9fd9e192152f8628 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:14.960331  733699 cache.go:152] Downloading gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 to local cache
	I0929 11:12:14.960485  733699 image.go:65] Checking for gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local cache directory
	I0929 11:12:14.960507  733699 image.go:68] Found gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local cache directory, skipping pull
	I0929 11:12:14.960511  733699 image.go:137] gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 exists in cache, skipping pull
	I0929 11:12:14.960520  733699 cache.go:155] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 as a tarball
	I0929 11:12:14.960527  733699 cache.go:165] Loading gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 from local cache
	I0929 11:12:27.484205  733699 cache.go:167] successfully loaded and using gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 from cached tarball
	I0929 11:12:27.484251  733699 cache.go:232] Successfully downloaded all kic artifacts
	I0929 11:12:27.484290  733699 start.go:360] acquireMachinesLock for addons-398275: {Name:mk5f648c33c18cc850891f2c2c3d835ce2f56d7b Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0929 11:12:27.484409  733699 start.go:364] duration metric: took 100.01µs to acquireMachinesLock for "addons-398275"
	I0929 11:12:27.484436  733699 start.go:93] Provisioning new machine with config: &{Name:addons-398275 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[
] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetC
lientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}
	I0929 11:12:27.484528  733699 start.go:125] createHost starting for "" (driver="docker")
	I0929 11:12:27.486591  733699 out.go:252] * Creating docker container (CPUs=2, Memory=4096MB) ...
	I0929 11:12:27.486876  733699 start.go:159] libmachine.API.Create for "addons-398275" (driver="docker")
	I0929 11:12:27.486928  733699 client.go:168] LocalClient.Create starting
	I0929 11:12:27.487041  733699 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem
	I0929 11:12:27.532855  733699 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem
	I0929 11:12:27.671874  733699 cli_runner.go:164] Run: docker network inspect addons-398275 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	W0929 11:12:27.689787  733699 cli_runner.go:211] docker network inspect addons-398275 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}" returned with exit code 1
	I0929 11:12:27.689860  733699 network_create.go:284] running [docker network inspect addons-398275] to gather additional debugging logs...
	I0929 11:12:27.689876  733699 cli_runner.go:164] Run: docker network inspect addons-398275
	W0929 11:12:27.706891  733699 cli_runner.go:211] docker network inspect addons-398275 returned with exit code 1
	I0929 11:12:27.706925  733699 network_create.go:287] error running [docker network inspect addons-398275]: docker network inspect addons-398275: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-398275 not found
	I0929 11:12:27.706939  733699 network_create.go:289] output of [docker network inspect addons-398275]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-398275 not found
	
	** /stderr **
	I0929 11:12:27.707046  733699 cli_runner.go:164] Run: docker network inspect bridge --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	I0929 11:12:27.724261  733699 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:0xc001a48aa0}
	I0929 11:12:27.724302  733699 network_create.go:124] attempt to create docker network addons-398275 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0929 11:12:27.724353  733699 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-398275 addons-398275
	I0929 11:12:27.782507  733699 network_create.go:108] docker network addons-398275 192.168.49.0/24 created
	I0929 11:12:27.782556  733699 kic.go:121] calculated static IP "192.168.49.2" for the "addons-398275" container
	I0929 11:12:27.782633  733699 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0929 11:12:27.799092  733699 cli_runner.go:164] Run: docker volume create addons-398275 --label name.minikube.sigs.k8s.io=addons-398275 --label created_by.minikube.sigs.k8s.io=true
	I0929 11:12:27.817049  733699 oci.go:103] Successfully created a docker volume addons-398275
	I0929 11:12:27.817131  733699 cli_runner.go:164] Run: docker run --rm --name addons-398275-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-398275 --entrypoint /usr/bin/test -v addons-398275:/var gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -d /var/lib
	I0929 11:12:34.387931  733699 cli_runner.go:217] Completed: docker run --rm --name addons-398275-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-398275 --entrypoint /usr/bin/test -v addons-398275:/var gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -d /var/lib: (6.570740129s)
	I0929 11:12:34.387976  733699 oci.go:107] Successfully prepared a docker volume addons-398275
	I0929 11:12:34.388005  733699 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
	I0929 11:12:34.388031  733699 kic.go:194] Starting extracting preloaded images to volume ...
	I0929 11:12:34.388096  733699 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-398275:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -I lz4 -xf /preloaded.tar -C /extractDir
	I0929 11:12:38.676384  733699 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-398275:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -I lz4 -xf /preloaded.tar -C /extractDir: (4.288209609s)
	I0929 11:12:38.676429  733699 kic.go:203] duration metric: took 4.288398061s to extract preloaded images to volume ...
	W0929 11:12:38.676596  733699 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	W0929 11:12:38.676649  733699 oci.go:252] Your kernel does not support CPU cfs period/quota or the cgroup is not mounted.
	I0929 11:12:38.676701  733699 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0929 11:12:38.730674  733699 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-398275 --name addons-398275 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-398275 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-398275 --network addons-398275 --ip 192.168.49.2 --volume addons-398275:/var --security-opt apparmor=unconfined --memory=4096mb -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1
	I0929 11:12:39.035814  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Running}}
	I0929 11:12:39.053968  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:39.072802  733699 cli_runner.go:164] Run: docker exec addons-398275 stat /var/lib/dpkg/alternatives/iptables
	I0929 11:12:39.119145  733699 oci.go:144] the created container "addons-398275" has a running status.
	I0929 11:12:39.119180  733699 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa...
	I0929 11:12:39.709213  733699 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0929 11:12:39.734835  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:39.753128  733699 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0929 11:12:39.753149  733699 kic_runner.go:114] Args: [docker exec --privileged addons-398275 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0929 11:12:39.795340  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:39.813350  733699 machine.go:93] provisionDockerMachine start ...
	I0929 11:12:39.813451  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:39.831488  733699 main.go:141] libmachine: Using SSH client type: native
	I0929 11:12:39.831756  733699 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0929 11:12:39.831769  733699 main.go:141] libmachine: About to run SSH command:
	hostname
	I0929 11:12:39.968776  733699 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-398275
	
	I0929 11:12:39.968810  733699 ubuntu.go:182] provisioning hostname "addons-398275"
	I0929 11:12:39.968872  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:39.988644  733699 main.go:141] libmachine: Using SSH client type: native
	I0929 11:12:39.988873  733699 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0929 11:12:39.988890  733699 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-398275 && echo "addons-398275" | sudo tee /etc/hostname
	I0929 11:12:40.138769  733699 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-398275
	
	I0929 11:12:40.138871  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:40.157682  733699 main.go:141] libmachine: Using SSH client type: native
	I0929 11:12:40.157899  733699 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0929 11:12:40.157916  733699 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-398275' /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-398275/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-398275' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0929 11:12:40.294667  733699 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0929 11:12:40.294706  733699 ubuntu.go:188] set auth options {CertDir:/home/jenkins/minikube-integration/21655-728906/.minikube CaCertPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/21655-728906/.minikube}
	I0929 11:12:40.294740  733699 ubuntu.go:190] setting up certificates
	I0929 11:12:40.294753  733699 provision.go:84] configureAuth start
	I0929 11:12:40.294807  733699 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-398275
	I0929 11:12:40.312115  733699 provision.go:143] copyHostCerts
	I0929 11:12:40.312189  733699 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/21655-728906/.minikube/ca.pem (1078 bytes)
	I0929 11:12:40.312317  733699 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/21655-728906/.minikube/cert.pem (1123 bytes)
	I0929 11:12:40.312379  733699 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/21655-728906/.minikube/key.pem (1679 bytes)
	I0929 11:12:40.312429  733699 provision.go:117] generating server cert: /home/jenkins/minikube-integration/21655-728906/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca-key.pem org=jenkins.addons-398275 san=[127.0.0.1 192.168.49.2 addons-398275 localhost minikube]
	I0929 11:12:40.610308  733699 provision.go:177] copyRemoteCerts
	I0929 11:12:40.610374  733699 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0929 11:12:40.610412  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:40.628117  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:40.726655  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0929 11:12:40.753703  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0929 11:12:40.779463  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0929 11:12:40.805170  733699 provision.go:87] duration metric: took 510.402723ms to configureAuth
	I0929 11:12:40.805200  733699 ubuntu.go:206] setting minikube options for container-runtime
	I0929 11:12:40.805399  733699 config.go:182] Loaded profile config "addons-398275": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:12:40.805415  733699 machine.go:96] duration metric: took 992.042244ms to provisionDockerMachine
	I0929 11:12:40.805423  733699 client.go:171] duration metric: took 13.318485735s to LocalClient.Create
	I0929 11:12:40.805448  733699 start.go:167] duration metric: took 13.318574971s to libmachine.API.Create "addons-398275"
	I0929 11:12:40.805462  733699 start.go:293] postStartSetup for "addons-398275" (driver="docker")
	I0929 11:12:40.805475  733699 start.go:322] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
	I0929 11:12:40.805524  733699 ssh_runner.go:195] Run: sudo mkdir -p /etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs
	I0929 11:12:40.805587  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:40.823746  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:40.922612  733699 ssh_runner.go:195] Run: cat /etc/os-release
	I0929 11:12:40.926674  733699 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0929 11:12:40.926704  733699 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0929 11:12:40.926714  733699 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0929 11:12:40.926721  733699 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I0929 11:12:40.926732  733699 filesync.go:126] Scanning /home/jenkins/minikube-integration/21655-728906/.minikube/addons for local assets ...
	I0929 11:12:40.926813  733699 filesync.go:126] Scanning /home/jenkins/minikube-integration/21655-728906/.minikube/files for local assets ...
	I0929 11:12:40.926850  733699 start.go:296] duration metric: took 121.380642ms for postStartSetup
	I0929 11:12:40.927161  733699 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-398275
	I0929 11:12:40.945012  733699 profile.go:143] Saving config to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/config.json ...
	I0929 11:12:40.945376  733699 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0929 11:12:40.945440  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:40.963285  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:41.056833  733699 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0929 11:12:41.061696  733699 start.go:128] duration metric: took 13.577134322s to createHost
	I0929 11:12:41.061725  733699 start.go:83] releasing machines lock for "addons-398275", held for 13.577303038s
	I0929 11:12:41.061807  733699 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-398275
	I0929 11:12:41.079296  733699 ssh_runner.go:195] Run: cat /version.json
	I0929 11:12:41.079354  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:41.079426  733699 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0929 11:12:41.079498  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:41.098492  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:41.099447  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:41.190675  733699 ssh_runner.go:195] Run: systemctl --version
	I0929 11:12:41.262720  733699 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0929 11:12:41.267785  733699 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f -name *loopback.conf* -not -name *.mk_disabled -exec sh -c "grep -q loopback {} && ( grep -q name {} || sudo sed -i '/"type": "loopback"/i \ \ \ \ "name": "loopback",' {} ) && sudo sed -i 's|"cniVersion": ".*"|"cniVersion": "1.0.0"|g' {}" ;
	I0929 11:12:41.299909  733699 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
	I0929 11:12:41.300039  733699 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%p, " -exec sh -c "sudo mv {} {}.mk_disabled" ;
	I0929 11:12:41.331137  733699 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0929 11:12:41.331171  733699 start.go:495] detecting cgroup driver to use...
	I0929 11:12:41.331208  733699 detect.go:190] detected "systemd" cgroup driver on host os
	I0929 11:12:41.331278  733699 ssh_runner.go:195] Run: sudo systemctl stop -f crio
	I0929 11:12:41.344430  733699 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
	I0929 11:12:41.357094  733699 docker.go:218] disabling cri-docker service (if available) ...
	I0929 11:12:41.357161  733699 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0929 11:12:41.371928  733699 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0929 11:12:41.387409  733699 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0929 11:12:41.451842  733699 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0929 11:12:41.527170  733699 docker.go:234] disabling docker service ...
	I0929 11:12:41.527247  733699 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0929 11:12:41.547353  733699 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0929 11:12:41.560738  733699 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0929 11:12:41.631966  733699 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0929 11:12:41.705852  733699 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0929 11:12:41.719944  733699 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///run/containerd/containerd.sock
	" | sudo tee /etc/crictl.yaml"
	I0929 11:12:41.740809  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.10.1"|' /etc/containerd/config.toml"
	I0929 11:12:41.755198  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)restrict_oom_score_adj = .*$|\1restrict_oom_score_adj = false|' /etc/containerd/config.toml"
	I0929 11:12:41.767742  733699 containerd.go:146] configuring containerd to use "systemd" as cgroup driver...
	I0929 11:12:41.767825  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = true|g' /etc/containerd/config.toml"
	I0929 11:12:41.780900  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runtime.v1.linux"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0929 11:12:41.793279  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
	I0929 11:12:41.804772  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0929 11:12:41.816024  733699 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0929 11:12:41.826716  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)conf_dir = .*$|\1conf_dir = "/etc/cni/net.d"|g' /etc/containerd/config.toml"
	I0929 11:12:41.838383  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
	I0929 11:12:41.851379  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)\[plugins."io.containerd.grpc.v1.cri"\]|&\n\1  enable_unprivileged_ports = true|' /etc/containerd/config.toml"
	I0929 11:12:41.863560  733699 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0929 11:12:41.873496  733699 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
	I0929 11:12:41.873571  733699 ssh_runner.go:195] Run: sudo modprobe br_netfilter
	I0929 11:12:41.889962  733699 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0929 11:12:41.901043  733699 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0929 11:12:41.972730  733699 ssh_runner.go:195] Run: sudo systemctl restart containerd
	I0929 11:12:42.087361  733699 start.go:542] Will wait 60s for socket path /run/containerd/containerd.sock
	I0929 11:12:42.087470  733699 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
	I0929 11:12:42.092353  733699 start.go:563] Will wait 60s for crictl version
	I0929 11:12:42.092444  733699 ssh_runner.go:195] Run: which crictl
	I0929 11:12:42.096814  733699 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0929 11:12:42.135338  733699 start.go:579] Version:  0.1.0
	RuntimeName:  containerd
	RuntimeVersion:  1.7.27
	RuntimeApiVersion:  v1
	I0929 11:12:42.135435  733699 ssh_runner.go:195] Run: containerd --version
	I0929 11:12:42.161335  733699 ssh_runner.go:195] Run: containerd --version
	I0929 11:12:42.189261  733699 out.go:179] * Preparing Kubernetes v1.34.0 on containerd 1.7.27 ...
	I0929 11:12:42.190506  733699 cli_runner.go:164] Run: docker network inspect addons-398275 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	I0929 11:12:42.208258  733699 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0929 11:12:42.212671  733699 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.49.1	host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0929 11:12:42.226269  733699 kubeadm.go:875] updating cluster {Name:addons-398275 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] D
NSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPa
th: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0929 11:12:42.226439  733699 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
	I0929 11:12:42.226519  733699 ssh_runner.go:195] Run: sudo crictl images --output json
	I0929 11:12:42.265098  733699 containerd.go:627] all images are preloaded for containerd runtime.
	I0929 11:12:42.265124  733699 containerd.go:534] Images already preloaded, skipping extraction
	I0929 11:12:42.265202  733699 ssh_runner.go:195] Run: sudo crictl images --output json
	I0929 11:12:42.304050  733699 containerd.go:627] all images are preloaded for containerd runtime.
	I0929 11:12:42.304081  733699 cache_images.go:85] Images are preloaded, skipping loading
	I0929 11:12:42.304090  733699 kubeadm.go:926] updating node { 192.168.49.2 8443 v1.34.0 containerd true true} ...
	I0929 11:12:42.304210  733699 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-398275 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
	I0929 11:12:42.304306  733699 ssh_runner.go:195] Run: sudo crictl info
	I0929 11:12:42.342583  733699 cni.go:84] Creating CNI manager for ""
	I0929 11:12:42.342626  733699 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0929 11:12:42.342653  733699 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0929 11:12:42.342688  733699 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-398275 NodeName:addons-398275 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:systemd ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/
kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///run/containerd/containerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
	I0929 11:12:42.342833  733699 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-398275"
	  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: systemd
	containerRuntimeEndpoint: unix:///run/containerd/containerd.sock
	hairpinMode: hairpin-veth
	runtimeRequestTimeout: 15m
	clusterDomain: "cluster.local"
	# disable disk resource management by default
	imageGCHighThresholdPercent: 100
	evictionHard:
	  nodefs.available: "0%"
	  nodefs.inodesFree: "0%"
	  imagefs.available: "0%"
	failSwapOn: false
	staticPodPath: /etc/kubernetes/manifests
	---
	apiVersion: kubeproxy.config.k8s.io/v1alpha1
	kind: KubeProxyConfiguration
	clusterCIDR: "10.244.0.0/16"
	metricsBindAddress: 0.0.0.0:10249
	conntrack:
	  maxPerCore: 0
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
	  tcpEstablishedTimeout: 0s
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
	  tcpCloseWaitTimeout: 0s
	
	I0929 11:12:42.342925  733699 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.34.0
	I0929 11:12:42.354176  733699 binaries.go:44] Found k8s binaries, skipping transfer
	I0929 11:12:42.354259  733699 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0929 11:12:42.364281  733699 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
	I0929 11:12:42.383900  733699 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0929 11:12:42.406140  733699 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2225 bytes)
	I0929 11:12:42.425932  733699 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0929 11:12:42.430093  733699 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.49.2	control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0929 11:12:42.442886  733699 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0929 11:12:42.515031  733699 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0929 11:12:42.540932  733699 certs.go:68] Setting up /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275 for IP: 192.168.49.2
	I0929 11:12:42.540984  733699 certs.go:194] generating shared ca certs ...
	I0929 11:12:42.541025  733699 certs.go:226] acquiring lock for ca certs: {Name:mk3ab67669e19ac06bf7b8e296dfa49c7a146741 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:42.541210  733699 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key
	I0929 11:12:42.870267  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt ...
	I0929 11:12:42.870303  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt: {Name:mk4b012ffdcf2bb9af2d01bf0326139248db4e54 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:42.870516  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key ...
	I0929 11:12:42.870528  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key: {Name:mk4f98a5d5ec11a2e53c251a9c1e042de96663c0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:42.870625  733699 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key
	I0929 11:12:43.124326  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.crt ...
	I0929 11:12:43.124368  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.crt: {Name:mke1899096ee4daadcb6562ea0da8b53a7f6cbfa Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:43.124571  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key ...
	I0929 11:12:43.124583  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key: {Name:mka6c86e7f2ed8c6378362fb1e2595ea2190db4a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:43.124672  733699 certs.go:256] generating profile certs ...
	I0929 11:12:43.124738  733699 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.key
	I0929 11:12:43.124749  733699 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt with IP's: []
	I0929 11:12:43.853753  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt ...
	I0929 11:12:43.853795  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: {Name:mkb5a2525b7f7b90a9ef9c349a54f4878903ba8f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:43.853988  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.key ...
	I0929 11:12:43.854009  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.key: {Name:mk70c8d15b404e71fcfe0dcaf0e6d82d6e9efe3b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:43.854087  733699 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key.b5f224d3
	I0929 11:12:43.854110  733699 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt.b5f224d3 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0929 11:12:44.002164  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt.b5f224d3 ...
	I0929 11:12:44.002200  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt.b5f224d3: {Name:mk988210de153015baa8c8f06fe70b112120e743 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:44.002419  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key.b5f224d3 ...
	I0929 11:12:44.002440  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key.b5f224d3: {Name:mk02f5067b54f6478b0383b745ab6810c629ebea Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:44.002584  733699 certs.go:381] copying /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt.b5f224d3 -> /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt
	I0929 11:12:44.002696  733699 certs.go:385] copying /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key.b5f224d3 -> /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key
	I0929 11:12:44.002755  733699 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.key
	I0929 11:12:44.002776  733699 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.crt with IP's: []
	I0929 11:12:44.648648  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.crt ...
	I0929 11:12:44.648688  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.crt: {Name:mkf14d09ade5b7eaf929fde4fcba67f9735c889b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:44.648935  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.key ...
	I0929 11:12:44.648957  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.key: {Name:mk6d248128da191490b3defa8a9954b209f16af1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:44.649204  733699 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca-key.pem (1675 bytes)
	I0929 11:12:44.649246  733699 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem (1078 bytes)
	I0929 11:12:44.649278  733699 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem (1123 bytes)
	I0929 11:12:44.649306  733699 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/key.pem (1679 bytes)
	I0929 11:12:44.651781  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0929 11:12:44.680463  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I0929 11:12:44.709451  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0929 11:12:44.739411  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0929 11:12:44.771072  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0929 11:12:44.798826  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0929 11:12:44.827342  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0929 11:12:44.856165  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0929 11:12:44.884648  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0929 11:12:44.916322  733699 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0929 11:12:44.937678  733699 ssh_runner.go:195] Run: openssl version
	I0929 11:12:44.944579  733699 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/minikubeCA.pem && ln -fs /usr/share/ca-certificates/minikubeCA.pem /etc/ssl/certs/minikubeCA.pem"
	I0929 11:12:44.959584  733699 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0929 11:12:44.963988  733699 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 29 11:12 /usr/share/ca-certificates/minikubeCA.pem
	I0929 11:12:44.964051  733699 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0929 11:12:44.971290  733699 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/b5213941.0 || ln -fs /etc/ssl/certs/minikubeCA.pem /etc/ssl/certs/b5213941.0"
	I0929 11:12:44.982335  733699 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0929 11:12:44.986489  733699 certs.go:399] 'apiserver-kubelet-client' cert doesn't exist, likely first start: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt: Process exited with status 1
	stdout:
	
	stderr:
	stat: cannot statx '/var/lib/minikube/certs/apiserver-kubelet-client.crt': No such file or directory
	I0929 11:12:44.986568  733699 kubeadm.go:392] StartCluster: {Name:addons-398275 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSD
omain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath:
SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0929 11:12:44.986649  733699 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
	I0929 11:12:44.986698  733699 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0929 11:12:45.026976  733699 cri.go:89] found id: ""
	I0929 11:12:45.027142  733699 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0929 11:12:45.038148  733699 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0929 11:12:45.048956  733699 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0929 11:12:45.049021  733699 ssh_runner.go:195] Run: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf
	I0929 11:12:45.059442  733699 kubeadm.go:155] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
	stdout:
	
	stderr:
	ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
	I0929 11:12:45.059464  733699 kubeadm.go:157] found existing configuration files:
	
	I0929 11:12:45.059506  733699 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0929 11:12:45.070436  733699 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/admin.conf: No such file or directory
	I0929 11:12:45.070509  733699 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0929 11:12:45.080685  733699 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0929 11:12:45.091673  733699 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/kubelet.conf: No such file or directory
	I0929 11:12:45.091745  733699 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0929 11:12:45.102104  733699 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0929 11:12:45.112768  733699 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/controller-manager.conf: No such file or directory
	I0929 11:12:45.112848  733699 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0929 11:12:45.123366  733699 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0929 11:12:45.134254  733699 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/scheduler.conf: No such file or directory
	I0929 11:12:45.134324  733699 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0929 11:12:45.144530  733699 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.34.0:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I0929 11:12:45.204225  733699 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/6.8.0-1040-gcp\n", err: exit status 1
	I0929 11:12:45.262037  733699 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0929 11:12:54.480768  733699 kubeadm.go:310] [init] Using Kubernetes version: v1.34.0
	I0929 11:12:54.480830  733699 kubeadm.go:310] [preflight] Running pre-flight checks
	I0929 11:12:54.480915  733699 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0929 11:12:54.480986  733699 kubeadm.go:310] KERNEL_VERSION: 6.8.0-1040-gcp
	I0929 11:12:54.481035  733699 kubeadm.go:310] OS: Linux
	I0929 11:12:54.481100  733699 kubeadm.go:310] CGROUPS_CPU: enabled
	I0929 11:12:54.481167  733699 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0929 11:12:54.481242  733699 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0929 11:12:54.481320  733699 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0929 11:12:54.481405  733699 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0929 11:12:54.481476  733699 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0929 11:12:54.481550  733699 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0929 11:12:54.481631  733699 kubeadm.go:310] CGROUPS_IO: enabled
	I0929 11:12:54.481748  733699 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0929 11:12:54.481897  733699 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0929 11:12:54.481993  733699 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0929 11:12:54.482075  733699 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0929 11:12:54.483808  733699 out.go:252]   - Generating certificates and keys ...
	I0929 11:12:54.483875  733699 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0929 11:12:54.483974  733699 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0929 11:12:54.484046  733699 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0929 11:12:54.484098  733699 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0929 11:12:54.484162  733699 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0929 11:12:54.484210  733699 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0929 11:12:54.484266  733699 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0929 11:12:54.484373  733699 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-398275 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0929 11:12:54.484419  733699 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0929 11:12:54.484518  733699 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-398275 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0929 11:12:54.484613  733699 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0929 11:12:54.484672  733699 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0929 11:12:54.484711  733699 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0929 11:12:54.484759  733699 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0929 11:12:54.484803  733699 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0929 11:12:54.484851  733699 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0929 11:12:54.484903  733699 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0929 11:12:54.484961  733699 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0929 11:12:54.485026  733699 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0929 11:12:54.485120  733699 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0929 11:12:54.485204  733699 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0929 11:12:54.486552  733699 out.go:252]   - Booting up control plane ...
	I0929 11:12:54.486638  733699 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0929 11:12:54.486756  733699 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0929 11:12:54.486816  733699 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0929 11:12:54.486903  733699 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0929 11:12:54.486988  733699 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/instance-config.yaml"
	I0929 11:12:54.487078  733699 kubeadm.go:310] [patches] Applied patch of type "application/strategic-merge-patch+json" to target "kubeletconfiguration"
	I0929 11:12:54.487150  733699 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0929 11:12:54.487189  733699 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0929 11:12:54.487303  733699 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0929 11:12:54.487395  733699 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0929 11:12:54.487446  733699 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.001091942s
	I0929 11:12:54.487578  733699 kubeadm.go:310] [control-plane-check] Waiting for healthy control plane components. This can take up to 4m0s
	I0929 11:12:54.487661  733699 kubeadm.go:310] [control-plane-check] Checking kube-apiserver at https://192.168.49.2:8443/livez
	I0929 11:12:54.487748  733699 kubeadm.go:310] [control-plane-check] Checking kube-controller-manager at https://127.0.0.1:10257/healthz
	I0929 11:12:54.487820  733699 kubeadm.go:310] [control-plane-check] Checking kube-scheduler at https://127.0.0.1:10259/livez
	I0929 11:12:54.487882  733699 kubeadm.go:310] [control-plane-check] kube-scheduler is healthy after 1.97270319s
	I0929 11:12:54.487962  733699 kubeadm.go:310] [control-plane-check] kube-controller-manager is healthy after 2.127538734s
	I0929 11:12:54.488020  733699 kubeadm.go:310] [control-plane-check] kube-apiserver is healthy after 3.501969383s
	I0929 11:12:54.488142  733699 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0929 11:12:54.488318  733699 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0929 11:12:54.488375  733699 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0929 11:12:54.488562  733699 kubeadm.go:310] [mark-control-plane] Marking the node addons-398275 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0929 11:12:54.488626  733699 kubeadm.go:310] [bootstrap-token] Using token: edr7ez.cly84jkh5b8ow6xd
	I0929 11:12:54.489945  733699 out.go:252]   - Configuring RBAC rules ...
	I0929 11:12:54.490047  733699 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0929 11:12:54.490126  733699 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0929 11:12:54.490259  733699 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
	I0929 11:12:54.490373  733699 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0929 11:12:54.490496  733699 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0929 11:12:54.490607  733699 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0929 11:12:54.490721  733699 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0929 11:12:54.490797  733699 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0929 11:12:54.490872  733699 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0929 11:12:54.490890  733699 kubeadm.go:310] 
	I0929 11:12:54.490973  733699 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0929 11:12:54.490983  733699 kubeadm.go:310] 
	I0929 11:12:54.491084  733699 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0929 11:12:54.491094  733699 kubeadm.go:310] 
	I0929 11:12:54.491128  733699 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0929 11:12:54.491224  733699 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0929 11:12:54.491301  733699 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0929 11:12:54.491310  733699 kubeadm.go:310] 
	I0929 11:12:54.491374  733699 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0929 11:12:54.491383  733699 kubeadm.go:310] 
	I0929 11:12:54.491452  733699 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0929 11:12:54.491463  733699 kubeadm.go:310] 
	I0929 11:12:54.491558  733699 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0929 11:12:54.491663  733699 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0929 11:12:54.491762  733699 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0929 11:12:54.491772  733699 kubeadm.go:310] 
	I0929 11:12:54.491879  733699 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0929 11:12:54.492006  733699 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0929 11:12:54.492015  733699 kubeadm.go:310] 
	I0929 11:12:54.492125  733699 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token edr7ez.cly84jkh5b8ow6xd \
	I0929 11:12:54.492266  733699 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:03004bc8c8ab3762858c34ea451f30c4ba87cf96a40f62b78029392015104160 \
	I0929 11:12:54.492297  733699 kubeadm.go:310] 	--control-plane 
	I0929 11:12:54.492306  733699 kubeadm.go:310] 
	I0929 11:12:54.492419  733699 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0929 11:12:54.492433  733699 kubeadm.go:310] 
	I0929 11:12:54.492564  733699 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token edr7ez.cly84jkh5b8ow6xd \
	I0929 11:12:54.492675  733699 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:03004bc8c8ab3762858c34ea451f30c4ba87cf96a40f62b78029392015104160 
	I0929 11:12:54.492686  733699 cni.go:84] Creating CNI manager for ""
	I0929 11:12:54.492694  733699 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0929 11:12:54.494941  733699 out.go:179] * Configuring CNI (Container Networking Interface) ...
	I0929 11:12:54.496269  733699 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0929 11:12:54.500676  733699 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.34.0/kubectl ...
	I0929 11:12:54.500694  733699 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0929 11:12:54.519906  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0929 11:12:54.755591  733699 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0929 11:12:54.755696  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-398275 minikube.k8s.io/updated_at=2025_09_29T11_12_54_0700 minikube.k8s.io/version=v1.37.0 minikube.k8s.io/commit=e087d081f23c6d1317bb12845422265d8d3490cf minikube.k8s.io/name=addons-398275 minikube.k8s.io/primary=true
	I0929 11:12:54.755800  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:54.845639  733699 ops.go:34] apiserver oom_adj: -16
	I0929 11:12:54.845765  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:55.346278  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:55.846514  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:56.346018  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:56.845868  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:57.346863  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:57.846819  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:58.346261  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:58.845883  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:59.346737  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:59.415981  733699 kubeadm.go:1105] duration metric: took 4.660362416s to wait for elevateKubeSystemPrivileges
	I0929 11:12:59.416020  733699 kubeadm.go:394] duration metric: took 14.429460539s to StartCluster
	I0929 11:12:59.416040  733699 settings.go:142] acquiring lock: {Name:mk053e7d0312ee1490602ff57488e3067c62f18a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:59.416197  733699 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/21655-728906/kubeconfig
	I0929 11:12:59.416601  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/kubeconfig: {Name:mk33453547b04bbe9c3de7a739a9e0868e0a7fd9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:59.416798  733699 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0929 11:12:59.416822  733699 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}
	I0929 11:12:59.416907  733699 addons.go:511] enable addons start: toEnable=map[ambassador:false amd-gpu-device-plugin:true auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubetail:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:true storage-provisioner:true storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
	I0929 11:12:59.417034  733699 config.go:182] Loaded profile config "addons-398275": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:12:59.417052  733699 addons.go:69] Setting yakd=true in profile "addons-398275"
	I0929 11:12:59.417076  733699 addons.go:238] Setting addon yakd=true in "addons-398275"
	I0929 11:12:59.417070  733699 addons.go:69] Setting inspektor-gadget=true in profile "addons-398275"
	I0929 11:12:59.417095  733699 addons.go:69] Setting registry-creds=true in profile "addons-398275"
	I0929 11:12:59.417101  733699 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-398275"
	I0929 11:12:59.417109  733699 addons.go:238] Setting addon registry-creds=true in "addons-398275"
	I0929 11:12:59.417112  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417122  733699 addons.go:69] Setting gcp-auth=true in profile "addons-398275"
	I0929 11:12:59.417115  733699 addons.go:69] Setting cloud-spanner=true in profile "addons-398275"
	I0929 11:12:59.417125  733699 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-398275"
	I0929 11:12:59.417143  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417144  733699 addons.go:238] Setting addon csi-hostpath-driver=true in "addons-398275"
	I0929 11:12:59.417150  733699 addons.go:238] Setting addon nvidia-device-plugin=true in "addons-398275"
	I0929 11:12:59.417154  733699 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-398275"
	I0929 11:12:59.417162  733699 addons.go:69] Setting ingress-dns=true in profile "addons-398275"
	I0929 11:12:59.417166  733699 addons.go:238] Setting addon amd-gpu-device-plugin=true in "addons-398275"
	I0929 11:12:59.417172  733699 addons.go:238] Setting addon ingress-dns=true in "addons-398275"
	I0929 11:12:59.417186  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417195  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417198  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417204  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417305  733699 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-398275"
	I0929 11:12:59.417334  733699 addons.go:69] Setting registry=true in profile "addons-398275"
	I0929 11:12:59.417344  733699 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-398275"
	I0929 11:12:59.417347  733699 addons.go:238] Setting addon registry=true in "addons-398275"
	I0929 11:12:59.417375  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417668  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417694  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417694  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417706  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417713  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417734  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417816  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.418102  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417143  733699 addons.go:238] Setting addon cloud-spanner=true in "addons-398275"
	I0929 11:12:59.418717  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417090  733699 addons.go:69] Setting default-storageclass=true in profile "addons-398275"
	I0929 11:12:59.418873  733699 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-398275"
	I0929 11:12:59.419164  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.419205  733699 addons.go:69] Setting volumesnapshots=true in profile "addons-398275"
	I0929 11:12:59.419171  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417109  733699 addons.go:238] Setting addon inspektor-gadget=true in "addons-398275"
	I0929 11:12:59.417154  733699 addons.go:69] Setting ingress=true in profile "addons-398275"
	I0929 11:12:59.417320  733699 addons.go:69] Setting volcano=true in profile "addons-398275"
	I0929 11:12:59.419316  733699 addons.go:69] Setting storage-provisioner=true in profile "addons-398275"
	I0929 11:12:59.419370  733699 addons.go:69] Setting metrics-server=true in profile "addons-398275"
	I0929 11:12:59.417146  733699 mustload.go:65] Loading cluster: addons-398275
	I0929 11:12:59.419789  733699 out.go:179] * Verifying Kubernetes components...
	I0929 11:12:59.421028  733699 addons.go:238] Setting addon volumesnapshots=true in "addons-398275"
	I0929 11:12:59.421222  733699 addons.go:238] Setting addon storage-provisioner=true in "addons-398275"
	I0929 11:12:59.421265  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.421375  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.421790  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.421969  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.425064  733699 addons.go:238] Setting addon metrics-server=true in "addons-398275"
	I0929 11:12:59.425081  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.425103  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.425119  733699 addons.go:238] Setting addon volcano=true in "addons-398275"
	I0929 11:12:59.425179  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.425191  733699 addons.go:238] Setting addon ingress=true in "addons-398275"
	I0929 11:12:59.425241  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.425585  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.425687  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.425743  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.426272  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.429297  733699 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0929 11:12:59.431123  733699 config.go:182] Loaded profile config "addons-398275": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:12:59.433051  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.465470  733699 out.go:179]   - Using image docker.io/upmcenterprises/registry-creds:1.10
	I0929 11:12:59.467768  733699 addons.go:435] installing /etc/kubernetes/addons/registry-creds-rc.yaml
	I0929 11:12:59.467797  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-creds-rc.yaml (3306 bytes)
	I0929 11:12:59.468470  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.470296  733699 addons.go:238] Setting addon default-storageclass=true in "addons-398275"
	I0929 11:12:59.470345  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.470849  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.487363  733699 addons.go:238] Setting addon storage-provisioner-rancher=true in "addons-398275"
	I0929 11:12:59.487619  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.487445  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0929 11:12:59.488646  733699 out.go:179]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.41
	I0929 11:12:59.489509  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.492193  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0929 11:12:59.492263  733699 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0929 11:12:59.492326  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.493852  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0929 11:12:59.494161  733699 out.go:179]   - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
	I0929 11:12:59.494261  733699 addons.go:435] installing /etc/kubernetes/addons/deployment.yaml
	I0929 11:12:59.494835  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0929 11:12:59.494904  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.496621  733699 addons.go:435] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I0929 11:12:59.496647  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
	I0929 11:12:59.496707  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.497472  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0929 11:12:59.503572  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0929 11:12:59.507440  733699 out.go:179]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.8.0
	I0929 11:12:59.509589  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0929 11:12:59.513667  733699 addons.go:435] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0929 11:12:59.514532  733699 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0929 11:12:59.514617  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.514890  733699 out.go:179]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0929 11:12:59.515062  733699 out.go:179]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.3
	I0929 11:12:59.515659  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.516265  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0929 11:12:59.516285  733699 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0929 11:12:59.516341  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.517824  733699 addons.go:435] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0929 11:12:59.517839  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0929 11:12:59.517892  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.527103  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0929 11:12:59.527178  733699 out.go:179]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.44.1
	I0929 11:12:59.528385  733699 addons.go:435] installing /etc/kubernetes/addons/ig-crd.yaml
	I0929 11:12:59.528407  733699 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (14 bytes)
	I0929 11:12:59.528470  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.528641  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0929 11:12:59.530030  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0929 11:12:59.531320  733699 out.go:179]   - Using image docker.io/volcanosh/vc-controller-manager:v1.12.2
	I0929 11:12:59.531349  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0929 11:12:59.532876  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0929 11:12:59.532898  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0929 11:12:59.532978  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.537633  733699 out.go:179]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
	I0929 11:12:59.537975  733699 out.go:179]   - Using image docker.io/volcanosh/vc-scheduler:v1.12.2
	I0929 11:12:59.538955  733699 out.go:179]   - Using image registry.k8s.io/ingress-nginx/controller:v1.13.2
	I0929 11:12:59.540482  733699 out.go:179]   - Using image docker.io/volcanosh/vc-webhook-manager:v1.12.2
	I0929 11:12:59.541716  733699 out.go:179]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0929 11:12:59.541848  733699 out.go:179]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
	I0929 11:12:59.543398  733699 addons.go:435] installing /etc/kubernetes/addons/volcano-deployment.yaml
	I0929 11:12:59.543421  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (498149 bytes)
	I0929 11:12:59.543480  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.547681  733699 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0929 11:12:59.547702  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0929 11:12:59.547763  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.548092  733699 addons.go:435] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0929 11:12:59.548109  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0929 11:12:59.548158  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.550486  733699 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
	I0929 11:12:59.550571  733699 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0929 11:12:59.550668  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.559792  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.562098  733699 out.go:179]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0929 11:12:59.566218  733699 out.go:179]   - Using image docker.io/busybox:stable
	I0929 11:12:59.566520  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.567760  733699 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0929 11:12:59.567782  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0929 11:12:59.567899  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.571268  733699 out.go:179]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.9
	I0929 11:12:59.574676  733699 out.go:179]   - Using image docker.io/registry:3.0.0
	I0929 11:12:59.576433  733699 addons.go:435] installing /etc/kubernetes/addons/registry-rc.yaml
	I0929 11:12:59.576503  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0929 11:12:59.576646  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.582082  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.585840  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.589651  733699 out.go:179]   - Using image docker.io/kicbase/minikube-ingress-dns:0.0.4
	I0929 11:12:59.591353  733699 addons.go:435] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0929 11:12:59.591376  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2889 bytes)
	I0929 11:12:59.592072  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.592110  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.592779  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.598791  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.604760  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.632782  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.643309  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.647672  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.647808  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.650802  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.650821  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.652642  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.653577  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	W0929 11:12:59.658921  733699 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0929 11:12:59.658975  733699 retry.go:31] will retry after 354.78745ms: ssh: handshake failed: EOF
	W0929 11:12:59.659222  733699 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0929 11:12:59.659247  733699 retry.go:31] will retry after 140.690497ms: ssh: handshake failed: EOF
	W0929 11:12:59.659337  733699 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0929 11:12:59.659347  733699 retry.go:31] will retry after 223.943791ms: ssh: handshake failed: EOF
	I0929 11:12:59.684198  733699 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0929 11:12:59.684328  733699 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0929 11:12:59.764386  733699 addons.go:435] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0929 11:12:59.764418  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0929 11:12:59.770033  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I0929 11:12:59.772385  733699 addons.go:435] installing /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:12:59.772404  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (15034 bytes)
	I0929 11:12:59.798767  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/registry-creds-rc.yaml
	I0929 11:12:59.799968  733699 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0929 11:12:59.800006  733699 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0929 11:12:59.804653  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:12:59.814580  733699 addons.go:435] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0929 11:12:59.814613  733699 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0929 11:12:59.824372  733699 addons.go:435] installing /etc/kubernetes/addons/registry-svc.yaml
	I0929 11:12:59.824406  733699 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0929 11:12:59.834612  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0929 11:12:59.843044  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0929 11:12:59.854331  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0929 11:12:59.854360  733699 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0929 11:12:59.864010  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0929 11:12:59.874632  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0929 11:12:59.875558  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0929 11:12:59.877000  733699 addons.go:435] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0929 11:12:59.877066  733699 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0929 11:12:59.887012  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
	I0929 11:12:59.888757  733699 addons.go:435] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0929 11:12:59.888778  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0929 11:12:59.899234  733699 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0929 11:12:59.899260  733699 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0929 11:12:59.899728  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0929 11:12:59.899794  733699 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0929 11:12:59.946070  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
	I0929 11:12:59.958177  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0929 11:12:59.988868  733699 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0929 11:12:59.988902  733699 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0929 11:13:00.023824  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0929 11:13:00.030309  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0929 11:13:00.030340  733699 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0929 11:13:00.115179  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0929 11:13:00.115294  733699 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0929 11:13:00.141412  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0929 11:13:00.141433  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0929 11:13:00.151457  733699 start.go:976] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0929 11:13:00.157081  733699 node_ready.go:35] waiting up to 6m0s for node "addons-398275" to be "Ready" ...
	I0929 11:13:00.165446  733699 node_ready.go:49] node "addons-398275" is "Ready"
	I0929 11:13:00.165491  733699 node_ready.go:38] duration metric: took 8.351543ms for node "addons-398275" to be "Ready" ...
	I0929 11:13:00.165511  733699 api_server.go:52] waiting for apiserver process to appear ...
	I0929 11:13:00.165587  733699 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0929 11:13:00.188323  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0929 11:13:00.188358  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0929 11:13:00.270397  733699 addons.go:435] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0929 11:13:00.270433  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0929 11:13:00.281632  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
	I0929 11:13:00.354029  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0929 11:13:00.354065  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-health-monitor-controller.yaml --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
	I0929 11:13:00.357290  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0929 11:13:00.404916  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0929 11:13:00.432844  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0929 11:13:00.433085  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0929 11:13:00.572960  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0929 11:13:00.573088  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0929 11:13:00.659264  733699 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-398275" context rescaled to 1 replicas
	I0929 11:13:00.690447  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0929 11:13:00.690570  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0929 11:13:00.779376  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0929 11:13:00.779475  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0929 11:13:00.840276  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0929 11:13:00.842028  733699 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0929 11:13:00.922364  733699 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: (1.117622341s)
	W0929 11:13:00.922442  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget created
	serviceaccount/gadget created
	configmap/gadget created
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role created
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding created
	role.rbac.authorization.k8s.io/gadget-role created
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding created
	daemonset.apps/gadget created
	
	stderr:
	Warning: spec.template.metadata.annotations[container.apparmor.security.beta.kubernetes.io/gadget]: deprecated since v1.30; use the "appArmorProfile" field instead
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:00.922468  733699 retry.go:31] will retry after 348.455519ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget created
	serviceaccount/gadget created
	configmap/gadget created
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role created
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding created
	role.rbac.authorization.k8s.io/gadget-role created
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding created
	daemonset.apps/gadget created
	
	stderr:
	Warning: spec.template.metadata.annotations[container.apparmor.security.beta.kubernetes.io/gadget]: deprecated since v1.30; use the "appArmorProfile" field instead
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:00.922524  733699 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: (1.087882797s)
	I0929 11:13:00.922638  733699 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: (1.079564305s)
	I0929 11:13:00.922690  733699 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: (1.058656636s)
	I0929 11:13:00.922952  733699 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: (1.048289451s)
	I0929 11:13:00.975308  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0929 11:13:00.975332  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0929 11:13:01.038865  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0929 11:13:01.038895  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0929 11:13:01.119582  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0929 11:13:01.119624  733699 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0929 11:13:01.135810  733699 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: (1.260161689s)
	I0929 11:13:01.209446  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0929 11:13:01.271924  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:02.359504  733699 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: (2.472445015s)
	I0929 11:13:02.359655  733699 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: (2.413554416s)
	I0929 11:13:02.359683  733699 addons.go:479] Verifying addon metrics-server=true in "addons-398275"
	I0929 11:13:02.359728  733699 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: (2.401522929s)
	I0929 11:13:02.359745  733699 addons.go:479] Verifying addon registry=true in "addons-398275"
	I0929 11:13:02.360258  733699 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: (2.336403133s)
	I0929 11:13:02.360293  733699 addons.go:479] Verifying addon ingress=true in "addons-398275"
	I0929 11:13:02.360737  733699 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: (2.003424255s)
	I0929 11:13:02.360595  733699 ssh_runner.go:235] Completed: sudo pgrep -xnf kube-apiserver.*minikube.*: (2.194983176s)
	I0929 11:13:02.360857  733699 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: (1.955911652s)
	W0929 11:13:02.360887  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	Warning: unrecognized format "int64"
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0929 11:13:02.360889  733699 api_server.go:72] duration metric: took 2.944041324s to wait for apiserver process to appear ...
	I0929 11:13:02.360902  733699 api_server.go:88] waiting for apiserver healthz status ...
	I0929 11:13:02.360906  733699 retry.go:31] will retry after 170.621269ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	Warning: unrecognized format "int64"
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0929 11:13:02.360925  733699 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0929 11:13:02.360688  733699 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: (2.079001185s)
	I0929 11:13:02.363121  733699 out.go:179] * Verifying registry addon...
	I0929 11:13:02.363213  733699 out.go:179] * Verifying ingress addon...
	I0929 11:13:02.364321  733699 out.go:179] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-398275 service yakd-dashboard -n yakd-dashboard
	
	I0929 11:13:02.366006  733699 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0929 11:13:02.367505  733699 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0929 11:13:02.371444  733699 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0929 11:13:02.372038  733699 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0929 11:13:02.372052  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:02.372482  733699 api_server.go:141] control plane version: v1.34.0
	I0929 11:13:02.372565  733699 api_server.go:131] duration metric: took 11.654376ms to wait for apiserver health ...
	I0929 11:13:02.372588  733699 system_pods.go:43] waiting for kube-system pods to appear ...
	I0929 11:13:02.378874  733699 system_pods.go:59] 17 kube-system pods found
	I0929 11:13:02.379034  733699 system_pods.go:61] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:02.379112  733699 system_pods.go:61] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:02.379127  733699 system_pods.go:61] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:02.379133  733699 system_pods.go:61] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:02.379141  733699 system_pods.go:61] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:02.379148  733699 system_pods.go:61] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:02.379769  733699 system_pods.go:61] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:02.379801  733699 system_pods.go:61] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:02.379810  733699 system_pods.go:61] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:02.379817  733699 system_pods.go:61] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:02.379933  733699 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0929 11:13:02.379948  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:02.379956  733699 system_pods.go:61] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:02.379970  733699 system_pods.go:61] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:02.379979  733699 system_pods.go:61] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:02.379987  733699 system_pods.go:61] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:02.379993  733699 system_pods.go:61] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending
	I0929 11:13:02.380002  733699 system_pods.go:61] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.380110  733699 system_pods.go:61] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:02.380120  733699 system_pods.go:74] duration metric: took 7.513841ms to wait for pod list to return data ...
	I0929 11:13:02.380131  733699 default_sa.go:34] waiting for default service account to be created ...
	I0929 11:13:02.389098  733699 default_sa.go:45] found service account: "default"
	I0929 11:13:02.389127  733699 default_sa.go:55] duration metric: took 8.988725ms for default service account to be created ...
	I0929 11:13:02.389141  733699 system_pods.go:116] waiting for k8s-apps to be running ...
	I0929 11:13:02.472558  733699 system_pods.go:86] 18 kube-system pods found
	I0929 11:13:02.472601  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:02.472613  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:02.472621  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending
	I0929 11:13:02.472629  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:02.472636  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:02.472644  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:02.472650  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:02.472659  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:02.472663  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:02.472669  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:02.472677  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:02.472685  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:02.472693  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:02.472701  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:02.472711  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:02.472719  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.472728  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.472736  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:02.472755  733699 retry.go:31] will retry after 280.25021ms: missing components: kube-dns
	I0929 11:13:02.532177  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0929 11:13:02.602997  733699 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: (1.393492558s)
	I0929 11:13:02.603040  733699 addons.go:479] Verifying addon csi-hostpath-driver=true in "addons-398275"
	I0929 11:13:02.604873  733699 out.go:179] * Verifying csi-hostpath-driver addon...
	I0929 11:13:02.607790  733699 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0929 11:13:02.611415  733699 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0929 11:13:02.611444  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:02.645509  733699 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.373525439s)
	W0929 11:13:02.645574  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:02.645613  733699 retry.go:31] will retry after 193.857153ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:02.759413  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:02.759456  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:02.759468  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:02.759480  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:02.759494  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:02.759507  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:02.759519  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:02.759525  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:02.759537  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:02.759560  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:02.759574  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:02.759579  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:02.759587  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:02.759594  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:02.759605  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:02.759617  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:02.759630  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:02.759640  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:02.759648  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.759657  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.759662  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:02.759686  733699 retry.go:31] will retry after 323.919513ms: missing components: kube-dns
	I0929 11:13:02.840647  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:02.893610  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:02.893685  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:03.090409  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:03.090451  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:03.090461  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:03.090471  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:03.090481  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:03.090490  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:03.090501  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:03.090508  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:03.090521  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:03.090530  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:03.090550  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:03.090559  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:03.090566  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:03.090574  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:03.090585  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:03.090593  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:03.090604  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:03.090612  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:03.090622  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:03.090633  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:03.090643  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:03.090662  733699 retry.go:31] will retry after 350.143984ms: missing components: kube-dns
	I0929 11:13:03.112301  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:03.370101  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:03.370432  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:03.472894  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:03.472940  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:03.472955  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:03.472968  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:03.472979  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:03.472988  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:03.472999  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:03.473006  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:03.473024  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:03.473030  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:03.473039  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:03.473044  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:03.473049  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:03.473056  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:03.473064  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:03.473073  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:03.473081  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:03.473087  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:03.473095  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:03.473103  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:03.473109  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:03.473132  733699 retry.go:31] will retry after 549.285943ms: missing components: kube-dns
	I0929 11:13:03.612612  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:03.870568  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:03.870746  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:04.028270  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:04.028322  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:04.028334  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:04.028344  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:04.028351  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:04.028359  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:04.028371  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:04.028381  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:04.028390  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:04.028396  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:04.028404  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:04.028410  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:04.028415  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:04.028423  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:04.028434  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:04.028448  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:04.028459  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:04.028473  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:04.028481  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:04.028489  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:04.028502  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:04.028523  733699 retry.go:31] will retry after 645.95178ms: missing components: kube-dns
	I0929 11:13:04.128042  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:04.370895  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:04.371031  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:04.612267  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:04.680251  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:04.680294  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:04.680309  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:04.680320  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:04.680334  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:04.680351  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:04.680359  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:04.680368  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:04.680376  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:04.680386  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:04.680398  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:04.680406  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:04.680413  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:04.680424  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:04.680432  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:04.680442  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:04.680453  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:04.680463  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:04.680471  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:04.680479  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:04.680483  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:04.680501  733699 retry.go:31] will retry after 584.096042ms: missing components: kube-dns
	I0929 11:13:04.870649  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:04.870702  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:05.112362  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:05.201599  733699 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.669336719s)
	I0929 11:13:05.201677  733699 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.360989139s)
	W0929 11:13:05.201719  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:05.201747  733699 retry.go:31] will retry after 533.757786ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:05.271011  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:05.271050  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:05.271058  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:05.271064  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:05.271069  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:05.271076  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:05.271081  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:05.271086  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:05.271090  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:05.271094  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:05.271099  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:05.271102  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:05.271106  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:05.271111  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:05.271116  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:05.271133  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:05.271141  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:05.271148  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:05.271152  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:05.271158  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:05.271161  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:05.271178  733699 retry.go:31] will retry after 1.012446963s: missing components: kube-dns
	I0929 11:13:05.370001  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:05.371047  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:05.611686  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:05.736137  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:05.870338  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:05.870659  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:06.112835  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:06.289293  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:06.289336  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:06.289348  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:06.289358  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:06.289372  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:06.289380  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:06.289401  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:06.289414  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:06.289420  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:06.289425  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:06.289432  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:06.289438  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:06.289451  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:06.289458  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:06.289465  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:06.289470  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:06.289475  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:06.289479  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:06.289486  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:06.289494  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:06.289499  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:06.289520  733699 retry.go:31] will retry after 1.063766139s: missing components: kube-dns
	I0929 11:13:06.388369  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:06.388565  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	W0929 11:13:06.395477  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:06.395504  733699 retry.go:31] will retry after 1.10662306s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:06.612448  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:06.871010  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:06.871146  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:07.112744  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:07.145960  733699 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0929 11:13:07.146030  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:13:07.166921  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:13:07.278054  733699 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0929 11:13:07.300513  733699 addons.go:238] Setting addon gcp-auth=true in "addons-398275"
	I0929 11:13:07.300622  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:13:07.301035  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:13:07.321360  733699 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0929 11:13:07.321415  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:13:07.339898  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:13:07.360938  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:07.360980  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:07.360987  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:07.360994  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:07.361001  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:07.361007  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:07.361012  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:07.361017  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:07.361021  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:07.361024  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:07.361030  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:07.361036  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:07.361040  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:07.361044  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:07.361051  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:07.361060  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:07.361065  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:07.361072  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:07.361077  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:07.361085  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:07.361091  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:07.361106  733699 retry.go:31] will retry after 1.370670201s: missing components: kube-dns
	I0929 11:13:07.369775  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:07.370276  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:07.435809  733699 out.go:179]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
	I0929 11:13:07.437207  733699 out.go:179]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
	I0929 11:13:07.438422  733699 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0929 11:13:07.438445  733699 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0929 11:13:07.458229  733699 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0929 11:13:07.458264  733699 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0929 11:13:07.479275  733699 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0929 11:13:07.479297  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0929 11:13:07.500581  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0929 11:13:07.502823  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:07.612466  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:07.878632  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:07.879395  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:07.914708  733699 addons.go:479] Verifying addon gcp-auth=true in "addons-398275"
	I0929 11:13:07.916421  733699 out.go:179] * Verifying gcp-auth addon...
	I0929 11:13:07.919084  733699 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0929 11:13:07.932606  733699 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0929 11:13:07.932634  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:08.112713  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	W0929 11:13:08.221498  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:08.221533  733699 retry.go:31] will retry after 1.224978528s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:08.370302  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:08.370362  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:08.422810  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:08.611518  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:08.736764  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:08.736807  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:08.736819  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:08.736830  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:08.736838  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:08.736846  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:08.736853  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:08.736860  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:08.736868  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:08.736874  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:08.736881  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:08.736887  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:08.736897  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:08.736909  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:08.736949  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:08.736963  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:08.736973  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:08.736985  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:08.736997  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:08.737009  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:08.737016  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:08.737041  733699 retry.go:31] will retry after 2.241374299s: missing components: kube-dns
	I0929 11:13:08.869667  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:08.871371  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:08.922606  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:09.112162  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:09.369818  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:09.370777  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:09.422840  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:09.447067  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:09.611351  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:09.869498  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:09.870058  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:09.922138  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	W0929 11:13:10.004449  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:10.004478  733699 retry.go:31] will retry after 2.198905929s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:10.111600  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:10.370293  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:10.370477  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:10.422526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:10.611619  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:10.869877  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:10.870611  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:10.922679  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:10.983364  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:10.983406  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:10.983417  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:10.983431  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:10.983440  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:10.983449  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:10.983455  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:10.983462  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:10.983472  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:10.983477  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:10.983489  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:10.983493  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:10.983496  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:10.983503  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:10.983513  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:10.983562  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:10.983578  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:10.983587  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:10.983611  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:10.983625  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:10.983630  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:10.983654  733699 retry.go:31] will retry after 2.198598101s: missing components: kube-dns
	I0929 11:13:11.111600  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:11.369899  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:11.370332  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:11.422533  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:11.612295  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:11.869862  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:11.870936  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:11.923295  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:12.111437  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:12.204531  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:12.370511  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:12.370562  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:12.422471  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:12.611184  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	W0929 11:13:12.785796  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:12.785840  733699 retry.go:31] will retry after 3.067413925s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:12.870666  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:12.870688  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:12.922745  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:13.112769  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:13.187009  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:13.187048  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:13.187056  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:13.187063  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:13.187068  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:13.187074  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:13.187078  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:13.187082  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:13.187086  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:13.187089  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:13.187094  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:13.187097  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:13.187101  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:13.187106  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:13.187115  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:13.187120  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:13.187125  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:13.187129  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:13.187137  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:13.187143  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:13.187147  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:13.187162  733699 retry.go:31] will retry after 2.991903626s: missing components: kube-dns
	I0929 11:13:13.369854  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:13.370463  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:13.422516  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:13.612705  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:13.870535  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:13.870597  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:13.922470  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:14.111684  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:14.370433  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:14.370453  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:14.422370  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:14.611774  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:14.869105  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:14.870863  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:14.922691  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:15.111824  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:15.370042  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:15.370583  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:15.422853  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:15.611076  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:15.854333  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:15.870841  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:15.870912  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:15.922801  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:16.111018  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:16.184344  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:16.184379  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:16.184391  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:16.184398  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:16.184403  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:16.184408  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:16.184412  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:16.184418  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:16.184421  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:16.184424  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:16.184427  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:16.184431  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:16.184436  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:16.184444  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:16.184453  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:16.184460  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:16.184471  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:16.184490  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:16.184502  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:16.184508  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:16.184513  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:16.184533  733699 retry.go:31] will retry after 4.250789786s: missing components: kube-dns
	I0929 11:13:16.370704  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:16.371021  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	W0929 11:13:16.421821  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:16.421858  733699 retry.go:31] will retry after 2.532848368s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:16.422877  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:16.611226  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:16.870107  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:16.871973  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:16.922226  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:17.111343  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:17.370164  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:17.370249  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:17.422138  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:17.612052  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:17.870793  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:17.870846  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:17.922952  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:18.111340  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:18.369703  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:18.371348  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:18.422475  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:18.611619  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:18.870616  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:18.870638  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:18.922577  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:18.955672  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:19.111708  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:19.369847  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:19.370323  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:19.422639  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	W0929 11:13:19.523463  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:19.523492  733699 retry.go:31] will retry after 5.438693911s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:19.612185  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:19.870222  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:19.870240  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:19.921925  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:20.111657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:20.370112  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:20.370403  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:20.422794  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:20.440129  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:20.440168  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:20.440176  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:20.440184  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:20.440190  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:20.440195  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:20.440200  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:20.440205  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:20.440209  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:20.440212  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:20.440216  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:20.440219  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:20.440225  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:20.440233  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:20.440242  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:20.440248  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:20.440253  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:20.440263  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:20.440269  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:20.440277  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:20.440280  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:20.440297  733699 retry.go:31] will retry after 5.507870237s: missing components: kube-dns
	I0929 11:13:20.611675  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:20.869874  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:20.870368  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:20.922331  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:21.111514  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:21.369404  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:21.370149  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:21.422107  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:21.611611  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:21.869768  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:21.870426  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:21.922307  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:22.111617  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:22.369824  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:22.370252  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:22.422219  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:22.611861  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:22.872201  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:22.872207  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:22.922732  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:23.112375  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:23.369359  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:23.370942  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:23.422824  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:23.611107  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:23.869910  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:23.870883  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:23.922560  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:24.111887  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:24.370646  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:24.370674  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:24.422955  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:24.611306  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:24.870312  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:24.870358  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:24.922008  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:24.963126  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:25.111883  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:25.369099  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:25.370601  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:25.422407  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	W0929 11:13:25.523598  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:25.523629  733699 retry.go:31] will retry after 6.477494236s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:25.612399  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:25.869846  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:25.871145  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:25.922007  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:25.953596  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:25.953632  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:25.953641  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:25.953650  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:25.953657  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:25.953663  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:25.953668  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:25.953672  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:25.953676  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:25.953679  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:25.953683  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:25.953687  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:25.953690  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:25.953695  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:25.953700  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:25.953705  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:25.953711  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:25.953717  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:25.953723  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:25.953728  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:25.953734  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:25.953749  733699 retry.go:31] will retry after 6.353743075s: missing components: kube-dns
	I0929 11:13:26.111537  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:26.369747  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:26.370288  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:26.422484  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:26.611659  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:26.870310  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:26.870347  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:26.922122  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:27.111311  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:27.369850  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:27.370411  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:27.422366  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:27.611571  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:27.870455  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:27.870510  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:27.922696  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:28.111898  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:28.369843  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:28.370574  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:28.422669  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:28.612192  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:28.870419  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:28.870430  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:28.922427  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:29.111592  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:29.369810  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:29.370408  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:29.422419  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:29.611862  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:29.870195  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:29.870410  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:29.922157  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:30.111273  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:30.369235  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:30.370907  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:30.422976  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:30.611293  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:30.869907  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:30.870945  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:30.922822  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:31.111177  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:31.369650  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:31.370990  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:31.422973  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:31.611391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:31.870015  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:31.870015  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:31.922875  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:32.002142  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:32.112794  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:32.312402  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:32.312437  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:32.312446  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:32.312453  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:32.312461  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:32.312467  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:32.312472  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:32.312476  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:32.312479  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:32.312484  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:32.312491  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:32.312494  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:32.312499  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:32.312504  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:32.312514  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:32.312520  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:32.312525  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:32.312533  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:32.312538  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:32.312561  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:32.312565  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:32.312581  733699 retry.go:31] will retry after 7.763209894s: missing components: kube-dns
	I0929 11:13:32.369814  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:32.370204  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:32.423643  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	W0929 11:13:32.572167  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:32.572218  733699 retry.go:31] will retry after 8.69308s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:32.611502  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:32.869851  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:32.871017  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:32.923172  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:33.111828  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:33.370014  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:33.370507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:33.422783  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:33.612563  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:33.870729  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:33.870779  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:33.922473  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:34.111451  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:34.369806  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:34.370064  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:34.423138  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:34.611378  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:34.870635  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:34.870702  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:34.922513  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:35.111683  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:35.370039  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:35.370271  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:35.422152  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:35.611535  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:35.870133  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:35.870198  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:35.923076  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:36.111282  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:36.369556  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:36.371115  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:36.423121  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:36.611479  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:36.870107  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:36.870378  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:36.922504  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:37.111772  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:37.369911  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:37.370128  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:37.423249  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:37.611785  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:37.870404  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:37.870450  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:37.921983  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:38.111056  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:38.369193  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:38.371184  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:38.423057  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:38.611410  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:38.870298  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:38.870300  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:38.922278  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:39.111675  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:39.369827  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:39.370025  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:39.422654  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:39.612327  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:39.869959  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:39.869995  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:39.922749  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:40.080878  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:40.080913  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:40.080927  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:40.080936  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:40.080941  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:40.080946  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:40.080950  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:40.080953  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:40.080957  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:40.080960  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:40.080964  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:40.080967  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:40.080970  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:40.080975  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:40.080982  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:40.080987  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:40.080993  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:40.080998  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:40.081003  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:40.081012  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:40.081016  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:40.081033  733699 retry.go:31] will retry after 7.029376147s: missing components: kube-dns
	I0929 11:13:40.111673  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:40.369880  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:40.370258  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:40.422553  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:40.611913  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:40.870645  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:40.870690  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:40.922953  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:41.111505  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:41.265629  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:41.369938  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:41.370421  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:41.422580  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:41.611419  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:41.871556  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:41.872490  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	W0929 11:13:41.908219  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:41.908261  733699 retry.go:31] will retry after 19.165782941s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:41.971391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:42.112127  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:42.369606  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:42.370799  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:42.422772  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:42.612013  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:42.869741  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:42.870806  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:42.922836  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:43.111481  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:43.370081  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:43.370186  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:43.422447  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:43.611686  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:43.870276  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:43.870422  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:43.922260  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:44.111920  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:44.370253  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:44.370597  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:44.422903  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:44.611140  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:44.870383  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:44.870519  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:44.971403  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:45.112230  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:45.370146  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:45.371528  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:45.422756  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:45.611641  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:45.873477  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:45.873676  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:45.933353  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:46.112010  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:46.370639  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:46.370829  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:46.422874  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:46.611439  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:46.870322  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:46.870396  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:46.942188  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:47.111660  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:47.114926  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:47.114960  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:47.114967  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:47.114994  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:47.114998  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Running
	I0929 11:13:47.115004  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:47.115009  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:47.115013  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:47.115017  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:47.115020  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:47.115026  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:47.115029  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:47.115033  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:47.115037  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:47.115047  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:47.115052  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:47.115057  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:47.115063  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:47.115067  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:47.115074  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:47.115078  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:47.115098  733699 retry.go:31] will retry after 9.358850906s: missing components: kube-dns
	I0929 11:13:47.370010  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:47.370398  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:47.422507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:47.611896  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:47.870819  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:47.871334  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:47.946735  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:48.176606  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:48.370320  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:48.371137  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:48.423193  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:48.711609  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:48.870024  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:48.870470  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:48.923005  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:49.111967  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:49.370089  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:49.370686  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:49.422735  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:49.612519  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:49.870213  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:49.870341  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:49.967363  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:50.112190  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:50.369579  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:50.371400  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:50.422448  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:50.611947  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:50.870729  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:50.870748  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:50.922783  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:51.112212  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:51.368956  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:51.370654  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:51.423081  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:51.612081  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:51.871194  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:51.871496  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:51.922109  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:52.167526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:52.371719  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:52.371719  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:52.475852  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:52.612426  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:52.870150  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:52.870264  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:52.970585  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:53.112382  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:53.370416  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:53.370507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:53.422794  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:53.612399  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:53.870582  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:53.870712  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:53.970434  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:54.114298  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:54.369923  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:54.370327  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:54.422604  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:54.611763  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:54.871026  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:54.871082  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:54.923592  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:55.112341  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:55.370230  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:55.370362  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:55.422732  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:55.659643  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:55.870397  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:55.870452  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:55.922820  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:56.113986  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:56.369836  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:56.370425  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:56.422699  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:56.479125  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:56.479181  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:56.479191  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Running
	I0929 11:13:56.479201  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Running
	I0929 11:13:56.479207  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Running
	I0929 11:13:56.479215  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:56.479224  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:56.479231  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:56.479240  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:56.479246  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:56.479252  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:56.479255  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:56.479259  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:56.479265  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Running
	I0929 11:13:56.479271  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:56.479279  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:56.479287  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:56.479292  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:56.479302  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Running
	I0929 11:13:56.479313  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Running
	I0929 11:13:56.479319  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:56.479333  733699 system_pods.go:126] duration metric: took 54.09018411s to wait for k8s-apps to be running ...
	I0929 11:13:56.479350  733699 system_svc.go:44] waiting for kubelet service to be running ....
	I0929 11:13:56.479406  733699 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0929 11:13:56.494186  733699 system_svc.go:56] duration metric: took 14.814595ms WaitForService to wait for kubelet
	I0929 11:13:56.494222  733699 kubeadm.go:578] duration metric: took 57.077375514s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0929 11:13:56.494249  733699 node_conditions.go:102] verifying NodePressure condition ...
	I0929 11:13:56.497940  733699 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
	I0929 11:13:56.497979  733699 node_conditions.go:123] node cpu capacity is 8
	I0929 11:13:56.497999  733699 node_conditions.go:105] duration metric: took 3.74288ms to run NodePressure ...
	I0929 11:13:56.498021  733699 start.go:241] waiting for startup goroutines ...
	I0929 11:13:56.611522  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:56.870213  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:56.870219  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:56.922051  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:57.112023  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:57.369778  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:57.370156  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:57.422267  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:57.611894  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:57.870697  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:57.870724  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:57.922276  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:58.111896  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:58.370315  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:58.370730  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:58.422680  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:58.611980  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:58.869683  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:58.871062  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:58.923578  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:59.111706  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:59.370464  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:59.370491  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:59.423087  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:59.611741  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:59.870357  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:59.870416  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:59.922510  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:00.112019  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:00.370503  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:00.370750  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:00.423322  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:00.611949  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:00.870631  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:00.870669  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:00.923055  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:01.074231  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:14:01.112391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:01.369133  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:01.370903  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:01.422945  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:01.612423  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	W0929 11:14:01.759855  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:14:01.759894  733699 retry.go:31] will retry after 34.077344362s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:14:01.871142  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:01.871148  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:01.923352  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:02.113103  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:02.369515  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:02.371090  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:02.423481  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:02.612590  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:02.870384  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:02.870638  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:02.923232  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:03.112112  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:03.370221  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:03.371097  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:03.423448  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:03.612042  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:03.870284  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:03.870528  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:03.923143  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:04.111616  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:04.410026  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:04.410197  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:04.422120  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:04.630961  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:04.869372  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:04.871445  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:04.922439  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:05.111988  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:05.370603  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:05.370646  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:05.422622  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:05.612381  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:05.869601  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:05.870885  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:05.969967  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:06.112050  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:06.370667  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:06.370673  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:06.422924  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:06.611657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:06.869683  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:06.870117  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:06.923134  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:07.112078  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:07.369703  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:07.370511  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:07.422345  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:07.612340  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:07.870062  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:07.871662  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:07.970103  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:08.111470  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:08.370141  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:08.370171  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:08.422714  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:08.611943  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:08.870573  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:08.870610  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:08.922805  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:09.111890  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:09.370993  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:09.371017  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:09.423300  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:09.612136  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:09.869848  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:09.871325  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:09.922787  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:10.112410  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:10.369599  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:10.370345  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:10.422443  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:10.612103  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:10.870726  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:10.871292  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:10.922235  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:11.112042  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:11.370301  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:11.370815  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:11.422715  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:11.612211  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:11.870223  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:11.871036  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:11.971089  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:12.116118  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:12.369673  733699 kapi.go:107] duration metric: took 1m10.003662891s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0929 11:14:12.370832  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:12.469737  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:12.612415  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:12.969526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:12.969685  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:13.112384  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:13.372466  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:13.422191  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:13.611507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:13.871132  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:13.923269  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:14.111446  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:14.371862  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:14.423153  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:14.611979  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:14.871977  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:14.922525  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:15.112085  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:15.371457  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:15.472004  733699 kapi.go:107] duration metric: took 1m7.552917632s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0929 11:14:15.475061  733699 out.go:179] * Your GCP credentials will now be mounted into every pod created in the addons-398275 cluster.
	I0929 11:14:15.476355  733699 out.go:179] * If you don't want your credentials mounted into a specific pod, add a label with the `gcp-auth-skip-secret` key to your pod configuration.
	I0929 11:14:15.477638  733699 out.go:179] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0929 11:14:15.611493  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:15.870566  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:16.111953  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:16.371414  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:16.611826  733699 kapi.go:107] duration metric: took 1m14.00403754s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0929 11:14:16.870771  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:17.371037  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:17.872063  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:18.371876  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:18.872021  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:19.372134  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:19.870950  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:20.372344  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:20.871247  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:21.370615  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:21.871798  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:22.371290  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:22.871087  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:23.372134  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:23.871842  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:24.371852  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:24.871368  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:25.370485  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:25.871072  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:26.371907  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:26.871447  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:27.370743  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:27.871228  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:28.371059  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:28.871863  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:29.371210  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:29.871203  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:30.370956  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:30.871634  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:31.373324  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:31.871155  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:32.371196  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:32.870813  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:33.371641  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:33.871198  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:34.372153  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:34.870728  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:35.371292  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:35.837689  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:14:35.871824  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:36.371770  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	W0929 11:14:36.399019  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	W0929 11:14:36.399146  733699 out.go:285] ! Enabling 'inspektor-gadget' returned an error: running callbacks: [sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	]
	I0929 11:14:36.871712  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:37.371039  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:37.871938  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:38.371336  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:38.870391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:39.371014  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:39.871646  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:40.371402  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:40.870596  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:41.370800  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:41.871926  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:42.372003  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:42.872368  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:43.371343  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:43.871002  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:44.371934  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:44.872000  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:45.371646  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:45.871130  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:46.371682  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:46.871639  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:47.371188  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:47.872061  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:48.372263  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:48.870483  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:49.370892  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:49.871850  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:50.371813  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:50.871426  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:51.370833  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:51.871565  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:52.371250  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:52.871203  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:53.372001  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:53.871710  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:54.371621  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:54.871343  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:55.370859  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:55.872057  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:56.372039  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:56.871974  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:57.371455  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:57.871001  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:58.372101  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:58.872110  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:59.371369  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:59.871459  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:00.371183  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:00.871132  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:01.370497  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:01.871185  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:02.372370  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:02.871235  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:03.371150  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:03.871638  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:04.371757  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:04.871902  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:05.371756  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:05.871606  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:06.371631  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:06.871537  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:07.371382  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:07.871333  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:08.371018  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:08.872174  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:09.370995  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:09.872400  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:10.371523  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:10.870657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:11.371336  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:11.871886  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:12.371942  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:12.871378  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:13.371050  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:13.872116  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:14.372140  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:14.872478  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:15.371137  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:15.870709  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:16.371407  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:16.871358  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:17.371334  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:17.871465  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:18.371277  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:18.870424  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:19.371193  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:19.871332  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:20.371487  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:20.871237  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:21.371074  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:21.871823  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:22.371672  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:22.871414  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:23.371037  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:23.871596  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:24.371386  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:24.871748  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:25.370923  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:25.871752  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:26.371682  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:26.871213  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:27.370586  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:27.871347  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:28.371098  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:28.872127  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:29.372071  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:29.871029  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:30.372195  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:30.871598  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:31.370491  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:31.870902  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:32.371807  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:32.871864  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:33.371526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:33.871146  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:34.372255  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:34.870752  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:35.371476  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:35.871508  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:36.371287  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:36.870814  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:37.371225  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:37.871249  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:38.371291  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:38.871086  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:39.371771  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:39.872210  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:40.371786  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:40.871180  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:41.370592  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:41.870496  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:42.371238  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:42.871115  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:43.371822  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:43.871424  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:44.372779  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:44.871107  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:45.372112  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:45.872107  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:46.371842  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:46.871340  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:47.370826  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:47.871757  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:48.371852  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:48.871474  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:49.370875  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:49.872246  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:50.371734  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:50.871678  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:51.370696  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:51.871769  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:52.371366  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:52.870767  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:53.371386  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:53.870754  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:54.370950  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:54.871350  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:55.370684  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:55.871501  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:56.370902  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:56.872019  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:57.370737  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:57.871597  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:58.371409  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:58.870982  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:59.371432  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:59.871497  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:00.371005  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:00.872206  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:01.371575  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:01.871029  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:02.371349  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:02.871267  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:03.371037  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:03.872324  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:04.370643  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:04.871933  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:05.371351  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:05.871052  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:06.371316  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:06.871626  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:07.370922  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:07.871726  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:08.370897  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:08.871932  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:09.371441  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:09.871884  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:10.371483  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:10.871641  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:11.370969  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:11.872405  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:12.370470  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:12.870192  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:13.372044  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:13.871749  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:14.370944  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:14.871805  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:15.371345  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:15.871366  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:16.370741  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:16.871761  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:17.370931  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:17.871601  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:18.371435  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:18.870571  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:19.370770  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:19.871985  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:20.371593  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:20.871317  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:21.370597  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:21.871684  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:22.370908  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:22.871575  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:23.371495  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:23.870668  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:24.370752  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:24.871893  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:25.371268  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:25.870980  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:26.371999  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:26.872039  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:27.371447  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:27.871287  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:28.371643  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:28.872843  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:29.371847  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:29.871394  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:30.370958  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:30.871644  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:31.371256  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:31.870439  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:32.371106  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:32.871764  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:33.372507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:33.871809  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:34.371501  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:34.871693  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:35.371496  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:35.871634  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:36.371721  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:36.871893  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:37.370808  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:37.872050  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:38.371284  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:38.871219  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:39.371167  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:39.871655  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:40.371256  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:40.871655  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:41.370952  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:41.871487  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:42.370727  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:42.871368  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:43.371367  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:43.870654  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:44.371060  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:44.870562  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:45.370991  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:45.872240  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:46.371870  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:46.871835  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:47.371371  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:47.871290  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:48.370927  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:48.871688  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:49.371252  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:49.870903  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:50.371427  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:50.871384  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:51.370471  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:51.871108  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:52.370954  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:52.870770  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:53.371690  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:53.871302  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:54.370916  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:54.871887  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:55.371615  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:55.871164  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:56.371840  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:56.871950  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:57.372296  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:57.871487  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:58.371679  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:58.871775  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:59.371378  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:59.872092  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:00.370533  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:00.872321  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:01.370638  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:01.871852  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:02.371653  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:02.871586  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:03.371905  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:03.870611  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:04.371276  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:04.871301  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:05.371356  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:05.871743  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:06.371776  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:06.872276  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:07.371179  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:07.871339  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:08.371615  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:08.871824  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:09.371656  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:09.871326  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:10.371313  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:10.871813  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:11.371880  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:11.871813  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:12.371469  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:12.870725  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:13.371714  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:13.871778  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:14.371711  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:14.871919  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:15.370437  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:15.871109  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:16.370766  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:16.872306  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:17.370588  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:17.872279  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:18.371019  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:18.871182  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:19.371098  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:19.871722  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:20.371233  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:20.871266  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:21.371140  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:21.870890  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:22.371489  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:22.873038  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:23.372157  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:23.871034  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:24.370678  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:24.871294  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:25.370676  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:25.871934  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:26.371966  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:26.871152  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:27.370941  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:27.870872  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:28.371888  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:28.870862  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:29.371640  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:29.871836  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:30.371426  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:30.871170  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:31.370584  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:31.870935  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:32.370423  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:32.870237  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:33.371231  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:33.870237  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:34.370640  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:34.871524  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:35.371497  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:35.871494  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:36.371243  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:36.871101  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:37.370662  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:37.871632  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:38.371731  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:38.871645  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:39.372084  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:39.871254  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:40.371995  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:40.871154  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:41.370910  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:41.871251  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:42.370931  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:42.872036  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:43.371288  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:43.871231  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:44.371097  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:44.872463  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:45.371139  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:45.870569  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:46.371153  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:46.871398  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:47.370812  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:47.871657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:48.371924  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:48.872065  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:49.370574  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:49.872269  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:50.371386  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:50.871321  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:51.370432  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:51.871080  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:52.370970  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:52.870994  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:53.373657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:53.871647  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:54.371167  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:54.870925  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:55.371290  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:55.870908  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:56.371433  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:56.870734  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:57.371624  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:57.871403  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:58.371296  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:58.870270  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:59.370711  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:59.870391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:00.371483  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:00.871504  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:01.371442  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:01.871814  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:02.371467  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:02.871106  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:03.371045  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:03.871312  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:04.371118  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:04.871881  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:05.372479  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:05.871519  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:06.371361  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:06.871097  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:07.371246  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:07.871663  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:08.370988  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:08.871220  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:09.371153  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:09.871341  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:10.370967  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:10.870816  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:11.372514  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:11.871160  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:12.370901  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:12.870951  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:13.370745  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:13.871863  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:14.371682  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:14.871822  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:15.371907  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:15.871442  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:16.371150  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:16.871127  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:17.371671  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:17.871918  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:18.371747  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:18.872038  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:19.371231  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:19.871062  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:20.370734  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:20.871805  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:21.371408  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:21.871498  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:22.371229  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:22.870438  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:23.371409  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:23.871010  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:24.370617  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:24.871224  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:25.371566  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:25.871204  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:26.370526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:26.871202  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:27.371157  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:27.871152  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:28.371084  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:28.871064  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:29.371189  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:29.871208  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:30.370859  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:30.870919  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:31.372054  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:31.871063  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:32.370776  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:32.871409  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:33.371679  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:33.872024  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:34.370589  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:34.871013  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:35.370946  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:35.870766  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:36.371297  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:36.870662  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:37.373044  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:37.870953  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:38.371298  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:38.871121  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:39.370515  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:39.871053  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:40.370713  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:40.871714  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:41.371677  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:41.871745  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:42.371416  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:42.871222  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:43.371483  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:43.871619  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:44.371096  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:44.871773  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:45.371799  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:45.872034  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:46.370855  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:46.872464  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:47.372424  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:47.871328  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:48.371237  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:48.871258  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:49.371020  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:49.871221  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:50.371104  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:50.871132  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:51.371312  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:51.871424  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:52.370942  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:52.870884  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:53.371764  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:53.872075  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:54.370466  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:54.871252  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:55.371085  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:55.870623  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:56.371147  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:56.871134  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:57.371218  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:57.871401  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:58.371613  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:58.871616  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:59.372118  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:59.870839  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:00.371346  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:00.871371  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:01.370856  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:01.872342  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:02.367888  733699 kapi.go:81] temporary error: getting Pods with label selector "kubernetes.io/minikube-addons=registry" : [client rate limiter Wait returned an error: context deadline exceeded]
	I0929 11:19:02.367923  733699 kapi.go:107] duration metric: took 6m0.000423252s to wait for kubernetes.io/minikube-addons=registry ...
	W0929 11:19:02.368055  733699 out.go:285] ! Enabling 'registry' returned an error: running callbacks: [waiting for kubernetes.io/minikube-addons=registry pods: context deadline exceeded]
	I0929 11:19:02.369776  733699 out.go:179] * Enabled addons: amd-gpu-device-plugin, registry-creds, cloud-spanner, storage-provisioner, nvidia-device-plugin, default-storageclass, storage-provisioner-rancher, volcano, metrics-server, ingress-dns, yakd, volumesnapshots, ingress, gcp-auth, csi-hostpath-driver
	I0929 11:19:02.371183  733699 addons.go:514] duration metric: took 6m2.954288088s for enable addons: enabled=[amd-gpu-device-plugin registry-creds cloud-spanner storage-provisioner nvidia-device-plugin default-storageclass storage-provisioner-rancher volcano metrics-server ingress-dns yakd volumesnapshots ingress gcp-auth csi-hostpath-driver]
	I0929 11:19:02.371237  733699 start.go:246] waiting for cluster config update ...
	I0929 11:19:02.371266  733699 start.go:255] writing updated cluster config ...
	I0929 11:19:02.371624  733699 ssh_runner.go:195] Run: rm -f paused
	I0929 11:19:02.376301  733699 pod_ready.go:37] extra waiting up to 4m0s for all "kube-system" pods having one of [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] labels to be "Ready" ...
	I0929 11:19:02.379822  733699 pod_ready.go:83] waiting for pod "coredns-66bc5c9577-8cjs7" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.384626  733699 pod_ready.go:94] pod "coredns-66bc5c9577-8cjs7" is "Ready"
	I0929 11:19:02.384649  733699 pod_ready.go:86] duration metric: took 4.80269ms for pod "coredns-66bc5c9577-8cjs7" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.386725  733699 pod_ready.go:83] waiting for pod "etcd-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.390929  733699 pod_ready.go:94] pod "etcd-addons-398275" is "Ready"
	I0929 11:19:02.390957  733699 pod_ready.go:86] duration metric: took 4.210827ms for pod "etcd-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.392917  733699 pod_ready.go:83] waiting for pod "kube-apiserver-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.396856  733699 pod_ready.go:94] pod "kube-apiserver-addons-398275" is "Ready"
	I0929 11:19:02.396882  733699 pod_ready.go:86] duration metric: took 3.942665ms for pod "kube-apiserver-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.398878  733699 pod_ready.go:83] waiting for pod "kube-controller-manager-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.781099  733699 pod_ready.go:94] pod "kube-controller-manager-addons-398275" is "Ready"
	I0929 11:19:02.781129  733699 pod_ready.go:86] duration metric: took 382.230324ms for pod "kube-controller-manager-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.981364  733699 pod_ready.go:83] waiting for pod "kube-proxy-7km4n" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:03.381087  733699 pod_ready.go:94] pod "kube-proxy-7km4n" is "Ready"
	I0929 11:19:03.381116  733699 pod_ready.go:86] duration metric: took 399.725198ms for pod "kube-proxy-7km4n" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:03.581426  733699 pod_ready.go:83] waiting for pod "kube-scheduler-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:03.980437  733699 pod_ready.go:94] pod "kube-scheduler-addons-398275" is "Ready"
	I0929 11:19:03.980473  733699 pod_ready.go:86] duration metric: took 399.01244ms for pod "kube-scheduler-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:03.980487  733699 pod_ready.go:40] duration metric: took 1.604154845s for extra waiting for all "kube-system" pods having one of [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] labels to be "Ready" ...
	I0929 11:19:04.031838  733699 start.go:623] kubectl: 1.34.1, cluster: 1.34.0 (minor skew: 0)
	I0929 11:19:04.033978  733699 out.go:179] * Done! kubectl is now configured to use "addons-398275" cluster and "default" namespace by default
	
	
	==> container status <==
	CONTAINER           IMAGE               CREATED             STATE               NAME                                     ATTEMPT             POD ID              POD
	f408d00c793a2       56cc512116c8f       6 minutes ago       Running             busybox                                  0                   26e27bacc023f       busybox
	891ec105b3e42       738351fd438f0       23 minutes ago      Running             csi-snapshotter                          0                   5674981c7886f       csi-hostpathplugin-k8855
	0c1db2b1b32d3       931dbfd16f87c       23 minutes ago      Running             csi-provisioner                          0                   5674981c7886f       csi-hostpathplugin-k8855
	4c9801fafbf3f       1bec18b3728e7       23 minutes ago      Running             controller                               0                   1c84f6bdd85a1       ingress-nginx-controller-9cc49f96f-fwsqt
	e978268bf5c9a       e899260153aed       23 minutes ago      Running             liveness-probe                           0                   5674981c7886f       csi-hostpathplugin-k8855
	b4d152aa2945f       b1c9f9ef5f0c2       23 minutes ago      Running             registry-proxy                           0                   46314b64daea9       registry-proxy-6n6m9
	a45045d65aa75       8c217da6734db       23 minutes ago      Exited              patch                                    2                   7d8a247252ae1       ingress-nginx-admission-patch-vm8qt
	af4634a29fe29       e255e073c508c       23 minutes ago      Running             hostpath                                 0                   5674981c7886f       csi-hostpathplugin-k8855
	8ba4a1be2e52a       8c217da6734db       23 minutes ago      Exited              create                                   0                   9d862bfada74d       ingress-nginx-admission-create-n5gtc
	c6435a29a4eab       88ef14a257f42       23 minutes ago      Running             node-driver-registrar                    0                   5674981c7886f       csi-hostpathplugin-k8855
	6bf89e32a2060       a1ed5895ba635       23 minutes ago      Running             csi-external-health-monitor-controller   0                   5674981c7886f       csi-hostpathplugin-k8855
	d26f9f2d2ced4       59cbb42146a37       23 minutes ago      Running             csi-attacher                             0                   807153e820605       csi-hostpath-attacher-0
	fe6a462d05fe3       aa61ee9c70bc4       23 minutes ago      Running             volume-snapshot-controller               0                   de9d74f4522e3       snapshot-controller-7d9fbc56b8-vvz4n
	7cb4515af6010       52546a367cc9e       23 minutes ago      Running             coredns                                  0                   92d172380fb07       coredns-66bc5c9577-8cjs7
	057331246fd74       aa61ee9c70bc4       23 minutes ago      Running             volume-snapshot-controller               0                   5d448880c4b2c       snapshot-controller-7d9fbc56b8-b88wx
	daf6b50236ef1       19a639eda60f0       23 minutes ago      Running             csi-resizer                              0                   0d5c89fbf4411       csi-hostpath-resizer-0
	5448ee8772c9f       9660a1727a977       23 minutes ago      Running             gadget                                   0                   58732ae3a24a7       gadget-p4d27
	d187c07409f92       b6ab53fbfedaa       24 minutes ago      Running             minikube-ingress-dns                     0                   85e7d0defe4ae       kube-ingress-dns-minikube
	eb5bda3321e24       6e38f40d628db       24 minutes ago      Running             storage-provisioner                      0                   24535cefdde54       storage-provisioner
	c7c21e3451ae9       409467f978b4a       24 minutes ago      Running             kindnet-cni                              0                   dfd09726e4e2f       kindnet-ntsc6
	ada769fbe0fef       df0860106674d       24 minutes ago      Running             kube-proxy                               0                   a3c1b74cb9ea7       kube-proxy-7km4n
	a15df76019cf8       a0af72f2ec6d6       24 minutes ago      Running             kube-controller-manager                  0                   fe44f7246ca21       kube-controller-manager-addons-398275
	c4fa96de22ef4       46169d968e920       24 minutes ago      Running             kube-scheduler                           0                   fd598c54febd4       kube-scheduler-addons-398275
	5b744a5b5c34c       90550c43ad2bc       24 minutes ago      Running             kube-apiserver                           0                   51ec2dc6250af       kube-apiserver-addons-398275
	57a3548bf9e1a       5f1f5298c888d       24 minutes ago      Running             etcd                                     0                   bbb92ae3e1451       etcd-addons-398275
	
	
	==> containerd <==
	Sep 29 11:36:54 addons-398275 containerd[761]: time="2025-09-29T11:36:54.167883919Z" level=info msg="StopPodSandbox for \"cfba41541be1d61d5dd5967acec960788a8b26eb25b10ad25a1432222a6a2e73\""
	Sep 29 11:36:54 addons-398275 containerd[761]: time="2025-09-29T11:36:54.177765700Z" level=info msg="TearDown network for sandbox \"cfba41541be1d61d5dd5967acec960788a8b26eb25b10ad25a1432222a6a2e73\" successfully"
	Sep 29 11:36:54 addons-398275 containerd[761]: time="2025-09-29T11:36:54.177806785Z" level=info msg="StopPodSandbox for \"cfba41541be1d61d5dd5967acec960788a8b26eb25b10ad25a1432222a6a2e73\" returns successfully"
	Sep 29 11:36:54 addons-398275 containerd[761]: time="2025-09-29T11:36:54.178400945Z" level=info msg="RemovePodSandbox for \"cfba41541be1d61d5dd5967acec960788a8b26eb25b10ad25a1432222a6a2e73\""
	Sep 29 11:36:54 addons-398275 containerd[761]: time="2025-09-29T11:36:54.178532200Z" level=info msg="Forcibly stopping sandbox \"cfba41541be1d61d5dd5967acec960788a8b26eb25b10ad25a1432222a6a2e73\""
	Sep 29 11:36:54 addons-398275 containerd[761]: time="2025-09-29T11:36:54.187465915Z" level=info msg="TearDown network for sandbox \"cfba41541be1d61d5dd5967acec960788a8b26eb25b10ad25a1432222a6a2e73\" successfully"
	Sep 29 11:36:54 addons-398275 containerd[761]: time="2025-09-29T11:36:54.193853812Z" level=warning msg="Failed to get podSandbox status for container event for sandboxID \"cfba41541be1d61d5dd5967acec960788a8b26eb25b10ad25a1432222a6a2e73\": an error occurred when try to find sandbox: not found. Sending the event with nil podSandboxStatus."
	Sep 29 11:36:54 addons-398275 containerd[761]: time="2025-09-29T11:36:54.193953558Z" level=info msg="RemovePodSandbox \"cfba41541be1d61d5dd5967acec960788a8b26eb25b10ad25a1432222a6a2e73\" returns successfully"
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.145987489Z" level=info msg="Kill container \"074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253\""
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.155327178Z" level=info msg="received exit event container_id:\"074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253\"  id:\"074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253\"  pid:6779  exit_status:137  exited_at:{seconds:1759145816  nanos:154937994}"
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.173854250Z" level=info msg="shim disconnected" id=074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253 namespace=k8s.io
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.173903540Z" level=warning msg="cleaning up after shim disconnected" id=074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253 namespace=k8s.io
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.173915460Z" level=info msg="cleaning up dead shim" namespace=k8s.io
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.191906518Z" level=info msg="StopContainer for \"074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253\" returns successfully"
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.192496073Z" level=info msg="StopPodSandbox for \"cca15f686df431bb44ef2acbe6a744166c272746a117eb1dada05db117f1e3c3\""
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.192570226Z" level=info msg="Container to stop \"074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253\" must be in running or unknown state, current state \"CONTAINER_EXITED\""
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.200331582Z" level=info msg="received exit event container_id:\"cca15f686df431bb44ef2acbe6a744166c272746a117eb1dada05db117f1e3c3\"  id:\"cca15f686df431bb44ef2acbe6a744166c272746a117eb1dada05db117f1e3c3\"  pid:6426  exit_status:137  exited_at:{seconds:1759145816  nanos:200086067}"
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.225054152Z" level=info msg="shim disconnected" id=cca15f686df431bb44ef2acbe6a744166c272746a117eb1dada05db117f1e3c3 namespace=k8s.io
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.225103099Z" level=warning msg="cleaning up after shim disconnected" id=cca15f686df431bb44ef2acbe6a744166c272746a117eb1dada05db117f1e3c3 namespace=k8s.io
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.225116131Z" level=info msg="cleaning up dead shim" namespace=k8s.io
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.257303346Z" level=info msg="TearDown network for sandbox \"cca15f686df431bb44ef2acbe6a744166c272746a117eb1dada05db117f1e3c3\" successfully"
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.257351413Z" level=info msg="StopPodSandbox for \"cca15f686df431bb44ef2acbe6a744166c272746a117eb1dada05db117f1e3c3\" returns successfully"
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.273156996Z" level=info msg="RemoveContainer for \"074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253\""
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.278928902Z" level=info msg="RemoveContainer for \"074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253\" returns successfully"
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.279732431Z" level=error msg="ContainerStatus for \"074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253\": not found"
	
	
	==> coredns [7cb4515af601041706abce6b103ce4ca2334b1d49b90106e105490f8323739a1] <==
	[INFO] 10.244.0.22:41105 - 6325 "AAAA IN registry.kube-system.svc.cluster.local.local. udp 73 false 1232" NXDOMAIN qr,rd,ra 62 0.005555871s
	[INFO] 10.244.0.22:41105 - 50676 "A IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 102 false 1232" NXDOMAIN qr,aa,rd,ra 198 0.000129988s
	[INFO] 10.244.0.22:41105 - 43636 "AAAA IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 102 false 1232" NXDOMAIN qr,aa,rd,ra 198 0.00015576s
	[INFO] 10.244.0.22:41105 - 54803 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,aa,rd,ra 185 0.000077499s
	[INFO] 10.244.0.22:41105 - 19957 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,aa,rd,ra 185 0.00006288s
	[INFO] 10.244.0.22:41105 - 58218 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,aa,rd,ra 177 0.000092291s
	[INFO] 10.244.0.22:41105 - 18881 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,aa,rd,ra 177 0.000143883s
	[INFO] 10.244.0.22:41105 - 31413 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000139526s
	[INFO] 10.244.0.22:41105 - 35874 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000145969s
	[INFO] 10.244.0.22:52070 - 17474 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000166912s
	[INFO] 10.244.0.22:52070 - 43362 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000194165s
	[INFO] 10.244.0.22:52070 - 43009 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.000101887s
	[INFO] 10.244.0.22:52070 - 47541 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.000127299s
	[INFO] 10.244.0.22:52070 - 24165 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000100173s
	[INFO] 10.244.0.22:52070 - 34627 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000132048s
	[INFO] 10.244.0.22:52070 - 41729 "AAAA IN registry.kube-system.svc.cluster.local.local. udp 73 false 1232" NXDOMAIN qr,rd,ra 62 0.003215374s
	[INFO] 10.244.0.22:52070 - 11070 "A IN registry.kube-system.svc.cluster.local.local. udp 73 false 1232" NXDOMAIN qr,rd,ra 62 0.003305433s
	[INFO] 10.244.0.22:52070 - 41636 "A IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 102 false 1232" NXDOMAIN qr,aa,rd,ra 198 0.000075252s
	[INFO] 10.244.0.22:52070 - 43688 "AAAA IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 102 false 1232" NXDOMAIN qr,aa,rd,ra 198 0.000085891s
	[INFO] 10.244.0.22:52070 - 30100 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,aa,rd,ra 185 0.000069887s
	[INFO] 10.244.0.22:52070 - 49774 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,aa,rd,ra 185 0.000075928s
	[INFO] 10.244.0.22:52070 - 43813 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,aa,rd,ra 177 0.00006328s
	[INFO] 10.244.0.22:52070 - 31731 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,aa,rd,ra 177 0.00005053s
	[INFO] 10.244.0.22:52070 - 22390 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000145458s
	[INFO] 10.244.0.22:52070 - 21620 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000119275s
	
	
	==> describe nodes <==
	Name:               addons-398275
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=addons-398275
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=e087d081f23c6d1317bb12845422265d8d3490cf
	                    minikube.k8s.io/name=addons-398275
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2025_09_29T11_12_54_0700
	                    minikube.k8s.io/version=v1.37.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-398275
	Annotations:        csi.volume.kubernetes.io/nodeid: {"hostpath.csi.k8s.io":"addons-398275"}
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 29 Sep 2025 11:12:51 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-398275
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 29 Sep 2025 11:37:13 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 29 Sep 2025 11:31:57 +0000   Mon, 29 Sep 2025 11:12:50 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 29 Sep 2025 11:31:57 +0000   Mon, 29 Sep 2025 11:12:50 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 29 Sep 2025 11:31:57 +0000   Mon, 29 Sep 2025 11:12:50 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 29 Sep 2025 11:31:57 +0000   Mon, 29 Sep 2025 11:12:51 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-398275
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32863448Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32863448Ki
	  pods:               110
	System Info:
	  Machine ID:                 c09f6e1b9b1b4097bd5de8bda6598604
	  System UUID:                3755a557-4037-49c4-b2f8-72b628230518
	  Boot ID:                    67afa1fd-4f9a-4651-9639-1ca5665e29ac
	  Kernel Version:             6.8.0-1040-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:          (21 in total)
	  Namespace                   Name                                        CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                        ------------  ----------  ---------------  -------------  ---
	  default                     busybox                                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         6m20s
	  default                     nginx                                       0 (0%)        0 (0%)      0 (0%)           0 (0%)         3m41s
	  default                     task-pv-pod                                 0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m28s
	  gadget                      gadget-p4d27                                0 (0%)        0 (0%)      0 (0%)           0 (0%)         24m
	  ingress-nginx               ingress-nginx-controller-9cc49f96f-fwsqt    100m (1%)     0 (0%)      90Mi (0%)        0 (0%)         24m
	  kube-system                 coredns-66bc5c9577-8cjs7                    100m (1%)     0 (0%)      70Mi (0%)        170Mi (0%)     24m
	  kube-system                 csi-hostpath-attacher-0                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         24m
	  kube-system                 csi-hostpath-resizer-0                      0 (0%)        0 (0%)      0 (0%)           0 (0%)         24m
	  kube-system                 csi-hostpathplugin-k8855                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         24m
	  kube-system                 etcd-addons-398275                          100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         24m
	  kube-system                 kindnet-ntsc6                               100m (1%)     100m (1%)   50Mi (0%)        50Mi (0%)      24m
	  kube-system                 kube-apiserver-addons-398275                250m (3%)     0 (0%)      0 (0%)           0 (0%)         24m
	  kube-system                 kube-controller-manager-addons-398275       200m (2%)     0 (0%)      0 (0%)           0 (0%)         24m
	  kube-system                 kube-ingress-dns-minikube                   0 (0%)        0 (0%)      0 (0%)           0 (0%)         24m
	  kube-system                 kube-proxy-7km4n                            0 (0%)        0 (0%)      0 (0%)           0 (0%)         24m
	  kube-system                 kube-scheduler-addons-398275                100m (1%)     0 (0%)      0 (0%)           0 (0%)         24m
	  kube-system                 registry-66898fdd98-dt8xj                   0 (0%)        0 (0%)      0 (0%)           0 (0%)         24m
	  kube-system                 registry-proxy-6n6m9                        0 (0%)        0 (0%)      0 (0%)           0 (0%)         24m
	  kube-system                 snapshot-controller-7d9fbc56b8-b88wx        0 (0%)        0 (0%)      0 (0%)           0 (0%)         24m
	  kube-system                 snapshot-controller-7d9fbc56b8-vvz4n        0 (0%)        0 (0%)      0 (0%)           0 (0%)         24m
	  kube-system                 storage-provisioner                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         24m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                950m (11%)  100m (1%)
	  memory             310Mi (0%)  220Mi (0%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	Events:
	  Type    Reason                   Age   From             Message
	  ----    ------                   ----  ----             -------
	  Normal  Starting                 24m   kube-proxy       
	  Normal  Starting                 24m   kubelet          Starting kubelet.
	  Normal  NodeAllocatableEnforced  24m   kubelet          Updated Node Allocatable limit across pods
	  Normal  NodeHasSufficientMemory  24m   kubelet          Node addons-398275 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    24m   kubelet          Node addons-398275 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     24m   kubelet          Node addons-398275 status is now: NodeHasSufficientPID
	  Normal  RegisteredNode           24m   node-controller  Node addons-398275 event: Registered Node addons-398275 in Controller
	
	
	==> dmesg <==
	
	
	==> etcd [57a3548bf9e1a84dd01340486307094c496a097bbb1e33e1e838f9f96f5616da] <==
	{"level":"warn","ts":"2025-09-29T11:12:51.081504Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:59786","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:02.890611Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:57590","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:02.898828Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:57596","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.721326Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43472","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.737938Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43492","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.746071Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43506","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.770621Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43540","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.793233Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43556","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.804715Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43582","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.829588Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43606","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.839084Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43638","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.845740Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43640","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.857069Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43646","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.866292Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43676","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.875190Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43686","server-name":"","error":"EOF"}
	{"level":"info","ts":"2025-09-29T11:14:47.826395Z","caller":"traceutil/trace.go:172","msg":"trace[1534711317] transaction","detail":"{read_only:false; response_revision:1538; number_of_response:1; }","duration":"122.325691ms","start":"2025-09-29T11:14:47.704051Z","end":"2025-09-29T11:14:47.826376Z","steps":["trace[1534711317] 'process raft request'  (duration: 93.140721ms)","trace[1534711317] 'compare'  (duration: 29.096717ms)"],"step_count":2}
	{"level":"info","ts":"2025-09-29T11:22:50.585088Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":1978}
	{"level":"info","ts":"2025-09-29T11:22:50.613643Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":1978,"took":"27.829257ms","hash":404619217,"current-db-size-bytes":7905280,"current-db-size":"7.9 MB","current-db-size-in-use-bytes":4780032,"current-db-size-in-use":"4.8 MB"}
	{"level":"info","ts":"2025-09-29T11:22:50.613725Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":404619217,"revision":1978,"compact-revision":-1}
	{"level":"info","ts":"2025-09-29T11:27:50.593299Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":2443}
	{"level":"info","ts":"2025-09-29T11:27:50.611630Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":2443,"took":"17.663318ms","hash":4261036622,"current-db-size-bytes":7905280,"current-db-size":"7.9 MB","current-db-size-in-use-bytes":3534848,"current-db-size-in-use":"3.5 MB"}
	{"level":"info","ts":"2025-09-29T11:27:50.611689Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":4261036622,"revision":2443,"compact-revision":1978}
	{"level":"info","ts":"2025-09-29T11:32:50.598892Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":2903}
	{"level":"info","ts":"2025-09-29T11:32:50.724901Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":2903,"took":"125.330547ms","hash":2445386889,"current-db-size-bytes":7905280,"current-db-size":"7.9 MB","current-db-size-in-use-bytes":4886528,"current-db-size-in-use":"4.9 MB"}
	{"level":"info","ts":"2025-09-29T11:32:50.724994Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":2445386889,"revision":2903,"compact-revision":2443}
	
	
	==> kernel <==
	 11:37:19 up 19:19,  0 users,  load average: 0.18, 0.32, 0.40
	Linux addons-398275 6.8.0-1040-gcp #42~22.04.1-Ubuntu SMP Tue Sep  9 13:30:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [c7c21e3451ae93eccd42d0234cbb7b370a427d2f5d03b0097c536847b815f0c5] <==
	I0929 11:35:11.233300       1 main.go:301] handling current node
	I0929 11:35:21.227757       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:35:21.227792       1 main.go:301] handling current node
	I0929 11:35:31.226736       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:35:31.226788       1 main.go:301] handling current node
	I0929 11:35:41.227410       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:35:41.227467       1 main.go:301] handling current node
	I0929 11:35:51.227418       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:35:51.227472       1 main.go:301] handling current node
	I0929 11:36:01.234446       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:36:01.234482       1 main.go:301] handling current node
	I0929 11:36:11.227043       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:36:11.227086       1 main.go:301] handling current node
	I0929 11:36:21.227686       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:36:21.227720       1 main.go:301] handling current node
	I0929 11:36:31.226987       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:36:31.227027       1 main.go:301] handling current node
	I0929 11:36:41.233688       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:36:41.233733       1 main.go:301] handling current node
	I0929 11:36:51.232699       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:36:51.232730       1 main.go:301] handling current node
	I0929 11:37:01.227640       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:37:01.227698       1 main.go:301] handling current node
	I0929 11:37:11.226709       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:37:11.226759       1 main.go:301] handling current node
	
	
	==> kube-apiserver [5b744a5b5c34c5548706f651d6570f93852ec59ba34e62efee4c0d4bd46f73f6] <==
	W0929 11:30:49.671118       1 cacher.go:182] Terminating all watchers from cacher commands.bus.volcano.sh
	W0929 11:30:49.821222       1 cacher.go:182] Terminating all watchers from cacher numatopologies.nodeinfo.volcano.sh
	W0929 11:30:49.838299       1 cacher.go:182] Terminating all watchers from cacher queues.scheduling.volcano.sh
	W0929 11:30:49.842388       1 cacher.go:182] Terminating all watchers from cacher hypernodes.topology.volcano.sh
	W0929 11:30:49.871091       1 cacher.go:182] Terminating all watchers from cacher podgroups.scheduling.volcano.sh
	W0929 11:30:49.957019       1 cacher.go:182] Terminating all watchers from cacher jobs.batch.volcano.sh
	W0929 11:30:50.016136       1 cacher.go:182] Terminating all watchers from cacher jobflows.flow.volcano.sh
	W0929 11:30:50.178429       1 cacher.go:182] Terminating all watchers from cacher jobtemplates.flow.volcano.sh
	E0929 11:31:08.850972       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:36666: use of closed network connection
	E0929 11:31:09.037697       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:36690: use of closed network connection
	I0929 11:31:30.247609       1 alloc.go:328] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.102.60.225"}
	I0929 11:31:38.338370       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:31:39.363042       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:32:51.514192       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0929 11:33:00.572986       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:33:07.693193       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:33:38.262280       1 controller.go:667] quota admission added evaluator for: ingresses.networking.k8s.io
	I0929 11:33:38.462604       1 alloc.go:328] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.103.51.13"}
	I0929 11:33:53.098876       1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
	I0929 11:34:18.726396       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:34:29.696996       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:35:43.860577       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:35:53.245438       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:37:01.003370       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:37:13.664724       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	
	
	==> kube-controller-manager [a15df76019cf897d5f9623283c65aba73e56e733dd0b50c8438b4402d8d36de9] <==
	E0929 11:36:08.240059       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:36:12.524922       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:36:12.525941       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:36:15.960142       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:36:15.961472       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:36:28.770132       1 pv_controller.go:1587] "Error finding provisioning plugin for claim" err="storageclass.storage.k8s.io \"local-path\" not found" logger="persistentvolume-binder-controller" PVC="default/test-pvc"
	E0929 11:36:34.802606       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:36:34.803580       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:36:35.206022       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:36:35.207177       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:36:42.852206       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:36:42.853268       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:36:43.770694       1 pv_controller.go:1587] "Error finding provisioning plugin for claim" err="storageclass.storage.k8s.io \"local-path\" not found" logger="persistentvolume-binder-controller" PVC="default/test-pvc"
	E0929 11:36:45.273670       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:36:45.274941       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:36:51.902431       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:36:51.903388       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:36:57.558654       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:36:57.559678       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:36:58.676378       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:36:58.677657       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:36:58.771013       1 pv_controller.go:1587] "Error finding provisioning plugin for claim" err="storageclass.storage.k8s.io \"local-path\" not found" logger="persistentvolume-binder-controller" PVC="default/test-pvc"
	E0929 11:37:01.982352       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:37:01.983447       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:37:13.771229       1 pv_controller.go:1587] "Error finding provisioning plugin for claim" err="storageclass.storage.k8s.io \"local-path\" not found" logger="persistentvolume-binder-controller" PVC="default/test-pvc"
	
	
	==> kube-proxy [ada769fbe0fef4c2f23a1e201018fd78fd5f64290cbe6138d00bad25ee4c028b] <==
	I0929 11:13:00.637306       1 server_linux.go:53] "Using iptables proxy"
	I0929 11:13:00.761695       1 shared_informer.go:349] "Waiting for caches to sync" controller="node informer cache"
	I0929 11:13:00.868638       1 shared_informer.go:356] "Caches are synced" controller="node informer cache"
	I0929 11:13:00.868705       1 server.go:219] "Successfully retrieved NodeIPs" NodeIPs=["192.168.49.2"]
	E0929 11:13:00.868788       1 server.go:256] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
	I0929 11:13:00.970058       1 server.go:265] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0929 11:13:00.970152       1 server_linux.go:132] "Using iptables Proxier"
	I0929 11:13:00.987812       1 proxier.go:242] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses" ipFamily="IPv4"
	I0929 11:13:00.997691       1 server.go:527] "Version info" version="v1.34.0"
	I0929 11:13:01.002640       1 server.go:529] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0929 11:13:01.010334       1 config.go:200] "Starting service config controller"
	I0929 11:13:01.011500       1 shared_informer.go:349] "Waiting for caches to sync" controller="service config"
	I0929 11:13:01.011758       1 config.go:106] "Starting endpoint slice config controller"
	I0929 11:13:01.011768       1 shared_informer.go:349] "Waiting for caches to sync" controller="endpoint slice config"
	I0929 11:13:01.011788       1 config.go:309] "Starting node config controller"
	I0929 11:13:01.011861       1 config.go:403] "Starting serviceCIDR config controller"
	I0929 11:13:01.012071       1 shared_informer.go:349] "Waiting for caches to sync" controller="serviceCIDR config"
	I0929 11:13:01.013350       1 shared_informer.go:349] "Waiting for caches to sync" controller="node config"
	I0929 11:13:01.013380       1 shared_informer.go:356] "Caches are synced" controller="node config"
	I0929 11:13:01.111705       1 shared_informer.go:356] "Caches are synced" controller="service config"
	I0929 11:13:01.113083       1 shared_informer.go:356] "Caches are synced" controller="endpoint slice config"
	I0929 11:13:01.113118       1 shared_informer.go:356] "Caches are synced" controller="serviceCIDR config"
	
	
	==> kube-scheduler [c4fa96de22ef458fe94e1ea4c22cd9ab1448ee10fb5d5e69dc62813b46e56dd8] <==
	E0929 11:12:51.537329       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIStorageCapacity"
	E0929 11:12:51.537357       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
	E0929 11:12:51.538025       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Namespace"
	E0929 11:12:51.538531       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolumeClaim"
	E0929 11:12:51.539299       1 reflector.go:205] "Failed to watch" err="failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"volumeattachments\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.VolumeAttachment"
	E0929 11:12:51.539396       1 reflector.go:205] "Failed to watch" err="failed to list *v1.DeviceClass: deviceclasses.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"deviceclasses\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.DeviceClass"
	E0929 11:12:51.539441       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0929 11:12:51.539481       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceSlice: resourceslices.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceslices\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceSlice"
	E0929 11:12:51.539502       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIDriver"
	E0929 11:12:51.539674       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicationController"
	E0929 11:12:51.539641       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Pod"
	E0929 11:12:51.539718       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0929 11:12:51.539784       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
	E0929 11:12:51.539808       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
	E0929 11:12:51.539818       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0929 11:12:52.365957       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
	E0929 11:12:52.372088       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0929 11:12:52.403326       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
	E0929 11:12:52.617968       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
	E0929 11:12:52.620965       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0929 11:12:52.621079       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0929 11:12:52.628435       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIStorageCapacity"
	E0929 11:12:52.713862       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceClaim: resourceclaims.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceclaims\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceClaim"
	E0929 11:12:52.763590       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"
	I0929 11:12:53.134055       1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	
	
	==> kubelet <==
	Sep 29 11:36:52 addons-398275 kubelet[1550]: E0929 11:36:52.697212    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"task-pv-container\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/task-pv-pod" podUID="4d48227e-78cb-471e-8430-b2704bcbc5a3"
	Sep 29 11:36:56 addons-398275 kubelet[1550]: I0929 11:36:56.271805    1550 scope.go:117] "RemoveContainer" containerID="074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253"
	Sep 29 11:36:56 addons-398275 kubelet[1550]: I0929 11:36:56.279380    1550 scope.go:117] "RemoveContainer" containerID="074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253"
	Sep 29 11:36:56 addons-398275 kubelet[1550]: E0929 11:36:56.279959    1550 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = an error occurred when try to find container \"074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253\": not found" containerID="074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253"
	Sep 29 11:36:56 addons-398275 kubelet[1550]: I0929 11:36:56.280004    1550 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253"} err="failed to get container status \"074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253\": rpc error: code = NotFound desc = an error occurred when try to find container \"074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253\": not found"
	Sep 29 11:36:56 addons-398275 kubelet[1550]: I0929 11:36:56.345178    1550 reconciler_common.go:163] "operationExecutor.UnmountVolume started for volume \"config-volume\" (UniqueName: \"kubernetes.io/configmap/e0959443-32b3-4ddf-9bff-7075ca5c721d-config-volume\") pod \"e0959443-32b3-4ddf-9bff-7075ca5c721d\" (UID: \"e0959443-32b3-4ddf-9bff-7075ca5c721d\") "
	Sep 29 11:36:56 addons-398275 kubelet[1550]: I0929 11:36:56.345243    1550 reconciler_common.go:163] "operationExecutor.UnmountVolume started for volume \"kube-api-access-rgh8k\" (UniqueName: \"kubernetes.io/projected/e0959443-32b3-4ddf-9bff-7075ca5c721d-kube-api-access-rgh8k\") pod \"e0959443-32b3-4ddf-9bff-7075ca5c721d\" (UID: \"e0959443-32b3-4ddf-9bff-7075ca5c721d\") "
	Sep 29 11:36:56 addons-398275 kubelet[1550]: I0929 11:36:56.345759    1550 operation_generator.go:781] UnmountVolume.TearDown succeeded for volume "kubernetes.io/configmap/e0959443-32b3-4ddf-9bff-7075ca5c721d-config-volume" (OuterVolumeSpecName: "config-volume") pod "e0959443-32b3-4ddf-9bff-7075ca5c721d" (UID: "e0959443-32b3-4ddf-9bff-7075ca5c721d"). InnerVolumeSpecName "config-volume". PluginName "kubernetes.io/configmap", VolumeGIDValue ""
	Sep 29 11:36:56 addons-398275 kubelet[1550]: I0929 11:36:56.347753    1550 operation_generator.go:781] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/e0959443-32b3-4ddf-9bff-7075ca5c721d-kube-api-access-rgh8k" (OuterVolumeSpecName: "kube-api-access-rgh8k") pod "e0959443-32b3-4ddf-9bff-7075ca5c721d" (UID: "e0959443-32b3-4ddf-9bff-7075ca5c721d"). InnerVolumeSpecName "kube-api-access-rgh8k". PluginName "kubernetes.io/projected", VolumeGIDValue ""
	Sep 29 11:36:56 addons-398275 kubelet[1550]: I0929 11:36:56.446316    1550 reconciler_common.go:299] "Volume detached for volume \"config-volume\" (UniqueName: \"kubernetes.io/configmap/e0959443-32b3-4ddf-9bff-7075ca5c721d-config-volume\") on node \"addons-398275\" DevicePath \"\""
	Sep 29 11:36:56 addons-398275 kubelet[1550]: I0929 11:36:56.446349    1550 reconciler_common.go:299] "Volume detached for volume \"kube-api-access-rgh8k\" (UniqueName: \"kubernetes.io/projected/e0959443-32b3-4ddf-9bff-7075ca5c721d-kube-api-access-rgh8k\") on node \"addons-398275\" DevicePath \"\""
	Sep 29 11:36:56 addons-398275 kubelet[1550]: I0929 11:36:56.697085    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-dt8xj" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:36:56 addons-398275 kubelet[1550]: E0929 11:36:56.698183    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"registry\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/registry/manifests/sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kube-system/registry-66898fdd98-dt8xj" podUID="7c0152f9-f483-4295-baec-3bf986eab6c6"
	Sep 29 11:36:57 addons-398275 kubelet[1550]: I0929 11:36:57.700235    1550 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="e0959443-32b3-4ddf-9bff-7075ca5c721d" path="/var/lib/kubelet/pods/e0959443-32b3-4ddf-9bff-7075ca5c721d/volumes"
	Sep 29 11:36:58 addons-398275 kubelet[1550]: E0929 11:36:58.697798    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:42a516af16b852e33b7682d5ef8acbd5d13fe08fecadc7ed98605ba5e3b26ab8: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="b6f8b40f-acce-4508-b4c0-9a32d0952bf5"
	Sep 29 11:37:07 addons-398275 kubelet[1550]: E0929 11:37:07.697787    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"task-pv-container\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/task-pv-pod" podUID="4d48227e-78cb-471e-8430-b2704bcbc5a3"
	Sep 29 11:37:09 addons-398275 kubelet[1550]: E0929 11:37:09.036335    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="unmounted volumes=[gcr-creds], unattached volumes=[], failed to process volumes=[]: context canceled" pod="kube-system/registry-creds-764b6fb674-v7dvw" podUID="9ae2bea5-2e19-4ead-b698-1ce926e0b3f6"
	Sep 29 11:37:09 addons-398275 kubelet[1550]: I0929 11:37:09.345841    1550 reconciler_common.go:163] "operationExecutor.UnmountVolume started for volume \"kube-api-access-92mcw\" (UniqueName: \"kubernetes.io/projected/9ae2bea5-2e19-4ead-b698-1ce926e0b3f6-kube-api-access-92mcw\") pod \"9ae2bea5-2e19-4ead-b698-1ce926e0b3f6\" (UID: \"9ae2bea5-2e19-4ead-b698-1ce926e0b3f6\") "
	Sep 29 11:37:09 addons-398275 kubelet[1550]: I0929 11:37:09.348175    1550 operation_generator.go:781] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/9ae2bea5-2e19-4ead-b698-1ce926e0b3f6-kube-api-access-92mcw" (OuterVolumeSpecName: "kube-api-access-92mcw") pod "9ae2bea5-2e19-4ead-b698-1ce926e0b3f6" (UID: "9ae2bea5-2e19-4ead-b698-1ce926e0b3f6"). InnerVolumeSpecName "kube-api-access-92mcw". PluginName "kubernetes.io/projected", VolumeGIDValue ""
	Sep 29 11:37:09 addons-398275 kubelet[1550]: I0929 11:37:09.446805    1550 reconciler_common.go:299] "Volume detached for volume \"kube-api-access-92mcw\" (UniqueName: \"kubernetes.io/projected/9ae2bea5-2e19-4ead-b698-1ce926e0b3f6-kube-api-access-92mcw\") on node \"addons-398275\" DevicePath \"\""
	Sep 29 11:37:09 addons-398275 kubelet[1550]: I0929 11:37:09.697585    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-dt8xj" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:37:09 addons-398275 kubelet[1550]: E0929 11:37:09.698360    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:42a516af16b852e33b7682d5ef8acbd5d13fe08fecadc7ed98605ba5e3b26ab8: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="b6f8b40f-acce-4508-b4c0-9a32d0952bf5"
	Sep 29 11:37:09 addons-398275 kubelet[1550]: E0929 11:37:09.698412    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"registry\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/registry/manifests/sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kube-system/registry-66898fdd98-dt8xj" podUID="7c0152f9-f483-4295-baec-3bf986eab6c6"
	Sep 29 11:37:10 addons-398275 kubelet[1550]: I0929 11:37:10.355427    1550 reconciler_common.go:299] "Volume detached for volume \"gcr-creds\" (UniqueName: \"kubernetes.io/secret/9ae2bea5-2e19-4ead-b698-1ce926e0b3f6-gcr-creds\") on node \"addons-398275\" DevicePath \"\""
	Sep 29 11:37:11 addons-398275 kubelet[1550]: I0929 11:37:11.700449    1550 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="9ae2bea5-2e19-4ead-b698-1ce926e0b3f6" path="/var/lib/kubelet/pods/9ae2bea5-2e19-4ead-b698-1ce926e0b3f6/volumes"
	
	
	==> storage-provisioner [eb5bda3321e245948bdaaf066991a7c0daa474af8bd10b92ad175cad4c437afd] <==
	W0929 11:36:53.513480       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:55.517140       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:55.521145       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:57.524290       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:57.529067       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:59.532464       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:59.537593       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:01.541462       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:01.547149       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:03.550463       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:03.554460       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:05.558371       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:05.562173       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:07.565631       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:07.571088       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:09.573960       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:09.577707       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:11.580710       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:11.584650       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:13.587496       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:13.591484       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:15.595090       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:15.598744       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:17.601817       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:17.606991       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-398275 -n addons-398275
helpers_test.go:269: (dbg) Run:  kubectl --context addons-398275 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:280: non-running pods: nginx task-pv-pod test-local-path ingress-nginx-admission-create-n5gtc ingress-nginx-admission-patch-vm8qt registry-66898fdd98-dt8xj
helpers_test.go:282: ======> post-mortem[TestAddons/parallel/Registry]: describe non-running pods <======
helpers_test.go:285: (dbg) Run:  kubectl --context addons-398275 describe pod nginx task-pv-pod test-local-path ingress-nginx-admission-create-n5gtc ingress-nginx-admission-patch-vm8qt registry-66898fdd98-dt8xj
helpers_test.go:285: (dbg) Non-zero exit: kubectl --context addons-398275 describe pod nginx task-pv-pod test-local-path ingress-nginx-admission-create-n5gtc ingress-nginx-admission-patch-vm8qt registry-66898fdd98-dt8xj: exit status 1 (87.439514ms)

                                                
                                                
-- stdout --
	Name:             nginx
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-398275/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:33:38 +0000
	Labels:           run=nginx
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.30
	IPs:
	  IP:  10.244.0.30
	Containers:
	  nginx:
	    Container ID:   
	    Image:          docker.io/nginx:alpine
	    Image ID:       
	    Port:           80/TCP
	    Host Port:      0/TCP
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-mx44g (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-mx44g:
	    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  3m42s                 default-scheduler  Successfully assigned default/nginx to addons-398275
	  Warning  Failed     3m41s                 kubelet            Failed to pull image "docker.io/nginx:alpine": failed to pull and unpack image "docker.io/library/nginx:alpine": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:60e48a050b6408d0c5dd59b98b6e36bf0937a0bbe99304e3e9c0e63b7563443a: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Normal   Pulling    37s (x5 over 3m42s)   kubelet            Pulling image "docker.io/nginx:alpine"
	  Warning  Failed     37s (x5 over 3m41s)   kubelet            Error: ErrImagePull
	  Warning  Failed     37s (x4 over 3m29s)   kubelet            Failed to pull image "docker.io/nginx:alpine": failed to pull and unpack image "docker.io/library/nginx:alpine": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:42a516af16b852e33b7682d5ef8acbd5d13fe08fecadc7ed98605ba5e3b26ab8: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Normal   BackOff    11s (x13 over 3m41s)  kubelet            Back-off pulling image "docker.io/nginx:alpine"
	  Warning  Failed     11s (x13 over 3m41s)  kubelet            Error: ImagePullBackOff
	
	
	Name:             task-pv-pod
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-398275/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:31:51 +0000
	Labels:           app=task-pv-pod
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.29
	IPs:
	  IP:  10.244.0.29
	Containers:
	  task-pv-container:
	    Container ID:   
	    Image:          docker.io/nginx
	    Image ID:       
	    Port:           80/TCP (http-server)
	    Host Port:      0/TCP (http-server)
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /usr/share/nginx/html from task-pv-storage (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-jfwzp (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  task-pv-storage:
	    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
	    ClaimName:  hpvc
	    ReadOnly:   false
	  kube-api-access-jfwzp:
	    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  5m29s                  default-scheduler  Successfully assigned default/task-pv-pod to addons-398275
	  Normal   Pulling    2m33s (x5 over 5m29s)  kubelet            Pulling image "docker.io/nginx"
	  Warning  Failed     2m33s (x5 over 5m29s)  kubelet            Failed to pull image "docker.io/nginx": failed to pull and unpack image "docker.io/library/nginx:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Warning  Failed     2m33s (x5 over 5m29s)  kubelet            Error: ErrImagePull
	  Normal   BackOff    28s (x21 over 5m28s)   kubelet            Back-off pulling image "docker.io/nginx"
	  Warning  Failed     28s (x21 over 5m28s)   kubelet            Error: ImagePullBackOff
	
	
	Name:             test-local-path
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             <none>
	Labels:           run=test-local-path
	Annotations:      <none>
	Status:           Pending
	IP:               
	IPs:              <none>
	Containers:
	  busybox:
	    Image:      busybox:stable
	    Port:       <none>
	    Host Port:  <none>
	    Command:
	      sh
	      -c
	      echo 'local-path-provisioner' > /test/file1
	    Environment:  <none>
	    Mounts:
	      /test from data (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-gjwkv (ro)
	Volumes:
	  data:
	    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
	    ClaimName:  test-pvc
	    ReadOnly:   false
	  kube-api-access-gjwkv:
	    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:                      <none>

                                                
                                                
-- /stdout --
** stderr ** 
	Error from server (NotFound): pods "ingress-nginx-admission-create-n5gtc" not found
	Error from server (NotFound): pods "ingress-nginx-admission-patch-vm8qt" not found
	Error from server (NotFound): pods "registry-66898fdd98-dt8xj" not found

                                                
                                                
** /stderr **
helpers_test.go:287: kubectl --context addons-398275 describe pod nginx task-pv-pod test-local-path ingress-nginx-admission-create-n5gtc ingress-nginx-admission-patch-vm8qt registry-66898fdd98-dt8xj: exit status 1
addons_test.go:1053: (dbg) Run:  out/minikube-linux-amd64 -p addons-398275 addons disable registry --alsologtostderr -v=1
--- FAIL: TestAddons/parallel/Registry (363.08s)

                                                
                                    
x
+
TestAddons/parallel/Ingress (491.78s)

                                                
                                                
=== RUN   TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run:  kubectl --context addons-398275 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:234: (dbg) Run:  kubectl --context addons-398275 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run:  kubectl --context addons-398275 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:352: "nginx" [b6f8b40f-acce-4508-b4c0-9a32d0952bf5] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:337: TestAddons/parallel/Ingress: WARNING: pod list for "default" "run=nginx" returned: client rate limiter Wait returned an error: context deadline exceeded
addons_test.go:252: ***** TestAddons/parallel/Ingress: pod "run=nginx" failed to start within 8m0s: context deadline exceeded ****
addons_test.go:252: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-398275 -n addons-398275
addons_test.go:252: TestAddons/parallel/Ingress: showing logs for failed pods as of 2025-09-29 11:41:38.788121329 +0000 UTC m=+1775.949371866
addons_test.go:252: (dbg) Run:  kubectl --context addons-398275 describe po nginx -n default
addons_test.go:252: (dbg) kubectl --context addons-398275 describe po nginx -n default:
Name:             nginx
Namespace:        default
Priority:         0
Service Account:  default
Node:             addons-398275/192.168.49.2
Start Time:       Mon, 29 Sep 2025 11:33:38 +0000
Labels:           run=nginx
Annotations:      <none>
Status:           Pending
IP:               10.244.0.30
IPs:
IP:  10.244.0.30
Containers:
nginx:
Container ID:   
Image:          docker.io/nginx:alpine
Image ID:       
Port:           80/TCP
Host Port:      0/TCP
State:          Waiting
Reason:       ImagePullBackOff
Ready:          False
Restart Count:  0
Environment:    <none>
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-mx44g (ro)
Conditions:
Type                        Status
PodReadyToStartContainers   True 
Initialized                 True 
Ready                       False 
ContainersReady             False 
PodScheduled                True 
Volumes:
kube-api-access-mx44g:
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  8m                      default-scheduler  Successfully assigned default/nginx to addons-398275
Warning  Failed     7m59s                   kubelet            Failed to pull image "docker.io/nginx:alpine": failed to pull and unpack image "docker.io/library/nginx:alpine": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:60e48a050b6408d0c5dd59b98b6e36bf0937a0bbe99304e3e9c0e63b7563443a: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Normal   Pulling    4m55s (x5 over 8m)      kubelet            Pulling image "docker.io/nginx:alpine"
Warning  Failed     4m55s (x5 over 7m59s)   kubelet            Error: ErrImagePull
Warning  Failed     4m55s (x4 over 7m47s)   kubelet            Failed to pull image "docker.io/nginx:alpine": failed to pull and unpack image "docker.io/library/nginx:alpine": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:42a516af16b852e33b7682d5ef8acbd5d13fe08fecadc7ed98605ba5e3b26ab8: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Warning  Failed     2m52s (x20 over 7m59s)  kubelet            Error: ImagePullBackOff
Normal   BackOff    2m40s (x21 over 7m59s)  kubelet            Back-off pulling image "docker.io/nginx:alpine"
addons_test.go:252: (dbg) Run:  kubectl --context addons-398275 logs nginx -n default
addons_test.go:252: (dbg) Non-zero exit: kubectl --context addons-398275 logs nginx -n default: exit status 1 (68.675864ms)

                                                
                                                
** stderr ** 
	Error from server (BadRequest): container "nginx" in pod "nginx" is waiting to start: trying and failing to pull image

                                                
                                                
** /stderr **
addons_test.go:252: kubectl --context addons-398275 logs nginx -n default: exit status 1
addons_test.go:253: failed waiting for nginx pod: run=nginx within 8m0s: context deadline exceeded
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:223: ======>  post-mortem[TestAddons/parallel/Ingress]: network settings <======
helpers_test.go:230: HOST ENV snapshots: PROXY env: HTTP_PROXY="<empty>" HTTPS_PROXY="<empty>" NO_PROXY="<empty>"
helpers_test.go:238: ======>  post-mortem[TestAddons/parallel/Ingress]: docker inspect <======
helpers_test.go:239: (dbg) Run:  docker inspect addons-398275
helpers_test.go:243: (dbg) docker inspect addons-398275:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf",
	        "Created": "2025-09-29T11:12:38.749141422Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 734356,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2025-09-29T11:12:38.791705384Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:c6b5532e987b5b4f5fc9cb0336e378ed49c0542bad8cbfc564b71e977a6269de",
	        "ResolvConfPath": "/var/lib/docker/containers/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf/hostname",
	        "HostsPath": "/var/lib/docker/containers/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf/hosts",
	        "LogPath": "/var/lib/docker/containers/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf-json.log",
	        "Name": "/addons-398275",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-398275:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "addons-398275",
	            "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": "private",
	            "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": 0,
	            "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": null,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "ID": "5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf",
	                "LowerDir": "/var/lib/docker/overlay2/751800f3f9fd5e343776f2a640aef1e1b64546a6c24fa2b554ec22f836c05494-init/diff:/var/lib/docker/overlay2/77070dd40a60b70b435bf4a69cbe4e41eeab20e4e227c9544e0e0b5e600a0bbc/diff",
	                "MergedDir": "/var/lib/docker/overlay2/751800f3f9fd5e343776f2a640aef1e1b64546a6c24fa2b554ec22f836c05494/merged",
	                "UpperDir": "/var/lib/docker/overlay2/751800f3f9fd5e343776f2a640aef1e1b64546a6c24fa2b554ec22f836c05494/diff",
	                "WorkDir": "/var/lib/docker/overlay2/751800f3f9fd5e343776f2a640aef1e1b64546a6c24fa2b554ec22f836c05494/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-398275",
	                "Source": "/var/lib/docker/volumes/addons-398275/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-398275",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1",
	            "Volumes": null,
	            "WorkingDir": "/",
	            "Entrypoint": [
	                "/usr/local/bin/entrypoint",
	                "/sbin/init"
	            ],
	            "OnBuild": null,
	            "Labels": {
	                "created_by.minikube.sigs.k8s.io": "true",
	                "mode.minikube.sigs.k8s.io": "addons-398275",
	                "name.minikube.sigs.k8s.io": "addons-398275",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "8577bb8655b63b7547b66c3255bf516e57d8db36eec07c98bf6e147283520f7d",
	            "SandboxKey": "/var/run/docker/netns/8577bb8655b6",
	            "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-398275": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "fa:11:d8:cb:64:1c",
	                    "DriverOpts": null,
	                    "GwPriority": 0,
	                    "NetworkID": "3c08dfa259fdbb7216b0a211339233bbf7e1de897615b63379b48a084fc60947",
	                    "EndpointID": "38daad4cbdb1b59925b148be23caf76b01e1b39a58772ddd38bc9e0566f761a9",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-398275",
	                        "5967997dc883"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:247: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p addons-398275 -n addons-398275
helpers_test.go:252: <<< TestAddons/parallel/Ingress FAILED: start of post-mortem logs <<<
helpers_test.go:253: ======>  post-mortem[TestAddons/parallel/Ingress]: minikube logs <======
helpers_test.go:255: (dbg) Run:  out/minikube-linux-amd64 -p addons-398275 logs -n 25
helpers_test.go:255: (dbg) Done: out/minikube-linux-amd64 -p addons-398275 logs -n 25: (1.302764983s)
helpers_test.go:260: TestAddons/parallel/Ingress logs: 
-- stdout --
	
	==> Audit <==
	┌─────────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬────────────────────────┬─────────┬─────────┬─────────────────────┬─────────────────────┐
	│ COMMAND │                                                                                                                                                                                                                                      ARGS                                                                                                                                                                                                                                      │        PROFILE         │  USER   │ VERSION │     START TIME      │      END TIME       │
	├─────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────────────────────┼─────────┼─────────┼─────────────────────┼─────────────────────┤
	│ delete  │ -p download-only-114419                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ download-only-114419   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ delete  │ -p download-only-963807                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ download-only-963807   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ start   │ --download-only -p download-docker-005046 --alsologtostderr --driver=docker  --container-runtime=containerd                                                                                                                                                                                                                                                                                                                                                                    │ download-docker-005046 │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ delete  │ -p download-docker-005046                                                                                                                                                                                                                                                                                                                                                                                                                                                      │ download-docker-005046 │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ start   │ --download-only -p binary-mirror-527849 --alsologtostderr --binary-mirror http://127.0.0.1:45019 --driver=docker  --container-runtime=containerd                                                                                                                                                                                                                                                                                                                               │ binary-mirror-527849   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ delete  │ -p binary-mirror-527849                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ binary-mirror-527849   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ addons  │ enable dashboard -p addons-398275                                                                                                                                                                                                                                                                                                                                                                                                                                              │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ addons  │ disable dashboard -p addons-398275                                                                                                                                                                                                                                                                                                                                                                                                                                             │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ start   │ -p addons-398275 --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-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:19 UTC │
	│ addons  │ addons-398275 addons disable volcano --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                    │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:30 UTC │ 29 Sep 25 11:30 UTC │
	│ addons  │ addons-398275 addons disable gcp-auth --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                   │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ addons-398275 addons disable amd-gpu-device-plugin --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                      │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ addons-398275 addons disable nvidia-device-plugin --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                       │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ addons-398275 addons disable cloud-spanner --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                              │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ enable headlamp -p addons-398275 --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                        │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ addons-398275 addons disable headlamp --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                   │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ addons-398275 addons disable yakd --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                       │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:33 UTC │ 29 Sep 25 11:33 UTC │
	│ addons  │ addons-398275 addons disable metrics-server --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                             │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:33 UTC │ 29 Sep 25 11:33 UTC │
	│ addons  │ addons-398275 addons disable inspektor-gadget --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                           │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:33 UTC │ 29 Sep 25 11:33 UTC │
	│ addons  │ addons-398275 addons disable storage-provisioner-rancher --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:36 UTC │ 29 Sep 25 11:37 UTC │
	│ addons  │ configure registry-creds -f ./testdata/addons_testconfig.json -p addons-398275                                                                                                                                                                                                                                                                                                                                                                                                 │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:37 UTC │ 29 Sep 25 11:37 UTC │
	│ addons  │ addons-398275 addons disable registry-creds --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                             │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:37 UTC │ 29 Sep 25 11:37 UTC │
	│ addons  │ addons-398275 addons disable registry --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                   │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:37 UTC │ 29 Sep 25 11:37 UTC │
	│ addons  │ addons-398275 addons disable volumesnapshots --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                            │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:37 UTC │ 29 Sep 25 11:37 UTC │
	│ addons  │ addons-398275 addons disable csi-hostpath-driver --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                        │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:37 UTC │ 29 Sep 25 11:38 UTC │
	└─────────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴────────────────────────┴─────────┴─────────┴─────────────────────┴─────────────────────┘
	
	
	==> Last Start <==
	Log file created at: 2025/09/29 11:12:14
	Running on machine: ubuntu-20-agent-13
	Binary: Built with gc go1.24.6 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0929 11:12:14.774091  733699 out.go:360] Setting OutFile to fd 1 ...
	I0929 11:12:14.774393  733699 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:12:14.774404  733699 out.go:374] Setting ErrFile to fd 2...
	I0929 11:12:14.774411  733699 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:12:14.774647  733699 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
	I0929 11:12:14.775243  733699 out.go:368] Setting JSON to false
	I0929 11:12:14.776200  733699 start.go:130] hostinfo: {"hostname":"ubuntu-20-agent-13","uptime":68086,"bootTime":1759076249,"procs":178,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"22.04","kernelVersion":"6.8.0-1040-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0929 11:12:14.776313  733699 start.go:140] virtualization: kvm guest
	I0929 11:12:14.778468  733699 out.go:179] * [addons-398275] minikube v1.37.0 on Ubuntu 22.04 (kvm/amd64)
	I0929 11:12:14.780019  733699 out.go:179]   - MINIKUBE_LOCATION=21655
	I0929 11:12:14.780041  733699 notify.go:220] Checking for updates...
	I0929 11:12:14.783265  733699 out.go:179]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0929 11:12:14.784908  733699 out.go:179]   - KUBECONFIG=/home/jenkins/minikube-integration/21655-728906/kubeconfig
	I0929 11:12:14.787040  733699 out.go:179]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/21655-728906/.minikube
	I0929 11:12:14.788802  733699 out.go:179]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0929 11:12:14.790566  733699 out.go:179]   - MINIKUBE_FORCE_SYSTEMD=
	I0929 11:12:14.791998  733699 driver.go:421] Setting default libvirt URI to qemu:///system
	I0929 11:12:14.814794  733699 docker.go:123] docker version: linux-28.4.0:Docker Engine - Community
	I0929 11:12:14.814948  733699 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:12:14.874148  733699 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:false NGoroutines:50 SystemTime:2025-09-29 11:12:14.863418561 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:12:14.874273  733699 docker.go:318] overlay module found
	I0929 11:12:14.875994  733699 out.go:179] * Using the docker driver based on user configuration
	I0929 11:12:14.877281  733699 start.go:304] selected driver: docker
	I0929 11:12:14.877297  733699 start.go:924] validating driver "docker" against <nil>
	I0929 11:12:14.877309  733699 start.go:935] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0929 11:12:14.877949  733699 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:12:14.933634  733699 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:false NGoroutines:50 SystemTime:2025-09-29 11:12:14.922842148 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:12:14.933799  733699 start_flags.go:327] no existing cluster config was found, will generate one from the flags 
	I0929 11:12:14.934006  733699 start_flags.go:992] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0929 11:12:14.935832  733699 out.go:179] * Using Docker driver with root privileges
	I0929 11:12:14.937111  733699 cni.go:84] Creating CNI manager for ""
	I0929 11:12:14.937174  733699 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0929 11:12:14.937188  733699 start_flags.go:336] Found "CNI" CNI - setting NetworkPlugin=cni
	I0929 11:12:14.937270  733699 start.go:348] cluster config:
	{Name:addons-398275 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: N
etworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseIn
terval:1m0s}
	I0929 11:12:14.938807  733699 out.go:179] * Starting "addons-398275" primary control-plane node in "addons-398275" cluster
	I0929 11:12:14.940091  733699 cache.go:123] Beginning downloading kic base image for docker with containerd
	I0929 11:12:14.941459  733699 out.go:179] * Pulling base image v0.0.48 ...
	I0929 11:12:14.942764  733699 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
	I0929 11:12:14.942811  733699 image.go:81] Checking for gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local docker daemon
	I0929 11:12:14.942810  733699 preload.go:146] Found local preload: /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4
	I0929 11:12:14.942846  733699 cache.go:58] Caching tarball of preloaded images
	I0929 11:12:14.942964  733699 preload.go:172] Found /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4 in cache, skipping download
	I0929 11:12:14.942974  733699 cache.go:61] Finished verifying existence of preloaded tar for v1.34.0 on containerd
	I0929 11:12:14.943393  733699 profile.go:143] Saving config to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/config.json ...
	I0929 11:12:14.943438  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/config.json: {Name:mk8712550765aaf6b540d49d9fd9e192152f8628 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:14.960331  733699 cache.go:152] Downloading gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 to local cache
	I0929 11:12:14.960485  733699 image.go:65] Checking for gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local cache directory
	I0929 11:12:14.960507  733699 image.go:68] Found gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local cache directory, skipping pull
	I0929 11:12:14.960511  733699 image.go:137] gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 exists in cache, skipping pull
	I0929 11:12:14.960520  733699 cache.go:155] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 as a tarball
	I0929 11:12:14.960527  733699 cache.go:165] Loading gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 from local cache
	I0929 11:12:27.484205  733699 cache.go:167] successfully loaded and using gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 from cached tarball
	I0929 11:12:27.484251  733699 cache.go:232] Successfully downloaded all kic artifacts
	I0929 11:12:27.484290  733699 start.go:360] acquireMachinesLock for addons-398275: {Name:mk5f648c33c18cc850891f2c2c3d835ce2f56d7b Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0929 11:12:27.484409  733699 start.go:364] duration metric: took 100.01µs to acquireMachinesLock for "addons-398275"
	I0929 11:12:27.484436  733699 start.go:93] Provisioning new machine with config: &{Name:addons-398275 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[
] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetC
lientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}
	I0929 11:12:27.484528  733699 start.go:125] createHost starting for "" (driver="docker")
	I0929 11:12:27.486591  733699 out.go:252] * Creating docker container (CPUs=2, Memory=4096MB) ...
	I0929 11:12:27.486876  733699 start.go:159] libmachine.API.Create for "addons-398275" (driver="docker")
	I0929 11:12:27.486928  733699 client.go:168] LocalClient.Create starting
	I0929 11:12:27.487041  733699 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem
	I0929 11:12:27.532855  733699 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem
	I0929 11:12:27.671874  733699 cli_runner.go:164] Run: docker network inspect addons-398275 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	W0929 11:12:27.689787  733699 cli_runner.go:211] docker network inspect addons-398275 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}" returned with exit code 1
	I0929 11:12:27.689860  733699 network_create.go:284] running [docker network inspect addons-398275] to gather additional debugging logs...
	I0929 11:12:27.689876  733699 cli_runner.go:164] Run: docker network inspect addons-398275
	W0929 11:12:27.706891  733699 cli_runner.go:211] docker network inspect addons-398275 returned with exit code 1
	I0929 11:12:27.706925  733699 network_create.go:287] error running [docker network inspect addons-398275]: docker network inspect addons-398275: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-398275 not found
	I0929 11:12:27.706939  733699 network_create.go:289] output of [docker network inspect addons-398275]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-398275 not found
	
	** /stderr **
	I0929 11:12:27.707046  733699 cli_runner.go:164] Run: docker network inspect bridge --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	I0929 11:12:27.724261  733699 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:0xc001a48aa0}
	I0929 11:12:27.724302  733699 network_create.go:124] attempt to create docker network addons-398275 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0929 11:12:27.724353  733699 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-398275 addons-398275
	I0929 11:12:27.782507  733699 network_create.go:108] docker network addons-398275 192.168.49.0/24 created
	I0929 11:12:27.782556  733699 kic.go:121] calculated static IP "192.168.49.2" for the "addons-398275" container
	I0929 11:12:27.782633  733699 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0929 11:12:27.799092  733699 cli_runner.go:164] Run: docker volume create addons-398275 --label name.minikube.sigs.k8s.io=addons-398275 --label created_by.minikube.sigs.k8s.io=true
	I0929 11:12:27.817049  733699 oci.go:103] Successfully created a docker volume addons-398275
	I0929 11:12:27.817131  733699 cli_runner.go:164] Run: docker run --rm --name addons-398275-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-398275 --entrypoint /usr/bin/test -v addons-398275:/var gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -d /var/lib
	I0929 11:12:34.387931  733699 cli_runner.go:217] Completed: docker run --rm --name addons-398275-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-398275 --entrypoint /usr/bin/test -v addons-398275:/var gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -d /var/lib: (6.570740129s)
	I0929 11:12:34.387976  733699 oci.go:107] Successfully prepared a docker volume addons-398275
	I0929 11:12:34.388005  733699 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
	I0929 11:12:34.388031  733699 kic.go:194] Starting extracting preloaded images to volume ...
	I0929 11:12:34.388096  733699 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-398275:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -I lz4 -xf /preloaded.tar -C /extractDir
	I0929 11:12:38.676384  733699 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-398275:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -I lz4 -xf /preloaded.tar -C /extractDir: (4.288209609s)
	I0929 11:12:38.676429  733699 kic.go:203] duration metric: took 4.288398061s to extract preloaded images to volume ...
	W0929 11:12:38.676596  733699 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	W0929 11:12:38.676649  733699 oci.go:252] Your kernel does not support CPU cfs period/quota or the cgroup is not mounted.
	I0929 11:12:38.676701  733699 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0929 11:12:38.730674  733699 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-398275 --name addons-398275 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-398275 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-398275 --network addons-398275 --ip 192.168.49.2 --volume addons-398275:/var --security-opt apparmor=unconfined --memory=4096mb -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1
	I0929 11:12:39.035814  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Running}}
	I0929 11:12:39.053968  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:39.072802  733699 cli_runner.go:164] Run: docker exec addons-398275 stat /var/lib/dpkg/alternatives/iptables
	I0929 11:12:39.119145  733699 oci.go:144] the created container "addons-398275" has a running status.
	I0929 11:12:39.119180  733699 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa...
	I0929 11:12:39.709213  733699 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0929 11:12:39.734835  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:39.753128  733699 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0929 11:12:39.753149  733699 kic_runner.go:114] Args: [docker exec --privileged addons-398275 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0929 11:12:39.795340  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:39.813350  733699 machine.go:93] provisionDockerMachine start ...
	I0929 11:12:39.813451  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:39.831488  733699 main.go:141] libmachine: Using SSH client type: native
	I0929 11:12:39.831756  733699 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0929 11:12:39.831769  733699 main.go:141] libmachine: About to run SSH command:
	hostname
	I0929 11:12:39.968776  733699 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-398275
	
	I0929 11:12:39.968810  733699 ubuntu.go:182] provisioning hostname "addons-398275"
	I0929 11:12:39.968872  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:39.988644  733699 main.go:141] libmachine: Using SSH client type: native
	I0929 11:12:39.988873  733699 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0929 11:12:39.988890  733699 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-398275 && echo "addons-398275" | sudo tee /etc/hostname
	I0929 11:12:40.138769  733699 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-398275
	
	I0929 11:12:40.138871  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:40.157682  733699 main.go:141] libmachine: Using SSH client type: native
	I0929 11:12:40.157899  733699 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0929 11:12:40.157916  733699 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-398275' /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-398275/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-398275' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0929 11:12:40.294667  733699 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0929 11:12:40.294706  733699 ubuntu.go:188] set auth options {CertDir:/home/jenkins/minikube-integration/21655-728906/.minikube CaCertPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/21655-728906/.minikube}
	I0929 11:12:40.294740  733699 ubuntu.go:190] setting up certificates
	I0929 11:12:40.294753  733699 provision.go:84] configureAuth start
	I0929 11:12:40.294807  733699 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-398275
	I0929 11:12:40.312115  733699 provision.go:143] copyHostCerts
	I0929 11:12:40.312189  733699 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/21655-728906/.minikube/ca.pem (1078 bytes)
	I0929 11:12:40.312317  733699 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/21655-728906/.minikube/cert.pem (1123 bytes)
	I0929 11:12:40.312379  733699 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/21655-728906/.minikube/key.pem (1679 bytes)
	I0929 11:12:40.312429  733699 provision.go:117] generating server cert: /home/jenkins/minikube-integration/21655-728906/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca-key.pem org=jenkins.addons-398275 san=[127.0.0.1 192.168.49.2 addons-398275 localhost minikube]
	I0929 11:12:40.610308  733699 provision.go:177] copyRemoteCerts
	I0929 11:12:40.610374  733699 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0929 11:12:40.610412  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:40.628117  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:40.726655  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0929 11:12:40.753703  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0929 11:12:40.779463  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0929 11:12:40.805170  733699 provision.go:87] duration metric: took 510.402723ms to configureAuth
	I0929 11:12:40.805200  733699 ubuntu.go:206] setting minikube options for container-runtime
	I0929 11:12:40.805399  733699 config.go:182] Loaded profile config "addons-398275": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:12:40.805415  733699 machine.go:96] duration metric: took 992.042244ms to provisionDockerMachine
	I0929 11:12:40.805423  733699 client.go:171] duration metric: took 13.318485735s to LocalClient.Create
	I0929 11:12:40.805448  733699 start.go:167] duration metric: took 13.318574971s to libmachine.API.Create "addons-398275"
	I0929 11:12:40.805462  733699 start.go:293] postStartSetup for "addons-398275" (driver="docker")
	I0929 11:12:40.805475  733699 start.go:322] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
	I0929 11:12:40.805524  733699 ssh_runner.go:195] Run: sudo mkdir -p /etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs
	I0929 11:12:40.805587  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:40.823746  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:40.922612  733699 ssh_runner.go:195] Run: cat /etc/os-release
	I0929 11:12:40.926674  733699 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0929 11:12:40.926704  733699 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0929 11:12:40.926714  733699 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0929 11:12:40.926721  733699 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I0929 11:12:40.926732  733699 filesync.go:126] Scanning /home/jenkins/minikube-integration/21655-728906/.minikube/addons for local assets ...
	I0929 11:12:40.926813  733699 filesync.go:126] Scanning /home/jenkins/minikube-integration/21655-728906/.minikube/files for local assets ...
	I0929 11:12:40.926850  733699 start.go:296] duration metric: took 121.380642ms for postStartSetup
	I0929 11:12:40.927161  733699 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-398275
	I0929 11:12:40.945012  733699 profile.go:143] Saving config to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/config.json ...
	I0929 11:12:40.945376  733699 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0929 11:12:40.945440  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:40.963285  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:41.056833  733699 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0929 11:12:41.061696  733699 start.go:128] duration metric: took 13.577134322s to createHost
	I0929 11:12:41.061725  733699 start.go:83] releasing machines lock for "addons-398275", held for 13.577303038s
	I0929 11:12:41.061807  733699 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-398275
	I0929 11:12:41.079296  733699 ssh_runner.go:195] Run: cat /version.json
	I0929 11:12:41.079354  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:41.079426  733699 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0929 11:12:41.079498  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:41.098492  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:41.099447  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:41.190675  733699 ssh_runner.go:195] Run: systemctl --version
	I0929 11:12:41.262720  733699 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0929 11:12:41.267785  733699 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f -name *loopback.conf* -not -name *.mk_disabled -exec sh -c "grep -q loopback {} && ( grep -q name {} || sudo sed -i '/"type": "loopback"/i \ \ \ \ "name": "loopback",' {} ) && sudo sed -i 's|"cniVersion": ".*"|"cniVersion": "1.0.0"|g' {}" ;
	I0929 11:12:41.299909  733699 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
	I0929 11:12:41.300039  733699 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%p, " -exec sh -c "sudo mv {} {}.mk_disabled" ;
	I0929 11:12:41.331137  733699 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0929 11:12:41.331171  733699 start.go:495] detecting cgroup driver to use...
	I0929 11:12:41.331208  733699 detect.go:190] detected "systemd" cgroup driver on host os
	I0929 11:12:41.331278  733699 ssh_runner.go:195] Run: sudo systemctl stop -f crio
	I0929 11:12:41.344430  733699 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
	I0929 11:12:41.357094  733699 docker.go:218] disabling cri-docker service (if available) ...
	I0929 11:12:41.357161  733699 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0929 11:12:41.371928  733699 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0929 11:12:41.387409  733699 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0929 11:12:41.451842  733699 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0929 11:12:41.527170  733699 docker.go:234] disabling docker service ...
	I0929 11:12:41.527247  733699 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0929 11:12:41.547353  733699 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0929 11:12:41.560738  733699 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0929 11:12:41.631966  733699 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0929 11:12:41.705852  733699 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0929 11:12:41.719944  733699 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///run/containerd/containerd.sock
	" | sudo tee /etc/crictl.yaml"
	I0929 11:12:41.740809  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.10.1"|' /etc/containerd/config.toml"
	I0929 11:12:41.755198  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)restrict_oom_score_adj = .*$|\1restrict_oom_score_adj = false|' /etc/containerd/config.toml"
	I0929 11:12:41.767742  733699 containerd.go:146] configuring containerd to use "systemd" as cgroup driver...
	I0929 11:12:41.767825  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = true|g' /etc/containerd/config.toml"
	I0929 11:12:41.780900  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runtime.v1.linux"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0929 11:12:41.793279  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
	I0929 11:12:41.804772  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0929 11:12:41.816024  733699 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0929 11:12:41.826716  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)conf_dir = .*$|\1conf_dir = "/etc/cni/net.d"|g' /etc/containerd/config.toml"
	I0929 11:12:41.838383  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
	I0929 11:12:41.851379  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)\[plugins."io.containerd.grpc.v1.cri"\]|&\n\1  enable_unprivileged_ports = true|' /etc/containerd/config.toml"
	I0929 11:12:41.863560  733699 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0929 11:12:41.873496  733699 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
	I0929 11:12:41.873571  733699 ssh_runner.go:195] Run: sudo modprobe br_netfilter
	I0929 11:12:41.889962  733699 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0929 11:12:41.901043  733699 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0929 11:12:41.972730  733699 ssh_runner.go:195] Run: sudo systemctl restart containerd
	I0929 11:12:42.087361  733699 start.go:542] Will wait 60s for socket path /run/containerd/containerd.sock
	I0929 11:12:42.087470  733699 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
	I0929 11:12:42.092353  733699 start.go:563] Will wait 60s for crictl version
	I0929 11:12:42.092444  733699 ssh_runner.go:195] Run: which crictl
	I0929 11:12:42.096814  733699 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0929 11:12:42.135338  733699 start.go:579] Version:  0.1.0
	RuntimeName:  containerd
	RuntimeVersion:  1.7.27
	RuntimeApiVersion:  v1
	I0929 11:12:42.135435  733699 ssh_runner.go:195] Run: containerd --version
	I0929 11:12:42.161335  733699 ssh_runner.go:195] Run: containerd --version
	I0929 11:12:42.189261  733699 out.go:179] * Preparing Kubernetes v1.34.0 on containerd 1.7.27 ...
	I0929 11:12:42.190506  733699 cli_runner.go:164] Run: docker network inspect addons-398275 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	I0929 11:12:42.208258  733699 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0929 11:12:42.212671  733699 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.49.1	host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0929 11:12:42.226269  733699 kubeadm.go:875] updating cluster {Name:addons-398275 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] D
NSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPa
th: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0929 11:12:42.226439  733699 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
	I0929 11:12:42.226519  733699 ssh_runner.go:195] Run: sudo crictl images --output json
	I0929 11:12:42.265098  733699 containerd.go:627] all images are preloaded for containerd runtime.
	I0929 11:12:42.265124  733699 containerd.go:534] Images already preloaded, skipping extraction
	I0929 11:12:42.265202  733699 ssh_runner.go:195] Run: sudo crictl images --output json
	I0929 11:12:42.304050  733699 containerd.go:627] all images are preloaded for containerd runtime.
	I0929 11:12:42.304081  733699 cache_images.go:85] Images are preloaded, skipping loading
	I0929 11:12:42.304090  733699 kubeadm.go:926] updating node { 192.168.49.2 8443 v1.34.0 containerd true true} ...
	I0929 11:12:42.304210  733699 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-398275 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
	I0929 11:12:42.304306  733699 ssh_runner.go:195] Run: sudo crictl info
	I0929 11:12:42.342583  733699 cni.go:84] Creating CNI manager for ""
	I0929 11:12:42.342626  733699 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0929 11:12:42.342653  733699 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0929 11:12:42.342688  733699 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-398275 NodeName:addons-398275 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:systemd ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/
kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///run/containerd/containerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
	I0929 11:12:42.342833  733699 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-398275"
	  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: systemd
	containerRuntimeEndpoint: unix:///run/containerd/containerd.sock
	hairpinMode: hairpin-veth
	runtimeRequestTimeout: 15m
	clusterDomain: "cluster.local"
	# disable disk resource management by default
	imageGCHighThresholdPercent: 100
	evictionHard:
	  nodefs.available: "0%"
	  nodefs.inodesFree: "0%"
	  imagefs.available: "0%"
	failSwapOn: false
	staticPodPath: /etc/kubernetes/manifests
	---
	apiVersion: kubeproxy.config.k8s.io/v1alpha1
	kind: KubeProxyConfiguration
	clusterCIDR: "10.244.0.0/16"
	metricsBindAddress: 0.0.0.0:10249
	conntrack:
	  maxPerCore: 0
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
	  tcpEstablishedTimeout: 0s
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
	  tcpCloseWaitTimeout: 0s
	
	I0929 11:12:42.342925  733699 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.34.0
	I0929 11:12:42.354176  733699 binaries.go:44] Found k8s binaries, skipping transfer
	I0929 11:12:42.354259  733699 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0929 11:12:42.364281  733699 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
	I0929 11:12:42.383900  733699 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0929 11:12:42.406140  733699 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2225 bytes)
	I0929 11:12:42.425932  733699 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0929 11:12:42.430093  733699 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.49.2	control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0929 11:12:42.442886  733699 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0929 11:12:42.515031  733699 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0929 11:12:42.540932  733699 certs.go:68] Setting up /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275 for IP: 192.168.49.2
	I0929 11:12:42.540984  733699 certs.go:194] generating shared ca certs ...
	I0929 11:12:42.541025  733699 certs.go:226] acquiring lock for ca certs: {Name:mk3ab67669e19ac06bf7b8e296dfa49c7a146741 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:42.541210  733699 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key
	I0929 11:12:42.870267  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt ...
	I0929 11:12:42.870303  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt: {Name:mk4b012ffdcf2bb9af2d01bf0326139248db4e54 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:42.870516  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key ...
	I0929 11:12:42.870528  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key: {Name:mk4f98a5d5ec11a2e53c251a9c1e042de96663c0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:42.870625  733699 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key
	I0929 11:12:43.124326  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.crt ...
	I0929 11:12:43.124368  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.crt: {Name:mke1899096ee4daadcb6562ea0da8b53a7f6cbfa Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:43.124571  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key ...
	I0929 11:12:43.124583  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key: {Name:mka6c86e7f2ed8c6378362fb1e2595ea2190db4a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:43.124672  733699 certs.go:256] generating profile certs ...
	I0929 11:12:43.124738  733699 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.key
	I0929 11:12:43.124749  733699 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt with IP's: []
	I0929 11:12:43.853753  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt ...
	I0929 11:12:43.853795  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: {Name:mkb5a2525b7f7b90a9ef9c349a54f4878903ba8f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:43.853988  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.key ...
	I0929 11:12:43.854009  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.key: {Name:mk70c8d15b404e71fcfe0dcaf0e6d82d6e9efe3b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:43.854087  733699 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key.b5f224d3
	I0929 11:12:43.854110  733699 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt.b5f224d3 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0929 11:12:44.002164  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt.b5f224d3 ...
	I0929 11:12:44.002200  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt.b5f224d3: {Name:mk988210de153015baa8c8f06fe70b112120e743 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:44.002419  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key.b5f224d3 ...
	I0929 11:12:44.002440  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key.b5f224d3: {Name:mk02f5067b54f6478b0383b745ab6810c629ebea Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:44.002584  733699 certs.go:381] copying /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt.b5f224d3 -> /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt
	I0929 11:12:44.002696  733699 certs.go:385] copying /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key.b5f224d3 -> /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key
	I0929 11:12:44.002755  733699 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.key
	I0929 11:12:44.002776  733699 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.crt with IP's: []
	I0929 11:12:44.648648  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.crt ...
	I0929 11:12:44.648688  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.crt: {Name:mkf14d09ade5b7eaf929fde4fcba67f9735c889b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:44.648935  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.key ...
	I0929 11:12:44.648957  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.key: {Name:mk6d248128da191490b3defa8a9954b209f16af1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:44.649204  733699 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca-key.pem (1675 bytes)
	I0929 11:12:44.649246  733699 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem (1078 bytes)
	I0929 11:12:44.649278  733699 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem (1123 bytes)
	I0929 11:12:44.649306  733699 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/key.pem (1679 bytes)
	I0929 11:12:44.651781  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0929 11:12:44.680463  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I0929 11:12:44.709451  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0929 11:12:44.739411  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0929 11:12:44.771072  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0929 11:12:44.798826  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0929 11:12:44.827342  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0929 11:12:44.856165  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0929 11:12:44.884648  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0929 11:12:44.916322  733699 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0929 11:12:44.937678  733699 ssh_runner.go:195] Run: openssl version
	I0929 11:12:44.944579  733699 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/minikubeCA.pem && ln -fs /usr/share/ca-certificates/minikubeCA.pem /etc/ssl/certs/minikubeCA.pem"
	I0929 11:12:44.959584  733699 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0929 11:12:44.963988  733699 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 29 11:12 /usr/share/ca-certificates/minikubeCA.pem
	I0929 11:12:44.964051  733699 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0929 11:12:44.971290  733699 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/b5213941.0 || ln -fs /etc/ssl/certs/minikubeCA.pem /etc/ssl/certs/b5213941.0"
	I0929 11:12:44.982335  733699 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0929 11:12:44.986489  733699 certs.go:399] 'apiserver-kubelet-client' cert doesn't exist, likely first start: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt: Process exited with status 1
	stdout:
	
	stderr:
	stat: cannot statx '/var/lib/minikube/certs/apiserver-kubelet-client.crt': No such file or directory
	I0929 11:12:44.986568  733699 kubeadm.go:392] StartCluster: {Name:addons-398275 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSD
omain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath:
SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0929 11:12:44.986649  733699 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
	I0929 11:12:44.986698  733699 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0929 11:12:45.026976  733699 cri.go:89] found id: ""
	I0929 11:12:45.027142  733699 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0929 11:12:45.038148  733699 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0929 11:12:45.048956  733699 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0929 11:12:45.049021  733699 ssh_runner.go:195] Run: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf
	I0929 11:12:45.059442  733699 kubeadm.go:155] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
	stdout:
	
	stderr:
	ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
	I0929 11:12:45.059464  733699 kubeadm.go:157] found existing configuration files:
	
	I0929 11:12:45.059506  733699 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0929 11:12:45.070436  733699 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/admin.conf: No such file or directory
	I0929 11:12:45.070509  733699 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0929 11:12:45.080685  733699 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0929 11:12:45.091673  733699 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/kubelet.conf: No such file or directory
	I0929 11:12:45.091745  733699 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0929 11:12:45.102104  733699 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0929 11:12:45.112768  733699 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/controller-manager.conf: No such file or directory
	I0929 11:12:45.112848  733699 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0929 11:12:45.123366  733699 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0929 11:12:45.134254  733699 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/scheduler.conf: No such file or directory
	I0929 11:12:45.134324  733699 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0929 11:12:45.144530  733699 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.34.0:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I0929 11:12:45.204225  733699 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/6.8.0-1040-gcp\n", err: exit status 1
	I0929 11:12:45.262037  733699 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0929 11:12:54.480768  733699 kubeadm.go:310] [init] Using Kubernetes version: v1.34.0
	I0929 11:12:54.480830  733699 kubeadm.go:310] [preflight] Running pre-flight checks
	I0929 11:12:54.480915  733699 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0929 11:12:54.480986  733699 kubeadm.go:310] KERNEL_VERSION: 6.8.0-1040-gcp
	I0929 11:12:54.481035  733699 kubeadm.go:310] OS: Linux
	I0929 11:12:54.481100  733699 kubeadm.go:310] CGROUPS_CPU: enabled
	I0929 11:12:54.481167  733699 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0929 11:12:54.481242  733699 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0929 11:12:54.481320  733699 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0929 11:12:54.481405  733699 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0929 11:12:54.481476  733699 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0929 11:12:54.481550  733699 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0929 11:12:54.481631  733699 kubeadm.go:310] CGROUPS_IO: enabled
	I0929 11:12:54.481748  733699 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0929 11:12:54.481897  733699 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0929 11:12:54.481993  733699 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0929 11:12:54.482075  733699 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0929 11:12:54.483808  733699 out.go:252]   - Generating certificates and keys ...
	I0929 11:12:54.483875  733699 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0929 11:12:54.483974  733699 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0929 11:12:54.484046  733699 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0929 11:12:54.484098  733699 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0929 11:12:54.484162  733699 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0929 11:12:54.484210  733699 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0929 11:12:54.484266  733699 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0929 11:12:54.484373  733699 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-398275 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0929 11:12:54.484419  733699 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0929 11:12:54.484518  733699 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-398275 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0929 11:12:54.484613  733699 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0929 11:12:54.484672  733699 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0929 11:12:54.484711  733699 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0929 11:12:54.484759  733699 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0929 11:12:54.484803  733699 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0929 11:12:54.484851  733699 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0929 11:12:54.484903  733699 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0929 11:12:54.484961  733699 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0929 11:12:54.485026  733699 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0929 11:12:54.485120  733699 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0929 11:12:54.485204  733699 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0929 11:12:54.486552  733699 out.go:252]   - Booting up control plane ...
	I0929 11:12:54.486638  733699 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0929 11:12:54.486756  733699 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0929 11:12:54.486816  733699 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0929 11:12:54.486903  733699 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0929 11:12:54.486988  733699 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/instance-config.yaml"
	I0929 11:12:54.487078  733699 kubeadm.go:310] [patches] Applied patch of type "application/strategic-merge-patch+json" to target "kubeletconfiguration"
	I0929 11:12:54.487150  733699 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0929 11:12:54.487189  733699 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0929 11:12:54.487303  733699 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0929 11:12:54.487395  733699 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0929 11:12:54.487446  733699 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.001091942s
	I0929 11:12:54.487578  733699 kubeadm.go:310] [control-plane-check] Waiting for healthy control plane components. This can take up to 4m0s
	I0929 11:12:54.487661  733699 kubeadm.go:310] [control-plane-check] Checking kube-apiserver at https://192.168.49.2:8443/livez
	I0929 11:12:54.487748  733699 kubeadm.go:310] [control-plane-check] Checking kube-controller-manager at https://127.0.0.1:10257/healthz
	I0929 11:12:54.487820  733699 kubeadm.go:310] [control-plane-check] Checking kube-scheduler at https://127.0.0.1:10259/livez
	I0929 11:12:54.487882  733699 kubeadm.go:310] [control-plane-check] kube-scheduler is healthy after 1.97270319s
	I0929 11:12:54.487962  733699 kubeadm.go:310] [control-plane-check] kube-controller-manager is healthy after 2.127538734s
	I0929 11:12:54.488020  733699 kubeadm.go:310] [control-plane-check] kube-apiserver is healthy after 3.501969383s
	I0929 11:12:54.488142  733699 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0929 11:12:54.488318  733699 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0929 11:12:54.488375  733699 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0929 11:12:54.488562  733699 kubeadm.go:310] [mark-control-plane] Marking the node addons-398275 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0929 11:12:54.488626  733699 kubeadm.go:310] [bootstrap-token] Using token: edr7ez.cly84jkh5b8ow6xd
	I0929 11:12:54.489945  733699 out.go:252]   - Configuring RBAC rules ...
	I0929 11:12:54.490047  733699 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0929 11:12:54.490126  733699 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0929 11:12:54.490259  733699 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
	I0929 11:12:54.490373  733699 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0929 11:12:54.490496  733699 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0929 11:12:54.490607  733699 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0929 11:12:54.490721  733699 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0929 11:12:54.490797  733699 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0929 11:12:54.490872  733699 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0929 11:12:54.490890  733699 kubeadm.go:310] 
	I0929 11:12:54.490973  733699 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0929 11:12:54.490983  733699 kubeadm.go:310] 
	I0929 11:12:54.491084  733699 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0929 11:12:54.491094  733699 kubeadm.go:310] 
	I0929 11:12:54.491128  733699 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0929 11:12:54.491224  733699 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0929 11:12:54.491301  733699 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0929 11:12:54.491310  733699 kubeadm.go:310] 
	I0929 11:12:54.491374  733699 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0929 11:12:54.491383  733699 kubeadm.go:310] 
	I0929 11:12:54.491452  733699 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0929 11:12:54.491463  733699 kubeadm.go:310] 
	I0929 11:12:54.491558  733699 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0929 11:12:54.491663  733699 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0929 11:12:54.491762  733699 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0929 11:12:54.491772  733699 kubeadm.go:310] 
	I0929 11:12:54.491879  733699 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0929 11:12:54.492006  733699 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0929 11:12:54.492015  733699 kubeadm.go:310] 
	I0929 11:12:54.492125  733699 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token edr7ez.cly84jkh5b8ow6xd \
	I0929 11:12:54.492266  733699 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:03004bc8c8ab3762858c34ea451f30c4ba87cf96a40f62b78029392015104160 \
	I0929 11:12:54.492297  733699 kubeadm.go:310] 	--control-plane 
	I0929 11:12:54.492306  733699 kubeadm.go:310] 
	I0929 11:12:54.492419  733699 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0929 11:12:54.492433  733699 kubeadm.go:310] 
	I0929 11:12:54.492564  733699 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token edr7ez.cly84jkh5b8ow6xd \
	I0929 11:12:54.492675  733699 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:03004bc8c8ab3762858c34ea451f30c4ba87cf96a40f62b78029392015104160 
	I0929 11:12:54.492686  733699 cni.go:84] Creating CNI manager for ""
	I0929 11:12:54.492694  733699 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0929 11:12:54.494941  733699 out.go:179] * Configuring CNI (Container Networking Interface) ...
	I0929 11:12:54.496269  733699 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0929 11:12:54.500676  733699 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.34.0/kubectl ...
	I0929 11:12:54.500694  733699 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0929 11:12:54.519906  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0929 11:12:54.755591  733699 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0929 11:12:54.755696  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-398275 minikube.k8s.io/updated_at=2025_09_29T11_12_54_0700 minikube.k8s.io/version=v1.37.0 minikube.k8s.io/commit=e087d081f23c6d1317bb12845422265d8d3490cf minikube.k8s.io/name=addons-398275 minikube.k8s.io/primary=true
	I0929 11:12:54.755800  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:54.845639  733699 ops.go:34] apiserver oom_adj: -16
	I0929 11:12:54.845765  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:55.346278  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:55.846514  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:56.346018  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:56.845868  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:57.346863  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:57.846819  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:58.346261  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:58.845883  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:59.346737  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:59.415981  733699 kubeadm.go:1105] duration metric: took 4.660362416s to wait for elevateKubeSystemPrivileges
	I0929 11:12:59.416020  733699 kubeadm.go:394] duration metric: took 14.429460539s to StartCluster
	I0929 11:12:59.416040  733699 settings.go:142] acquiring lock: {Name:mk053e7d0312ee1490602ff57488e3067c62f18a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:59.416197  733699 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/21655-728906/kubeconfig
	I0929 11:12:59.416601  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/kubeconfig: {Name:mk33453547b04bbe9c3de7a739a9e0868e0a7fd9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:59.416798  733699 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0929 11:12:59.416822  733699 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}
	I0929 11:12:59.416907  733699 addons.go:511] enable addons start: toEnable=map[ambassador:false amd-gpu-device-plugin:true auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubetail:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:true storage-provisioner:true storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
	I0929 11:12:59.417034  733699 config.go:182] Loaded profile config "addons-398275": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:12:59.417052  733699 addons.go:69] Setting yakd=true in profile "addons-398275"
	I0929 11:12:59.417076  733699 addons.go:238] Setting addon yakd=true in "addons-398275"
	I0929 11:12:59.417070  733699 addons.go:69] Setting inspektor-gadget=true in profile "addons-398275"
	I0929 11:12:59.417095  733699 addons.go:69] Setting registry-creds=true in profile "addons-398275"
	I0929 11:12:59.417101  733699 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-398275"
	I0929 11:12:59.417109  733699 addons.go:238] Setting addon registry-creds=true in "addons-398275"
	I0929 11:12:59.417112  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417122  733699 addons.go:69] Setting gcp-auth=true in profile "addons-398275"
	I0929 11:12:59.417115  733699 addons.go:69] Setting cloud-spanner=true in profile "addons-398275"
	I0929 11:12:59.417125  733699 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-398275"
	I0929 11:12:59.417143  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417144  733699 addons.go:238] Setting addon csi-hostpath-driver=true in "addons-398275"
	I0929 11:12:59.417150  733699 addons.go:238] Setting addon nvidia-device-plugin=true in "addons-398275"
	I0929 11:12:59.417154  733699 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-398275"
	I0929 11:12:59.417162  733699 addons.go:69] Setting ingress-dns=true in profile "addons-398275"
	I0929 11:12:59.417166  733699 addons.go:238] Setting addon amd-gpu-device-plugin=true in "addons-398275"
	I0929 11:12:59.417172  733699 addons.go:238] Setting addon ingress-dns=true in "addons-398275"
	I0929 11:12:59.417186  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417195  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417198  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417204  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417305  733699 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-398275"
	I0929 11:12:59.417334  733699 addons.go:69] Setting registry=true in profile "addons-398275"
	I0929 11:12:59.417344  733699 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-398275"
	I0929 11:12:59.417347  733699 addons.go:238] Setting addon registry=true in "addons-398275"
	I0929 11:12:59.417375  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417668  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417694  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417694  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417706  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417713  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417734  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417816  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.418102  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417143  733699 addons.go:238] Setting addon cloud-spanner=true in "addons-398275"
	I0929 11:12:59.418717  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417090  733699 addons.go:69] Setting default-storageclass=true in profile "addons-398275"
	I0929 11:12:59.418873  733699 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-398275"
	I0929 11:12:59.419164  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.419205  733699 addons.go:69] Setting volumesnapshots=true in profile "addons-398275"
	I0929 11:12:59.419171  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417109  733699 addons.go:238] Setting addon inspektor-gadget=true in "addons-398275"
	I0929 11:12:59.417154  733699 addons.go:69] Setting ingress=true in profile "addons-398275"
	I0929 11:12:59.417320  733699 addons.go:69] Setting volcano=true in profile "addons-398275"
	I0929 11:12:59.419316  733699 addons.go:69] Setting storage-provisioner=true in profile "addons-398275"
	I0929 11:12:59.419370  733699 addons.go:69] Setting metrics-server=true in profile "addons-398275"
	I0929 11:12:59.417146  733699 mustload.go:65] Loading cluster: addons-398275
	I0929 11:12:59.419789  733699 out.go:179] * Verifying Kubernetes components...
	I0929 11:12:59.421028  733699 addons.go:238] Setting addon volumesnapshots=true in "addons-398275"
	I0929 11:12:59.421222  733699 addons.go:238] Setting addon storage-provisioner=true in "addons-398275"
	I0929 11:12:59.421265  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.421375  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.421790  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.421969  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.425064  733699 addons.go:238] Setting addon metrics-server=true in "addons-398275"
	I0929 11:12:59.425081  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.425103  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.425119  733699 addons.go:238] Setting addon volcano=true in "addons-398275"
	I0929 11:12:59.425179  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.425191  733699 addons.go:238] Setting addon ingress=true in "addons-398275"
	I0929 11:12:59.425241  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.425585  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.425687  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.425743  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.426272  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.429297  733699 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0929 11:12:59.431123  733699 config.go:182] Loaded profile config "addons-398275": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:12:59.433051  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.465470  733699 out.go:179]   - Using image docker.io/upmcenterprises/registry-creds:1.10
	I0929 11:12:59.467768  733699 addons.go:435] installing /etc/kubernetes/addons/registry-creds-rc.yaml
	I0929 11:12:59.467797  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-creds-rc.yaml (3306 bytes)
	I0929 11:12:59.468470  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.470296  733699 addons.go:238] Setting addon default-storageclass=true in "addons-398275"
	I0929 11:12:59.470345  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.470849  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.487363  733699 addons.go:238] Setting addon storage-provisioner-rancher=true in "addons-398275"
	I0929 11:12:59.487619  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.487445  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0929 11:12:59.488646  733699 out.go:179]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.41
	I0929 11:12:59.489509  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.492193  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0929 11:12:59.492263  733699 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0929 11:12:59.492326  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.493852  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0929 11:12:59.494161  733699 out.go:179]   - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
	I0929 11:12:59.494261  733699 addons.go:435] installing /etc/kubernetes/addons/deployment.yaml
	I0929 11:12:59.494835  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0929 11:12:59.494904  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.496621  733699 addons.go:435] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I0929 11:12:59.496647  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
	I0929 11:12:59.496707  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.497472  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0929 11:12:59.503572  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0929 11:12:59.507440  733699 out.go:179]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.8.0
	I0929 11:12:59.509589  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0929 11:12:59.513667  733699 addons.go:435] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0929 11:12:59.514532  733699 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0929 11:12:59.514617  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.514890  733699 out.go:179]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0929 11:12:59.515062  733699 out.go:179]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.3
	I0929 11:12:59.515659  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.516265  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0929 11:12:59.516285  733699 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0929 11:12:59.516341  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.517824  733699 addons.go:435] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0929 11:12:59.517839  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0929 11:12:59.517892  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.527103  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0929 11:12:59.527178  733699 out.go:179]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.44.1
	I0929 11:12:59.528385  733699 addons.go:435] installing /etc/kubernetes/addons/ig-crd.yaml
	I0929 11:12:59.528407  733699 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (14 bytes)
	I0929 11:12:59.528470  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.528641  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0929 11:12:59.530030  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0929 11:12:59.531320  733699 out.go:179]   - Using image docker.io/volcanosh/vc-controller-manager:v1.12.2
	I0929 11:12:59.531349  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0929 11:12:59.532876  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0929 11:12:59.532898  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0929 11:12:59.532978  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.537633  733699 out.go:179]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
	I0929 11:12:59.537975  733699 out.go:179]   - Using image docker.io/volcanosh/vc-scheduler:v1.12.2
	I0929 11:12:59.538955  733699 out.go:179]   - Using image registry.k8s.io/ingress-nginx/controller:v1.13.2
	I0929 11:12:59.540482  733699 out.go:179]   - Using image docker.io/volcanosh/vc-webhook-manager:v1.12.2
	I0929 11:12:59.541716  733699 out.go:179]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0929 11:12:59.541848  733699 out.go:179]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
	I0929 11:12:59.543398  733699 addons.go:435] installing /etc/kubernetes/addons/volcano-deployment.yaml
	I0929 11:12:59.543421  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (498149 bytes)
	I0929 11:12:59.543480  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.547681  733699 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0929 11:12:59.547702  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0929 11:12:59.547763  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.548092  733699 addons.go:435] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0929 11:12:59.548109  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0929 11:12:59.548158  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.550486  733699 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
	I0929 11:12:59.550571  733699 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0929 11:12:59.550668  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.559792  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.562098  733699 out.go:179]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0929 11:12:59.566218  733699 out.go:179]   - Using image docker.io/busybox:stable
	I0929 11:12:59.566520  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.567760  733699 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0929 11:12:59.567782  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0929 11:12:59.567899  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.571268  733699 out.go:179]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.9
	I0929 11:12:59.574676  733699 out.go:179]   - Using image docker.io/registry:3.0.0
	I0929 11:12:59.576433  733699 addons.go:435] installing /etc/kubernetes/addons/registry-rc.yaml
	I0929 11:12:59.576503  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0929 11:12:59.576646  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.582082  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.585840  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.589651  733699 out.go:179]   - Using image docker.io/kicbase/minikube-ingress-dns:0.0.4
	I0929 11:12:59.591353  733699 addons.go:435] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0929 11:12:59.591376  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2889 bytes)
	I0929 11:12:59.592072  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.592110  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.592779  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.598791  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.604760  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.632782  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.643309  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.647672  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.647808  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.650802  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.650821  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.652642  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.653577  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	W0929 11:12:59.658921  733699 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0929 11:12:59.658975  733699 retry.go:31] will retry after 354.78745ms: ssh: handshake failed: EOF
	W0929 11:12:59.659222  733699 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0929 11:12:59.659247  733699 retry.go:31] will retry after 140.690497ms: ssh: handshake failed: EOF
	W0929 11:12:59.659337  733699 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0929 11:12:59.659347  733699 retry.go:31] will retry after 223.943791ms: ssh: handshake failed: EOF
	I0929 11:12:59.684198  733699 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0929 11:12:59.684328  733699 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0929 11:12:59.764386  733699 addons.go:435] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0929 11:12:59.764418  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0929 11:12:59.770033  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I0929 11:12:59.772385  733699 addons.go:435] installing /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:12:59.772404  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (15034 bytes)
	I0929 11:12:59.798767  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/registry-creds-rc.yaml
	I0929 11:12:59.799968  733699 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0929 11:12:59.800006  733699 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0929 11:12:59.804653  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:12:59.814580  733699 addons.go:435] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0929 11:12:59.814613  733699 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0929 11:12:59.824372  733699 addons.go:435] installing /etc/kubernetes/addons/registry-svc.yaml
	I0929 11:12:59.824406  733699 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0929 11:12:59.834612  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0929 11:12:59.843044  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0929 11:12:59.854331  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0929 11:12:59.854360  733699 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0929 11:12:59.864010  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0929 11:12:59.874632  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0929 11:12:59.875558  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0929 11:12:59.877000  733699 addons.go:435] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0929 11:12:59.877066  733699 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0929 11:12:59.887012  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
	I0929 11:12:59.888757  733699 addons.go:435] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0929 11:12:59.888778  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0929 11:12:59.899234  733699 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0929 11:12:59.899260  733699 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0929 11:12:59.899728  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0929 11:12:59.899794  733699 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0929 11:12:59.946070  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
	I0929 11:12:59.958177  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0929 11:12:59.988868  733699 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0929 11:12:59.988902  733699 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0929 11:13:00.023824  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0929 11:13:00.030309  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0929 11:13:00.030340  733699 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0929 11:13:00.115179  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0929 11:13:00.115294  733699 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0929 11:13:00.141412  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0929 11:13:00.141433  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0929 11:13:00.151457  733699 start.go:976] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0929 11:13:00.157081  733699 node_ready.go:35] waiting up to 6m0s for node "addons-398275" to be "Ready" ...
	I0929 11:13:00.165446  733699 node_ready.go:49] node "addons-398275" is "Ready"
	I0929 11:13:00.165491  733699 node_ready.go:38] duration metric: took 8.351543ms for node "addons-398275" to be "Ready" ...
	I0929 11:13:00.165511  733699 api_server.go:52] waiting for apiserver process to appear ...
	I0929 11:13:00.165587  733699 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0929 11:13:00.188323  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0929 11:13:00.188358  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0929 11:13:00.270397  733699 addons.go:435] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0929 11:13:00.270433  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0929 11:13:00.281632  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
	I0929 11:13:00.354029  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0929 11:13:00.354065  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-health-monitor-controller.yaml --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
	I0929 11:13:00.357290  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0929 11:13:00.404916  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0929 11:13:00.432844  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0929 11:13:00.433085  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0929 11:13:00.572960  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0929 11:13:00.573088  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0929 11:13:00.659264  733699 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-398275" context rescaled to 1 replicas
	I0929 11:13:00.690447  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0929 11:13:00.690570  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0929 11:13:00.779376  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0929 11:13:00.779475  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0929 11:13:00.840276  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0929 11:13:00.842028  733699 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0929 11:13:00.922364  733699 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: (1.117622341s)
	W0929 11:13:00.922442  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget created
	serviceaccount/gadget created
	configmap/gadget created
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role created
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding created
	role.rbac.authorization.k8s.io/gadget-role created
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding created
	daemonset.apps/gadget created
	
	stderr:
	Warning: spec.template.metadata.annotations[container.apparmor.security.beta.kubernetes.io/gadget]: deprecated since v1.30; use the "appArmorProfile" field instead
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:00.922468  733699 retry.go:31] will retry after 348.455519ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget created
	serviceaccount/gadget created
	configmap/gadget created
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role created
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding created
	role.rbac.authorization.k8s.io/gadget-role created
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding created
	daemonset.apps/gadget created
	
	stderr:
	Warning: spec.template.metadata.annotations[container.apparmor.security.beta.kubernetes.io/gadget]: deprecated since v1.30; use the "appArmorProfile" field instead
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:00.922524  733699 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: (1.087882797s)
	I0929 11:13:00.922638  733699 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: (1.079564305s)
	I0929 11:13:00.922690  733699 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: (1.058656636s)
	I0929 11:13:00.922952  733699 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: (1.048289451s)
	I0929 11:13:00.975308  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0929 11:13:00.975332  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0929 11:13:01.038865  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0929 11:13:01.038895  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0929 11:13:01.119582  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0929 11:13:01.119624  733699 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0929 11:13:01.135810  733699 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: (1.260161689s)
	I0929 11:13:01.209446  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0929 11:13:01.271924  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:02.359504  733699 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: (2.472445015s)
	I0929 11:13:02.359655  733699 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: (2.413554416s)
	I0929 11:13:02.359683  733699 addons.go:479] Verifying addon metrics-server=true in "addons-398275"
	I0929 11:13:02.359728  733699 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: (2.401522929s)
	I0929 11:13:02.359745  733699 addons.go:479] Verifying addon registry=true in "addons-398275"
	I0929 11:13:02.360258  733699 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: (2.336403133s)
	I0929 11:13:02.360293  733699 addons.go:479] Verifying addon ingress=true in "addons-398275"
	I0929 11:13:02.360737  733699 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: (2.003424255s)
	I0929 11:13:02.360595  733699 ssh_runner.go:235] Completed: sudo pgrep -xnf kube-apiserver.*minikube.*: (2.194983176s)
	I0929 11:13:02.360857  733699 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: (1.955911652s)
	W0929 11:13:02.360887  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	Warning: unrecognized format "int64"
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0929 11:13:02.360889  733699 api_server.go:72] duration metric: took 2.944041324s to wait for apiserver process to appear ...
	I0929 11:13:02.360902  733699 api_server.go:88] waiting for apiserver healthz status ...
	I0929 11:13:02.360906  733699 retry.go:31] will retry after 170.621269ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	Warning: unrecognized format "int64"
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0929 11:13:02.360925  733699 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0929 11:13:02.360688  733699 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: (2.079001185s)
	I0929 11:13:02.363121  733699 out.go:179] * Verifying registry addon...
	I0929 11:13:02.363213  733699 out.go:179] * Verifying ingress addon...
	I0929 11:13:02.364321  733699 out.go:179] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-398275 service yakd-dashboard -n yakd-dashboard
	
	I0929 11:13:02.366006  733699 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0929 11:13:02.367505  733699 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0929 11:13:02.371444  733699 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0929 11:13:02.372038  733699 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0929 11:13:02.372052  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:02.372482  733699 api_server.go:141] control plane version: v1.34.0
	I0929 11:13:02.372565  733699 api_server.go:131] duration metric: took 11.654376ms to wait for apiserver health ...
	I0929 11:13:02.372588  733699 system_pods.go:43] waiting for kube-system pods to appear ...
	I0929 11:13:02.378874  733699 system_pods.go:59] 17 kube-system pods found
	I0929 11:13:02.379034  733699 system_pods.go:61] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:02.379112  733699 system_pods.go:61] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:02.379127  733699 system_pods.go:61] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:02.379133  733699 system_pods.go:61] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:02.379141  733699 system_pods.go:61] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:02.379148  733699 system_pods.go:61] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:02.379769  733699 system_pods.go:61] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:02.379801  733699 system_pods.go:61] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:02.379810  733699 system_pods.go:61] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:02.379817  733699 system_pods.go:61] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:02.379933  733699 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0929 11:13:02.379948  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:02.379956  733699 system_pods.go:61] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:02.379970  733699 system_pods.go:61] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:02.379979  733699 system_pods.go:61] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:02.379987  733699 system_pods.go:61] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:02.379993  733699 system_pods.go:61] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending
	I0929 11:13:02.380002  733699 system_pods.go:61] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.380110  733699 system_pods.go:61] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:02.380120  733699 system_pods.go:74] duration metric: took 7.513841ms to wait for pod list to return data ...
	I0929 11:13:02.380131  733699 default_sa.go:34] waiting for default service account to be created ...
	I0929 11:13:02.389098  733699 default_sa.go:45] found service account: "default"
	I0929 11:13:02.389127  733699 default_sa.go:55] duration metric: took 8.988725ms for default service account to be created ...
	I0929 11:13:02.389141  733699 system_pods.go:116] waiting for k8s-apps to be running ...
	I0929 11:13:02.472558  733699 system_pods.go:86] 18 kube-system pods found
	I0929 11:13:02.472601  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:02.472613  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:02.472621  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending
	I0929 11:13:02.472629  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:02.472636  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:02.472644  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:02.472650  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:02.472659  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:02.472663  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:02.472669  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:02.472677  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:02.472685  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:02.472693  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:02.472701  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:02.472711  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:02.472719  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.472728  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.472736  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:02.472755  733699 retry.go:31] will retry after 280.25021ms: missing components: kube-dns
	I0929 11:13:02.532177  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0929 11:13:02.602997  733699 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: (1.393492558s)
	I0929 11:13:02.603040  733699 addons.go:479] Verifying addon csi-hostpath-driver=true in "addons-398275"
	I0929 11:13:02.604873  733699 out.go:179] * Verifying csi-hostpath-driver addon...
	I0929 11:13:02.607790  733699 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0929 11:13:02.611415  733699 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0929 11:13:02.611444  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:02.645509  733699 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.373525439s)
	W0929 11:13:02.645574  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:02.645613  733699 retry.go:31] will retry after 193.857153ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:02.759413  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:02.759456  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:02.759468  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:02.759480  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:02.759494  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:02.759507  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:02.759519  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:02.759525  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:02.759537  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:02.759560  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:02.759574  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:02.759579  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:02.759587  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:02.759594  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:02.759605  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:02.759617  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:02.759630  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:02.759640  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:02.759648  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.759657  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.759662  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:02.759686  733699 retry.go:31] will retry after 323.919513ms: missing components: kube-dns
	I0929 11:13:02.840647  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:02.893610  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:02.893685  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:03.090409  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:03.090451  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:03.090461  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:03.090471  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:03.090481  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:03.090490  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:03.090501  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:03.090508  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:03.090521  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:03.090530  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:03.090550  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:03.090559  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:03.090566  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:03.090574  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:03.090585  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:03.090593  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:03.090604  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:03.090612  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:03.090622  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:03.090633  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:03.090643  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:03.090662  733699 retry.go:31] will retry after 350.143984ms: missing components: kube-dns
	I0929 11:13:03.112301  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:03.370101  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:03.370432  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:03.472894  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:03.472940  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:03.472955  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:03.472968  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:03.472979  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:03.472988  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:03.472999  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:03.473006  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:03.473024  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:03.473030  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:03.473039  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:03.473044  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:03.473049  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:03.473056  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:03.473064  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:03.473073  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:03.473081  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:03.473087  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:03.473095  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:03.473103  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:03.473109  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:03.473132  733699 retry.go:31] will retry after 549.285943ms: missing components: kube-dns
	I0929 11:13:03.612612  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:03.870568  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:03.870746  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:04.028270  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:04.028322  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:04.028334  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:04.028344  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:04.028351  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:04.028359  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:04.028371  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:04.028381  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:04.028390  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:04.028396  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:04.028404  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:04.028410  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:04.028415  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:04.028423  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:04.028434  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:04.028448  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:04.028459  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:04.028473  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:04.028481  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:04.028489  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:04.028502  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:04.028523  733699 retry.go:31] will retry after 645.95178ms: missing components: kube-dns
	I0929 11:13:04.128042  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:04.370895  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:04.371031  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:04.612267  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:04.680251  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:04.680294  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:04.680309  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:04.680320  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:04.680334  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:04.680351  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:04.680359  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:04.680368  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:04.680376  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:04.680386  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:04.680398  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:04.680406  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:04.680413  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:04.680424  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:04.680432  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:04.680442  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:04.680453  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:04.680463  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:04.680471  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:04.680479  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:04.680483  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:04.680501  733699 retry.go:31] will retry after 584.096042ms: missing components: kube-dns
	I0929 11:13:04.870649  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:04.870702  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:05.112362  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:05.201599  733699 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.669336719s)
	I0929 11:13:05.201677  733699 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.360989139s)
	W0929 11:13:05.201719  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:05.201747  733699 retry.go:31] will retry after 533.757786ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:05.271011  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:05.271050  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:05.271058  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:05.271064  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:05.271069  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:05.271076  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:05.271081  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:05.271086  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:05.271090  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:05.271094  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:05.271099  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:05.271102  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:05.271106  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:05.271111  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:05.271116  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:05.271133  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:05.271141  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:05.271148  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:05.271152  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:05.271158  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:05.271161  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:05.271178  733699 retry.go:31] will retry after 1.012446963s: missing components: kube-dns
	I0929 11:13:05.370001  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:05.371047  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:05.611686  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:05.736137  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:05.870338  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:05.870659  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:06.112835  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:06.289293  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:06.289336  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:06.289348  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:06.289358  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:06.289372  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:06.289380  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:06.289401  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:06.289414  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:06.289420  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:06.289425  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:06.289432  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:06.289438  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:06.289451  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:06.289458  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:06.289465  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:06.289470  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:06.289475  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:06.289479  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:06.289486  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:06.289494  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:06.289499  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:06.289520  733699 retry.go:31] will retry after 1.063766139s: missing components: kube-dns
	I0929 11:13:06.388369  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:06.388565  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	W0929 11:13:06.395477  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:06.395504  733699 retry.go:31] will retry after 1.10662306s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:06.612448  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:06.871010  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:06.871146  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:07.112744  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:07.145960  733699 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0929 11:13:07.146030  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:13:07.166921  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:13:07.278054  733699 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0929 11:13:07.300513  733699 addons.go:238] Setting addon gcp-auth=true in "addons-398275"
	I0929 11:13:07.300622  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:13:07.301035  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:13:07.321360  733699 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0929 11:13:07.321415  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:13:07.339898  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:13:07.360938  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:07.360980  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:07.360987  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:07.360994  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:07.361001  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:07.361007  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:07.361012  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:07.361017  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:07.361021  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:07.361024  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:07.361030  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:07.361036  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:07.361040  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:07.361044  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:07.361051  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:07.361060  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:07.361065  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:07.361072  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:07.361077  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:07.361085  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:07.361091  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:07.361106  733699 retry.go:31] will retry after 1.370670201s: missing components: kube-dns
	I0929 11:13:07.369775  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:07.370276  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:07.435809  733699 out.go:179]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
	I0929 11:13:07.437207  733699 out.go:179]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
	I0929 11:13:07.438422  733699 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0929 11:13:07.438445  733699 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0929 11:13:07.458229  733699 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0929 11:13:07.458264  733699 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0929 11:13:07.479275  733699 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0929 11:13:07.479297  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0929 11:13:07.500581  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0929 11:13:07.502823  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:07.612466  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:07.878632  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:07.879395  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:07.914708  733699 addons.go:479] Verifying addon gcp-auth=true in "addons-398275"
	I0929 11:13:07.916421  733699 out.go:179] * Verifying gcp-auth addon...
	I0929 11:13:07.919084  733699 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0929 11:13:07.932606  733699 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0929 11:13:07.932634  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:08.112713  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	W0929 11:13:08.221498  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:08.221533  733699 retry.go:31] will retry after 1.224978528s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:08.370302  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:08.370362  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:08.422810  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:08.611518  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:08.736764  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:08.736807  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:08.736819  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:08.736830  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:08.736838  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:08.736846  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:08.736853  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:08.736860  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:08.736868  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:08.736874  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:08.736881  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:08.736887  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:08.736897  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:08.736909  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:08.736949  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:08.736963  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:08.736973  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:08.736985  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:08.736997  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:08.737009  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:08.737016  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:08.737041  733699 retry.go:31] will retry after 2.241374299s: missing components: kube-dns
	I0929 11:13:08.869667  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:08.871371  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:08.922606  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:09.112162  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:09.369818  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:09.370777  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:09.422840  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:09.447067  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:09.611351  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:09.869498  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:09.870058  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:09.922138  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	W0929 11:13:10.004449  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:10.004478  733699 retry.go:31] will retry after 2.198905929s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:10.111600  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:10.370293  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:10.370477  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:10.422526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:10.611619  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:10.869877  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:10.870611  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:10.922679  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:10.983364  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:10.983406  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:10.983417  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:10.983431  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:10.983440  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:10.983449  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:10.983455  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:10.983462  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:10.983472  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:10.983477  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:10.983489  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:10.983493  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:10.983496  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:10.983503  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:10.983513  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:10.983562  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:10.983578  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:10.983587  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:10.983611  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:10.983625  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:10.983630  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:10.983654  733699 retry.go:31] will retry after 2.198598101s: missing components: kube-dns
	I0929 11:13:11.111600  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:11.369899  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:11.370332  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:11.422533  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:11.612295  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:11.869862  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:11.870936  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:11.923295  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:12.111437  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:12.204531  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:12.370511  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:12.370562  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:12.422471  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:12.611184  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	W0929 11:13:12.785796  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:12.785840  733699 retry.go:31] will retry after 3.067413925s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:12.870666  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:12.870688  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:12.922745  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:13.112769  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:13.187009  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:13.187048  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:13.187056  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:13.187063  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:13.187068  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:13.187074  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:13.187078  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:13.187082  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:13.187086  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:13.187089  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:13.187094  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:13.187097  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:13.187101  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:13.187106  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:13.187115  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:13.187120  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:13.187125  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:13.187129  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:13.187137  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:13.187143  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:13.187147  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:13.187162  733699 retry.go:31] will retry after 2.991903626s: missing components: kube-dns
	I0929 11:13:13.369854  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:13.370463  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:13.422516  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:13.612705  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:13.870535  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:13.870597  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:13.922470  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:14.111684  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:14.370433  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:14.370453  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:14.422370  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:14.611774  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:14.869105  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:14.870863  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:14.922691  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:15.111824  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:15.370042  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:15.370583  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:15.422853  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:15.611076  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:15.854333  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:15.870841  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:15.870912  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:15.922801  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:16.111018  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:16.184344  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:16.184379  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:16.184391  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:16.184398  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:16.184403  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:16.184408  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:16.184412  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:16.184418  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:16.184421  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:16.184424  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:16.184427  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:16.184431  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:16.184436  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:16.184444  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:16.184453  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:16.184460  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:16.184471  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:16.184490  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:16.184502  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:16.184508  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:16.184513  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:16.184533  733699 retry.go:31] will retry after 4.250789786s: missing components: kube-dns
	I0929 11:13:16.370704  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:16.371021  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	W0929 11:13:16.421821  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:16.421858  733699 retry.go:31] will retry after 2.532848368s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:16.422877  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:16.611226  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:16.870107  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:16.871973  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:16.922226  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:17.111343  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:17.370164  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:17.370249  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:17.422138  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:17.612052  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:17.870793  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:17.870846  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:17.922952  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:18.111340  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:18.369703  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:18.371348  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:18.422475  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:18.611619  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:18.870616  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:18.870638  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:18.922577  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:18.955672  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:19.111708  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:19.369847  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:19.370323  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:19.422639  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	W0929 11:13:19.523463  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:19.523492  733699 retry.go:31] will retry after 5.438693911s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:19.612185  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:19.870222  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:19.870240  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:19.921925  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:20.111657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:20.370112  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:20.370403  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:20.422794  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:20.440129  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:20.440168  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:20.440176  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:20.440184  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:20.440190  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:20.440195  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:20.440200  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:20.440205  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:20.440209  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:20.440212  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:20.440216  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:20.440219  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:20.440225  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:20.440233  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:20.440242  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:20.440248  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:20.440253  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:20.440263  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:20.440269  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:20.440277  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:20.440280  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:20.440297  733699 retry.go:31] will retry after 5.507870237s: missing components: kube-dns
	I0929 11:13:20.611675  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:20.869874  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:20.870368  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:20.922331  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:21.111514  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:21.369404  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:21.370149  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:21.422107  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:21.611611  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:21.869768  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:21.870426  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:21.922307  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:22.111617  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:22.369824  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:22.370252  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:22.422219  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:22.611861  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:22.872201  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:22.872207  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:22.922732  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:23.112375  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:23.369359  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:23.370942  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:23.422824  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:23.611107  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:23.869910  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:23.870883  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:23.922560  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:24.111887  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:24.370646  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:24.370674  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:24.422955  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:24.611306  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:24.870312  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:24.870358  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:24.922008  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:24.963126  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:25.111883  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:25.369099  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:25.370601  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:25.422407  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	W0929 11:13:25.523598  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:25.523629  733699 retry.go:31] will retry after 6.477494236s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:25.612399  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:25.869846  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:25.871145  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:25.922007  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:25.953596  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:25.953632  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:25.953641  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:25.953650  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:25.953657  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:25.953663  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:25.953668  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:25.953672  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:25.953676  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:25.953679  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:25.953683  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:25.953687  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:25.953690  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:25.953695  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:25.953700  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:25.953705  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:25.953711  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:25.953717  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:25.953723  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:25.953728  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:25.953734  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:25.953749  733699 retry.go:31] will retry after 6.353743075s: missing components: kube-dns
	I0929 11:13:26.111537  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:26.369747  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:26.370288  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:26.422484  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:26.611659  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:26.870310  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:26.870347  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:26.922122  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:27.111311  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:27.369850  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:27.370411  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:27.422366  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:27.611571  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:27.870455  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:27.870510  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:27.922696  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:28.111898  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:28.369843  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:28.370574  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:28.422669  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:28.612192  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:28.870419  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:28.870430  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:28.922427  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:29.111592  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:29.369810  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:29.370408  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:29.422419  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:29.611862  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:29.870195  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:29.870410  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:29.922157  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:30.111273  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:30.369235  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:30.370907  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:30.422976  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:30.611293  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:30.869907  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:30.870945  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:30.922822  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:31.111177  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:31.369650  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:31.370990  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:31.422973  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:31.611391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:31.870015  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:31.870015  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:31.922875  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:32.002142  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:32.112794  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:32.312402  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:32.312437  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:32.312446  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:32.312453  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:32.312461  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:32.312467  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:32.312472  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:32.312476  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:32.312479  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:32.312484  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:32.312491  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:32.312494  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:32.312499  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:32.312504  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:32.312514  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:32.312520  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:32.312525  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:32.312533  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:32.312538  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:32.312561  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:32.312565  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:32.312581  733699 retry.go:31] will retry after 7.763209894s: missing components: kube-dns
	I0929 11:13:32.369814  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:32.370204  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:32.423643  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	W0929 11:13:32.572167  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:32.572218  733699 retry.go:31] will retry after 8.69308s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:32.611502  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:32.869851  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:32.871017  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:32.923172  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:33.111828  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:33.370014  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:33.370507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:33.422783  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:33.612563  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:33.870729  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:33.870779  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:33.922473  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:34.111451  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:34.369806  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:34.370064  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:34.423138  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:34.611378  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:34.870635  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:34.870702  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:34.922513  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:35.111683  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:35.370039  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:35.370271  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:35.422152  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:35.611535  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:35.870133  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:35.870198  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:35.923076  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:36.111282  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:36.369556  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:36.371115  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:36.423121  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:36.611479  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:36.870107  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:36.870378  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:36.922504  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:37.111772  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:37.369911  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:37.370128  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:37.423249  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:37.611785  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:37.870404  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:37.870450  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:37.921983  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:38.111056  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:38.369193  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:38.371184  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:38.423057  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:38.611410  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:38.870298  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:38.870300  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:38.922278  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:39.111675  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:39.369827  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:39.370025  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:39.422654  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:39.612327  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:39.869959  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:39.869995  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:39.922749  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:40.080878  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:40.080913  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:40.080927  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:40.080936  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:40.080941  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:40.080946  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:40.080950  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:40.080953  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:40.080957  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:40.080960  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:40.080964  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:40.080967  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:40.080970  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:40.080975  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:40.080982  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:40.080987  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:40.080993  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:40.080998  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:40.081003  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:40.081012  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:40.081016  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:40.081033  733699 retry.go:31] will retry after 7.029376147s: missing components: kube-dns
	I0929 11:13:40.111673  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:40.369880  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:40.370258  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:40.422553  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:40.611913  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:40.870645  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:40.870690  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:40.922953  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:41.111505  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:41.265629  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:41.369938  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:41.370421  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:41.422580  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:41.611419  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:41.871556  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:41.872490  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	W0929 11:13:41.908219  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:41.908261  733699 retry.go:31] will retry after 19.165782941s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:41.971391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:42.112127  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:42.369606  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:42.370799  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:42.422772  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:42.612013  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:42.869741  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:42.870806  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:42.922836  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:43.111481  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:43.370081  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:43.370186  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:43.422447  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:43.611686  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:43.870276  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:43.870422  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:43.922260  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:44.111920  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:44.370253  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:44.370597  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:44.422903  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:44.611140  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:44.870383  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:44.870519  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:44.971403  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:45.112230  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:45.370146  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:45.371528  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:45.422756  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:45.611641  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:45.873477  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:45.873676  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:45.933353  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:46.112010  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:46.370639  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:46.370829  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:46.422874  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:46.611439  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:46.870322  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:46.870396  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:46.942188  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:47.111660  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:47.114926  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:47.114960  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:47.114967  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:47.114994  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:47.114998  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Running
	I0929 11:13:47.115004  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:47.115009  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:47.115013  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:47.115017  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:47.115020  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:47.115026  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:47.115029  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:47.115033  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:47.115037  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:47.115047  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:47.115052  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:47.115057  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:47.115063  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:47.115067  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:47.115074  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:47.115078  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:47.115098  733699 retry.go:31] will retry after 9.358850906s: missing components: kube-dns
	I0929 11:13:47.370010  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:47.370398  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:47.422507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:47.611896  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:47.870819  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:47.871334  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:47.946735  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:48.176606  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:48.370320  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:48.371137  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:48.423193  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:48.711609  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:48.870024  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:48.870470  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:48.923005  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:49.111967  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:49.370089  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:49.370686  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:49.422735  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:49.612519  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:49.870213  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:49.870341  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:49.967363  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:50.112190  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:50.369579  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:50.371400  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:50.422448  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:50.611947  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:50.870729  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:50.870748  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:50.922783  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:51.112212  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:51.368956  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:51.370654  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:51.423081  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:51.612081  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:51.871194  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:51.871496  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:51.922109  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:52.167526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:52.371719  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:52.371719  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:52.475852  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:52.612426  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:52.870150  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:52.870264  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:52.970585  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:53.112382  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:53.370416  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:53.370507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:53.422794  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:53.612399  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:53.870582  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:53.870712  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:53.970434  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:54.114298  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:54.369923  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:54.370327  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:54.422604  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:54.611763  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:54.871026  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:54.871082  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:54.923592  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:55.112341  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:55.370230  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:55.370362  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:55.422732  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:55.659643  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:55.870397  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:55.870452  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:55.922820  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:56.113986  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:56.369836  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:56.370425  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:56.422699  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:56.479125  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:56.479181  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:56.479191  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Running
	I0929 11:13:56.479201  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Running
	I0929 11:13:56.479207  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Running
	I0929 11:13:56.479215  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:56.479224  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:56.479231  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:56.479240  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:56.479246  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:56.479252  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:56.479255  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:56.479259  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:56.479265  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Running
	I0929 11:13:56.479271  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:56.479279  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:56.479287  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:56.479292  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:56.479302  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Running
	I0929 11:13:56.479313  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Running
	I0929 11:13:56.479319  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:56.479333  733699 system_pods.go:126] duration metric: took 54.09018411s to wait for k8s-apps to be running ...
	I0929 11:13:56.479350  733699 system_svc.go:44] waiting for kubelet service to be running ....
	I0929 11:13:56.479406  733699 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0929 11:13:56.494186  733699 system_svc.go:56] duration metric: took 14.814595ms WaitForService to wait for kubelet
	I0929 11:13:56.494222  733699 kubeadm.go:578] duration metric: took 57.077375514s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0929 11:13:56.494249  733699 node_conditions.go:102] verifying NodePressure condition ...
	I0929 11:13:56.497940  733699 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
	I0929 11:13:56.497979  733699 node_conditions.go:123] node cpu capacity is 8
	I0929 11:13:56.497999  733699 node_conditions.go:105] duration metric: took 3.74288ms to run NodePressure ...
	I0929 11:13:56.498021  733699 start.go:241] waiting for startup goroutines ...
	I0929 11:13:56.611522  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:56.870213  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:56.870219  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:56.922051  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:57.112023  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:57.369778  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:57.370156  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:57.422267  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:57.611894  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:57.870697  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:57.870724  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:57.922276  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:58.111896  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:58.370315  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:58.370730  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:58.422680  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:58.611980  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:58.869683  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:58.871062  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:58.923578  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:59.111706  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:59.370464  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:59.370491  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:59.423087  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:59.611741  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:59.870357  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:59.870416  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:59.922510  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:00.112019  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:00.370503  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:00.370750  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:00.423322  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:00.611949  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:00.870631  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:00.870669  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:00.923055  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:01.074231  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:14:01.112391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:01.369133  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:01.370903  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:01.422945  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:01.612423  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	W0929 11:14:01.759855  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:14:01.759894  733699 retry.go:31] will retry after 34.077344362s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:14:01.871142  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:01.871148  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:01.923352  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:02.113103  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:02.369515  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:02.371090  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:02.423481  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:02.612590  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:02.870384  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:02.870638  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:02.923232  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:03.112112  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:03.370221  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:03.371097  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:03.423448  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:03.612042  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:03.870284  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:03.870528  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:03.923143  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:04.111616  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:04.410026  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:04.410197  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:04.422120  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:04.630961  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:04.869372  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:04.871445  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:04.922439  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:05.111988  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:05.370603  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:05.370646  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:05.422622  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:05.612381  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:05.869601  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:05.870885  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:05.969967  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:06.112050  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:06.370667  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:06.370673  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:06.422924  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:06.611657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:06.869683  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:06.870117  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:06.923134  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:07.112078  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:07.369703  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:07.370511  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:07.422345  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:07.612340  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:07.870062  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:07.871662  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:07.970103  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:08.111470  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:08.370141  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:08.370171  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:08.422714  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:08.611943  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:08.870573  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:08.870610  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:08.922805  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:09.111890  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:09.370993  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:09.371017  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:09.423300  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:09.612136  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:09.869848  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:09.871325  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:09.922787  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:10.112410  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:10.369599  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:10.370345  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:10.422443  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:10.612103  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:10.870726  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:10.871292  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:10.922235  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:11.112042  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:11.370301  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:11.370815  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:11.422715  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:11.612211  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:11.870223  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:11.871036  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:11.971089  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:12.116118  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:12.369673  733699 kapi.go:107] duration metric: took 1m10.003662891s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0929 11:14:12.370832  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:12.469737  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:12.612415  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:12.969526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:12.969685  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:13.112384  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:13.372466  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:13.422191  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:13.611507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:13.871132  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:13.923269  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:14.111446  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:14.371862  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:14.423153  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:14.611979  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:14.871977  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:14.922525  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:15.112085  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:15.371457  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:15.472004  733699 kapi.go:107] duration metric: took 1m7.552917632s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0929 11:14:15.475061  733699 out.go:179] * Your GCP credentials will now be mounted into every pod created in the addons-398275 cluster.
	I0929 11:14:15.476355  733699 out.go:179] * If you don't want your credentials mounted into a specific pod, add a label with the `gcp-auth-skip-secret` key to your pod configuration.
	I0929 11:14:15.477638  733699 out.go:179] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0929 11:14:15.611493  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:15.870566  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:16.111953  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:16.371414  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:16.611826  733699 kapi.go:107] duration metric: took 1m14.00403754s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0929 11:14:16.870771  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:17.371037  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:17.872063  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:18.371876  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:18.872021  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:19.372134  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:19.870950  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:20.372344  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:20.871247  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:21.370615  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:21.871798  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:22.371290  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:22.871087  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:23.372134  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:23.871842  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:24.371852  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:24.871368  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:25.370485  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:25.871072  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:26.371907  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:26.871447  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:27.370743  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:27.871228  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:28.371059  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:28.871863  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:29.371210  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:29.871203  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:30.370956  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:30.871634  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:31.373324  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:31.871155  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:32.371196  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:32.870813  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:33.371641  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:33.871198  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:34.372153  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:34.870728  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:35.371292  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:35.837689  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:14:35.871824  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:36.371770  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	W0929 11:14:36.399019  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	W0929 11:14:36.399146  733699 out.go:285] ! Enabling 'inspektor-gadget' returned an error: running callbacks: [sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	]
	I0929 11:14:36.871712  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:37.371039  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:37.871938  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:38.371336  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:38.870391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:39.371014  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:39.871646  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:40.371402  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:40.870596  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:41.370800  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:41.871926  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:42.372003  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:42.872368  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:43.371343  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:43.871002  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:44.371934  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:44.872000  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:45.371646  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:45.871130  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:46.371682  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:46.871639  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:47.371188  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:47.872061  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:48.372263  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:48.870483  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:49.370892  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:49.871850  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:50.371813  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:50.871426  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:51.370833  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:51.871565  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:52.371250  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:52.871203  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:53.372001  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:53.871710  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:54.371621  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:54.871343  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:55.370859  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:55.872057  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:56.372039  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:56.871974  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:57.371455  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:57.871001  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:58.372101  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:58.872110  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:59.371369  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:59.871459  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:00.371183  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:00.871132  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:01.370497  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:01.871185  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:02.372370  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:02.871235  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:03.371150  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:03.871638  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:04.371757  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:04.871902  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:05.371756  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:05.871606  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:06.371631  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:06.871537  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:07.371382  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:07.871333  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:08.371018  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:08.872174  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:09.370995  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:09.872400  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:10.371523  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:10.870657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:11.371336  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:11.871886  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:12.371942  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:12.871378  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:13.371050  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:13.872116  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:14.372140  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:14.872478  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:15.371137  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:15.870709  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:16.371407  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:16.871358  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:17.371334  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:17.871465  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:18.371277  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:18.870424  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:19.371193  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:19.871332  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:20.371487  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:20.871237  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:21.371074  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:21.871823  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:22.371672  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:22.871414  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:23.371037  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:23.871596  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:24.371386  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:24.871748  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:25.370923  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:25.871752  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:26.371682  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:26.871213  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:27.370586  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:27.871347  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:28.371098  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:28.872127  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:29.372071  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:29.871029  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:30.372195  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:30.871598  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:31.370491  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:31.870902  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:32.371807  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:32.871864  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:33.371526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:33.871146  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:34.372255  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:34.870752  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:35.371476  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:35.871508  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:36.371287  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:36.870814  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:37.371225  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:37.871249  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:38.371291  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:38.871086  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:39.371771  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:39.872210  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:40.371786  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:40.871180  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:41.370592  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:41.870496  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:42.371238  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:42.871115  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:43.371822  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:43.871424  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:44.372779  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:44.871107  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:45.372112  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:45.872107  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:46.371842  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:46.871340  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:47.370826  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:47.871757  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:48.371852  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:48.871474  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:49.370875  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:49.872246  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:50.371734  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:50.871678  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:51.370696  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:51.871769  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:52.371366  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:52.870767  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:53.371386  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:53.870754  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:54.370950  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:54.871350  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:55.370684  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:55.871501  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:56.370902  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:56.872019  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:57.370737  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:57.871597  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:58.371409  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:58.870982  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:59.371432  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:59.871497  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:00.371005  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:00.872206  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:01.371575  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:01.871029  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:02.371349  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:02.871267  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:03.371037  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:03.872324  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:04.370643  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:04.871933  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:05.371351  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:05.871052  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:06.371316  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:06.871626  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:07.370922  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:07.871726  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:08.370897  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:08.871932  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:09.371441  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:09.871884  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:10.371483  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:10.871641  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:11.370969  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:11.872405  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:12.370470  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:12.870192  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:13.372044  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:13.871749  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:14.370944  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:14.871805  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:15.371345  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:15.871366  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:16.370741  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:16.871761  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:17.370931  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:17.871601  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:18.371435  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:18.870571  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:19.370770  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:19.871985  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:20.371593  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:20.871317  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:21.370597  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:21.871684  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:22.370908  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:22.871575  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:23.371495  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:23.870668  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:24.370752  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:24.871893  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:25.371268  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:25.870980  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:26.371999  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:26.872039  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:27.371447  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:27.871287  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:28.371643  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:28.872843  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:29.371847  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:29.871394  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:30.370958  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:30.871644  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:31.371256  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:31.870439  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:32.371106  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:32.871764  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:33.372507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:33.871809  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:34.371501  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:34.871693  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:35.371496  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:35.871634  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:36.371721  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:36.871893  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:37.370808  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:37.872050  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:38.371284  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:38.871219  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:39.371167  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:39.871655  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:40.371256  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:40.871655  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:41.370952  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:41.871487  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:42.370727  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:42.871368  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:43.371367  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:43.870654  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:44.371060  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:44.870562  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:45.370991  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:45.872240  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:46.371870  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:46.871835  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:47.371371  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:47.871290  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:48.370927  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:48.871688  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:49.371252  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:49.870903  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:50.371427  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:50.871384  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:51.370471  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:51.871108  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:52.370954  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:52.870770  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:53.371690  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:53.871302  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:54.370916  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:54.871887  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:55.371615  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:55.871164  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:56.371840  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:56.871950  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:57.372296  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:57.871487  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:58.371679  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:58.871775  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:59.371378  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:59.872092  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:00.370533  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:00.872321  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:01.370638  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:01.871852  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:02.371653  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:02.871586  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:03.371905  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:03.870611  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:04.371276  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:04.871301  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:05.371356  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:05.871743  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:06.371776  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:06.872276  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:07.371179  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:07.871339  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:08.371615  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:08.871824  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:09.371656  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:09.871326  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:10.371313  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:10.871813  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:11.371880  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:11.871813  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:12.371469  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:12.870725  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:13.371714  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:13.871778  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:14.371711  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:14.871919  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:15.370437  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:15.871109  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:16.370766  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:16.872306  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:17.370588  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:17.872279  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:18.371019  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:18.871182  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:19.371098  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:19.871722  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:20.371233  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:20.871266  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:21.371140  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:21.870890  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:22.371489  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:22.873038  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:23.372157  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:23.871034  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:24.370678  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:24.871294  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:25.370676  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:25.871934  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:26.371966  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:26.871152  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:27.370941  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:27.870872  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:28.371888  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:28.870862  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:29.371640  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:29.871836  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:30.371426  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:30.871170  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:31.370584  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:31.870935  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:32.370423  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:32.870237  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:33.371231  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:33.870237  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:34.370640  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:34.871524  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:35.371497  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:35.871494  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:36.371243  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:36.871101  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:37.370662  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:37.871632  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:38.371731  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:38.871645  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:39.372084  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:39.871254  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:40.371995  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:40.871154  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:41.370910  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:41.871251  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:42.370931  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:42.872036  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:43.371288  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:43.871231  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:44.371097  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:44.872463  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:45.371139  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:45.870569  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:46.371153  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:46.871398  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:47.370812  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:47.871657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:48.371924  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:48.872065  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:49.370574  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:49.872269  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:50.371386  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:50.871321  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:51.370432  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:51.871080  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:52.370970  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:52.870994  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:53.373657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:53.871647  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:54.371167  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:54.870925  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:55.371290  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:55.870908  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:56.371433  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:56.870734  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:57.371624  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:57.871403  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:58.371296  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:58.870270  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:59.370711  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:59.870391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:00.371483  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:00.871504  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:01.371442  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:01.871814  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:02.371467  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:02.871106  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:03.371045  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:03.871312  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:04.371118  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:04.871881  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:05.372479  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:05.871519  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:06.371361  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:06.871097  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:07.371246  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:07.871663  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:08.370988  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:08.871220  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:09.371153  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:09.871341  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:10.370967  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:10.870816  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:11.372514  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:11.871160  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:12.370901  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:12.870951  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:13.370745  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:13.871863  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:14.371682  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:14.871822  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:15.371907  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:15.871442  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:16.371150  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:16.871127  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:17.371671  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:17.871918  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:18.371747  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:18.872038  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:19.371231  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:19.871062  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:20.370734  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:20.871805  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:21.371408  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:21.871498  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:22.371229  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:22.870438  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:23.371409  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:23.871010  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:24.370617  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:24.871224  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:25.371566  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:25.871204  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:26.370526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:26.871202  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:27.371157  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:27.871152  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:28.371084  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:28.871064  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:29.371189  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:29.871208  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:30.370859  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:30.870919  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:31.372054  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:31.871063  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:32.370776  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:32.871409  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:33.371679  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:33.872024  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:34.370589  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:34.871013  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:35.370946  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:35.870766  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:36.371297  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:36.870662  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:37.373044  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:37.870953  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:38.371298  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:38.871121  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:39.370515  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:39.871053  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:40.370713  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:40.871714  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:41.371677  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:41.871745  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:42.371416  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:42.871222  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:43.371483  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:43.871619  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:44.371096  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:44.871773  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:45.371799  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:45.872034  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:46.370855  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:46.872464  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:47.372424  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:47.871328  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:48.371237  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:48.871258  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:49.371020  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:49.871221  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:50.371104  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:50.871132  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:51.371312  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:51.871424  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:52.370942  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:52.870884  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:53.371764  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:53.872075  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:54.370466  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:54.871252  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:55.371085  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:55.870623  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:56.371147  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:56.871134  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:57.371218  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:57.871401  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:58.371613  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:58.871616  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:59.372118  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:59.870839  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:00.371346  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:00.871371  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:01.370856  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:01.872342  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:02.367888  733699 kapi.go:81] temporary error: getting Pods with label selector "kubernetes.io/minikube-addons=registry" : [client rate limiter Wait returned an error: context deadline exceeded]
	I0929 11:19:02.367923  733699 kapi.go:107] duration metric: took 6m0.000423252s to wait for kubernetes.io/minikube-addons=registry ...
	W0929 11:19:02.368055  733699 out.go:285] ! Enabling 'registry' returned an error: running callbacks: [waiting for kubernetes.io/minikube-addons=registry pods: context deadline exceeded]
	I0929 11:19:02.369776  733699 out.go:179] * Enabled addons: amd-gpu-device-plugin, registry-creds, cloud-spanner, storage-provisioner, nvidia-device-plugin, default-storageclass, storage-provisioner-rancher, volcano, metrics-server, ingress-dns, yakd, volumesnapshots, ingress, gcp-auth, csi-hostpath-driver
	I0929 11:19:02.371183  733699 addons.go:514] duration metric: took 6m2.954288088s for enable addons: enabled=[amd-gpu-device-plugin registry-creds cloud-spanner storage-provisioner nvidia-device-plugin default-storageclass storage-provisioner-rancher volcano metrics-server ingress-dns yakd volumesnapshots ingress gcp-auth csi-hostpath-driver]
	I0929 11:19:02.371237  733699 start.go:246] waiting for cluster config update ...
	I0929 11:19:02.371266  733699 start.go:255] writing updated cluster config ...
	I0929 11:19:02.371624  733699 ssh_runner.go:195] Run: rm -f paused
	I0929 11:19:02.376301  733699 pod_ready.go:37] extra waiting up to 4m0s for all "kube-system" pods having one of [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] labels to be "Ready" ...
	I0929 11:19:02.379822  733699 pod_ready.go:83] waiting for pod "coredns-66bc5c9577-8cjs7" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.384626  733699 pod_ready.go:94] pod "coredns-66bc5c9577-8cjs7" is "Ready"
	I0929 11:19:02.384649  733699 pod_ready.go:86] duration metric: took 4.80269ms for pod "coredns-66bc5c9577-8cjs7" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.386725  733699 pod_ready.go:83] waiting for pod "etcd-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.390929  733699 pod_ready.go:94] pod "etcd-addons-398275" is "Ready"
	I0929 11:19:02.390957  733699 pod_ready.go:86] duration metric: took 4.210827ms for pod "etcd-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.392917  733699 pod_ready.go:83] waiting for pod "kube-apiserver-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.396856  733699 pod_ready.go:94] pod "kube-apiserver-addons-398275" is "Ready"
	I0929 11:19:02.396882  733699 pod_ready.go:86] duration metric: took 3.942665ms for pod "kube-apiserver-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.398878  733699 pod_ready.go:83] waiting for pod "kube-controller-manager-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.781099  733699 pod_ready.go:94] pod "kube-controller-manager-addons-398275" is "Ready"
	I0929 11:19:02.781129  733699 pod_ready.go:86] duration metric: took 382.230324ms for pod "kube-controller-manager-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.981364  733699 pod_ready.go:83] waiting for pod "kube-proxy-7km4n" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:03.381087  733699 pod_ready.go:94] pod "kube-proxy-7km4n" is "Ready"
	I0929 11:19:03.381116  733699 pod_ready.go:86] duration metric: took 399.725198ms for pod "kube-proxy-7km4n" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:03.581426  733699 pod_ready.go:83] waiting for pod "kube-scheduler-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:03.980437  733699 pod_ready.go:94] pod "kube-scheduler-addons-398275" is "Ready"
	I0929 11:19:03.980473  733699 pod_ready.go:86] duration metric: took 399.01244ms for pod "kube-scheduler-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:03.980487  733699 pod_ready.go:40] duration metric: took 1.604154845s for extra waiting for all "kube-system" pods having one of [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] labels to be "Ready" ...
	I0929 11:19:04.031838  733699 start.go:623] kubectl: 1.34.1, cluster: 1.34.0 (minor skew: 0)
	I0929 11:19:04.033978  733699 out.go:179] * Done! kubectl is now configured to use "addons-398275" cluster and "default" namespace by default
	
	
	==> container status <==
	CONTAINER           IMAGE               CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	f408d00c793a2       56cc512116c8f       10 minutes ago      Running             busybox                   0                   26e27bacc023f       busybox
	4c9801fafbf3f       1bec18b3728e7       27 minutes ago      Running             controller                0                   1c84f6bdd85a1       ingress-nginx-controller-9cc49f96f-fwsqt
	b4d152aa2945f       b1c9f9ef5f0c2       27 minutes ago      Running             registry-proxy            0                   46314b64daea9       registry-proxy-6n6m9
	a45045d65aa75       8c217da6734db       27 minutes ago      Exited              patch                     2                   7d8a247252ae1       ingress-nginx-admission-patch-vm8qt
	8ba4a1be2e52a       8c217da6734db       27 minutes ago      Exited              create                    0                   9d862bfada74d       ingress-nginx-admission-create-n5gtc
	7cb4515af6010       52546a367cc9e       27 minutes ago      Running             coredns                   0                   92d172380fb07       coredns-66bc5c9577-8cjs7
	5448ee8772c9f       9660a1727a977       27 minutes ago      Running             gadget                    0                   58732ae3a24a7       gadget-p4d27
	d187c07409f92       b6ab53fbfedaa       28 minutes ago      Running             minikube-ingress-dns      0                   85e7d0defe4ae       kube-ingress-dns-minikube
	eb5bda3321e24       6e38f40d628db       28 minutes ago      Running             storage-provisioner       0                   24535cefdde54       storage-provisioner
	c7c21e3451ae9       409467f978b4a       28 minutes ago      Running             kindnet-cni               0                   dfd09726e4e2f       kindnet-ntsc6
	ada769fbe0fef       df0860106674d       28 minutes ago      Running             kube-proxy                0                   a3c1b74cb9ea7       kube-proxy-7km4n
	a15df76019cf8       a0af72f2ec6d6       28 minutes ago      Running             kube-controller-manager   0                   fe44f7246ca21       kube-controller-manager-addons-398275
	c4fa96de22ef4       46169d968e920       28 minutes ago      Running             kube-scheduler            0                   fd598c54febd4       kube-scheduler-addons-398275
	5b744a5b5c34c       90550c43ad2bc       28 minutes ago      Running             kube-apiserver            0                   51ec2dc6250af       kube-apiserver-addons-398275
	57a3548bf9e1a       5f1f5298c888d       28 minutes ago      Running             etcd                      0                   bbb92ae3e1451       etcd-addons-398275
	
	
	==> containerd <==
	Sep 29 11:38:54 addons-398275 containerd[761]: time="2025-09-29T11:38:54.306259183Z" level=info msg="TearDown network for sandbox \"807153e8206053e03299f0bc2db6ff2103a6920cd53c51c8dd8885d82844c427\" successfully"
	Sep 29 11:38:54 addons-398275 containerd[761]: time="2025-09-29T11:38:54.306298176Z" level=info msg="StopPodSandbox for \"807153e8206053e03299f0bc2db6ff2103a6920cd53c51c8dd8885d82844c427\" returns successfully"
	Sep 29 11:38:54 addons-398275 containerd[761]: time="2025-09-29T11:38:54.306890949Z" level=info msg="RemovePodSandbox for \"807153e8206053e03299f0bc2db6ff2103a6920cd53c51c8dd8885d82844c427\""
	Sep 29 11:38:54 addons-398275 containerd[761]: time="2025-09-29T11:38:54.306936309Z" level=info msg="Forcibly stopping sandbox \"807153e8206053e03299f0bc2db6ff2103a6920cd53c51c8dd8885d82844c427\""
	Sep 29 11:38:54 addons-398275 containerd[761]: time="2025-09-29T11:38:54.315655017Z" level=info msg="TearDown network for sandbox \"807153e8206053e03299f0bc2db6ff2103a6920cd53c51c8dd8885d82844c427\" successfully"
	Sep 29 11:38:54 addons-398275 containerd[761]: time="2025-09-29T11:38:54.319871673Z" level=warning msg="Failed to get podSandbox status for container event for sandboxID \"807153e8206053e03299f0bc2db6ff2103a6920cd53c51c8dd8885d82844c427\": an error occurred when try to find sandbox: not found. Sending the event with nil podSandboxStatus."
	Sep 29 11:38:54 addons-398275 containerd[761]: time="2025-09-29T11:38:54.319971819Z" level=info msg="RemovePodSandbox \"807153e8206053e03299f0bc2db6ff2103a6920cd53c51c8dd8885d82844c427\" returns successfully"
	Sep 29 11:38:54 addons-398275 containerd[761]: time="2025-09-29T11:38:54.320526950Z" level=info msg="StopPodSandbox for \"0d5c89fbf44117a57ebf6519130ff86f24f13d5750afab51c82289827c0c8ce4\""
	Sep 29 11:38:54 addons-398275 containerd[761]: time="2025-09-29T11:38:54.328651069Z" level=info msg="TearDown network for sandbox \"0d5c89fbf44117a57ebf6519130ff86f24f13d5750afab51c82289827c0c8ce4\" successfully"
	Sep 29 11:38:54 addons-398275 containerd[761]: time="2025-09-29T11:38:54.328675420Z" level=info msg="StopPodSandbox for \"0d5c89fbf44117a57ebf6519130ff86f24f13d5750afab51c82289827c0c8ce4\" returns successfully"
	Sep 29 11:38:54 addons-398275 containerd[761]: time="2025-09-29T11:38:54.329185123Z" level=info msg="RemovePodSandbox for \"0d5c89fbf44117a57ebf6519130ff86f24f13d5750afab51c82289827c0c8ce4\""
	Sep 29 11:38:54 addons-398275 containerd[761]: time="2025-09-29T11:38:54.329226046Z" level=info msg="Forcibly stopping sandbox \"0d5c89fbf44117a57ebf6519130ff86f24f13d5750afab51c82289827c0c8ce4\""
	Sep 29 11:38:54 addons-398275 containerd[761]: time="2025-09-29T11:38:54.336932585Z" level=info msg="TearDown network for sandbox \"0d5c89fbf44117a57ebf6519130ff86f24f13d5750afab51c82289827c0c8ce4\" successfully"
	Sep 29 11:38:54 addons-398275 containerd[761]: time="2025-09-29T11:38:54.341049639Z" level=warning msg="Failed to get podSandbox status for container event for sandboxID \"0d5c89fbf44117a57ebf6519130ff86f24f13d5750afab51c82289827c0c8ce4\": an error occurred when try to find sandbox: not found. Sending the event with nil podSandboxStatus."
	Sep 29 11:38:54 addons-398275 containerd[761]: time="2025-09-29T11:38:54.341117374Z" level=info msg="RemovePodSandbox \"0d5c89fbf44117a57ebf6519130ff86f24f13d5750afab51c82289827c0c8ce4\" returns successfully"
	Sep 29 11:39:25 addons-398275 containerd[761]: time="2025-09-29T11:39:25.698774098Z" level=info msg="PullImage \"docker.io/nginx:alpine\""
	Sep 29 11:39:25 addons-398275 containerd[761]: time="2025-09-29T11:39:25.700701185Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:39:25 addons-398275 containerd[761]: time="2025-09-29T11:39:25.778427062Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:39:25 addons-398275 containerd[761]: time="2025-09-29T11:39:25.929771856Z" level=error msg="PullImage \"docker.io/nginx:alpine\" failed" error="failed to pull and unpack image \"docker.io/library/nginx:alpine\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:60e48a050b6408d0c5dd59b98b6e36bf0937a0bbe99304e3e9c0e63b7563443a: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:39:25 addons-398275 containerd[761]: time="2025-09-29T11:39:25.929822599Z" level=info msg="stop pulling image docker.io/library/nginx:alpine: active requests=0, bytes read=21299"
	Sep 29 11:40:16 addons-398275 containerd[761]: time="2025-09-29T11:40:16.699147669Z" level=info msg="PullImage \"docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\""
	Sep 29 11:40:16 addons-398275 containerd[761]: time="2025-09-29T11:40:16.700799257Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:40:16 addons-398275 containerd[761]: time="2025-09-29T11:40:16.768312513Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:40:16 addons-398275 containerd[761]: time="2025-09-29T11:40:16.855354788Z" level=error msg="PullImage \"docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\" failed" error="failed to pull and unpack image \"docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/registry/manifests/sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:40:16 addons-398275 containerd[761]: time="2025-09-29T11:40:16.855403435Z" level=info msg="stop pulling image docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: active requests=0, bytes read=10982"
	
	
	==> coredns [7cb4515af601041706abce6b103ce4ca2334b1d49b90106e105490f8323739a1] <==
	[INFO] 10.244.0.22:54274 - 52656 "AAAA IN registry.kube-system.svc.cluster.local.local. udp 73 false 1232" NXDOMAIN qr,rd,ra 62 0.003923226s
	[INFO] 10.244.0.22:54274 - 57701 "A IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 102 false 1232" NXDOMAIN qr,aa,rd,ra 198 0.000113749s
	[INFO] 10.244.0.22:54274 - 31366 "AAAA IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 102 false 1232" NXDOMAIN qr,aa,rd,ra 198 0.000130787s
	[INFO] 10.244.0.22:54274 - 26296 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,aa,rd,ra 185 0.00007984s
	[INFO] 10.244.0.22:54274 - 43878 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,aa,rd,ra 185 0.000088539s
	[INFO] 10.244.0.22:54274 - 58905 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,aa,rd,ra 177 0.00009468s
	[INFO] 10.244.0.22:54274 - 59468 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,aa,rd,ra 177 0.000157328s
	[INFO] 10.244.0.22:54274 - 32938 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000156061s
	[INFO] 10.244.0.22:54274 - 20833 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000201816s
	[INFO] 10.244.0.22:37739 - 44536 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000223259s
	[INFO] 10.244.0.22:37739 - 33169 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000281062s
	[INFO] 10.244.0.22:37739 - 36244 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.000133044s
	[INFO] 10.244.0.22:37739 - 17431 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.000158555s
	[INFO] 10.244.0.22:37739 - 51025 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000113246s
	[INFO] 10.244.0.22:37739 - 58181 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000135736s
	[INFO] 10.244.0.22:37739 - 40840 "A IN registry.kube-system.svc.cluster.local.local. udp 73 false 1232" NXDOMAIN qr,rd,ra 62 0.004230896s
	[INFO] 10.244.0.22:37739 - 50936 "AAAA IN registry.kube-system.svc.cluster.local.local. udp 73 false 1232" NXDOMAIN qr,rd,ra 62 0.004699254s
	[INFO] 10.244.0.22:37739 - 45730 "A IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 102 false 1232" NXDOMAIN qr,aa,rd,ra 198 0.000092064s
	[INFO] 10.244.0.22:37739 - 19553 "AAAA IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 102 false 1232" NXDOMAIN qr,aa,rd,ra 198 0.000161071s
	[INFO] 10.244.0.22:37739 - 36783 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,aa,rd,ra 185 0.00007453s
	[INFO] 10.244.0.22:37739 - 44471 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,aa,rd,ra 185 0.000097509s
	[INFO] 10.244.0.22:37739 - 53407 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,aa,rd,ra 177 0.000092234s
	[INFO] 10.244.0.22:37739 - 57270 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,aa,rd,ra 177 0.000091215s
	[INFO] 10.244.0.22:37739 - 25395 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000126093s
	[INFO] 10.244.0.22:37739 - 35520 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000132464s
	
	
	==> describe nodes <==
	Name:               addons-398275
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=addons-398275
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=e087d081f23c6d1317bb12845422265d8d3490cf
	                    minikube.k8s.io/name=addons-398275
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2025_09_29T11_12_54_0700
	                    minikube.k8s.io/version=v1.37.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-398275
	Annotations:        node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 29 Sep 2025 11:12:51 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-398275
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 29 Sep 2025 11:41:38 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 29 Sep 2025 11:38:15 +0000   Mon, 29 Sep 2025 11:12:50 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 29 Sep 2025 11:38:15 +0000   Mon, 29 Sep 2025 11:12:50 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 29 Sep 2025 11:38:15 +0000   Mon, 29 Sep 2025 11:12:50 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 29 Sep 2025 11:38:15 +0000   Mon, 29 Sep 2025 11:12:51 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-398275
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32863448Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32863448Ki
	  pods:               110
	System Info:
	  Machine ID:                 c09f6e1b9b1b4097bd5de8bda6598604
	  System UUID:                3755a557-4037-49c4-b2f8-72b628230518
	  Boot ID:                    67afa1fd-4f9a-4651-9639-1ca5665e29ac
	  Kernel Version:             6.8.0-1040-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:          (16 in total)
	  Namespace                   Name                                        CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                        ------------  ----------  ---------------  -------------  ---
	  default                     busybox                                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         10m
	  default                     nginx                                       0 (0%)        0 (0%)      0 (0%)           0 (0%)         8m2s
	  default                     task-pv-pod                                 0 (0%)        0 (0%)      0 (0%)           0 (0%)         9m49s
	  gadget                      gadget-p4d27                                0 (0%)        0 (0%)      0 (0%)           0 (0%)         28m
	  ingress-nginx               ingress-nginx-controller-9cc49f96f-fwsqt    100m (1%)     0 (0%)      90Mi (0%)        0 (0%)         28m
	  kube-system                 coredns-66bc5c9577-8cjs7                    100m (1%)     0 (0%)      70Mi (0%)        170Mi (0%)     28m
	  kube-system                 etcd-addons-398275                          100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         28m
	  kube-system                 kindnet-ntsc6                               100m (1%)     100m (1%)   50Mi (0%)        50Mi (0%)      28m
	  kube-system                 kube-apiserver-addons-398275                250m (3%)     0 (0%)      0 (0%)           0 (0%)         28m
	  kube-system                 kube-controller-manager-addons-398275       200m (2%)     0 (0%)      0 (0%)           0 (0%)         28m
	  kube-system                 kube-ingress-dns-minikube                   0 (0%)        0 (0%)      0 (0%)           0 (0%)         28m
	  kube-system                 kube-proxy-7km4n                            0 (0%)        0 (0%)      0 (0%)           0 (0%)         28m
	  kube-system                 kube-scheduler-addons-398275                100m (1%)     0 (0%)      0 (0%)           0 (0%)         28m
	  kube-system                 registry-66898fdd98-dt8xj                   0 (0%)        0 (0%)      0 (0%)           0 (0%)         28m
	  kube-system                 registry-proxy-6n6m9                        0 (0%)        0 (0%)      0 (0%)           0 (0%)         28m
	  kube-system                 storage-provisioner                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         28m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                950m (11%)  100m (1%)
	  memory             310Mi (0%)  220Mi (0%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	Events:
	  Type    Reason                   Age   From             Message
	  ----    ------                   ----  ----             -------
	  Normal  Starting                 28m   kube-proxy       
	  Normal  Starting                 28m   kubelet          Starting kubelet.
	  Normal  NodeAllocatableEnforced  28m   kubelet          Updated Node Allocatable limit across pods
	  Normal  NodeHasSufficientMemory  28m   kubelet          Node addons-398275 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    28m   kubelet          Node addons-398275 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     28m   kubelet          Node addons-398275 status is now: NodeHasSufficientPID
	  Normal  RegisteredNode           28m   node-controller  Node addons-398275 event: Registered Node addons-398275 in Controller
	
	
	==> dmesg <==
	
	
	==> etcd [57a3548bf9e1a84dd01340486307094c496a097bbb1e33e1e838f9f96f5616da] <==
	{"level":"warn","ts":"2025-09-29T11:13:28.721326Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43472","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.737938Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43492","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.746071Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43506","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.770621Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43540","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.793233Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43556","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.804715Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43582","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.829588Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43606","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.839084Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43638","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.845740Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43640","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.857069Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43646","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.866292Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43676","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.875190Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43686","server-name":"","error":"EOF"}
	{"level":"info","ts":"2025-09-29T11:14:47.826395Z","caller":"traceutil/trace.go:172","msg":"trace[1534711317] transaction","detail":"{read_only:false; response_revision:1538; number_of_response:1; }","duration":"122.325691ms","start":"2025-09-29T11:14:47.704051Z","end":"2025-09-29T11:14:47.826376Z","steps":["trace[1534711317] 'process raft request'  (duration: 93.140721ms)","trace[1534711317] 'compare'  (duration: 29.096717ms)"],"step_count":2}
	{"level":"info","ts":"2025-09-29T11:22:50.585088Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":1978}
	{"level":"info","ts":"2025-09-29T11:22:50.613643Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":1978,"took":"27.829257ms","hash":404619217,"current-db-size-bytes":7905280,"current-db-size":"7.9 MB","current-db-size-in-use-bytes":4780032,"current-db-size-in-use":"4.8 MB"}
	{"level":"info","ts":"2025-09-29T11:22:50.613725Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":404619217,"revision":1978,"compact-revision":-1}
	{"level":"info","ts":"2025-09-29T11:27:50.593299Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":2443}
	{"level":"info","ts":"2025-09-29T11:27:50.611630Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":2443,"took":"17.663318ms","hash":4261036622,"current-db-size-bytes":7905280,"current-db-size":"7.9 MB","current-db-size-in-use-bytes":3534848,"current-db-size-in-use":"3.5 MB"}
	{"level":"info","ts":"2025-09-29T11:27:50.611689Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":4261036622,"revision":2443,"compact-revision":1978}
	{"level":"info","ts":"2025-09-29T11:32:50.598892Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":2903}
	{"level":"info","ts":"2025-09-29T11:32:50.724901Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":2903,"took":"125.330547ms","hash":2445386889,"current-db-size-bytes":7905280,"current-db-size":"7.9 MB","current-db-size-in-use-bytes":4886528,"current-db-size-in-use":"4.9 MB"}
	{"level":"info","ts":"2025-09-29T11:32:50.724994Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":2445386889,"revision":2903,"compact-revision":2443}
	{"level":"info","ts":"2025-09-29T11:37:50.605054Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":3742}
	{"level":"info","ts":"2025-09-29T11:37:50.646064Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":3742,"took":"40.165199ms","hash":414089270,"current-db-size-bytes":7905280,"current-db-size":"7.9 MB","current-db-size-in-use-bytes":4648960,"current-db-size-in-use":"4.6 MB"}
	{"level":"info","ts":"2025-09-29T11:37:50.646118Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":414089270,"revision":3742,"compact-revision":2903}
	
	
	==> kernel <==
	 11:41:40 up 19:24,  0 users,  load average: 0.18, 0.23, 0.33
	Linux addons-398275 6.8.0-1040-gcp #42~22.04.1-Ubuntu SMP Tue Sep  9 13:30:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [c7c21e3451ae93eccd42d0234cbb7b370a427d2f5d03b0097c536847b815f0c5] <==
	I0929 11:39:31.233686       1 main.go:301] handling current node
	I0929 11:39:41.227478       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:39:41.227526       1 main.go:301] handling current node
	I0929 11:39:51.234243       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:39:51.234298       1 main.go:301] handling current node
	I0929 11:40:01.231976       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:40:01.232024       1 main.go:301] handling current node
	I0929 11:40:11.234153       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:40:11.234218       1 main.go:301] handling current node
	I0929 11:40:21.234705       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:40:21.234757       1 main.go:301] handling current node
	I0929 11:40:31.226733       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:40:31.226781       1 main.go:301] handling current node
	I0929 11:40:41.228237       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:40:41.228282       1 main.go:301] handling current node
	I0929 11:40:51.232095       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:40:51.232148       1 main.go:301] handling current node
	I0929 11:41:01.226716       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:41:01.226760       1 main.go:301] handling current node
	I0929 11:41:11.234199       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:41:11.234253       1 main.go:301] handling current node
	I0929 11:41:21.236338       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:41:21.236382       1 main.go:301] handling current node
	I0929 11:41:31.230322       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:41:31.230361       1 main.go:301] handling current node
	
	
	==> kube-apiserver [5b744a5b5c34c5548706f651d6570f93852ec59ba34e62efee4c0d4bd46f73f6] <==
	I0929 11:34:29.696996       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:35:43.860577       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:35:53.245438       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:37:01.003370       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:37:13.664724       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:37:54.713397       1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0929 11:37:54.713465       1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0929 11:37:54.727835       1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0929 11:37:54.727899       1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0929 11:37:54.730085       1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0929 11:37:54.730129       1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0929 11:37:54.740235       1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0929 11:37:54.740286       1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0929 11:37:54.754368       1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0929 11:37:54.754403       1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0929 11:37:55.730474       1 cacher.go:182] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0929 11:37:55.754892       1 cacher.go:182] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0929 11:37:55.864371       1 cacher.go:182] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	I0929 11:38:02.079740       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:38:31.224652       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:39:06.993862       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:39:40.089810       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:40:21.155619       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:41:02.160355       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:41:35.941466       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	
	
	==> kube-controller-manager [a15df76019cf897d5f9623283c65aba73e56e733dd0b50c8438b4402d8d36de9] <==
	E0929 11:40:48.125941       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:40:48.126980       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:40:48.511002       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:40:48.512162       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:40:58.780491       1 pv_controller.go:1587] "Error finding provisioning plugin for claim" err="storageclass.storage.k8s.io \"local-path\" not found" logger="persistentvolume-binder-controller" PVC="default/test-pvc"
	E0929 11:41:08.618649       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:41:08.619751       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:41:10.655800       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:41:10.656818       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:41:13.538204       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:41:13.539291       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:41:13.781336       1 pv_controller.go:1587] "Error finding provisioning plugin for claim" err="storageclass.storage.k8s.io \"local-path\" not found" logger="persistentvolume-binder-controller" PVC="default/test-pvc"
	E0929 11:41:20.416739       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:41:20.417943       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:41:22.053348       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:41:22.054620       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:41:24.546698       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:41:24.547778       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:41:26.979460       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:41:26.980761       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:41:28.781489       1 pv_controller.go:1587] "Error finding provisioning plugin for claim" err="storageclass.storage.k8s.io \"local-path\" not found" logger="persistentvolume-binder-controller" PVC="default/test-pvc"
	E0929 11:41:34.835513       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:41:34.836532       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:41:36.049747       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:41:36.050765       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	
	
	==> kube-proxy [ada769fbe0fef4c2f23a1e201018fd78fd5f64290cbe6138d00bad25ee4c028b] <==
	I0929 11:13:00.637306       1 server_linux.go:53] "Using iptables proxy"
	I0929 11:13:00.761695       1 shared_informer.go:349] "Waiting for caches to sync" controller="node informer cache"
	I0929 11:13:00.868638       1 shared_informer.go:356] "Caches are synced" controller="node informer cache"
	I0929 11:13:00.868705       1 server.go:219] "Successfully retrieved NodeIPs" NodeIPs=["192.168.49.2"]
	E0929 11:13:00.868788       1 server.go:256] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
	I0929 11:13:00.970058       1 server.go:265] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0929 11:13:00.970152       1 server_linux.go:132] "Using iptables Proxier"
	I0929 11:13:00.987812       1 proxier.go:242] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses" ipFamily="IPv4"
	I0929 11:13:00.997691       1 server.go:527] "Version info" version="v1.34.0"
	I0929 11:13:01.002640       1 server.go:529] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0929 11:13:01.010334       1 config.go:200] "Starting service config controller"
	I0929 11:13:01.011500       1 shared_informer.go:349] "Waiting for caches to sync" controller="service config"
	I0929 11:13:01.011758       1 config.go:106] "Starting endpoint slice config controller"
	I0929 11:13:01.011768       1 shared_informer.go:349] "Waiting for caches to sync" controller="endpoint slice config"
	I0929 11:13:01.011788       1 config.go:309] "Starting node config controller"
	I0929 11:13:01.011861       1 config.go:403] "Starting serviceCIDR config controller"
	I0929 11:13:01.012071       1 shared_informer.go:349] "Waiting for caches to sync" controller="serviceCIDR config"
	I0929 11:13:01.013350       1 shared_informer.go:349] "Waiting for caches to sync" controller="node config"
	I0929 11:13:01.013380       1 shared_informer.go:356] "Caches are synced" controller="node config"
	I0929 11:13:01.111705       1 shared_informer.go:356] "Caches are synced" controller="service config"
	I0929 11:13:01.113083       1 shared_informer.go:356] "Caches are synced" controller="endpoint slice config"
	I0929 11:13:01.113118       1 shared_informer.go:356] "Caches are synced" controller="serviceCIDR config"
	
	
	==> kube-scheduler [c4fa96de22ef458fe94e1ea4c22cd9ab1448ee10fb5d5e69dc62813b46e56dd8] <==
	E0929 11:12:51.538531       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolumeClaim"
	E0929 11:12:51.539299       1 reflector.go:205] "Failed to watch" err="failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"volumeattachments\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.VolumeAttachment"
	E0929 11:12:51.539396       1 reflector.go:205] "Failed to watch" err="failed to list *v1.DeviceClass: deviceclasses.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"deviceclasses\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.DeviceClass"
	E0929 11:12:51.539441       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0929 11:12:51.539481       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceSlice: resourceslices.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceslices\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceSlice"
	E0929 11:12:51.539502       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIDriver"
	E0929 11:12:51.539674       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicationController"
	E0929 11:12:51.539641       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Pod"
	E0929 11:12:51.539718       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0929 11:12:51.539784       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
	E0929 11:12:51.539808       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
	E0929 11:12:51.539818       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0929 11:12:52.365957       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
	E0929 11:12:52.372088       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0929 11:12:52.403326       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
	E0929 11:12:52.617968       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
	E0929 11:12:52.620965       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0929 11:12:52.621079       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0929 11:12:52.628435       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIStorageCapacity"
	E0929 11:12:52.713862       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceClaim: resourceclaims.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceclaims\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceClaim"
	E0929 11:12:52.763590       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"
	I0929 11:12:53.134055       1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	E0929 11:41:23.247126       1 framework.go:1298] "Plugin failed" err="binding volumes: context deadline exceeded" plugin="VolumeBinding" pod="default/test-local-path" node="addons-398275"
	E0929 11:41:23.247262       1 schedule_one.go:1079] "Error scheduling pod; retrying" err="running PreBind plugin \"VolumeBinding\": binding volumes: context deadline exceeded" logger="UnhandledError" pod="default/test-local-path"
	E0929 11:41:25.001705       1 schedule_one.go:191] "Status after running PostFilter plugins for pod" logger="UnhandledError" pod="default/test-local-path" status="not found"
	
	
	==> kubelet <==
	Sep 29 11:40:30 addons-398275 kubelet[1550]: E0929 11:40:30.698590    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"registry\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/registry/manifests/sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kube-system/registry-66898fdd98-dt8xj" podUID="7c0152f9-f483-4295-baec-3bf986eab6c6"
	Sep 29 11:40:33 addons-398275 kubelet[1550]: E0929 11:40:33.698941    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:60e48a050b6408d0c5dd59b98b6e36bf0937a0bbe99304e3e9c0e63b7563443a: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="b6f8b40f-acce-4508-b4c0-9a32d0952bf5"
	Sep 29 11:40:37 addons-398275 kubelet[1550]: W0929 11:40:37.001062    1550 logging.go:55] [core] [Channel #76 SubChannel #77]grpc: addrConn.createTransport failed to connect to {Addr: "/var/lib/kubelet/plugins/csi-hostpath/csi.sock", ServerName: "localhost", BalancerAttributes: {"<%!p(pickfirstleaf.managedByPickfirstKeyType={})>": "<%!p(bool=true)>" }}. Err: connection error: desc = "transport: Error while dialing: dial unix /var/lib/kubelet/plugins/csi-hostpath/csi.sock: connect: connection refused"
	Sep 29 11:40:37 addons-398275 kubelet[1550]: E0929 11:40:37.697102    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"task-pv-container\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:27637a97e3d1d0518adc2a877b60db3779970f19474b6e586ddcbc2d5500e285: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/task-pv-pod" podUID="4d48227e-78cb-471e-8430-b2704bcbc5a3"
	Sep 29 11:40:44 addons-398275 kubelet[1550]: I0929 11:40:44.697389    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-dt8xj" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:40:44 addons-398275 kubelet[1550]: E0929 11:40:44.698502    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"registry\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/registry/manifests/sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kube-system/registry-66898fdd98-dt8xj" podUID="7c0152f9-f483-4295-baec-3bf986eab6c6"
	Sep 29 11:40:46 addons-398275 kubelet[1550]: E0929 11:40:46.698512    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:60e48a050b6408d0c5dd59b98b6e36bf0937a0bbe99304e3e9c0e63b7563443a: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="b6f8b40f-acce-4508-b4c0-9a32d0952bf5"
	Sep 29 11:40:48 addons-398275 kubelet[1550]: E0929 11:40:48.697730    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"task-pv-container\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:27637a97e3d1d0518adc2a877b60db3779970f19474b6e586ddcbc2d5500e285: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/task-pv-pod" podUID="4d48227e-78cb-471e-8430-b2704bcbc5a3"
	Sep 29 11:40:59 addons-398275 kubelet[1550]: I0929 11:40:59.696865    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-dt8xj" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:40:59 addons-398275 kubelet[1550]: E0929 11:40:59.697917    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"registry\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/registry/manifests/sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kube-system/registry-66898fdd98-dt8xj" podUID="7c0152f9-f483-4295-baec-3bf986eab6c6"
	Sep 29 11:41:00 addons-398275 kubelet[1550]: E0929 11:41:00.698034    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:60e48a050b6408d0c5dd59b98b6e36bf0937a0bbe99304e3e9c0e63b7563443a: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="b6f8b40f-acce-4508-b4c0-9a32d0952bf5"
	Sep 29 11:41:01 addons-398275 kubelet[1550]: E0929 11:41:01.697231    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"task-pv-container\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:27637a97e3d1d0518adc2a877b60db3779970f19474b6e586ddcbc2d5500e285: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/task-pv-pod" podUID="4d48227e-78cb-471e-8430-b2704bcbc5a3"
	Sep 29 11:41:07 addons-398275 kubelet[1550]: I0929 11:41:07.697391    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-proxy-6n6m9" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:41:12 addons-398275 kubelet[1550]: I0929 11:41:12.696853    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-dt8xj" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:41:12 addons-398275 kubelet[1550]: E0929 11:41:12.697875    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"registry\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/registry/manifests/sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kube-system/registry-66898fdd98-dt8xj" podUID="7c0152f9-f483-4295-baec-3bf986eab6c6"
	Sep 29 11:41:13 addons-398275 kubelet[1550]: E0929 11:41:13.701100    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:60e48a050b6408d0c5dd59b98b6e36bf0937a0bbe99304e3e9c0e63b7563443a: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="b6f8b40f-acce-4508-b4c0-9a32d0952bf5"
	Sep 29 11:41:16 addons-398275 kubelet[1550]: E0929 11:41:16.697864    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"task-pv-container\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:27637a97e3d1d0518adc2a877b60db3779970f19474b6e586ddcbc2d5500e285: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/task-pv-pod" podUID="4d48227e-78cb-471e-8430-b2704bcbc5a3"
	Sep 29 11:41:23 addons-398275 kubelet[1550]: I0929 11:41:23.697809    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/busybox" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:41:24 addons-398275 kubelet[1550]: I0929 11:41:24.697370    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-dt8xj" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:41:24 addons-398275 kubelet[1550]: E0929 11:41:24.698451    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"registry\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/registry/manifests/sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kube-system/registry-66898fdd98-dt8xj" podUID="7c0152f9-f483-4295-baec-3bf986eab6c6"
	Sep 29 11:41:27 addons-398275 kubelet[1550]: E0929 11:41:27.697734    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"task-pv-container\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:27637a97e3d1d0518adc2a877b60db3779970f19474b6e586ddcbc2d5500e285: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/task-pv-pod" podUID="4d48227e-78cb-471e-8430-b2704bcbc5a3"
	Sep 29 11:41:27 addons-398275 kubelet[1550]: E0929 11:41:27.698380    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:60e48a050b6408d0c5dd59b98b6e36bf0937a0bbe99304e3e9c0e63b7563443a: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="b6f8b40f-acce-4508-b4c0-9a32d0952bf5"
	Sep 29 11:41:38 addons-398275 kubelet[1550]: E0929 11:41:38.698521    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:60e48a050b6408d0c5dd59b98b6e36bf0937a0bbe99304e3e9c0e63b7563443a: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="b6f8b40f-acce-4508-b4c0-9a32d0952bf5"
	Sep 29 11:41:39 addons-398275 kubelet[1550]: I0929 11:41:39.696656    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-dt8xj" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:41:39 addons-398275 kubelet[1550]: E0929 11:41:39.697676    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"registry\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/registry/manifests/sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kube-system/registry-66898fdd98-dt8xj" podUID="7c0152f9-f483-4295-baec-3bf986eab6c6"
	
	
	==> storage-provisioner [eb5bda3321e245948bdaaf066991a7c0daa474af8bd10b92ad175cad4c437afd] <==
	W0929 11:41:14.575629       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:41:16.579155       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:41:16.584698       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:41:18.588416       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:41:18.593727       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:41:20.597046       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:41:20.601051       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:41:22.604653       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:41:22.610067       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:41:24.613315       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:41:24.617265       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:41:26.621181       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:41:26.625988       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:41:28.629241       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:41:28.633037       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:41:30.636583       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:41:30.641037       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:41:32.644785       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:41:32.648614       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:41:34.651581       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:41:34.656676       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:41:36.660201       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:41:36.664521       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:41:38.667815       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:41:38.673250       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-398275 -n addons-398275
helpers_test.go:269: (dbg) Run:  kubectl --context addons-398275 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:280: non-running pods: nginx task-pv-pod test-local-path ingress-nginx-admission-create-n5gtc ingress-nginx-admission-patch-vm8qt registry-66898fdd98-dt8xj
helpers_test.go:282: ======> post-mortem[TestAddons/parallel/Ingress]: describe non-running pods <======
helpers_test.go:285: (dbg) Run:  kubectl --context addons-398275 describe pod nginx task-pv-pod test-local-path ingress-nginx-admission-create-n5gtc ingress-nginx-admission-patch-vm8qt registry-66898fdd98-dt8xj
helpers_test.go:285: (dbg) Non-zero exit: kubectl --context addons-398275 describe pod nginx task-pv-pod test-local-path ingress-nginx-admission-create-n5gtc ingress-nginx-admission-patch-vm8qt registry-66898fdd98-dt8xj: exit status 1 (84.795822ms)

                                                
                                                
-- stdout --
	Name:             nginx
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-398275/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:33:38 +0000
	Labels:           run=nginx
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.30
	IPs:
	  IP:  10.244.0.30
	Containers:
	  nginx:
	    Container ID:   
	    Image:          docker.io/nginx:alpine
	    Image ID:       
	    Port:           80/TCP
	    Host Port:      0/TCP
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-mx44g (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-mx44g:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    Optional:                false
	    DownwardAPI:             true
	QoS Class:                   BestEffort
	Node-Selectors:              <none>
	Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
	                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
	Events:
	  Type     Reason     Age                    From               Message
	  ----     ------     ----                   ----               -------
	  Normal   Scheduled  8m3s                   default-scheduler  Successfully assigned default/nginx to addons-398275
	  Warning  Failed     8m2s                   kubelet            Failed to pull image "docker.io/nginx:alpine": failed to pull and unpack image "docker.io/library/nginx:alpine": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:60e48a050b6408d0c5dd59b98b6e36bf0937a0bbe99304e3e9c0e63b7563443a: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Normal   Pulling    4m58s (x5 over 8m3s)   kubelet            Pulling image "docker.io/nginx:alpine"
	  Warning  Failed     4m58s (x5 over 8m2s)   kubelet            Error: ErrImagePull
	  Warning  Failed     4m58s (x4 over 7m50s)  kubelet            Failed to pull image "docker.io/nginx:alpine": failed to pull and unpack image "docker.io/library/nginx:alpine": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:42a516af16b852e33b7682d5ef8acbd5d13fe08fecadc7ed98605ba5e3b26ab8: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Warning  Failed     2m55s (x20 over 8m2s)  kubelet            Error: ImagePullBackOff
	  Normal   BackOff    2m43s (x21 over 8m2s)  kubelet            Back-off pulling image "docker.io/nginx:alpine"
	
	
	Name:             task-pv-pod
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-398275/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:31:51 +0000
	Labels:           app=task-pv-pod
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.29
	IPs:
	  IP:  10.244.0.29
	Containers:
	  task-pv-container:
	    Container ID:   
	    Image:          docker.io/nginx
	    Image ID:       
	    Port:           80/TCP (http-server)
	    Host Port:      0/TCP (http-server)
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /usr/share/nginx/html from task-pv-storage (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-jfwzp (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  task-pv-storage:
	    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
	    ClaimName:  hpvc
	    ReadOnly:   false
	  kube-api-access-jfwzp:
	    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           9m50s                   default-scheduler        Successfully assigned default/task-pv-pod to addons-398275
	  Normal   Pulling             6m54s (x5 over 9m50s)   kubelet                  Pulling image "docker.io/nginx"
	  Warning  Failed              6m54s (x5 over 9m50s)   kubelet                  Failed to pull image "docker.io/nginx": failed to pull and unpack image "docker.io/library/nginx:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Warning  Failed              6m54s (x5 over 9m50s)   kubelet                  Error: ErrImagePull
	  Normal   BackOff             4m49s (x21 over 9m49s)  kubelet                  Back-off pulling image "docker.io/nginx"
	  Warning  Failed              4m49s (x21 over 9m49s)  kubelet                  Error: ImagePullBackOff
	  Warning  FailedAttachVolume  93s                     attachdetach-controller  AttachVolume.Attach failed for volume "pvc-da6a8fb6-7854-4724-a680-d59a7ea232d1" : timed out waiting for external-attacher of hostpath.csi.k8s.io CSI driver to attach volume e414277e-9d27-11f0-ad94-02ed0cf9392d
	
	
	Name:             test-local-path
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             <none>
	Labels:           run=test-local-path
	Annotations:      <none>
	Status:           Pending
	IP:               
	IPs:              <none>
	Containers:
	  busybox:
	    Image:      busybox:stable
	    Port:       <none>
	    Host Port:  <none>
	    Command:
	      sh
	      -c
	      echo 'local-path-provisioner' > /test/file1
	    Environment:  <none>
	    Mounts:
	      /test from data (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-gjwkv (ro)
	Conditions:
	  Type           Status
	  PodScheduled   False 
	Volumes:
	  data:
	    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
	    ClaimName:  test-pvc
	    ReadOnly:   false
	  kube-api-access-gjwkv:
	    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
	  ----     ------            ----  ----               -------
	  Warning  FailedScheduling  18s   default-scheduler  running PreBind plugin "VolumeBinding": binding volumes: context deadline exceeded
	  Warning  FailedScheduling  16s   default-scheduler  0/1 nodes are available: pod has unbound immediate PersistentVolumeClaims. not found

                                                
                                                
-- /stdout --
** stderr ** 
	Error from server (NotFound): pods "ingress-nginx-admission-create-n5gtc" not found
	Error from server (NotFound): pods "ingress-nginx-admission-patch-vm8qt" not found
	Error from server (NotFound): pods "registry-66898fdd98-dt8xj" not found

                                                
                                                
** /stderr **
helpers_test.go:287: kubectl --context addons-398275 describe pod nginx task-pv-pod test-local-path ingress-nginx-admission-create-n5gtc ingress-nginx-admission-patch-vm8qt registry-66898fdd98-dt8xj: exit status 1
addons_test.go:1053: (dbg) Run:  out/minikube-linux-amd64 -p addons-398275 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:1053: (dbg) Run:  out/minikube-linux-amd64 -p addons-398275 addons disable ingress --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-linux-amd64 -p addons-398275 addons disable ingress --alsologtostderr -v=1: (7.710292516s)
--- FAIL: TestAddons/parallel/Ingress (491.78s)

                                                
                                    
x
+
TestAddons/parallel/CSI (374.61s)

                                                
                                                
=== RUN   TestAddons/parallel/CSI
=== PAUSE TestAddons/parallel/CSI

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
I0929 11:31:47.011189  732404 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0929 11:31:47.015176  732404 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0929 11:31:47.015207  732404 kapi.go:107] duration metric: took 4.044753ms to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
addons_test.go:549: csi-hostpath-driver pods stabilized in 4.061552ms
addons_test.go:552: (dbg) Run:  kubectl --context addons-398275 create -f testdata/csi-hostpath-driver/pvc.yaml
addons_test.go:557: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc" in namespace "default" ...
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:562: (dbg) Run:  kubectl --context addons-398275 create -f testdata/csi-hostpath-driver/pv-pod.yaml
addons_test.go:567: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod" in namespace "default" ...
helpers_test.go:352: "task-pv-pod" [4d48227e-78cb-471e-8430-b2704bcbc5a3] Pending
helpers_test.go:352: "task-pv-pod" [4d48227e-78cb-471e-8430-b2704bcbc5a3] Pending / Ready:ContainersNotReady (containers with unready status: [task-pv-container]) / ContainersReady:ContainersNotReady (containers with unready status: [task-pv-container])
helpers_test.go:337: TestAddons/parallel/CSI: WARNING: pod list for "default" "app=task-pv-pod" returned: client rate limiter Wait returned an error: context deadline exceeded
addons_test.go:567: ***** TestAddons/parallel/CSI: pod "app=task-pv-pod" failed to start within 6m0s: context deadline exceeded ****
addons_test.go:567: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-398275 -n addons-398275
addons_test.go:567: TestAddons/parallel/CSI: showing logs for failed pods as of 2025-09-29 11:37:51.657772014 +0000 UTC m=+1548.819022564
addons_test.go:567: (dbg) Run:  kubectl --context addons-398275 describe po task-pv-pod -n default
addons_test.go:567: (dbg) kubectl --context addons-398275 describe po task-pv-pod -n default:
Name:             task-pv-pod
Namespace:        default
Priority:         0
Service Account:  default
Node:             addons-398275/192.168.49.2
Start Time:       Mon, 29 Sep 2025 11:31:51 +0000
Labels:           app=task-pv-pod
Annotations:      <none>
Status:           Pending
IP:               10.244.0.29
IPs:
IP:  10.244.0.29
Containers:
task-pv-container:
Container ID:   
Image:          docker.io/nginx
Image ID:       
Port:           80/TCP (http-server)
Host Port:      0/TCP (http-server)
State:          Waiting
Reason:       ImagePullBackOff
Ready:          False
Restart Count:  0
Environment:    <none>
Mounts:
/usr/share/nginx/html from task-pv-storage (rw)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-jfwzp (ro)
Conditions:
Type                        Status
PodReadyToStartContainers   True 
Initialized                 True 
Ready                       False 
ContainersReady             False 
PodScheduled                True 
Volumes:
task-pv-storage:
Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
ClaimName:  hpvc
ReadOnly:   false
kube-api-access-jfwzp:
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  6m                    default-scheduler  Successfully assigned default/task-pv-pod to addons-398275
Normal   Pulling    3m4s (x5 over 6m)     kubelet            Pulling image "docker.io/nginx"
Warning  Failed     3m4s (x5 over 6m)     kubelet            Failed to pull image "docker.io/nginx": failed to pull and unpack image "docker.io/library/nginx:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Warning  Failed     3m4s (x5 over 6m)     kubelet            Error: ErrImagePull
Normal   BackOff    59s (x21 over 5m59s)  kubelet            Back-off pulling image "docker.io/nginx"
Warning  Failed     59s (x21 over 5m59s)  kubelet            Error: ImagePullBackOff
addons_test.go:567: (dbg) Run:  kubectl --context addons-398275 logs task-pv-pod -n default
addons_test.go:567: (dbg) Non-zero exit: kubectl --context addons-398275 logs task-pv-pod -n default: exit status 1 (72.516174ms)

                                                
                                                
** stderr ** 
	Error from server (BadRequest): container "task-pv-container" in pod "task-pv-pod" is waiting to start: trying and failing to pull image

                                                
                                                
** /stderr **
addons_test.go:567: kubectl --context addons-398275 logs task-pv-pod -n default: exit status 1
addons_test.go:568: failed waiting for pod task-pv-pod: app=task-pv-pod within 6m0s: context deadline exceeded
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:223: ======>  post-mortem[TestAddons/parallel/CSI]: network settings <======
helpers_test.go:230: HOST ENV snapshots: PROXY env: HTTP_PROXY="<empty>" HTTPS_PROXY="<empty>" NO_PROXY="<empty>"
helpers_test.go:238: ======>  post-mortem[TestAddons/parallel/CSI]: docker inspect <======
helpers_test.go:239: (dbg) Run:  docker inspect addons-398275
helpers_test.go:243: (dbg) docker inspect addons-398275:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf",
	        "Created": "2025-09-29T11:12:38.749141422Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 734356,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2025-09-29T11:12:38.791705384Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:c6b5532e987b5b4f5fc9cb0336e378ed49c0542bad8cbfc564b71e977a6269de",
	        "ResolvConfPath": "/var/lib/docker/containers/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf/hostname",
	        "HostsPath": "/var/lib/docker/containers/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf/hosts",
	        "LogPath": "/var/lib/docker/containers/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf-json.log",
	        "Name": "/addons-398275",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-398275:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "addons-398275",
	            "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": "private",
	            "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": 0,
	            "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": null,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "ID": "5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf",
	                "LowerDir": "/var/lib/docker/overlay2/751800f3f9fd5e343776f2a640aef1e1b64546a6c24fa2b554ec22f836c05494-init/diff:/var/lib/docker/overlay2/77070dd40a60b70b435bf4a69cbe4e41eeab20e4e227c9544e0e0b5e600a0bbc/diff",
	                "MergedDir": "/var/lib/docker/overlay2/751800f3f9fd5e343776f2a640aef1e1b64546a6c24fa2b554ec22f836c05494/merged",
	                "UpperDir": "/var/lib/docker/overlay2/751800f3f9fd5e343776f2a640aef1e1b64546a6c24fa2b554ec22f836c05494/diff",
	                "WorkDir": "/var/lib/docker/overlay2/751800f3f9fd5e343776f2a640aef1e1b64546a6c24fa2b554ec22f836c05494/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-398275",
	                "Source": "/var/lib/docker/volumes/addons-398275/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-398275",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1",
	            "Volumes": null,
	            "WorkingDir": "/",
	            "Entrypoint": [
	                "/usr/local/bin/entrypoint",
	                "/sbin/init"
	            ],
	            "OnBuild": null,
	            "Labels": {
	                "created_by.minikube.sigs.k8s.io": "true",
	                "mode.minikube.sigs.k8s.io": "addons-398275",
	                "name.minikube.sigs.k8s.io": "addons-398275",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "8577bb8655b63b7547b66c3255bf516e57d8db36eec07c98bf6e147283520f7d",
	            "SandboxKey": "/var/run/docker/netns/8577bb8655b6",
	            "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-398275": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "fa:11:d8:cb:64:1c",
	                    "DriverOpts": null,
	                    "GwPriority": 0,
	                    "NetworkID": "3c08dfa259fdbb7216b0a211339233bbf7e1de897615b63379b48a084fc60947",
	                    "EndpointID": "38daad4cbdb1b59925b148be23caf76b01e1b39a58772ddd38bc9e0566f761a9",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-398275",
	                        "5967997dc883"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:247: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p addons-398275 -n addons-398275
helpers_test.go:252: <<< TestAddons/parallel/CSI FAILED: start of post-mortem logs <<<
helpers_test.go:253: ======>  post-mortem[TestAddons/parallel/CSI]: minikube logs <======
helpers_test.go:255: (dbg) Run:  out/minikube-linux-amd64 -p addons-398275 logs -n 25
helpers_test.go:255: (dbg) Done: out/minikube-linux-amd64 -p addons-398275 logs -n 25: (1.361416546s)
helpers_test.go:260: TestAddons/parallel/CSI logs: 
-- stdout --
	
	==> Audit <==
	┌─────────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬────────────────────────┬─────────┬─────────┬─────────────────────┬─────────────────────┐
	│ COMMAND │                                                                                                                                                                                                                                      ARGS                                                                                                                                                                                                                                      │        PROFILE         │  USER   │ VERSION │     START TIME      │      END TIME       │
	├─────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────────────────────┼─────────┼─────────┼─────────────────────┼─────────────────────┤
	│ delete  │ --all                                                                                                                                                                                                                                                                                                                                                                                                                                                                          │ minikube               │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ delete  │ -p download-only-963807                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ download-only-963807   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ delete  │ -p download-only-114419                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ download-only-114419   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ delete  │ -p download-only-963807                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ download-only-963807   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ start   │ --download-only -p download-docker-005046 --alsologtostderr --driver=docker  --container-runtime=containerd                                                                                                                                                                                                                                                                                                                                                                    │ download-docker-005046 │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ delete  │ -p download-docker-005046                                                                                                                                                                                                                                                                                                                                                                                                                                                      │ download-docker-005046 │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ start   │ --download-only -p binary-mirror-527849 --alsologtostderr --binary-mirror http://127.0.0.1:45019 --driver=docker  --container-runtime=containerd                                                                                                                                                                                                                                                                                                                               │ binary-mirror-527849   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ delete  │ -p binary-mirror-527849                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ binary-mirror-527849   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ addons  │ enable dashboard -p addons-398275                                                                                                                                                                                                                                                                                                                                                                                                                                              │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ addons  │ disable dashboard -p addons-398275                                                                                                                                                                                                                                                                                                                                                                                                                                             │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ start   │ -p addons-398275 --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-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:19 UTC │
	│ addons  │ addons-398275 addons disable volcano --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                    │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:30 UTC │ 29 Sep 25 11:30 UTC │
	│ addons  │ addons-398275 addons disable gcp-auth --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                   │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ addons-398275 addons disable amd-gpu-device-plugin --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                      │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ addons-398275 addons disable nvidia-device-plugin --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                       │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ addons-398275 addons disable cloud-spanner --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                              │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ enable headlamp -p addons-398275 --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                        │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ addons-398275 addons disable headlamp --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                   │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ addons-398275 addons disable yakd --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                       │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:33 UTC │ 29 Sep 25 11:33 UTC │
	│ addons  │ addons-398275 addons disable metrics-server --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                             │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:33 UTC │ 29 Sep 25 11:33 UTC │
	│ addons  │ addons-398275 addons disable inspektor-gadget --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                           │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:33 UTC │ 29 Sep 25 11:33 UTC │
	│ addons  │ addons-398275 addons disable storage-provisioner-rancher --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:36 UTC │ 29 Sep 25 11:37 UTC │
	│ addons  │ configure registry-creds -f ./testdata/addons_testconfig.json -p addons-398275                                                                                                                                                                                                                                                                                                                                                                                                 │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:37 UTC │ 29 Sep 25 11:37 UTC │
	│ addons  │ addons-398275 addons disable registry-creds --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                             │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:37 UTC │ 29 Sep 25 11:37 UTC │
	│ addons  │ addons-398275 addons disable registry --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                   │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:37 UTC │ 29 Sep 25 11:37 UTC │
	└─────────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴────────────────────────┴─────────┴─────────┴─────────────────────┴─────────────────────┘
	
	
	==> Last Start <==
	Log file created at: 2025/09/29 11:12:14
	Running on machine: ubuntu-20-agent-13
	Binary: Built with gc go1.24.6 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0929 11:12:14.774091  733699 out.go:360] Setting OutFile to fd 1 ...
	I0929 11:12:14.774393  733699 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:12:14.774404  733699 out.go:374] Setting ErrFile to fd 2...
	I0929 11:12:14.774411  733699 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:12:14.774647  733699 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
	I0929 11:12:14.775243  733699 out.go:368] Setting JSON to false
	I0929 11:12:14.776200  733699 start.go:130] hostinfo: {"hostname":"ubuntu-20-agent-13","uptime":68086,"bootTime":1759076249,"procs":178,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"22.04","kernelVersion":"6.8.0-1040-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0929 11:12:14.776313  733699 start.go:140] virtualization: kvm guest
	I0929 11:12:14.778468  733699 out.go:179] * [addons-398275] minikube v1.37.0 on Ubuntu 22.04 (kvm/amd64)
	I0929 11:12:14.780019  733699 out.go:179]   - MINIKUBE_LOCATION=21655
	I0929 11:12:14.780041  733699 notify.go:220] Checking for updates...
	I0929 11:12:14.783265  733699 out.go:179]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0929 11:12:14.784908  733699 out.go:179]   - KUBECONFIG=/home/jenkins/minikube-integration/21655-728906/kubeconfig
	I0929 11:12:14.787040  733699 out.go:179]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/21655-728906/.minikube
	I0929 11:12:14.788802  733699 out.go:179]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0929 11:12:14.790566  733699 out.go:179]   - MINIKUBE_FORCE_SYSTEMD=
	I0929 11:12:14.791998  733699 driver.go:421] Setting default libvirt URI to qemu:///system
	I0929 11:12:14.814794  733699 docker.go:123] docker version: linux-28.4.0:Docker Engine - Community
	I0929 11:12:14.814948  733699 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:12:14.874148  733699 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:false NGoroutines:50 SystemTime:2025-09-29 11:12:14.863418561 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:12:14.874273  733699 docker.go:318] overlay module found
	I0929 11:12:14.875994  733699 out.go:179] * Using the docker driver based on user configuration
	I0929 11:12:14.877281  733699 start.go:304] selected driver: docker
	I0929 11:12:14.877297  733699 start.go:924] validating driver "docker" against <nil>
	I0929 11:12:14.877309  733699 start.go:935] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0929 11:12:14.877949  733699 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:12:14.933634  733699 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:false NGoroutines:50 SystemTime:2025-09-29 11:12:14.922842148 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:12:14.933799  733699 start_flags.go:327] no existing cluster config was found, will generate one from the flags 
	I0929 11:12:14.934006  733699 start_flags.go:992] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0929 11:12:14.935832  733699 out.go:179] * Using Docker driver with root privileges
	I0929 11:12:14.937111  733699 cni.go:84] Creating CNI manager for ""
	I0929 11:12:14.937174  733699 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0929 11:12:14.937188  733699 start_flags.go:336] Found "CNI" CNI - setting NetworkPlugin=cni
	I0929 11:12:14.937270  733699 start.go:348] cluster config:
	{Name:addons-398275 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: N
etworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseIn
terval:1m0s}
	I0929 11:12:14.938807  733699 out.go:179] * Starting "addons-398275" primary control-plane node in "addons-398275" cluster
	I0929 11:12:14.940091  733699 cache.go:123] Beginning downloading kic base image for docker with containerd
	I0929 11:12:14.941459  733699 out.go:179] * Pulling base image v0.0.48 ...
	I0929 11:12:14.942764  733699 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
	I0929 11:12:14.942811  733699 image.go:81] Checking for gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local docker daemon
	I0929 11:12:14.942810  733699 preload.go:146] Found local preload: /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4
	I0929 11:12:14.942846  733699 cache.go:58] Caching tarball of preloaded images
	I0929 11:12:14.942964  733699 preload.go:172] Found /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4 in cache, skipping download
	I0929 11:12:14.942974  733699 cache.go:61] Finished verifying existence of preloaded tar for v1.34.0 on containerd
	I0929 11:12:14.943393  733699 profile.go:143] Saving config to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/config.json ...
	I0929 11:12:14.943438  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/config.json: {Name:mk8712550765aaf6b540d49d9fd9e192152f8628 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:14.960331  733699 cache.go:152] Downloading gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 to local cache
	I0929 11:12:14.960485  733699 image.go:65] Checking for gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local cache directory
	I0929 11:12:14.960507  733699 image.go:68] Found gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local cache directory, skipping pull
	I0929 11:12:14.960511  733699 image.go:137] gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 exists in cache, skipping pull
	I0929 11:12:14.960520  733699 cache.go:155] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 as a tarball
	I0929 11:12:14.960527  733699 cache.go:165] Loading gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 from local cache
	I0929 11:12:27.484205  733699 cache.go:167] successfully loaded and using gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 from cached tarball
	I0929 11:12:27.484251  733699 cache.go:232] Successfully downloaded all kic artifacts
	I0929 11:12:27.484290  733699 start.go:360] acquireMachinesLock for addons-398275: {Name:mk5f648c33c18cc850891f2c2c3d835ce2f56d7b Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0929 11:12:27.484409  733699 start.go:364] duration metric: took 100.01µs to acquireMachinesLock for "addons-398275"
	I0929 11:12:27.484436  733699 start.go:93] Provisioning new machine with config: &{Name:addons-398275 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[
] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetC
lientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}
	I0929 11:12:27.484528  733699 start.go:125] createHost starting for "" (driver="docker")
	I0929 11:12:27.486591  733699 out.go:252] * Creating docker container (CPUs=2, Memory=4096MB) ...
	I0929 11:12:27.486876  733699 start.go:159] libmachine.API.Create for "addons-398275" (driver="docker")
	I0929 11:12:27.486928  733699 client.go:168] LocalClient.Create starting
	I0929 11:12:27.487041  733699 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem
	I0929 11:12:27.532855  733699 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem
	I0929 11:12:27.671874  733699 cli_runner.go:164] Run: docker network inspect addons-398275 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	W0929 11:12:27.689787  733699 cli_runner.go:211] docker network inspect addons-398275 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}" returned with exit code 1
	I0929 11:12:27.689860  733699 network_create.go:284] running [docker network inspect addons-398275] to gather additional debugging logs...
	I0929 11:12:27.689876  733699 cli_runner.go:164] Run: docker network inspect addons-398275
	W0929 11:12:27.706891  733699 cli_runner.go:211] docker network inspect addons-398275 returned with exit code 1
	I0929 11:12:27.706925  733699 network_create.go:287] error running [docker network inspect addons-398275]: docker network inspect addons-398275: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-398275 not found
	I0929 11:12:27.706939  733699 network_create.go:289] output of [docker network inspect addons-398275]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-398275 not found
	
	** /stderr **
	I0929 11:12:27.707046  733699 cli_runner.go:164] Run: docker network inspect bridge --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	I0929 11:12:27.724261  733699 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:0xc001a48aa0}
	I0929 11:12:27.724302  733699 network_create.go:124] attempt to create docker network addons-398275 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0929 11:12:27.724353  733699 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-398275 addons-398275
	I0929 11:12:27.782507  733699 network_create.go:108] docker network addons-398275 192.168.49.0/24 created
	I0929 11:12:27.782556  733699 kic.go:121] calculated static IP "192.168.49.2" for the "addons-398275" container
	I0929 11:12:27.782633  733699 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0929 11:12:27.799092  733699 cli_runner.go:164] Run: docker volume create addons-398275 --label name.minikube.sigs.k8s.io=addons-398275 --label created_by.minikube.sigs.k8s.io=true
	I0929 11:12:27.817049  733699 oci.go:103] Successfully created a docker volume addons-398275
	I0929 11:12:27.817131  733699 cli_runner.go:164] Run: docker run --rm --name addons-398275-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-398275 --entrypoint /usr/bin/test -v addons-398275:/var gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -d /var/lib
	I0929 11:12:34.387931  733699 cli_runner.go:217] Completed: docker run --rm --name addons-398275-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-398275 --entrypoint /usr/bin/test -v addons-398275:/var gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -d /var/lib: (6.570740129s)
	I0929 11:12:34.387976  733699 oci.go:107] Successfully prepared a docker volume addons-398275
	I0929 11:12:34.388005  733699 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
	I0929 11:12:34.388031  733699 kic.go:194] Starting extracting preloaded images to volume ...
	I0929 11:12:34.388096  733699 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-398275:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -I lz4 -xf /preloaded.tar -C /extractDir
	I0929 11:12:38.676384  733699 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-398275:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -I lz4 -xf /preloaded.tar -C /extractDir: (4.288209609s)
	I0929 11:12:38.676429  733699 kic.go:203] duration metric: took 4.288398061s to extract preloaded images to volume ...
	W0929 11:12:38.676596  733699 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	W0929 11:12:38.676649  733699 oci.go:252] Your kernel does not support CPU cfs period/quota or the cgroup is not mounted.
	I0929 11:12:38.676701  733699 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0929 11:12:38.730674  733699 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-398275 --name addons-398275 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-398275 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-398275 --network addons-398275 --ip 192.168.49.2 --volume addons-398275:/var --security-opt apparmor=unconfined --memory=4096mb -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1
	I0929 11:12:39.035814  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Running}}
	I0929 11:12:39.053968  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:39.072802  733699 cli_runner.go:164] Run: docker exec addons-398275 stat /var/lib/dpkg/alternatives/iptables
	I0929 11:12:39.119145  733699 oci.go:144] the created container "addons-398275" has a running status.
	I0929 11:12:39.119180  733699 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa...
	I0929 11:12:39.709213  733699 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0929 11:12:39.734835  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:39.753128  733699 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0929 11:12:39.753149  733699 kic_runner.go:114] Args: [docker exec --privileged addons-398275 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0929 11:12:39.795340  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:39.813350  733699 machine.go:93] provisionDockerMachine start ...
	I0929 11:12:39.813451  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:39.831488  733699 main.go:141] libmachine: Using SSH client type: native
	I0929 11:12:39.831756  733699 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0929 11:12:39.831769  733699 main.go:141] libmachine: About to run SSH command:
	hostname
	I0929 11:12:39.968776  733699 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-398275
	
	I0929 11:12:39.968810  733699 ubuntu.go:182] provisioning hostname "addons-398275"
	I0929 11:12:39.968872  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:39.988644  733699 main.go:141] libmachine: Using SSH client type: native
	I0929 11:12:39.988873  733699 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0929 11:12:39.988890  733699 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-398275 && echo "addons-398275" | sudo tee /etc/hostname
	I0929 11:12:40.138769  733699 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-398275
	
	I0929 11:12:40.138871  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:40.157682  733699 main.go:141] libmachine: Using SSH client type: native
	I0929 11:12:40.157899  733699 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0929 11:12:40.157916  733699 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-398275' /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-398275/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-398275' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0929 11:12:40.294667  733699 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0929 11:12:40.294706  733699 ubuntu.go:188] set auth options {CertDir:/home/jenkins/minikube-integration/21655-728906/.minikube CaCertPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/21655-728906/.minikube}
	I0929 11:12:40.294740  733699 ubuntu.go:190] setting up certificates
	I0929 11:12:40.294753  733699 provision.go:84] configureAuth start
	I0929 11:12:40.294807  733699 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-398275
	I0929 11:12:40.312115  733699 provision.go:143] copyHostCerts
	I0929 11:12:40.312189  733699 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/21655-728906/.minikube/ca.pem (1078 bytes)
	I0929 11:12:40.312317  733699 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/21655-728906/.minikube/cert.pem (1123 bytes)
	I0929 11:12:40.312379  733699 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/21655-728906/.minikube/key.pem (1679 bytes)
	I0929 11:12:40.312429  733699 provision.go:117] generating server cert: /home/jenkins/minikube-integration/21655-728906/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca-key.pem org=jenkins.addons-398275 san=[127.0.0.1 192.168.49.2 addons-398275 localhost minikube]
	I0929 11:12:40.610308  733699 provision.go:177] copyRemoteCerts
	I0929 11:12:40.610374  733699 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0929 11:12:40.610412  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:40.628117  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:40.726655  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0929 11:12:40.753703  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0929 11:12:40.779463  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0929 11:12:40.805170  733699 provision.go:87] duration metric: took 510.402723ms to configureAuth
	I0929 11:12:40.805200  733699 ubuntu.go:206] setting minikube options for container-runtime
	I0929 11:12:40.805399  733699 config.go:182] Loaded profile config "addons-398275": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:12:40.805415  733699 machine.go:96] duration metric: took 992.042244ms to provisionDockerMachine
	I0929 11:12:40.805423  733699 client.go:171] duration metric: took 13.318485735s to LocalClient.Create
	I0929 11:12:40.805448  733699 start.go:167] duration metric: took 13.318574971s to libmachine.API.Create "addons-398275"
	I0929 11:12:40.805462  733699 start.go:293] postStartSetup for "addons-398275" (driver="docker")
	I0929 11:12:40.805475  733699 start.go:322] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
	I0929 11:12:40.805524  733699 ssh_runner.go:195] Run: sudo mkdir -p /etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs
	I0929 11:12:40.805587  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:40.823746  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:40.922612  733699 ssh_runner.go:195] Run: cat /etc/os-release
	I0929 11:12:40.926674  733699 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0929 11:12:40.926704  733699 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0929 11:12:40.926714  733699 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0929 11:12:40.926721  733699 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I0929 11:12:40.926732  733699 filesync.go:126] Scanning /home/jenkins/minikube-integration/21655-728906/.minikube/addons for local assets ...
	I0929 11:12:40.926813  733699 filesync.go:126] Scanning /home/jenkins/minikube-integration/21655-728906/.minikube/files for local assets ...
	I0929 11:12:40.926850  733699 start.go:296] duration metric: took 121.380642ms for postStartSetup
	I0929 11:12:40.927161  733699 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-398275
	I0929 11:12:40.945012  733699 profile.go:143] Saving config to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/config.json ...
	I0929 11:12:40.945376  733699 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0929 11:12:40.945440  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:40.963285  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:41.056833  733699 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0929 11:12:41.061696  733699 start.go:128] duration metric: took 13.577134322s to createHost
	I0929 11:12:41.061725  733699 start.go:83] releasing machines lock for "addons-398275", held for 13.577303038s
	I0929 11:12:41.061807  733699 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-398275
	I0929 11:12:41.079296  733699 ssh_runner.go:195] Run: cat /version.json
	I0929 11:12:41.079354  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:41.079426  733699 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0929 11:12:41.079498  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:41.098492  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:41.099447  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:41.190675  733699 ssh_runner.go:195] Run: systemctl --version
	I0929 11:12:41.262720  733699 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0929 11:12:41.267785  733699 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f -name *loopback.conf* -not -name *.mk_disabled -exec sh -c "grep -q loopback {} && ( grep -q name {} || sudo sed -i '/"type": "loopback"/i \ \ \ \ "name": "loopback",' {} ) && sudo sed -i 's|"cniVersion": ".*"|"cniVersion": "1.0.0"|g' {}" ;
	I0929 11:12:41.299909  733699 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
	I0929 11:12:41.300039  733699 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%p, " -exec sh -c "sudo mv {} {}.mk_disabled" ;
	I0929 11:12:41.331137  733699 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0929 11:12:41.331171  733699 start.go:495] detecting cgroup driver to use...
	I0929 11:12:41.331208  733699 detect.go:190] detected "systemd" cgroup driver on host os
	I0929 11:12:41.331278  733699 ssh_runner.go:195] Run: sudo systemctl stop -f crio
	I0929 11:12:41.344430  733699 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
	I0929 11:12:41.357094  733699 docker.go:218] disabling cri-docker service (if available) ...
	I0929 11:12:41.357161  733699 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0929 11:12:41.371928  733699 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0929 11:12:41.387409  733699 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0929 11:12:41.451842  733699 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0929 11:12:41.527170  733699 docker.go:234] disabling docker service ...
	I0929 11:12:41.527247  733699 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0929 11:12:41.547353  733699 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0929 11:12:41.560738  733699 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0929 11:12:41.631966  733699 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0929 11:12:41.705852  733699 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0929 11:12:41.719944  733699 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///run/containerd/containerd.sock
	" | sudo tee /etc/crictl.yaml"
	I0929 11:12:41.740809  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.10.1"|' /etc/containerd/config.toml"
	I0929 11:12:41.755198  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)restrict_oom_score_adj = .*$|\1restrict_oom_score_adj = false|' /etc/containerd/config.toml"
	I0929 11:12:41.767742  733699 containerd.go:146] configuring containerd to use "systemd" as cgroup driver...
	I0929 11:12:41.767825  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = true|g' /etc/containerd/config.toml"
	I0929 11:12:41.780900  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runtime.v1.linux"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0929 11:12:41.793279  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
	I0929 11:12:41.804772  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0929 11:12:41.816024  733699 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0929 11:12:41.826716  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)conf_dir = .*$|\1conf_dir = "/etc/cni/net.d"|g' /etc/containerd/config.toml"
	I0929 11:12:41.838383  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
	I0929 11:12:41.851379  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)\[plugins."io.containerd.grpc.v1.cri"\]|&\n\1  enable_unprivileged_ports = true|' /etc/containerd/config.toml"
	I0929 11:12:41.863560  733699 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0929 11:12:41.873496  733699 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
	I0929 11:12:41.873571  733699 ssh_runner.go:195] Run: sudo modprobe br_netfilter
	I0929 11:12:41.889962  733699 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0929 11:12:41.901043  733699 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0929 11:12:41.972730  733699 ssh_runner.go:195] Run: sudo systemctl restart containerd
	I0929 11:12:42.087361  733699 start.go:542] Will wait 60s for socket path /run/containerd/containerd.sock
	I0929 11:12:42.087470  733699 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
	I0929 11:12:42.092353  733699 start.go:563] Will wait 60s for crictl version
	I0929 11:12:42.092444  733699 ssh_runner.go:195] Run: which crictl
	I0929 11:12:42.096814  733699 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0929 11:12:42.135338  733699 start.go:579] Version:  0.1.0
	RuntimeName:  containerd
	RuntimeVersion:  1.7.27
	RuntimeApiVersion:  v1
	I0929 11:12:42.135435  733699 ssh_runner.go:195] Run: containerd --version
	I0929 11:12:42.161335  733699 ssh_runner.go:195] Run: containerd --version
	I0929 11:12:42.189261  733699 out.go:179] * Preparing Kubernetes v1.34.0 on containerd 1.7.27 ...
	I0929 11:12:42.190506  733699 cli_runner.go:164] Run: docker network inspect addons-398275 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	I0929 11:12:42.208258  733699 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0929 11:12:42.212671  733699 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.49.1	host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0929 11:12:42.226269  733699 kubeadm.go:875] updating cluster {Name:addons-398275 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] D
NSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPa
th: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0929 11:12:42.226439  733699 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
	I0929 11:12:42.226519  733699 ssh_runner.go:195] Run: sudo crictl images --output json
	I0929 11:12:42.265098  733699 containerd.go:627] all images are preloaded for containerd runtime.
	I0929 11:12:42.265124  733699 containerd.go:534] Images already preloaded, skipping extraction
	I0929 11:12:42.265202  733699 ssh_runner.go:195] Run: sudo crictl images --output json
	I0929 11:12:42.304050  733699 containerd.go:627] all images are preloaded for containerd runtime.
	I0929 11:12:42.304081  733699 cache_images.go:85] Images are preloaded, skipping loading
	I0929 11:12:42.304090  733699 kubeadm.go:926] updating node { 192.168.49.2 8443 v1.34.0 containerd true true} ...
	I0929 11:12:42.304210  733699 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-398275 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
	I0929 11:12:42.304306  733699 ssh_runner.go:195] Run: sudo crictl info
	I0929 11:12:42.342583  733699 cni.go:84] Creating CNI manager for ""
	I0929 11:12:42.342626  733699 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0929 11:12:42.342653  733699 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0929 11:12:42.342688  733699 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-398275 NodeName:addons-398275 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:systemd ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/
kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///run/containerd/containerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
	I0929 11:12:42.342833  733699 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-398275"
	  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: systemd
	containerRuntimeEndpoint: unix:///run/containerd/containerd.sock
	hairpinMode: hairpin-veth
	runtimeRequestTimeout: 15m
	clusterDomain: "cluster.local"
	# disable disk resource management by default
	imageGCHighThresholdPercent: 100
	evictionHard:
	  nodefs.available: "0%"
	  nodefs.inodesFree: "0%"
	  imagefs.available: "0%"
	failSwapOn: false
	staticPodPath: /etc/kubernetes/manifests
	---
	apiVersion: kubeproxy.config.k8s.io/v1alpha1
	kind: KubeProxyConfiguration
	clusterCIDR: "10.244.0.0/16"
	metricsBindAddress: 0.0.0.0:10249
	conntrack:
	  maxPerCore: 0
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
	  tcpEstablishedTimeout: 0s
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
	  tcpCloseWaitTimeout: 0s
	
	I0929 11:12:42.342925  733699 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.34.0
	I0929 11:12:42.354176  733699 binaries.go:44] Found k8s binaries, skipping transfer
	I0929 11:12:42.354259  733699 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0929 11:12:42.364281  733699 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
	I0929 11:12:42.383900  733699 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0929 11:12:42.406140  733699 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2225 bytes)
	I0929 11:12:42.425932  733699 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0929 11:12:42.430093  733699 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.49.2	control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0929 11:12:42.442886  733699 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0929 11:12:42.515031  733699 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0929 11:12:42.540932  733699 certs.go:68] Setting up /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275 for IP: 192.168.49.2
	I0929 11:12:42.540984  733699 certs.go:194] generating shared ca certs ...
	I0929 11:12:42.541025  733699 certs.go:226] acquiring lock for ca certs: {Name:mk3ab67669e19ac06bf7b8e296dfa49c7a146741 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:42.541210  733699 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key
	I0929 11:12:42.870267  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt ...
	I0929 11:12:42.870303  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt: {Name:mk4b012ffdcf2bb9af2d01bf0326139248db4e54 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:42.870516  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key ...
	I0929 11:12:42.870528  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key: {Name:mk4f98a5d5ec11a2e53c251a9c1e042de96663c0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:42.870625  733699 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key
	I0929 11:12:43.124326  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.crt ...
	I0929 11:12:43.124368  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.crt: {Name:mke1899096ee4daadcb6562ea0da8b53a7f6cbfa Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:43.124571  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key ...
	I0929 11:12:43.124583  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key: {Name:mka6c86e7f2ed8c6378362fb1e2595ea2190db4a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:43.124672  733699 certs.go:256] generating profile certs ...
	I0929 11:12:43.124738  733699 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.key
	I0929 11:12:43.124749  733699 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt with IP's: []
	I0929 11:12:43.853753  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt ...
	I0929 11:12:43.853795  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: {Name:mkb5a2525b7f7b90a9ef9c349a54f4878903ba8f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:43.853988  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.key ...
	I0929 11:12:43.854009  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.key: {Name:mk70c8d15b404e71fcfe0dcaf0e6d82d6e9efe3b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:43.854087  733699 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key.b5f224d3
	I0929 11:12:43.854110  733699 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt.b5f224d3 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0929 11:12:44.002164  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt.b5f224d3 ...
	I0929 11:12:44.002200  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt.b5f224d3: {Name:mk988210de153015baa8c8f06fe70b112120e743 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:44.002419  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key.b5f224d3 ...
	I0929 11:12:44.002440  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key.b5f224d3: {Name:mk02f5067b54f6478b0383b745ab6810c629ebea Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:44.002584  733699 certs.go:381] copying /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt.b5f224d3 -> /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt
	I0929 11:12:44.002696  733699 certs.go:385] copying /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key.b5f224d3 -> /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key
	I0929 11:12:44.002755  733699 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.key
	I0929 11:12:44.002776  733699 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.crt with IP's: []
	I0929 11:12:44.648648  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.crt ...
	I0929 11:12:44.648688  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.crt: {Name:mkf14d09ade5b7eaf929fde4fcba67f9735c889b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:44.648935  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.key ...
	I0929 11:12:44.648957  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.key: {Name:mk6d248128da191490b3defa8a9954b209f16af1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:44.649204  733699 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca-key.pem (1675 bytes)
	I0929 11:12:44.649246  733699 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem (1078 bytes)
	I0929 11:12:44.649278  733699 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem (1123 bytes)
	I0929 11:12:44.649306  733699 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/key.pem (1679 bytes)
	I0929 11:12:44.651781  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0929 11:12:44.680463  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I0929 11:12:44.709451  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0929 11:12:44.739411  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0929 11:12:44.771072  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0929 11:12:44.798826  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0929 11:12:44.827342  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0929 11:12:44.856165  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0929 11:12:44.884648  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0929 11:12:44.916322  733699 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0929 11:12:44.937678  733699 ssh_runner.go:195] Run: openssl version
	I0929 11:12:44.944579  733699 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/minikubeCA.pem && ln -fs /usr/share/ca-certificates/minikubeCA.pem /etc/ssl/certs/minikubeCA.pem"
	I0929 11:12:44.959584  733699 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0929 11:12:44.963988  733699 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 29 11:12 /usr/share/ca-certificates/minikubeCA.pem
	I0929 11:12:44.964051  733699 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0929 11:12:44.971290  733699 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/b5213941.0 || ln -fs /etc/ssl/certs/minikubeCA.pem /etc/ssl/certs/b5213941.0"
	I0929 11:12:44.982335  733699 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0929 11:12:44.986489  733699 certs.go:399] 'apiserver-kubelet-client' cert doesn't exist, likely first start: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt: Process exited with status 1
	stdout:
	
	stderr:
	stat: cannot statx '/var/lib/minikube/certs/apiserver-kubelet-client.crt': No such file or directory
	I0929 11:12:44.986568  733699 kubeadm.go:392] StartCluster: {Name:addons-398275 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSD
omain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath:
SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0929 11:12:44.986649  733699 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
	I0929 11:12:44.986698  733699 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0929 11:12:45.026976  733699 cri.go:89] found id: ""
	I0929 11:12:45.027142  733699 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0929 11:12:45.038148  733699 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0929 11:12:45.048956  733699 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0929 11:12:45.049021  733699 ssh_runner.go:195] Run: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf
	I0929 11:12:45.059442  733699 kubeadm.go:155] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
	stdout:
	
	stderr:
	ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
	I0929 11:12:45.059464  733699 kubeadm.go:157] found existing configuration files:
	
	I0929 11:12:45.059506  733699 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0929 11:12:45.070436  733699 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/admin.conf: No such file or directory
	I0929 11:12:45.070509  733699 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0929 11:12:45.080685  733699 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0929 11:12:45.091673  733699 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/kubelet.conf: No such file or directory
	I0929 11:12:45.091745  733699 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0929 11:12:45.102104  733699 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0929 11:12:45.112768  733699 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/controller-manager.conf: No such file or directory
	I0929 11:12:45.112848  733699 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0929 11:12:45.123366  733699 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0929 11:12:45.134254  733699 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/scheduler.conf: No such file or directory
	I0929 11:12:45.134324  733699 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0929 11:12:45.144530  733699 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.34.0:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I0929 11:12:45.204225  733699 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/6.8.0-1040-gcp\n", err: exit status 1
	I0929 11:12:45.262037  733699 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0929 11:12:54.480768  733699 kubeadm.go:310] [init] Using Kubernetes version: v1.34.0
	I0929 11:12:54.480830  733699 kubeadm.go:310] [preflight] Running pre-flight checks
	I0929 11:12:54.480915  733699 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0929 11:12:54.480986  733699 kubeadm.go:310] KERNEL_VERSION: 6.8.0-1040-gcp
	I0929 11:12:54.481035  733699 kubeadm.go:310] OS: Linux
	I0929 11:12:54.481100  733699 kubeadm.go:310] CGROUPS_CPU: enabled
	I0929 11:12:54.481167  733699 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0929 11:12:54.481242  733699 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0929 11:12:54.481320  733699 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0929 11:12:54.481405  733699 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0929 11:12:54.481476  733699 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0929 11:12:54.481550  733699 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0929 11:12:54.481631  733699 kubeadm.go:310] CGROUPS_IO: enabled
	I0929 11:12:54.481748  733699 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0929 11:12:54.481897  733699 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0929 11:12:54.481993  733699 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0929 11:12:54.482075  733699 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0929 11:12:54.483808  733699 out.go:252]   - Generating certificates and keys ...
	I0929 11:12:54.483875  733699 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0929 11:12:54.483974  733699 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0929 11:12:54.484046  733699 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0929 11:12:54.484098  733699 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0929 11:12:54.484162  733699 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0929 11:12:54.484210  733699 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0929 11:12:54.484266  733699 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0929 11:12:54.484373  733699 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-398275 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0929 11:12:54.484419  733699 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0929 11:12:54.484518  733699 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-398275 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0929 11:12:54.484613  733699 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0929 11:12:54.484672  733699 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0929 11:12:54.484711  733699 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0929 11:12:54.484759  733699 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0929 11:12:54.484803  733699 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0929 11:12:54.484851  733699 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0929 11:12:54.484903  733699 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0929 11:12:54.484961  733699 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0929 11:12:54.485026  733699 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0929 11:12:54.485120  733699 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0929 11:12:54.485204  733699 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0929 11:12:54.486552  733699 out.go:252]   - Booting up control plane ...
	I0929 11:12:54.486638  733699 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0929 11:12:54.486756  733699 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0929 11:12:54.486816  733699 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0929 11:12:54.486903  733699 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0929 11:12:54.486988  733699 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/instance-config.yaml"
	I0929 11:12:54.487078  733699 kubeadm.go:310] [patches] Applied patch of type "application/strategic-merge-patch+json" to target "kubeletconfiguration"
	I0929 11:12:54.487150  733699 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0929 11:12:54.487189  733699 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0929 11:12:54.487303  733699 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0929 11:12:54.487395  733699 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0929 11:12:54.487446  733699 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.001091942s
	I0929 11:12:54.487578  733699 kubeadm.go:310] [control-plane-check] Waiting for healthy control plane components. This can take up to 4m0s
	I0929 11:12:54.487661  733699 kubeadm.go:310] [control-plane-check] Checking kube-apiserver at https://192.168.49.2:8443/livez
	I0929 11:12:54.487748  733699 kubeadm.go:310] [control-plane-check] Checking kube-controller-manager at https://127.0.0.1:10257/healthz
	I0929 11:12:54.487820  733699 kubeadm.go:310] [control-plane-check] Checking kube-scheduler at https://127.0.0.1:10259/livez
	I0929 11:12:54.487882  733699 kubeadm.go:310] [control-plane-check] kube-scheduler is healthy after 1.97270319s
	I0929 11:12:54.487962  733699 kubeadm.go:310] [control-plane-check] kube-controller-manager is healthy after 2.127538734s
	I0929 11:12:54.488020  733699 kubeadm.go:310] [control-plane-check] kube-apiserver is healthy after 3.501969383s
	I0929 11:12:54.488142  733699 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0929 11:12:54.488318  733699 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0929 11:12:54.488375  733699 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0929 11:12:54.488562  733699 kubeadm.go:310] [mark-control-plane] Marking the node addons-398275 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0929 11:12:54.488626  733699 kubeadm.go:310] [bootstrap-token] Using token: edr7ez.cly84jkh5b8ow6xd
	I0929 11:12:54.489945  733699 out.go:252]   - Configuring RBAC rules ...
	I0929 11:12:54.490047  733699 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0929 11:12:54.490126  733699 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0929 11:12:54.490259  733699 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
	I0929 11:12:54.490373  733699 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0929 11:12:54.490496  733699 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0929 11:12:54.490607  733699 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0929 11:12:54.490721  733699 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0929 11:12:54.490797  733699 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0929 11:12:54.490872  733699 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0929 11:12:54.490890  733699 kubeadm.go:310] 
	I0929 11:12:54.490973  733699 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0929 11:12:54.490983  733699 kubeadm.go:310] 
	I0929 11:12:54.491084  733699 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0929 11:12:54.491094  733699 kubeadm.go:310] 
	I0929 11:12:54.491128  733699 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0929 11:12:54.491224  733699 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0929 11:12:54.491301  733699 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0929 11:12:54.491310  733699 kubeadm.go:310] 
	I0929 11:12:54.491374  733699 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0929 11:12:54.491383  733699 kubeadm.go:310] 
	I0929 11:12:54.491452  733699 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0929 11:12:54.491463  733699 kubeadm.go:310] 
	I0929 11:12:54.491558  733699 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0929 11:12:54.491663  733699 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0929 11:12:54.491762  733699 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0929 11:12:54.491772  733699 kubeadm.go:310] 
	I0929 11:12:54.491879  733699 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0929 11:12:54.492006  733699 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0929 11:12:54.492015  733699 kubeadm.go:310] 
	I0929 11:12:54.492125  733699 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token edr7ez.cly84jkh5b8ow6xd \
	I0929 11:12:54.492266  733699 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:03004bc8c8ab3762858c34ea451f30c4ba87cf96a40f62b78029392015104160 \
	I0929 11:12:54.492297  733699 kubeadm.go:310] 	--control-plane 
	I0929 11:12:54.492306  733699 kubeadm.go:310] 
	I0929 11:12:54.492419  733699 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0929 11:12:54.492433  733699 kubeadm.go:310] 
	I0929 11:12:54.492564  733699 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token edr7ez.cly84jkh5b8ow6xd \
	I0929 11:12:54.492675  733699 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:03004bc8c8ab3762858c34ea451f30c4ba87cf96a40f62b78029392015104160 
	I0929 11:12:54.492686  733699 cni.go:84] Creating CNI manager for ""
	I0929 11:12:54.492694  733699 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0929 11:12:54.494941  733699 out.go:179] * Configuring CNI (Container Networking Interface) ...
	I0929 11:12:54.496269  733699 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0929 11:12:54.500676  733699 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.34.0/kubectl ...
	I0929 11:12:54.500694  733699 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0929 11:12:54.519906  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0929 11:12:54.755591  733699 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0929 11:12:54.755696  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-398275 minikube.k8s.io/updated_at=2025_09_29T11_12_54_0700 minikube.k8s.io/version=v1.37.0 minikube.k8s.io/commit=e087d081f23c6d1317bb12845422265d8d3490cf minikube.k8s.io/name=addons-398275 minikube.k8s.io/primary=true
	I0929 11:12:54.755800  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:54.845639  733699 ops.go:34] apiserver oom_adj: -16
	I0929 11:12:54.845765  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:55.346278  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:55.846514  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:56.346018  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:56.845868  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:57.346863  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:57.846819  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:58.346261  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:58.845883  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:59.346737  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:59.415981  733699 kubeadm.go:1105] duration metric: took 4.660362416s to wait for elevateKubeSystemPrivileges
	I0929 11:12:59.416020  733699 kubeadm.go:394] duration metric: took 14.429460539s to StartCluster
	I0929 11:12:59.416040  733699 settings.go:142] acquiring lock: {Name:mk053e7d0312ee1490602ff57488e3067c62f18a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:59.416197  733699 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/21655-728906/kubeconfig
	I0929 11:12:59.416601  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/kubeconfig: {Name:mk33453547b04bbe9c3de7a739a9e0868e0a7fd9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:59.416798  733699 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0929 11:12:59.416822  733699 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}
	I0929 11:12:59.416907  733699 addons.go:511] enable addons start: toEnable=map[ambassador:false amd-gpu-device-plugin:true auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubetail:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:true storage-provisioner:true storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
	I0929 11:12:59.417034  733699 config.go:182] Loaded profile config "addons-398275": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:12:59.417052  733699 addons.go:69] Setting yakd=true in profile "addons-398275"
	I0929 11:12:59.417076  733699 addons.go:238] Setting addon yakd=true in "addons-398275"
	I0929 11:12:59.417070  733699 addons.go:69] Setting inspektor-gadget=true in profile "addons-398275"
	I0929 11:12:59.417095  733699 addons.go:69] Setting registry-creds=true in profile "addons-398275"
	I0929 11:12:59.417101  733699 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-398275"
	I0929 11:12:59.417109  733699 addons.go:238] Setting addon registry-creds=true in "addons-398275"
	I0929 11:12:59.417112  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417122  733699 addons.go:69] Setting gcp-auth=true in profile "addons-398275"
	I0929 11:12:59.417115  733699 addons.go:69] Setting cloud-spanner=true in profile "addons-398275"
	I0929 11:12:59.417125  733699 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-398275"
	I0929 11:12:59.417143  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417144  733699 addons.go:238] Setting addon csi-hostpath-driver=true in "addons-398275"
	I0929 11:12:59.417150  733699 addons.go:238] Setting addon nvidia-device-plugin=true in "addons-398275"
	I0929 11:12:59.417154  733699 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-398275"
	I0929 11:12:59.417162  733699 addons.go:69] Setting ingress-dns=true in profile "addons-398275"
	I0929 11:12:59.417166  733699 addons.go:238] Setting addon amd-gpu-device-plugin=true in "addons-398275"
	I0929 11:12:59.417172  733699 addons.go:238] Setting addon ingress-dns=true in "addons-398275"
	I0929 11:12:59.417186  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417195  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417198  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417204  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417305  733699 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-398275"
	I0929 11:12:59.417334  733699 addons.go:69] Setting registry=true in profile "addons-398275"
	I0929 11:12:59.417344  733699 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-398275"
	I0929 11:12:59.417347  733699 addons.go:238] Setting addon registry=true in "addons-398275"
	I0929 11:12:59.417375  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417668  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417694  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417694  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417706  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417713  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417734  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417816  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.418102  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417143  733699 addons.go:238] Setting addon cloud-spanner=true in "addons-398275"
	I0929 11:12:59.418717  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417090  733699 addons.go:69] Setting default-storageclass=true in profile "addons-398275"
	I0929 11:12:59.418873  733699 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-398275"
	I0929 11:12:59.419164  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.419205  733699 addons.go:69] Setting volumesnapshots=true in profile "addons-398275"
	I0929 11:12:59.419171  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417109  733699 addons.go:238] Setting addon inspektor-gadget=true in "addons-398275"
	I0929 11:12:59.417154  733699 addons.go:69] Setting ingress=true in profile "addons-398275"
	I0929 11:12:59.417320  733699 addons.go:69] Setting volcano=true in profile "addons-398275"
	I0929 11:12:59.419316  733699 addons.go:69] Setting storage-provisioner=true in profile "addons-398275"
	I0929 11:12:59.419370  733699 addons.go:69] Setting metrics-server=true in profile "addons-398275"
	I0929 11:12:59.417146  733699 mustload.go:65] Loading cluster: addons-398275
	I0929 11:12:59.419789  733699 out.go:179] * Verifying Kubernetes components...
	I0929 11:12:59.421028  733699 addons.go:238] Setting addon volumesnapshots=true in "addons-398275"
	I0929 11:12:59.421222  733699 addons.go:238] Setting addon storage-provisioner=true in "addons-398275"
	I0929 11:12:59.421265  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.421375  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.421790  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.421969  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.425064  733699 addons.go:238] Setting addon metrics-server=true in "addons-398275"
	I0929 11:12:59.425081  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.425103  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.425119  733699 addons.go:238] Setting addon volcano=true in "addons-398275"
	I0929 11:12:59.425179  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.425191  733699 addons.go:238] Setting addon ingress=true in "addons-398275"
	I0929 11:12:59.425241  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.425585  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.425687  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.425743  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.426272  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.429297  733699 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0929 11:12:59.431123  733699 config.go:182] Loaded profile config "addons-398275": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:12:59.433051  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.465470  733699 out.go:179]   - Using image docker.io/upmcenterprises/registry-creds:1.10
	I0929 11:12:59.467768  733699 addons.go:435] installing /etc/kubernetes/addons/registry-creds-rc.yaml
	I0929 11:12:59.467797  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-creds-rc.yaml (3306 bytes)
	I0929 11:12:59.468470  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.470296  733699 addons.go:238] Setting addon default-storageclass=true in "addons-398275"
	I0929 11:12:59.470345  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.470849  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.487363  733699 addons.go:238] Setting addon storage-provisioner-rancher=true in "addons-398275"
	I0929 11:12:59.487619  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.487445  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0929 11:12:59.488646  733699 out.go:179]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.41
	I0929 11:12:59.489509  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.492193  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0929 11:12:59.492263  733699 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0929 11:12:59.492326  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.493852  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0929 11:12:59.494161  733699 out.go:179]   - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
	I0929 11:12:59.494261  733699 addons.go:435] installing /etc/kubernetes/addons/deployment.yaml
	I0929 11:12:59.494835  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0929 11:12:59.494904  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.496621  733699 addons.go:435] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I0929 11:12:59.496647  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
	I0929 11:12:59.496707  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.497472  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0929 11:12:59.503572  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0929 11:12:59.507440  733699 out.go:179]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.8.0
	I0929 11:12:59.509589  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0929 11:12:59.513667  733699 addons.go:435] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0929 11:12:59.514532  733699 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0929 11:12:59.514617  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.514890  733699 out.go:179]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0929 11:12:59.515062  733699 out.go:179]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.3
	I0929 11:12:59.515659  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.516265  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0929 11:12:59.516285  733699 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0929 11:12:59.516341  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.517824  733699 addons.go:435] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0929 11:12:59.517839  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0929 11:12:59.517892  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.527103  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0929 11:12:59.527178  733699 out.go:179]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.44.1
	I0929 11:12:59.528385  733699 addons.go:435] installing /etc/kubernetes/addons/ig-crd.yaml
	I0929 11:12:59.528407  733699 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (14 bytes)
	I0929 11:12:59.528470  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.528641  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0929 11:12:59.530030  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0929 11:12:59.531320  733699 out.go:179]   - Using image docker.io/volcanosh/vc-controller-manager:v1.12.2
	I0929 11:12:59.531349  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0929 11:12:59.532876  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0929 11:12:59.532898  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0929 11:12:59.532978  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.537633  733699 out.go:179]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
	I0929 11:12:59.537975  733699 out.go:179]   - Using image docker.io/volcanosh/vc-scheduler:v1.12.2
	I0929 11:12:59.538955  733699 out.go:179]   - Using image registry.k8s.io/ingress-nginx/controller:v1.13.2
	I0929 11:12:59.540482  733699 out.go:179]   - Using image docker.io/volcanosh/vc-webhook-manager:v1.12.2
	I0929 11:12:59.541716  733699 out.go:179]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0929 11:12:59.541848  733699 out.go:179]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
	I0929 11:12:59.543398  733699 addons.go:435] installing /etc/kubernetes/addons/volcano-deployment.yaml
	I0929 11:12:59.543421  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (498149 bytes)
	I0929 11:12:59.543480  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.547681  733699 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0929 11:12:59.547702  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0929 11:12:59.547763  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.548092  733699 addons.go:435] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0929 11:12:59.548109  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0929 11:12:59.548158  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.550486  733699 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
	I0929 11:12:59.550571  733699 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0929 11:12:59.550668  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.559792  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.562098  733699 out.go:179]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0929 11:12:59.566218  733699 out.go:179]   - Using image docker.io/busybox:stable
	I0929 11:12:59.566520  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.567760  733699 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0929 11:12:59.567782  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0929 11:12:59.567899  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.571268  733699 out.go:179]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.9
	I0929 11:12:59.574676  733699 out.go:179]   - Using image docker.io/registry:3.0.0
	I0929 11:12:59.576433  733699 addons.go:435] installing /etc/kubernetes/addons/registry-rc.yaml
	I0929 11:12:59.576503  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0929 11:12:59.576646  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.582082  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.585840  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.589651  733699 out.go:179]   - Using image docker.io/kicbase/minikube-ingress-dns:0.0.4
	I0929 11:12:59.591353  733699 addons.go:435] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0929 11:12:59.591376  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2889 bytes)
	I0929 11:12:59.592072  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.592110  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.592779  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.598791  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.604760  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.632782  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.643309  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.647672  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.647808  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.650802  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.650821  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.652642  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.653577  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	W0929 11:12:59.658921  733699 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0929 11:12:59.658975  733699 retry.go:31] will retry after 354.78745ms: ssh: handshake failed: EOF
	W0929 11:12:59.659222  733699 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0929 11:12:59.659247  733699 retry.go:31] will retry after 140.690497ms: ssh: handshake failed: EOF
	W0929 11:12:59.659337  733699 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0929 11:12:59.659347  733699 retry.go:31] will retry after 223.943791ms: ssh: handshake failed: EOF
	I0929 11:12:59.684198  733699 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0929 11:12:59.684328  733699 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0929 11:12:59.764386  733699 addons.go:435] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0929 11:12:59.764418  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0929 11:12:59.770033  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I0929 11:12:59.772385  733699 addons.go:435] installing /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:12:59.772404  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (15034 bytes)
	I0929 11:12:59.798767  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/registry-creds-rc.yaml
	I0929 11:12:59.799968  733699 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0929 11:12:59.800006  733699 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0929 11:12:59.804653  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:12:59.814580  733699 addons.go:435] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0929 11:12:59.814613  733699 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0929 11:12:59.824372  733699 addons.go:435] installing /etc/kubernetes/addons/registry-svc.yaml
	I0929 11:12:59.824406  733699 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0929 11:12:59.834612  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0929 11:12:59.843044  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0929 11:12:59.854331  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0929 11:12:59.854360  733699 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0929 11:12:59.864010  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0929 11:12:59.874632  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0929 11:12:59.875558  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0929 11:12:59.877000  733699 addons.go:435] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0929 11:12:59.877066  733699 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0929 11:12:59.887012  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
	I0929 11:12:59.888757  733699 addons.go:435] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0929 11:12:59.888778  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0929 11:12:59.899234  733699 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0929 11:12:59.899260  733699 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0929 11:12:59.899728  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0929 11:12:59.899794  733699 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0929 11:12:59.946070  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
	I0929 11:12:59.958177  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0929 11:12:59.988868  733699 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0929 11:12:59.988902  733699 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0929 11:13:00.023824  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0929 11:13:00.030309  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0929 11:13:00.030340  733699 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0929 11:13:00.115179  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0929 11:13:00.115294  733699 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0929 11:13:00.141412  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0929 11:13:00.141433  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0929 11:13:00.151457  733699 start.go:976] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0929 11:13:00.157081  733699 node_ready.go:35] waiting up to 6m0s for node "addons-398275" to be "Ready" ...
	I0929 11:13:00.165446  733699 node_ready.go:49] node "addons-398275" is "Ready"
	I0929 11:13:00.165491  733699 node_ready.go:38] duration metric: took 8.351543ms for node "addons-398275" to be "Ready" ...
	I0929 11:13:00.165511  733699 api_server.go:52] waiting for apiserver process to appear ...
	I0929 11:13:00.165587  733699 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0929 11:13:00.188323  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0929 11:13:00.188358  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0929 11:13:00.270397  733699 addons.go:435] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0929 11:13:00.270433  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0929 11:13:00.281632  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
	I0929 11:13:00.354029  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0929 11:13:00.354065  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-health-monitor-controller.yaml --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
	I0929 11:13:00.357290  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0929 11:13:00.404916  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0929 11:13:00.432844  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0929 11:13:00.433085  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0929 11:13:00.572960  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0929 11:13:00.573088  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0929 11:13:00.659264  733699 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-398275" context rescaled to 1 replicas
	I0929 11:13:00.690447  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0929 11:13:00.690570  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0929 11:13:00.779376  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0929 11:13:00.779475  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0929 11:13:00.840276  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0929 11:13:00.842028  733699 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0929 11:13:00.922364  733699 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: (1.117622341s)
	W0929 11:13:00.922442  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget created
	serviceaccount/gadget created
	configmap/gadget created
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role created
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding created
	role.rbac.authorization.k8s.io/gadget-role created
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding created
	daemonset.apps/gadget created
	
	stderr:
	Warning: spec.template.metadata.annotations[container.apparmor.security.beta.kubernetes.io/gadget]: deprecated since v1.30; use the "appArmorProfile" field instead
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:00.922468  733699 retry.go:31] will retry after 348.455519ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget created
	serviceaccount/gadget created
	configmap/gadget created
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role created
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding created
	role.rbac.authorization.k8s.io/gadget-role created
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding created
	daemonset.apps/gadget created
	
	stderr:
	Warning: spec.template.metadata.annotations[container.apparmor.security.beta.kubernetes.io/gadget]: deprecated since v1.30; use the "appArmorProfile" field instead
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:00.922524  733699 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: (1.087882797s)
	I0929 11:13:00.922638  733699 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: (1.079564305s)
	I0929 11:13:00.922690  733699 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: (1.058656636s)
	I0929 11:13:00.922952  733699 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: (1.048289451s)
	I0929 11:13:00.975308  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0929 11:13:00.975332  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0929 11:13:01.038865  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0929 11:13:01.038895  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0929 11:13:01.119582  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0929 11:13:01.119624  733699 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0929 11:13:01.135810  733699 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: (1.260161689s)
	I0929 11:13:01.209446  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0929 11:13:01.271924  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:02.359504  733699 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: (2.472445015s)
	I0929 11:13:02.359655  733699 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: (2.413554416s)
	I0929 11:13:02.359683  733699 addons.go:479] Verifying addon metrics-server=true in "addons-398275"
	I0929 11:13:02.359728  733699 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: (2.401522929s)
	I0929 11:13:02.359745  733699 addons.go:479] Verifying addon registry=true in "addons-398275"
	I0929 11:13:02.360258  733699 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: (2.336403133s)
	I0929 11:13:02.360293  733699 addons.go:479] Verifying addon ingress=true in "addons-398275"
	I0929 11:13:02.360737  733699 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: (2.003424255s)
	I0929 11:13:02.360595  733699 ssh_runner.go:235] Completed: sudo pgrep -xnf kube-apiserver.*minikube.*: (2.194983176s)
	I0929 11:13:02.360857  733699 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: (1.955911652s)
	W0929 11:13:02.360887  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	Warning: unrecognized format "int64"
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0929 11:13:02.360889  733699 api_server.go:72] duration metric: took 2.944041324s to wait for apiserver process to appear ...
	I0929 11:13:02.360902  733699 api_server.go:88] waiting for apiserver healthz status ...
	I0929 11:13:02.360906  733699 retry.go:31] will retry after 170.621269ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	Warning: unrecognized format "int64"
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0929 11:13:02.360925  733699 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0929 11:13:02.360688  733699 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: (2.079001185s)
	I0929 11:13:02.363121  733699 out.go:179] * Verifying registry addon...
	I0929 11:13:02.363213  733699 out.go:179] * Verifying ingress addon...
	I0929 11:13:02.364321  733699 out.go:179] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-398275 service yakd-dashboard -n yakd-dashboard
	
	I0929 11:13:02.366006  733699 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0929 11:13:02.367505  733699 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0929 11:13:02.371444  733699 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0929 11:13:02.372038  733699 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0929 11:13:02.372052  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:02.372482  733699 api_server.go:141] control plane version: v1.34.0
	I0929 11:13:02.372565  733699 api_server.go:131] duration metric: took 11.654376ms to wait for apiserver health ...
	I0929 11:13:02.372588  733699 system_pods.go:43] waiting for kube-system pods to appear ...
	I0929 11:13:02.378874  733699 system_pods.go:59] 17 kube-system pods found
	I0929 11:13:02.379034  733699 system_pods.go:61] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:02.379112  733699 system_pods.go:61] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:02.379127  733699 system_pods.go:61] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:02.379133  733699 system_pods.go:61] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:02.379141  733699 system_pods.go:61] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:02.379148  733699 system_pods.go:61] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:02.379769  733699 system_pods.go:61] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:02.379801  733699 system_pods.go:61] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:02.379810  733699 system_pods.go:61] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:02.379817  733699 system_pods.go:61] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:02.379933  733699 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0929 11:13:02.379948  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:02.379956  733699 system_pods.go:61] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:02.379970  733699 system_pods.go:61] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:02.379979  733699 system_pods.go:61] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:02.379987  733699 system_pods.go:61] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:02.379993  733699 system_pods.go:61] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending
	I0929 11:13:02.380002  733699 system_pods.go:61] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.380110  733699 system_pods.go:61] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:02.380120  733699 system_pods.go:74] duration metric: took 7.513841ms to wait for pod list to return data ...
	I0929 11:13:02.380131  733699 default_sa.go:34] waiting for default service account to be created ...
	I0929 11:13:02.389098  733699 default_sa.go:45] found service account: "default"
	I0929 11:13:02.389127  733699 default_sa.go:55] duration metric: took 8.988725ms for default service account to be created ...
	I0929 11:13:02.389141  733699 system_pods.go:116] waiting for k8s-apps to be running ...
	I0929 11:13:02.472558  733699 system_pods.go:86] 18 kube-system pods found
	I0929 11:13:02.472601  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:02.472613  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:02.472621  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending
	I0929 11:13:02.472629  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:02.472636  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:02.472644  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:02.472650  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:02.472659  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:02.472663  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:02.472669  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:02.472677  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:02.472685  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:02.472693  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:02.472701  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:02.472711  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:02.472719  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.472728  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.472736  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:02.472755  733699 retry.go:31] will retry after 280.25021ms: missing components: kube-dns
	I0929 11:13:02.532177  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0929 11:13:02.602997  733699 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: (1.393492558s)
	I0929 11:13:02.603040  733699 addons.go:479] Verifying addon csi-hostpath-driver=true in "addons-398275"
	I0929 11:13:02.604873  733699 out.go:179] * Verifying csi-hostpath-driver addon...
	I0929 11:13:02.607790  733699 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0929 11:13:02.611415  733699 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0929 11:13:02.611444  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:02.645509  733699 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.373525439s)
	W0929 11:13:02.645574  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:02.645613  733699 retry.go:31] will retry after 193.857153ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:02.759413  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:02.759456  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:02.759468  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:02.759480  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:02.759494  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:02.759507  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:02.759519  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:02.759525  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:02.759537  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:02.759560  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:02.759574  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:02.759579  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:02.759587  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:02.759594  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:02.759605  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:02.759617  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:02.759630  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:02.759640  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:02.759648  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.759657  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.759662  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:02.759686  733699 retry.go:31] will retry after 323.919513ms: missing components: kube-dns
	I0929 11:13:02.840647  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:02.893610  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:02.893685  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:03.090409  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:03.090451  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:03.090461  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:03.090471  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:03.090481  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:03.090490  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:03.090501  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:03.090508  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:03.090521  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:03.090530  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:03.090550  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:03.090559  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:03.090566  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:03.090574  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:03.090585  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:03.090593  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:03.090604  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:03.090612  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:03.090622  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:03.090633  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:03.090643  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:03.090662  733699 retry.go:31] will retry after 350.143984ms: missing components: kube-dns
	I0929 11:13:03.112301  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:03.370101  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:03.370432  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:03.472894  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:03.472940  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:03.472955  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:03.472968  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:03.472979  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:03.472988  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:03.472999  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:03.473006  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:03.473024  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:03.473030  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:03.473039  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:03.473044  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:03.473049  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:03.473056  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:03.473064  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:03.473073  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:03.473081  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:03.473087  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:03.473095  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:03.473103  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:03.473109  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:03.473132  733699 retry.go:31] will retry after 549.285943ms: missing components: kube-dns
	I0929 11:13:03.612612  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:03.870568  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:03.870746  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:04.028270  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:04.028322  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:04.028334  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:04.028344  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:04.028351  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:04.028359  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:04.028371  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:04.028381  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:04.028390  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:04.028396  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:04.028404  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:04.028410  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:04.028415  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:04.028423  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:04.028434  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:04.028448  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:04.028459  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:04.028473  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:04.028481  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:04.028489  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:04.028502  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:04.028523  733699 retry.go:31] will retry after 645.95178ms: missing components: kube-dns
	I0929 11:13:04.128042  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:04.370895  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:04.371031  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:04.612267  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:04.680251  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:04.680294  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:04.680309  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:04.680320  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:04.680334  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:04.680351  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:04.680359  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:04.680368  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:04.680376  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:04.680386  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:04.680398  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:04.680406  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:04.680413  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:04.680424  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:04.680432  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:04.680442  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:04.680453  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:04.680463  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:04.680471  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:04.680479  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:04.680483  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:04.680501  733699 retry.go:31] will retry after 584.096042ms: missing components: kube-dns
	I0929 11:13:04.870649  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:04.870702  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:05.112362  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:05.201599  733699 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.669336719s)
	I0929 11:13:05.201677  733699 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.360989139s)
	W0929 11:13:05.201719  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:05.201747  733699 retry.go:31] will retry after 533.757786ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:05.271011  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:05.271050  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:05.271058  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:05.271064  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:05.271069  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:05.271076  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:05.271081  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:05.271086  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:05.271090  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:05.271094  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:05.271099  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:05.271102  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:05.271106  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:05.271111  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:05.271116  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:05.271133  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:05.271141  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:05.271148  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:05.271152  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:05.271158  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:05.271161  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:05.271178  733699 retry.go:31] will retry after 1.012446963s: missing components: kube-dns
	I0929 11:13:05.370001  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:05.371047  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:05.611686  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:05.736137  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:05.870338  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:05.870659  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:06.112835  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:06.289293  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:06.289336  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:06.289348  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:06.289358  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:06.289372  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:06.289380  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:06.289401  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:06.289414  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:06.289420  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:06.289425  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:06.289432  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:06.289438  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:06.289451  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:06.289458  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:06.289465  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:06.289470  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:06.289475  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:06.289479  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:06.289486  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:06.289494  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:06.289499  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:06.289520  733699 retry.go:31] will retry after 1.063766139s: missing components: kube-dns
	I0929 11:13:06.388369  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:06.388565  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	W0929 11:13:06.395477  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:06.395504  733699 retry.go:31] will retry after 1.10662306s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:06.612448  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:06.871010  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:06.871146  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:07.112744  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:07.145960  733699 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0929 11:13:07.146030  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:13:07.166921  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:13:07.278054  733699 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0929 11:13:07.300513  733699 addons.go:238] Setting addon gcp-auth=true in "addons-398275"
	I0929 11:13:07.300622  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:13:07.301035  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:13:07.321360  733699 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0929 11:13:07.321415  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:13:07.339898  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:13:07.360938  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:07.360980  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:07.360987  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:07.360994  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:07.361001  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:07.361007  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:07.361012  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:07.361017  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:07.361021  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:07.361024  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:07.361030  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:07.361036  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:07.361040  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:07.361044  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:07.361051  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:07.361060  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:07.361065  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:07.361072  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:07.361077  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:07.361085  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:07.361091  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:07.361106  733699 retry.go:31] will retry after 1.370670201s: missing components: kube-dns
	I0929 11:13:07.369775  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:07.370276  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:07.435809  733699 out.go:179]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
	I0929 11:13:07.437207  733699 out.go:179]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
	I0929 11:13:07.438422  733699 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0929 11:13:07.438445  733699 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0929 11:13:07.458229  733699 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0929 11:13:07.458264  733699 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0929 11:13:07.479275  733699 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0929 11:13:07.479297  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0929 11:13:07.500581  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0929 11:13:07.502823  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:07.612466  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:07.878632  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:07.879395  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:07.914708  733699 addons.go:479] Verifying addon gcp-auth=true in "addons-398275"
	I0929 11:13:07.916421  733699 out.go:179] * Verifying gcp-auth addon...
	I0929 11:13:07.919084  733699 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0929 11:13:07.932606  733699 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0929 11:13:07.932634  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:08.112713  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	W0929 11:13:08.221498  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:08.221533  733699 retry.go:31] will retry after 1.224978528s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:08.370302  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:08.370362  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:08.422810  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:08.611518  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:08.736764  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:08.736807  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:08.736819  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:08.736830  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:08.736838  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:08.736846  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:08.736853  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:08.736860  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:08.736868  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:08.736874  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:08.736881  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:08.736887  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:08.736897  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:08.736909  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:08.736949  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:08.736963  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:08.736973  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:08.736985  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:08.736997  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:08.737009  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:08.737016  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:08.737041  733699 retry.go:31] will retry after 2.241374299s: missing components: kube-dns
	I0929 11:13:08.869667  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:08.871371  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:08.922606  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:09.112162  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:09.369818  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:09.370777  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:09.422840  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:09.447067  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:09.611351  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:09.869498  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:09.870058  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:09.922138  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	W0929 11:13:10.004449  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:10.004478  733699 retry.go:31] will retry after 2.198905929s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:10.111600  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:10.370293  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:10.370477  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:10.422526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:10.611619  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:10.869877  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:10.870611  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:10.922679  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:10.983364  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:10.983406  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:10.983417  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:10.983431  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:10.983440  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:10.983449  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:10.983455  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:10.983462  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:10.983472  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:10.983477  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:10.983489  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:10.983493  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:10.983496  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:10.983503  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:10.983513  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:10.983562  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:10.983578  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:10.983587  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:10.983611  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:10.983625  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:10.983630  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:10.983654  733699 retry.go:31] will retry after 2.198598101s: missing components: kube-dns
	I0929 11:13:11.111600  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:11.369899  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:11.370332  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:11.422533  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:11.612295  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:11.869862  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:11.870936  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:11.923295  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:12.111437  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:12.204531  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:12.370511  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:12.370562  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:12.422471  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:12.611184  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	W0929 11:13:12.785796  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:12.785840  733699 retry.go:31] will retry after 3.067413925s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:12.870666  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:12.870688  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:12.922745  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:13.112769  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:13.187009  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:13.187048  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:13.187056  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:13.187063  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:13.187068  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:13.187074  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:13.187078  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:13.187082  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:13.187086  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:13.187089  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:13.187094  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:13.187097  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:13.187101  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:13.187106  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:13.187115  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:13.187120  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:13.187125  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:13.187129  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:13.187137  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:13.187143  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:13.187147  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:13.187162  733699 retry.go:31] will retry after 2.991903626s: missing components: kube-dns
	I0929 11:13:13.369854  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:13.370463  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:13.422516  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:13.612705  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:13.870535  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:13.870597  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:13.922470  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:14.111684  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:14.370433  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:14.370453  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:14.422370  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:14.611774  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:14.869105  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:14.870863  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:14.922691  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:15.111824  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:15.370042  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:15.370583  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:15.422853  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:15.611076  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:15.854333  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:15.870841  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:15.870912  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:15.922801  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:16.111018  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:16.184344  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:16.184379  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:16.184391  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:16.184398  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:16.184403  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:16.184408  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:16.184412  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:16.184418  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:16.184421  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:16.184424  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:16.184427  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:16.184431  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:16.184436  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:16.184444  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:16.184453  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:16.184460  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:16.184471  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:16.184490  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:16.184502  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:16.184508  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:16.184513  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:16.184533  733699 retry.go:31] will retry after 4.250789786s: missing components: kube-dns
	I0929 11:13:16.370704  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:16.371021  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	W0929 11:13:16.421821  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:16.421858  733699 retry.go:31] will retry after 2.532848368s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:16.422877  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:16.611226  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:16.870107  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:16.871973  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:16.922226  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:17.111343  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:17.370164  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:17.370249  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:17.422138  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:17.612052  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:17.870793  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:17.870846  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:17.922952  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:18.111340  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:18.369703  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:18.371348  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:18.422475  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:18.611619  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:18.870616  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:18.870638  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:18.922577  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:18.955672  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:19.111708  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:19.369847  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:19.370323  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:19.422639  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	W0929 11:13:19.523463  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:19.523492  733699 retry.go:31] will retry after 5.438693911s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:19.612185  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:19.870222  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:19.870240  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:19.921925  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:20.111657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:20.370112  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:20.370403  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:20.422794  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:20.440129  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:20.440168  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:20.440176  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:20.440184  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:20.440190  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:20.440195  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:20.440200  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:20.440205  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:20.440209  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:20.440212  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:20.440216  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:20.440219  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:20.440225  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:20.440233  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:20.440242  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:20.440248  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:20.440253  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:20.440263  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:20.440269  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:20.440277  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:20.440280  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:20.440297  733699 retry.go:31] will retry after 5.507870237s: missing components: kube-dns
	I0929 11:13:20.611675  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:20.869874  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:20.870368  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:20.922331  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:21.111514  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:21.369404  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:21.370149  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:21.422107  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:21.611611  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:21.869768  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:21.870426  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:21.922307  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:22.111617  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:22.369824  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:22.370252  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:22.422219  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:22.611861  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:22.872201  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:22.872207  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:22.922732  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:23.112375  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:23.369359  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:23.370942  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:23.422824  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:23.611107  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:23.869910  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:23.870883  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:23.922560  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:24.111887  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:24.370646  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:24.370674  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:24.422955  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:24.611306  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:24.870312  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:24.870358  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:24.922008  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:24.963126  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:25.111883  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:25.369099  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:25.370601  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:25.422407  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	W0929 11:13:25.523598  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:25.523629  733699 retry.go:31] will retry after 6.477494236s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:25.612399  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:25.869846  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:25.871145  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:25.922007  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:25.953596  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:25.953632  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:25.953641  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:25.953650  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:25.953657  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:25.953663  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:25.953668  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:25.953672  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:25.953676  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:25.953679  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:25.953683  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:25.953687  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:25.953690  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:25.953695  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:25.953700  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:25.953705  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:25.953711  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:25.953717  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:25.953723  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:25.953728  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:25.953734  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:25.953749  733699 retry.go:31] will retry after 6.353743075s: missing components: kube-dns
	I0929 11:13:26.111537  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:26.369747  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:26.370288  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:26.422484  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:26.611659  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:26.870310  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:26.870347  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:26.922122  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:27.111311  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:27.369850  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:27.370411  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:27.422366  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:27.611571  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:27.870455  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:27.870510  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:27.922696  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:28.111898  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:28.369843  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:28.370574  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:28.422669  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:28.612192  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:28.870419  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:28.870430  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:28.922427  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:29.111592  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:29.369810  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:29.370408  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:29.422419  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:29.611862  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:29.870195  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:29.870410  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:29.922157  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:30.111273  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:30.369235  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:30.370907  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:30.422976  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:30.611293  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:30.869907  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:30.870945  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:30.922822  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:31.111177  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:31.369650  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:31.370990  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:31.422973  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:31.611391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:31.870015  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:31.870015  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:31.922875  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:32.002142  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:32.112794  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:32.312402  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:32.312437  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:32.312446  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:32.312453  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:32.312461  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:32.312467  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:32.312472  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:32.312476  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:32.312479  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:32.312484  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:32.312491  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:32.312494  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:32.312499  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:32.312504  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:32.312514  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:32.312520  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:32.312525  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:32.312533  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:32.312538  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:32.312561  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:32.312565  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:32.312581  733699 retry.go:31] will retry after 7.763209894s: missing components: kube-dns
	I0929 11:13:32.369814  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:32.370204  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:32.423643  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	W0929 11:13:32.572167  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:32.572218  733699 retry.go:31] will retry after 8.69308s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:32.611502  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:32.869851  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:32.871017  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:32.923172  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:33.111828  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:33.370014  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:33.370507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:33.422783  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:33.612563  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:33.870729  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:33.870779  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:33.922473  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:34.111451  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:34.369806  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:34.370064  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:34.423138  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:34.611378  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:34.870635  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:34.870702  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:34.922513  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:35.111683  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:35.370039  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:35.370271  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:35.422152  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:35.611535  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:35.870133  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:35.870198  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:35.923076  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:36.111282  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:36.369556  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:36.371115  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:36.423121  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:36.611479  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:36.870107  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:36.870378  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:36.922504  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:37.111772  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:37.369911  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:37.370128  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:37.423249  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:37.611785  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:37.870404  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:37.870450  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:37.921983  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:38.111056  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:38.369193  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:38.371184  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:38.423057  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:38.611410  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:38.870298  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:38.870300  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:38.922278  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:39.111675  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:39.369827  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:39.370025  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:39.422654  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:39.612327  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:39.869959  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:39.869995  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:39.922749  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:40.080878  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:40.080913  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:40.080927  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:40.080936  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:40.080941  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:40.080946  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:40.080950  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:40.080953  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:40.080957  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:40.080960  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:40.080964  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:40.080967  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:40.080970  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:40.080975  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:40.080982  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:40.080987  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:40.080993  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:40.080998  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:40.081003  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:40.081012  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:40.081016  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:40.081033  733699 retry.go:31] will retry after 7.029376147s: missing components: kube-dns
	I0929 11:13:40.111673  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:40.369880  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:40.370258  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:40.422553  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:40.611913  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:40.870645  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:40.870690  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:40.922953  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:41.111505  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:41.265629  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:41.369938  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:41.370421  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:41.422580  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:41.611419  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:41.871556  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:41.872490  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	W0929 11:13:41.908219  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:41.908261  733699 retry.go:31] will retry after 19.165782941s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:41.971391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:42.112127  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:42.369606  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:42.370799  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:42.422772  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:42.612013  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:42.869741  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:42.870806  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:42.922836  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:43.111481  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:43.370081  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:43.370186  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:43.422447  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:43.611686  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:43.870276  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:43.870422  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:43.922260  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:44.111920  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:44.370253  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:44.370597  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:44.422903  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:44.611140  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:44.870383  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:44.870519  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:44.971403  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:45.112230  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:45.370146  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:45.371528  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:45.422756  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:45.611641  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:45.873477  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:45.873676  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:45.933353  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:46.112010  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:46.370639  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:46.370829  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:46.422874  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:46.611439  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:46.870322  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:46.870396  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:46.942188  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:47.111660  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:47.114926  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:47.114960  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:47.114967  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:47.114994  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:47.114998  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Running
	I0929 11:13:47.115004  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:47.115009  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:47.115013  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:47.115017  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:47.115020  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:47.115026  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:47.115029  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:47.115033  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:47.115037  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:47.115047  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:47.115052  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:47.115057  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:47.115063  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:47.115067  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:47.115074  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:47.115078  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:47.115098  733699 retry.go:31] will retry after 9.358850906s: missing components: kube-dns
	I0929 11:13:47.370010  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:47.370398  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:47.422507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:47.611896  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:47.870819  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:47.871334  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:47.946735  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:48.176606  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:48.370320  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:48.371137  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:48.423193  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:48.711609  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:48.870024  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:48.870470  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:48.923005  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:49.111967  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:49.370089  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:49.370686  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:49.422735  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:49.612519  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:49.870213  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:49.870341  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:49.967363  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:50.112190  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:50.369579  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:50.371400  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:50.422448  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:50.611947  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:50.870729  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:50.870748  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:50.922783  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:51.112212  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:51.368956  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:51.370654  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:51.423081  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:51.612081  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:51.871194  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:51.871496  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:51.922109  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:52.167526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:52.371719  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:52.371719  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:52.475852  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:52.612426  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:52.870150  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:52.870264  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:52.970585  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:53.112382  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:53.370416  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:53.370507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:53.422794  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:53.612399  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:53.870582  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:53.870712  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:53.970434  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:54.114298  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:54.369923  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:54.370327  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:54.422604  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:54.611763  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:54.871026  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:54.871082  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:54.923592  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:55.112341  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:55.370230  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:55.370362  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:55.422732  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:55.659643  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:55.870397  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:55.870452  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:55.922820  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:56.113986  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:56.369836  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:56.370425  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:56.422699  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:56.479125  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:56.479181  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:56.479191  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Running
	I0929 11:13:56.479201  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Running
	I0929 11:13:56.479207  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Running
	I0929 11:13:56.479215  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:56.479224  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:56.479231  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:56.479240  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:56.479246  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:56.479252  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:56.479255  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:56.479259  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:56.479265  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Running
	I0929 11:13:56.479271  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:56.479279  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:56.479287  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:56.479292  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:56.479302  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Running
	I0929 11:13:56.479313  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Running
	I0929 11:13:56.479319  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:56.479333  733699 system_pods.go:126] duration metric: took 54.09018411s to wait for k8s-apps to be running ...
	I0929 11:13:56.479350  733699 system_svc.go:44] waiting for kubelet service to be running ....
	I0929 11:13:56.479406  733699 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0929 11:13:56.494186  733699 system_svc.go:56] duration metric: took 14.814595ms WaitForService to wait for kubelet
	I0929 11:13:56.494222  733699 kubeadm.go:578] duration metric: took 57.077375514s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0929 11:13:56.494249  733699 node_conditions.go:102] verifying NodePressure condition ...
	I0929 11:13:56.497940  733699 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
	I0929 11:13:56.497979  733699 node_conditions.go:123] node cpu capacity is 8
	I0929 11:13:56.497999  733699 node_conditions.go:105] duration metric: took 3.74288ms to run NodePressure ...
	I0929 11:13:56.498021  733699 start.go:241] waiting for startup goroutines ...
	I0929 11:13:56.611522  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:56.870213  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:56.870219  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:56.922051  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:57.112023  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:57.369778  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:57.370156  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:57.422267  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:57.611894  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:57.870697  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:57.870724  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:57.922276  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:58.111896  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:58.370315  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:58.370730  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:58.422680  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:58.611980  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:58.869683  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:58.871062  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:58.923578  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:59.111706  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:59.370464  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:59.370491  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:59.423087  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:59.611741  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:59.870357  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:59.870416  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:59.922510  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:00.112019  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:00.370503  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:00.370750  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:00.423322  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:00.611949  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:00.870631  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:00.870669  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:00.923055  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:01.074231  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:14:01.112391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:01.369133  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:01.370903  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:01.422945  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:01.612423  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	W0929 11:14:01.759855  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:14:01.759894  733699 retry.go:31] will retry after 34.077344362s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:14:01.871142  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:01.871148  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:01.923352  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:02.113103  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:02.369515  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:02.371090  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:02.423481  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:02.612590  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:02.870384  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:02.870638  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:02.923232  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:03.112112  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:03.370221  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:03.371097  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:03.423448  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:03.612042  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:03.870284  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:03.870528  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:03.923143  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:04.111616  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:04.410026  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:04.410197  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:04.422120  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:04.630961  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:04.869372  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:04.871445  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:04.922439  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:05.111988  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:05.370603  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:05.370646  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:05.422622  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:05.612381  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:05.869601  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:05.870885  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:05.969967  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:06.112050  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:06.370667  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:06.370673  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:06.422924  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:06.611657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:06.869683  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:06.870117  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:06.923134  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:07.112078  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:07.369703  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:07.370511  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:07.422345  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:07.612340  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:07.870062  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:07.871662  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:07.970103  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:08.111470  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:08.370141  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:08.370171  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:08.422714  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:08.611943  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:08.870573  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:08.870610  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:08.922805  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:09.111890  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:09.370993  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:09.371017  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:09.423300  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:09.612136  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:09.869848  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:09.871325  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:09.922787  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:10.112410  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:10.369599  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:10.370345  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:10.422443  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:10.612103  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:10.870726  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:10.871292  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:10.922235  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:11.112042  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:11.370301  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:11.370815  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:11.422715  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:11.612211  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:11.870223  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:11.871036  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:11.971089  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:12.116118  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:12.369673  733699 kapi.go:107] duration metric: took 1m10.003662891s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0929 11:14:12.370832  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:12.469737  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:12.612415  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:12.969526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:12.969685  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:13.112384  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:13.372466  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:13.422191  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:13.611507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:13.871132  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:13.923269  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:14.111446  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:14.371862  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:14.423153  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:14.611979  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:14.871977  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:14.922525  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:15.112085  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:15.371457  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:15.472004  733699 kapi.go:107] duration metric: took 1m7.552917632s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0929 11:14:15.475061  733699 out.go:179] * Your GCP credentials will now be mounted into every pod created in the addons-398275 cluster.
	I0929 11:14:15.476355  733699 out.go:179] * If you don't want your credentials mounted into a specific pod, add a label with the `gcp-auth-skip-secret` key to your pod configuration.
	I0929 11:14:15.477638  733699 out.go:179] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0929 11:14:15.611493  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:15.870566  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:16.111953  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:16.371414  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:16.611826  733699 kapi.go:107] duration metric: took 1m14.00403754s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0929 11:14:16.870771  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:17.371037  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:17.872063  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:18.371876  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:18.872021  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:19.372134  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:19.870950  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:20.372344  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:20.871247  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:21.370615  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:21.871798  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:22.371290  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:22.871087  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:23.372134  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:23.871842  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:24.371852  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:24.871368  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:25.370485  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:25.871072  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:26.371907  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:26.871447  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:27.370743  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:27.871228  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:28.371059  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:28.871863  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:29.371210  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:29.871203  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:30.370956  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:30.871634  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:31.373324  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:31.871155  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:32.371196  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:32.870813  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:33.371641  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:33.871198  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:34.372153  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:34.870728  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:35.371292  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:35.837689  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:14:35.871824  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:36.371770  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	W0929 11:14:36.399019  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	W0929 11:14:36.399146  733699 out.go:285] ! Enabling 'inspektor-gadget' returned an error: running callbacks: [sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	]
	I0929 11:14:36.871712  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:37.371039  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:37.871938  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:38.371336  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:38.870391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:39.371014  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:39.871646  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:40.371402  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:40.870596  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:41.370800  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:41.871926  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:42.372003  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:42.872368  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:43.371343  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:43.871002  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:44.371934  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:44.872000  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:45.371646  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:45.871130  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:46.371682  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:46.871639  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:47.371188  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:47.872061  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:48.372263  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:48.870483  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:49.370892  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:49.871850  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:50.371813  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:50.871426  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:51.370833  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:51.871565  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:52.371250  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:52.871203  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:53.372001  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:53.871710  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:54.371621  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:54.871343  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:55.370859  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:55.872057  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:56.372039  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:56.871974  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:57.371455  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:57.871001  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:58.372101  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:58.872110  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:59.371369  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:59.871459  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:00.371183  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:00.871132  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:01.370497  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:01.871185  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:02.372370  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:02.871235  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:03.371150  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:03.871638  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:04.371757  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:04.871902  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:05.371756  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:05.871606  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:06.371631  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:06.871537  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:07.371382  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:07.871333  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:08.371018  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:08.872174  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:09.370995  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:09.872400  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:10.371523  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:10.870657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:11.371336  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:11.871886  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:12.371942  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:12.871378  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:13.371050  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:13.872116  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:14.372140  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:14.872478  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:15.371137  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:15.870709  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:16.371407  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:16.871358  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:17.371334  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:17.871465  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:18.371277  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:18.870424  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:19.371193  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:19.871332  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:20.371487  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:20.871237  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:21.371074  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:21.871823  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:22.371672  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:22.871414  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:23.371037  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:23.871596  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:24.371386  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:24.871748  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:25.370923  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:25.871752  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:26.371682  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:26.871213  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:27.370586  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:27.871347  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:28.371098  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:28.872127  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:29.372071  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:29.871029  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:30.372195  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:30.871598  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:31.370491  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:31.870902  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:32.371807  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:32.871864  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:33.371526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:33.871146  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:34.372255  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:34.870752  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:35.371476  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:35.871508  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:36.371287  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:36.870814  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:37.371225  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:37.871249  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:38.371291  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:38.871086  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:39.371771  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:39.872210  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:40.371786  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:40.871180  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:41.370592  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:41.870496  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:42.371238  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:42.871115  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:43.371822  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:43.871424  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:44.372779  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:44.871107  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:45.372112  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:45.872107  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:46.371842  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:46.871340  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:47.370826  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:47.871757  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:48.371852  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:48.871474  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:49.370875  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:49.872246  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:50.371734  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:50.871678  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:51.370696  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:51.871769  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:52.371366  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:52.870767  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:53.371386  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:53.870754  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:54.370950  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:54.871350  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:55.370684  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:55.871501  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:56.370902  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:56.872019  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:57.370737  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:57.871597  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:58.371409  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:58.870982  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:59.371432  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:59.871497  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:00.371005  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:00.872206  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:01.371575  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:01.871029  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:02.371349  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:02.871267  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:03.371037  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:03.872324  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:04.370643  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:04.871933  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:05.371351  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:05.871052  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:06.371316  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:06.871626  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:07.370922  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:07.871726  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:08.370897  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:08.871932  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:09.371441  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:09.871884  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:10.371483  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:10.871641  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:11.370969  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:11.872405  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:12.370470  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:12.870192  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:13.372044  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:13.871749  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:14.370944  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:14.871805  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:15.371345  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:15.871366  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:16.370741  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:16.871761  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:17.370931  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:17.871601  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:18.371435  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:18.870571  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:19.370770  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:19.871985  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:20.371593  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:20.871317  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:21.370597  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:21.871684  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:22.370908  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:22.871575  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:23.371495  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:23.870668  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:24.370752  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:24.871893  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:25.371268  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:25.870980  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:26.371999  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:26.872039  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:27.371447  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:27.871287  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:28.371643  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:28.872843  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:29.371847  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:29.871394  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:30.370958  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:30.871644  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:31.371256  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:31.870439  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:32.371106  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:32.871764  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:33.372507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:33.871809  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:34.371501  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:34.871693  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:35.371496  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:35.871634  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:36.371721  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:36.871893  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:37.370808  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:37.872050  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:38.371284  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:38.871219  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:39.371167  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:39.871655  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:40.371256  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:40.871655  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:41.370952  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:41.871487  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:42.370727  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:42.871368  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:43.371367  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:43.870654  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:44.371060  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:44.870562  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:45.370991  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:45.872240  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:46.371870  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:46.871835  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:47.371371  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:47.871290  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:48.370927  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:48.871688  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:49.371252  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:49.870903  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:50.371427  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:50.871384  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:51.370471  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:51.871108  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:52.370954  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:52.870770  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:53.371690  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:53.871302  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:54.370916  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:54.871887  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:55.371615  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:55.871164  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:56.371840  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:56.871950  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:57.372296  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:57.871487  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:58.371679  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:58.871775  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:59.371378  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:59.872092  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:00.370533  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:00.872321  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:01.370638  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:01.871852  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:02.371653  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:02.871586  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:03.371905  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:03.870611  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:04.371276  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:04.871301  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:05.371356  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:05.871743  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:06.371776  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:06.872276  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:07.371179  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:07.871339  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:08.371615  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:08.871824  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:09.371656  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:09.871326  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:10.371313  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:10.871813  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:11.371880  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:11.871813  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:12.371469  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:12.870725  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:13.371714  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:13.871778  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:14.371711  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:14.871919  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:15.370437  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:15.871109  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:16.370766  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:16.872306  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:17.370588  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:17.872279  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:18.371019  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:18.871182  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:19.371098  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:19.871722  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:20.371233  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:20.871266  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:21.371140  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:21.870890  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:22.371489  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:22.873038  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:23.372157  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:23.871034  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:24.370678  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:24.871294  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:25.370676  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:25.871934  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:26.371966  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:26.871152  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:27.370941  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:27.870872  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:28.371888  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:28.870862  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:29.371640  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:29.871836  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:30.371426  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:30.871170  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:31.370584  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:31.870935  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:32.370423  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:32.870237  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:33.371231  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:33.870237  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:34.370640  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:34.871524  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:35.371497  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:35.871494  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:36.371243  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:36.871101  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:37.370662  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:37.871632  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:38.371731  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:38.871645  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:39.372084  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:39.871254  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:40.371995  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:40.871154  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:41.370910  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:41.871251  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:42.370931  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:42.872036  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:43.371288  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:43.871231  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:44.371097  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:44.872463  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:45.371139  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:45.870569  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:46.371153  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:46.871398  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:47.370812  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:47.871657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:48.371924  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:48.872065  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:49.370574  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:49.872269  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:50.371386  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:50.871321  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:51.370432  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:51.871080  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:52.370970  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:52.870994  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:53.373657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:53.871647  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:54.371167  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:54.870925  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:55.371290  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:55.870908  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:56.371433  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:56.870734  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:57.371624  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:57.871403  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:58.371296  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:58.870270  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:59.370711  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:59.870391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:00.371483  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:00.871504  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:01.371442  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:01.871814  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:02.371467  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:02.871106  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:03.371045  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:03.871312  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:04.371118  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:04.871881  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:05.372479  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:05.871519  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:06.371361  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:06.871097  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:07.371246  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:07.871663  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:08.370988  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:08.871220  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:09.371153  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:09.871341  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:10.370967  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:10.870816  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:11.372514  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:11.871160  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:12.370901  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:12.870951  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:13.370745  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:13.871863  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:14.371682  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:14.871822  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:15.371907  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:15.871442  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:16.371150  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:16.871127  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:17.371671  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:17.871918  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:18.371747  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:18.872038  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:19.371231  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:19.871062  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:20.370734  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:20.871805  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:21.371408  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:21.871498  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:22.371229  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:22.870438  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:23.371409  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:23.871010  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:24.370617  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:24.871224  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:25.371566  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:25.871204  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:26.370526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:26.871202  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:27.371157  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:27.871152  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:28.371084  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:28.871064  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:29.371189  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:29.871208  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:30.370859  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:30.870919  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:31.372054  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:31.871063  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:32.370776  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:32.871409  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:33.371679  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:33.872024  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:34.370589  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:34.871013  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:35.370946  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:35.870766  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:36.371297  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:36.870662  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:37.373044  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:37.870953  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:38.371298  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:38.871121  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:39.370515  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:39.871053  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:40.370713  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:40.871714  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:41.371677  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:41.871745  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:42.371416  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:42.871222  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:43.371483  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:43.871619  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:44.371096  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:44.871773  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:45.371799  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:45.872034  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:46.370855  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:46.872464  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:47.372424  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:47.871328  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:48.371237  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:48.871258  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:49.371020  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:49.871221  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:50.371104  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:50.871132  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:51.371312  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:51.871424  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:52.370942  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:52.870884  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:53.371764  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:53.872075  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:54.370466  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:54.871252  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:55.371085  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:55.870623  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:56.371147  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:56.871134  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:57.371218  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:57.871401  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:58.371613  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:58.871616  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:59.372118  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:59.870839  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:00.371346  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:00.871371  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:01.370856  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:01.872342  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:02.367888  733699 kapi.go:81] temporary error: getting Pods with label selector "kubernetes.io/minikube-addons=registry" : [client rate limiter Wait returned an error: context deadline exceeded]
	I0929 11:19:02.367923  733699 kapi.go:107] duration metric: took 6m0.000423252s to wait for kubernetes.io/minikube-addons=registry ...
	W0929 11:19:02.368055  733699 out.go:285] ! Enabling 'registry' returned an error: running callbacks: [waiting for kubernetes.io/minikube-addons=registry pods: context deadline exceeded]
	I0929 11:19:02.369776  733699 out.go:179] * Enabled addons: amd-gpu-device-plugin, registry-creds, cloud-spanner, storage-provisioner, nvidia-device-plugin, default-storageclass, storage-provisioner-rancher, volcano, metrics-server, ingress-dns, yakd, volumesnapshots, ingress, gcp-auth, csi-hostpath-driver
	I0929 11:19:02.371183  733699 addons.go:514] duration metric: took 6m2.954288088s for enable addons: enabled=[amd-gpu-device-plugin registry-creds cloud-spanner storage-provisioner nvidia-device-plugin default-storageclass storage-provisioner-rancher volcano metrics-server ingress-dns yakd volumesnapshots ingress gcp-auth csi-hostpath-driver]
	I0929 11:19:02.371237  733699 start.go:246] waiting for cluster config update ...
	I0929 11:19:02.371266  733699 start.go:255] writing updated cluster config ...
	I0929 11:19:02.371624  733699 ssh_runner.go:195] Run: rm -f paused
	I0929 11:19:02.376301  733699 pod_ready.go:37] extra waiting up to 4m0s for all "kube-system" pods having one of [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] labels to be "Ready" ...
	I0929 11:19:02.379822  733699 pod_ready.go:83] waiting for pod "coredns-66bc5c9577-8cjs7" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.384626  733699 pod_ready.go:94] pod "coredns-66bc5c9577-8cjs7" is "Ready"
	I0929 11:19:02.384649  733699 pod_ready.go:86] duration metric: took 4.80269ms for pod "coredns-66bc5c9577-8cjs7" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.386725  733699 pod_ready.go:83] waiting for pod "etcd-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.390929  733699 pod_ready.go:94] pod "etcd-addons-398275" is "Ready"
	I0929 11:19:02.390957  733699 pod_ready.go:86] duration metric: took 4.210827ms for pod "etcd-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.392917  733699 pod_ready.go:83] waiting for pod "kube-apiserver-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.396856  733699 pod_ready.go:94] pod "kube-apiserver-addons-398275" is "Ready"
	I0929 11:19:02.396882  733699 pod_ready.go:86] duration metric: took 3.942665ms for pod "kube-apiserver-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.398878  733699 pod_ready.go:83] waiting for pod "kube-controller-manager-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.781099  733699 pod_ready.go:94] pod "kube-controller-manager-addons-398275" is "Ready"
	I0929 11:19:02.781129  733699 pod_ready.go:86] duration metric: took 382.230324ms for pod "kube-controller-manager-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.981364  733699 pod_ready.go:83] waiting for pod "kube-proxy-7km4n" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:03.381087  733699 pod_ready.go:94] pod "kube-proxy-7km4n" is "Ready"
	I0929 11:19:03.381116  733699 pod_ready.go:86] duration metric: took 399.725198ms for pod "kube-proxy-7km4n" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:03.581426  733699 pod_ready.go:83] waiting for pod "kube-scheduler-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:03.980437  733699 pod_ready.go:94] pod "kube-scheduler-addons-398275" is "Ready"
	I0929 11:19:03.980473  733699 pod_ready.go:86] duration metric: took 399.01244ms for pod "kube-scheduler-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:03.980487  733699 pod_ready.go:40] duration metric: took 1.604154845s for extra waiting for all "kube-system" pods having one of [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] labels to be "Ready" ...
	I0929 11:19:04.031838  733699 start.go:623] kubectl: 1.34.1, cluster: 1.34.0 (minor skew: 0)
	I0929 11:19:04.033978  733699 out.go:179] * Done! kubectl is now configured to use "addons-398275" cluster and "default" namespace by default
	
	
	==> container status <==
	CONTAINER           IMAGE               CREATED             STATE               NAME                                     ATTEMPT             POD ID              POD
	f408d00c793a2       56cc512116c8f       6 minutes ago       Running             busybox                                  0                   26e27bacc023f       busybox
	891ec105b3e42       738351fd438f0       23 minutes ago      Running             csi-snapshotter                          0                   5674981c7886f       csi-hostpathplugin-k8855
	0c1db2b1b32d3       931dbfd16f87c       23 minutes ago      Running             csi-provisioner                          0                   5674981c7886f       csi-hostpathplugin-k8855
	4c9801fafbf3f       1bec18b3728e7       23 minutes ago      Running             controller                               0                   1c84f6bdd85a1       ingress-nginx-controller-9cc49f96f-fwsqt
	e978268bf5c9a       e899260153aed       23 minutes ago      Running             liveness-probe                           0                   5674981c7886f       csi-hostpathplugin-k8855
	b4d152aa2945f       b1c9f9ef5f0c2       23 minutes ago      Running             registry-proxy                           0                   46314b64daea9       registry-proxy-6n6m9
	a45045d65aa75       8c217da6734db       23 minutes ago      Exited              patch                                    2                   7d8a247252ae1       ingress-nginx-admission-patch-vm8qt
	af4634a29fe29       e255e073c508c       23 minutes ago      Running             hostpath                                 0                   5674981c7886f       csi-hostpathplugin-k8855
	8ba4a1be2e52a       8c217da6734db       23 minutes ago      Exited              create                                   0                   9d862bfada74d       ingress-nginx-admission-create-n5gtc
	c6435a29a4eab       88ef14a257f42       23 minutes ago      Running             node-driver-registrar                    0                   5674981c7886f       csi-hostpathplugin-k8855
	6bf89e32a2060       a1ed5895ba635       24 minutes ago      Running             csi-external-health-monitor-controller   0                   5674981c7886f       csi-hostpathplugin-k8855
	d26f9f2d2ced4       59cbb42146a37       24 minutes ago      Running             csi-attacher                             0                   807153e820605       csi-hostpath-attacher-0
	fe6a462d05fe3       aa61ee9c70bc4       24 minutes ago      Running             volume-snapshot-controller               0                   de9d74f4522e3       snapshot-controller-7d9fbc56b8-vvz4n
	7cb4515af6010       52546a367cc9e       24 minutes ago      Running             coredns                                  0                   92d172380fb07       coredns-66bc5c9577-8cjs7
	057331246fd74       aa61ee9c70bc4       24 minutes ago      Running             volume-snapshot-controller               0                   5d448880c4b2c       snapshot-controller-7d9fbc56b8-b88wx
	daf6b50236ef1       19a639eda60f0       24 minutes ago      Running             csi-resizer                              0                   0d5c89fbf4411       csi-hostpath-resizer-0
	5448ee8772c9f       9660a1727a977       24 minutes ago      Running             gadget                                   0                   58732ae3a24a7       gadget-p4d27
	d187c07409f92       b6ab53fbfedaa       24 minutes ago      Running             minikube-ingress-dns                     0                   85e7d0defe4ae       kube-ingress-dns-minikube
	eb5bda3321e24       6e38f40d628db       24 minutes ago      Running             storage-provisioner                      0                   24535cefdde54       storage-provisioner
	c7c21e3451ae9       409467f978b4a       24 minutes ago      Running             kindnet-cni                              0                   dfd09726e4e2f       kindnet-ntsc6
	ada769fbe0fef       df0860106674d       24 minutes ago      Running             kube-proxy                               0                   a3c1b74cb9ea7       kube-proxy-7km4n
	a15df76019cf8       a0af72f2ec6d6       25 minutes ago      Running             kube-controller-manager                  0                   fe44f7246ca21       kube-controller-manager-addons-398275
	c4fa96de22ef4       46169d968e920       25 minutes ago      Running             kube-scheduler                           0                   fd598c54febd4       kube-scheduler-addons-398275
	5b744a5b5c34c       90550c43ad2bc       25 minutes ago      Running             kube-apiserver                           0                   51ec2dc6250af       kube-apiserver-addons-398275
	57a3548bf9e1a       5f1f5298c888d       25 minutes ago      Running             etcd                                     0                   bbb92ae3e1451       etcd-addons-398275
	
	
	==> containerd <==
	Sep 29 11:36:54 addons-398275 containerd[761]: time="2025-09-29T11:36:54.187465915Z" level=info msg="TearDown network for sandbox \"cfba41541be1d61d5dd5967acec960788a8b26eb25b10ad25a1432222a6a2e73\" successfully"
	Sep 29 11:36:54 addons-398275 containerd[761]: time="2025-09-29T11:36:54.193853812Z" level=warning msg="Failed to get podSandbox status for container event for sandboxID \"cfba41541be1d61d5dd5967acec960788a8b26eb25b10ad25a1432222a6a2e73\": an error occurred when try to find sandbox: not found. Sending the event with nil podSandboxStatus."
	Sep 29 11:36:54 addons-398275 containerd[761]: time="2025-09-29T11:36:54.193953558Z" level=info msg="RemovePodSandbox \"cfba41541be1d61d5dd5967acec960788a8b26eb25b10ad25a1432222a6a2e73\" returns successfully"
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.145987489Z" level=info msg="Kill container \"074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253\""
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.155327178Z" level=info msg="received exit event container_id:\"074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253\"  id:\"074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253\"  pid:6779  exit_status:137  exited_at:{seconds:1759145816  nanos:154937994}"
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.173854250Z" level=info msg="shim disconnected" id=074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253 namespace=k8s.io
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.173903540Z" level=warning msg="cleaning up after shim disconnected" id=074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253 namespace=k8s.io
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.173915460Z" level=info msg="cleaning up dead shim" namespace=k8s.io
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.191906518Z" level=info msg="StopContainer for \"074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253\" returns successfully"
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.192496073Z" level=info msg="StopPodSandbox for \"cca15f686df431bb44ef2acbe6a744166c272746a117eb1dada05db117f1e3c3\""
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.192570226Z" level=info msg="Container to stop \"074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253\" must be in running or unknown state, current state \"CONTAINER_EXITED\""
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.200331582Z" level=info msg="received exit event container_id:\"cca15f686df431bb44ef2acbe6a744166c272746a117eb1dada05db117f1e3c3\"  id:\"cca15f686df431bb44ef2acbe6a744166c272746a117eb1dada05db117f1e3c3\"  pid:6426  exit_status:137  exited_at:{seconds:1759145816  nanos:200086067}"
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.225054152Z" level=info msg="shim disconnected" id=cca15f686df431bb44ef2acbe6a744166c272746a117eb1dada05db117f1e3c3 namespace=k8s.io
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.225103099Z" level=warning msg="cleaning up after shim disconnected" id=cca15f686df431bb44ef2acbe6a744166c272746a117eb1dada05db117f1e3c3 namespace=k8s.io
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.225116131Z" level=info msg="cleaning up dead shim" namespace=k8s.io
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.257303346Z" level=info msg="TearDown network for sandbox \"cca15f686df431bb44ef2acbe6a744166c272746a117eb1dada05db117f1e3c3\" successfully"
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.257351413Z" level=info msg="StopPodSandbox for \"cca15f686df431bb44ef2acbe6a744166c272746a117eb1dada05db117f1e3c3\" returns successfully"
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.273156996Z" level=info msg="RemoveContainer for \"074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253\""
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.278928902Z" level=info msg="RemoveContainer for \"074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253\" returns successfully"
	Sep 29 11:36:56 addons-398275 containerd[761]: time="2025-09-29T11:36:56.279732431Z" level=error msg="ContainerStatus for \"074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"074e8b8a4889fdce812fb92fa049371255615e7cb33bd84ff7cd80b801c55253\": not found"
	Sep 29 11:37:37 addons-398275 containerd[761]: time="2025-09-29T11:37:37.698432348Z" level=info msg="PullImage \"docker.io/nginx:latest\""
	Sep 29 11:37:37 addons-398275 containerd[761]: time="2025-09-29T11:37:37.700437907Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:37:37 addons-398275 containerd[761]: time="2025-09-29T11:37:37.789905052Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:37:37 addons-398275 containerd[761]: time="2025-09-29T11:37:37.943765411Z" level=error msg="PullImage \"docker.io/nginx:latest\" failed" error="failed to pull and unpack image \"docker.io/library/nginx:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:27637a97e3d1d0518adc2a877b60db3779970f19474b6e586ddcbc2d5500e285: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:37:37 addons-398275 containerd[761]: time="2025-09-29T11:37:37.943816468Z" level=info msg="stop pulling image docker.io/library/nginx:latest: active requests=0, bytes read=21215"
	
	
	==> coredns [7cb4515af601041706abce6b103ce4ca2334b1d49b90106e105490f8323739a1] <==
	[INFO] 10.244.0.22:60203 - 9194 "A IN registry.kube-system.svc.cluster.local.local. udp 73 false 1232" NXDOMAIN qr,rd,ra 62 0.005505448s
	[INFO] 10.244.0.22:60203 - 34179 "A IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 102 false 1232" NXDOMAIN qr,aa,rd,ra 198 0.000111061s
	[INFO] 10.244.0.22:60203 - 9070 "AAAA IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 102 false 1232" NXDOMAIN qr,aa,rd,ra 198 0.000124369s
	[INFO] 10.244.0.22:60203 - 796 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,aa,rd,ra 185 0.000089737s
	[INFO] 10.244.0.22:60203 - 38301 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,aa,rd,ra 185 0.00012384s
	[INFO] 10.244.0.22:60203 - 12386 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,aa,rd,ra 177 0.000068345s
	[INFO] 10.244.0.22:60203 - 2294 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,aa,rd,ra 177 0.00010966s
	[INFO] 10.244.0.22:60203 - 1731 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000116732s
	[INFO] 10.244.0.22:60203 - 37997 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000166115s
	[INFO] 10.244.0.22:58650 - 16894 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000198532s
	[INFO] 10.244.0.22:58650 - 2429 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000196172s
	[INFO] 10.244.0.22:58650 - 17525 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.000130051s
	[INFO] 10.244.0.22:58650 - 47159 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.000141985s
	[INFO] 10.244.0.22:58650 - 64790 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000113444s
	[INFO] 10.244.0.22:58650 - 26748 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.00012322s
	[INFO] 10.244.0.22:58650 - 50404 "A IN registry.kube-system.svc.cluster.local.local. udp 73 false 1232" NXDOMAIN qr,rd,ra 62 0.004419315s
	[INFO] 10.244.0.22:58650 - 11852 "AAAA IN registry.kube-system.svc.cluster.local.local. udp 73 false 1232" NXDOMAIN qr,rd,ra 62 0.004431525s
	[INFO] 10.244.0.22:58650 - 16091 "A IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 102 false 1232" NXDOMAIN qr,aa,rd,ra 198 0.000083065s
	[INFO] 10.244.0.22:58650 - 37170 "AAAA IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 102 false 1232" NXDOMAIN qr,aa,rd,ra 198 0.000073715s
	[INFO] 10.244.0.22:58650 - 13105 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,aa,rd,ra 185 0.000092889s
	[INFO] 10.244.0.22:58650 - 17722 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,aa,rd,ra 185 0.000121205s
	[INFO] 10.244.0.22:58650 - 62591 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,aa,rd,ra 177 0.000079869s
	[INFO] 10.244.0.22:58650 - 14971 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,aa,rd,ra 177 0.000099328s
	[INFO] 10.244.0.22:58650 - 57070 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000130574s
	[INFO] 10.244.0.22:58650 - 255 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000122475s
	
	
	==> describe nodes <==
	Name:               addons-398275
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=addons-398275
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=e087d081f23c6d1317bb12845422265d8d3490cf
	                    minikube.k8s.io/name=addons-398275
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2025_09_29T11_12_54_0700
	                    minikube.k8s.io/version=v1.37.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-398275
	Annotations:        csi.volume.kubernetes.io/nodeid: {"hostpath.csi.k8s.io":"addons-398275"}
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 29 Sep 2025 11:12:51 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-398275
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 29 Sep 2025 11:37:44 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 29 Sep 2025 11:31:57 +0000   Mon, 29 Sep 2025 11:12:50 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 29 Sep 2025 11:31:57 +0000   Mon, 29 Sep 2025 11:12:50 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 29 Sep 2025 11:31:57 +0000   Mon, 29 Sep 2025 11:12:50 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 29 Sep 2025 11:31:57 +0000   Mon, 29 Sep 2025 11:12:51 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-398275
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32863448Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32863448Ki
	  pods:               110
	System Info:
	  Machine ID:                 c09f6e1b9b1b4097bd5de8bda6598604
	  System UUID:                3755a557-4037-49c4-b2f8-72b628230518
	  Boot ID:                    67afa1fd-4f9a-4651-9639-1ca5665e29ac
	  Kernel Version:             6.8.0-1040-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:          (21 in total)
	  Namespace                   Name                                        CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                        ------------  ----------  ---------------  -------------  ---
	  default                     busybox                                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         6m54s
	  default                     nginx                                       0 (0%)        0 (0%)      0 (0%)           0 (0%)         4m15s
	  default                     task-pv-pod                                 0 (0%)        0 (0%)      0 (0%)           0 (0%)         6m2s
	  gadget                      gadget-p4d27                                0 (0%)        0 (0%)      0 (0%)           0 (0%)         24m
	  ingress-nginx               ingress-nginx-controller-9cc49f96f-fwsqt    100m (1%)     0 (0%)      90Mi (0%)        0 (0%)         24m
	  kube-system                 coredns-66bc5c9577-8cjs7                    100m (1%)     0 (0%)      70Mi (0%)        170Mi (0%)     24m
	  kube-system                 csi-hostpath-attacher-0                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         24m
	  kube-system                 csi-hostpath-resizer-0                      0 (0%)        0 (0%)      0 (0%)           0 (0%)         24m
	  kube-system                 csi-hostpathplugin-k8855                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         24m
	  kube-system                 etcd-addons-398275                          100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         25m
	  kube-system                 kindnet-ntsc6                               100m (1%)     100m (1%)   50Mi (0%)        50Mi (0%)      24m
	  kube-system                 kube-apiserver-addons-398275                250m (3%)     0 (0%)      0 (0%)           0 (0%)         25m
	  kube-system                 kube-controller-manager-addons-398275       200m (2%)     0 (0%)      0 (0%)           0 (0%)         25m
	  kube-system                 kube-ingress-dns-minikube                   0 (0%)        0 (0%)      0 (0%)           0 (0%)         24m
	  kube-system                 kube-proxy-7km4n                            0 (0%)        0 (0%)      0 (0%)           0 (0%)         24m
	  kube-system                 kube-scheduler-addons-398275                100m (1%)     0 (0%)      0 (0%)           0 (0%)         25m
	  kube-system                 registry-66898fdd98-dt8xj                   0 (0%)        0 (0%)      0 (0%)           0 (0%)         24m
	  kube-system                 registry-proxy-6n6m9                        0 (0%)        0 (0%)      0 (0%)           0 (0%)         24m
	  kube-system                 snapshot-controller-7d9fbc56b8-b88wx        0 (0%)        0 (0%)      0 (0%)           0 (0%)         24m
	  kube-system                 snapshot-controller-7d9fbc56b8-vvz4n        0 (0%)        0 (0%)      0 (0%)           0 (0%)         24m
	  kube-system                 storage-provisioner                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         24m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                950m (11%)  100m (1%)
	  memory             310Mi (0%)  220Mi (0%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	Events:
	  Type    Reason                   Age   From             Message
	  ----    ------                   ----  ----             -------
	  Normal  Starting                 24m   kube-proxy       
	  Normal  Starting                 25m   kubelet          Starting kubelet.
	  Normal  NodeAllocatableEnforced  25m   kubelet          Updated Node Allocatable limit across pods
	  Normal  NodeHasSufficientMemory  25m   kubelet          Node addons-398275 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    25m   kubelet          Node addons-398275 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     25m   kubelet          Node addons-398275 status is now: NodeHasSufficientPID
	  Normal  RegisteredNode           24m   node-controller  Node addons-398275 event: Registered Node addons-398275 in Controller
	
	
	==> dmesg <==
	
	
	==> etcd [57a3548bf9e1a84dd01340486307094c496a097bbb1e33e1e838f9f96f5616da] <==
	{"level":"warn","ts":"2025-09-29T11:13:28.721326Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43472","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.737938Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43492","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.746071Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43506","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.770621Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43540","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.793233Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43556","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.804715Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43582","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.829588Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43606","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.839084Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43638","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.845740Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43640","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.857069Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43646","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.866292Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43676","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.875190Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43686","server-name":"","error":"EOF"}
	{"level":"info","ts":"2025-09-29T11:14:47.826395Z","caller":"traceutil/trace.go:172","msg":"trace[1534711317] transaction","detail":"{read_only:false; response_revision:1538; number_of_response:1; }","duration":"122.325691ms","start":"2025-09-29T11:14:47.704051Z","end":"2025-09-29T11:14:47.826376Z","steps":["trace[1534711317] 'process raft request'  (duration: 93.140721ms)","trace[1534711317] 'compare'  (duration: 29.096717ms)"],"step_count":2}
	{"level":"info","ts":"2025-09-29T11:22:50.585088Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":1978}
	{"level":"info","ts":"2025-09-29T11:22:50.613643Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":1978,"took":"27.829257ms","hash":404619217,"current-db-size-bytes":7905280,"current-db-size":"7.9 MB","current-db-size-in-use-bytes":4780032,"current-db-size-in-use":"4.8 MB"}
	{"level":"info","ts":"2025-09-29T11:22:50.613725Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":404619217,"revision":1978,"compact-revision":-1}
	{"level":"info","ts":"2025-09-29T11:27:50.593299Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":2443}
	{"level":"info","ts":"2025-09-29T11:27:50.611630Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":2443,"took":"17.663318ms","hash":4261036622,"current-db-size-bytes":7905280,"current-db-size":"7.9 MB","current-db-size-in-use-bytes":3534848,"current-db-size-in-use":"3.5 MB"}
	{"level":"info","ts":"2025-09-29T11:27:50.611689Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":4261036622,"revision":2443,"compact-revision":1978}
	{"level":"info","ts":"2025-09-29T11:32:50.598892Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":2903}
	{"level":"info","ts":"2025-09-29T11:32:50.724901Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":2903,"took":"125.330547ms","hash":2445386889,"current-db-size-bytes":7905280,"current-db-size":"7.9 MB","current-db-size-in-use-bytes":4886528,"current-db-size-in-use":"4.9 MB"}
	{"level":"info","ts":"2025-09-29T11:32:50.724994Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":2445386889,"revision":2903,"compact-revision":2443}
	{"level":"info","ts":"2025-09-29T11:37:50.605054Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":3742}
	{"level":"info","ts":"2025-09-29T11:37:50.646064Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":3742,"took":"40.165199ms","hash":414089270,"current-db-size-bytes":7905280,"current-db-size":"7.9 MB","current-db-size-in-use-bytes":4648960,"current-db-size-in-use":"4.6 MB"}
	{"level":"info","ts":"2025-09-29T11:37:50.646118Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":414089270,"revision":3742,"compact-revision":2903}
	
	
	==> kernel <==
	 11:37:53 up 19:20,  0 users,  load average: 0.11, 0.29, 0.38
	Linux addons-398275 6.8.0-1040-gcp #42~22.04.1-Ubuntu SMP Tue Sep  9 13:30:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [c7c21e3451ae93eccd42d0234cbb7b370a427d2f5d03b0097c536847b815f0c5] <==
	I0929 11:35:51.227472       1 main.go:301] handling current node
	I0929 11:36:01.234446       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:36:01.234482       1 main.go:301] handling current node
	I0929 11:36:11.227043       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:36:11.227086       1 main.go:301] handling current node
	I0929 11:36:21.227686       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:36:21.227720       1 main.go:301] handling current node
	I0929 11:36:31.226987       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:36:31.227027       1 main.go:301] handling current node
	I0929 11:36:41.233688       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:36:41.233733       1 main.go:301] handling current node
	I0929 11:36:51.232699       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:36:51.232730       1 main.go:301] handling current node
	I0929 11:37:01.227640       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:37:01.227698       1 main.go:301] handling current node
	I0929 11:37:11.226709       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:37:11.226759       1 main.go:301] handling current node
	I0929 11:37:21.231339       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:37:21.231389       1 main.go:301] handling current node
	I0929 11:37:31.226699       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:37:31.226752       1 main.go:301] handling current node
	I0929 11:37:41.228487       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:37:41.228529       1 main.go:301] handling current node
	I0929 11:37:51.235651       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:37:51.235703       1 main.go:301] handling current node
	
	
	==> kube-apiserver [5b744a5b5c34c5548706f651d6570f93852ec59ba34e62efee4c0d4bd46f73f6] <==
	W0929 11:30:49.671118       1 cacher.go:182] Terminating all watchers from cacher commands.bus.volcano.sh
	W0929 11:30:49.821222       1 cacher.go:182] Terminating all watchers from cacher numatopologies.nodeinfo.volcano.sh
	W0929 11:30:49.838299       1 cacher.go:182] Terminating all watchers from cacher queues.scheduling.volcano.sh
	W0929 11:30:49.842388       1 cacher.go:182] Terminating all watchers from cacher hypernodes.topology.volcano.sh
	W0929 11:30:49.871091       1 cacher.go:182] Terminating all watchers from cacher podgroups.scheduling.volcano.sh
	W0929 11:30:49.957019       1 cacher.go:182] Terminating all watchers from cacher jobs.batch.volcano.sh
	W0929 11:30:50.016136       1 cacher.go:182] Terminating all watchers from cacher jobflows.flow.volcano.sh
	W0929 11:30:50.178429       1 cacher.go:182] Terminating all watchers from cacher jobtemplates.flow.volcano.sh
	E0929 11:31:08.850972       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:36666: use of closed network connection
	E0929 11:31:09.037697       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:36690: use of closed network connection
	I0929 11:31:30.247609       1 alloc.go:328] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.102.60.225"}
	I0929 11:31:38.338370       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:31:39.363042       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:32:51.514192       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0929 11:33:00.572986       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:33:07.693193       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:33:38.262280       1 controller.go:667] quota admission added evaluator for: ingresses.networking.k8s.io
	I0929 11:33:38.462604       1 alloc.go:328] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.103.51.13"}
	I0929 11:33:53.098876       1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
	I0929 11:34:18.726396       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:34:29.696996       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:35:43.860577       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:35:53.245438       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:37:01.003370       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:37:13.664724       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	
	
	==> kube-controller-manager [a15df76019cf897d5f9623283c65aba73e56e733dd0b50c8438b4402d8d36de9] <==
	E0929 11:36:57.559678       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:36:58.676378       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:36:58.677657       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:36:58.771013       1 pv_controller.go:1587] "Error finding provisioning plugin for claim" err="storageclass.storage.k8s.io \"local-path\" not found" logger="persistentvolume-binder-controller" PVC="default/test-pvc"
	E0929 11:37:01.982352       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:37:01.983447       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:37:13.771229       1 pv_controller.go:1587] "Error finding provisioning plugin for claim" err="storageclass.storage.k8s.io \"local-path\" not found" logger="persistentvolume-binder-controller" PVC="default/test-pvc"
	E0929 11:37:22.719366       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:37:22.720483       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:37:24.627083       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:37:24.628135       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:37:28.771743       1 pv_controller.go:1587] "Error finding provisioning plugin for claim" err="storageclass.storage.k8s.io \"local-path\" not found" logger="persistentvolume-binder-controller" PVC="default/test-pvc"
	E0929 11:37:32.178814       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:37:32.179971       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:37:36.432756       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:37:36.433793       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:37:39.422795       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:37:39.423749       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:37:39.518506       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:37:39.519462       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:37:43.518888       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:37:43.519986       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:37:43.771960       1 pv_controller.go:1587] "Error finding provisioning plugin for claim" err="storageclass.storage.k8s.io \"local-path\" not found" logger="persistentvolume-binder-controller" PVC="default/test-pvc"
	E0929 11:37:45.863226       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:37:45.864521       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	
	
	==> kube-proxy [ada769fbe0fef4c2f23a1e201018fd78fd5f64290cbe6138d00bad25ee4c028b] <==
	I0929 11:13:00.637306       1 server_linux.go:53] "Using iptables proxy"
	I0929 11:13:00.761695       1 shared_informer.go:349] "Waiting for caches to sync" controller="node informer cache"
	I0929 11:13:00.868638       1 shared_informer.go:356] "Caches are synced" controller="node informer cache"
	I0929 11:13:00.868705       1 server.go:219] "Successfully retrieved NodeIPs" NodeIPs=["192.168.49.2"]
	E0929 11:13:00.868788       1 server.go:256] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
	I0929 11:13:00.970058       1 server.go:265] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0929 11:13:00.970152       1 server_linux.go:132] "Using iptables Proxier"
	I0929 11:13:00.987812       1 proxier.go:242] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses" ipFamily="IPv4"
	I0929 11:13:00.997691       1 server.go:527] "Version info" version="v1.34.0"
	I0929 11:13:01.002640       1 server.go:529] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0929 11:13:01.010334       1 config.go:200] "Starting service config controller"
	I0929 11:13:01.011500       1 shared_informer.go:349] "Waiting for caches to sync" controller="service config"
	I0929 11:13:01.011758       1 config.go:106] "Starting endpoint slice config controller"
	I0929 11:13:01.011768       1 shared_informer.go:349] "Waiting for caches to sync" controller="endpoint slice config"
	I0929 11:13:01.011788       1 config.go:309] "Starting node config controller"
	I0929 11:13:01.011861       1 config.go:403] "Starting serviceCIDR config controller"
	I0929 11:13:01.012071       1 shared_informer.go:349] "Waiting for caches to sync" controller="serviceCIDR config"
	I0929 11:13:01.013350       1 shared_informer.go:349] "Waiting for caches to sync" controller="node config"
	I0929 11:13:01.013380       1 shared_informer.go:356] "Caches are synced" controller="node config"
	I0929 11:13:01.111705       1 shared_informer.go:356] "Caches are synced" controller="service config"
	I0929 11:13:01.113083       1 shared_informer.go:356] "Caches are synced" controller="endpoint slice config"
	I0929 11:13:01.113118       1 shared_informer.go:356] "Caches are synced" controller="serviceCIDR config"
	
	
	==> kube-scheduler [c4fa96de22ef458fe94e1ea4c22cd9ab1448ee10fb5d5e69dc62813b46e56dd8] <==
	E0929 11:12:51.537329       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIStorageCapacity"
	E0929 11:12:51.537357       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
	E0929 11:12:51.538025       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Namespace"
	E0929 11:12:51.538531       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolumeClaim"
	E0929 11:12:51.539299       1 reflector.go:205] "Failed to watch" err="failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"volumeattachments\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.VolumeAttachment"
	E0929 11:12:51.539396       1 reflector.go:205] "Failed to watch" err="failed to list *v1.DeviceClass: deviceclasses.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"deviceclasses\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.DeviceClass"
	E0929 11:12:51.539441       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0929 11:12:51.539481       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceSlice: resourceslices.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceslices\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceSlice"
	E0929 11:12:51.539502       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIDriver"
	E0929 11:12:51.539674       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicationController"
	E0929 11:12:51.539641       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Pod"
	E0929 11:12:51.539718       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0929 11:12:51.539784       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
	E0929 11:12:51.539808       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
	E0929 11:12:51.539818       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0929 11:12:52.365957       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
	E0929 11:12:52.372088       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0929 11:12:52.403326       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
	E0929 11:12:52.617968       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
	E0929 11:12:52.620965       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0929 11:12:52.621079       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0929 11:12:52.628435       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIStorageCapacity"
	E0929 11:12:52.713862       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceClaim: resourceclaims.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceclaims\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceClaim"
	E0929 11:12:52.763590       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"
	I0929 11:12:53.134055       1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	
	
	==> kubelet <==
	Sep 29 11:37:09 addons-398275 kubelet[1550]: E0929 11:37:09.036335    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="unmounted volumes=[gcr-creds], unattached volumes=[], failed to process volumes=[]: context canceled" pod="kube-system/registry-creds-764b6fb674-v7dvw" podUID="9ae2bea5-2e19-4ead-b698-1ce926e0b3f6"
	Sep 29 11:37:09 addons-398275 kubelet[1550]: I0929 11:37:09.345841    1550 reconciler_common.go:163] "operationExecutor.UnmountVolume started for volume \"kube-api-access-92mcw\" (UniqueName: \"kubernetes.io/projected/9ae2bea5-2e19-4ead-b698-1ce926e0b3f6-kube-api-access-92mcw\") pod \"9ae2bea5-2e19-4ead-b698-1ce926e0b3f6\" (UID: \"9ae2bea5-2e19-4ead-b698-1ce926e0b3f6\") "
	Sep 29 11:37:09 addons-398275 kubelet[1550]: I0929 11:37:09.348175    1550 operation_generator.go:781] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/9ae2bea5-2e19-4ead-b698-1ce926e0b3f6-kube-api-access-92mcw" (OuterVolumeSpecName: "kube-api-access-92mcw") pod "9ae2bea5-2e19-4ead-b698-1ce926e0b3f6" (UID: "9ae2bea5-2e19-4ead-b698-1ce926e0b3f6"). InnerVolumeSpecName "kube-api-access-92mcw". PluginName "kubernetes.io/projected", VolumeGIDValue ""
	Sep 29 11:37:09 addons-398275 kubelet[1550]: I0929 11:37:09.446805    1550 reconciler_common.go:299] "Volume detached for volume \"kube-api-access-92mcw\" (UniqueName: \"kubernetes.io/projected/9ae2bea5-2e19-4ead-b698-1ce926e0b3f6-kube-api-access-92mcw\") on node \"addons-398275\" DevicePath \"\""
	Sep 29 11:37:09 addons-398275 kubelet[1550]: I0929 11:37:09.697585    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-dt8xj" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:37:09 addons-398275 kubelet[1550]: E0929 11:37:09.698360    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:42a516af16b852e33b7682d5ef8acbd5d13fe08fecadc7ed98605ba5e3b26ab8: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="b6f8b40f-acce-4508-b4c0-9a32d0952bf5"
	Sep 29 11:37:09 addons-398275 kubelet[1550]: E0929 11:37:09.698412    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"registry\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/registry/manifests/sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kube-system/registry-66898fdd98-dt8xj" podUID="7c0152f9-f483-4295-baec-3bf986eab6c6"
	Sep 29 11:37:10 addons-398275 kubelet[1550]: I0929 11:37:10.355427    1550 reconciler_common.go:299] "Volume detached for volume \"gcr-creds\" (UniqueName: \"kubernetes.io/secret/9ae2bea5-2e19-4ead-b698-1ce926e0b3f6-gcr-creds\") on node \"addons-398275\" DevicePath \"\""
	Sep 29 11:37:11 addons-398275 kubelet[1550]: I0929 11:37:11.700449    1550 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="9ae2bea5-2e19-4ead-b698-1ce926e0b3f6" path="/var/lib/kubelet/pods/9ae2bea5-2e19-4ead-b698-1ce926e0b3f6/volumes"
	Sep 29 11:37:20 addons-398275 kubelet[1550]: E0929 11:37:20.698671    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:42a516af16b852e33b7682d5ef8acbd5d13fe08fecadc7ed98605ba5e3b26ab8: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="b6f8b40f-acce-4508-b4c0-9a32d0952bf5"
	Sep 29 11:37:21 addons-398275 kubelet[1550]: I0929 11:37:21.697307    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-dt8xj" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:37:21 addons-398275 kubelet[1550]: E0929 11:37:21.698296    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"registry\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/registry/manifests/sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kube-system/registry-66898fdd98-dt8xj" podUID="7c0152f9-f483-4295-baec-3bf986eab6c6"
	Sep 29 11:37:22 addons-398275 kubelet[1550]: E0929 11:37:22.697469    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"task-pv-container\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/task-pv-pod" podUID="4d48227e-78cb-471e-8430-b2704bcbc5a3"
	Sep 29 11:37:23 addons-398275 kubelet[1550]: I0929 11:37:23.697976    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/busybox" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:37:32 addons-398275 kubelet[1550]: I0929 11:37:32.697113    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-dt8xj" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:37:32 addons-398275 kubelet[1550]: E0929 11:37:32.698060    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"registry\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/registry/manifests/sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kube-system/registry-66898fdd98-dt8xj" podUID="7c0152f9-f483-4295-baec-3bf986eab6c6"
	Sep 29 11:37:33 addons-398275 kubelet[1550]: I0929 11:37:33.698259    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-proxy-6n6m9" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:37:35 addons-398275 kubelet[1550]: E0929 11:37:35.698205    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:42a516af16b852e33b7682d5ef8acbd5d13fe08fecadc7ed98605ba5e3b26ab8: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="b6f8b40f-acce-4508-b4c0-9a32d0952bf5"
	Sep 29 11:37:37 addons-398275 kubelet[1550]: E0929 11:37:37.944177    1550 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"docker.io/library/nginx:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:27637a97e3d1d0518adc2a877b60db3779970f19474b6e586ddcbc2d5500e285: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/nginx:latest"
	Sep 29 11:37:37 addons-398275 kubelet[1550]: E0929 11:37:37.944253    1550 kuberuntime_image.go:43] "Failed to pull image" err="failed to pull and unpack image \"docker.io/library/nginx:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:27637a97e3d1d0518adc2a877b60db3779970f19474b6e586ddcbc2d5500e285: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/nginx:latest"
	Sep 29 11:37:37 addons-398275 kubelet[1550]: E0929 11:37:37.944394    1550 kuberuntime_manager.go:1449] "Unhandled Error" err="container task-pv-container start failed in pod task-pv-pod_default(4d48227e-78cb-471e-8430-b2704bcbc5a3): ErrImagePull: failed to pull and unpack image \"docker.io/library/nginx:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:27637a97e3d1d0518adc2a877b60db3779970f19474b6e586ddcbc2d5500e285: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
	Sep 29 11:37:37 addons-398275 kubelet[1550]: E0929 11:37:37.944447    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"task-pv-container\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:27637a97e3d1d0518adc2a877b60db3779970f19474b6e586ddcbc2d5500e285: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/task-pv-pod" podUID="4d48227e-78cb-471e-8430-b2704bcbc5a3"
	Sep 29 11:37:47 addons-398275 kubelet[1550]: I0929 11:37:47.697624    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-dt8xj" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:37:47 addons-398275 kubelet[1550]: E0929 11:37:47.698617    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"registry\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/registry/manifests/sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kube-system/registry-66898fdd98-dt8xj" podUID="7c0152f9-f483-4295-baec-3bf986eab6c6"
	Sep 29 11:37:50 addons-398275 kubelet[1550]: E0929 11:37:50.698614    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:42a516af16b852e33b7682d5ef8acbd5d13fe08fecadc7ed98605ba5e3b26ab8: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="b6f8b40f-acce-4508-b4c0-9a32d0952bf5"
	
	
	==> storage-provisioner [eb5bda3321e245948bdaaf066991a7c0daa474af8bd10b92ad175cad4c437afd] <==
	W0929 11:37:27.648240       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:29.651146       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:29.655224       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:31.658053       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:31.661788       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:33.664638       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:33.670893       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:35.674094       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:35.679607       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:37.682875       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:37.688125       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:39.691441       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:39.695535       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:41.699128       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:41.706612       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:43.710062       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:43.714807       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:45.718333       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:45.724511       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:47.729608       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:47.734994       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:49.738485       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:49.742779       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:51.746484       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:37:51.752877       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-398275 -n addons-398275
helpers_test.go:269: (dbg) Run:  kubectl --context addons-398275 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:280: non-running pods: nginx task-pv-pod test-local-path ingress-nginx-admission-create-n5gtc ingress-nginx-admission-patch-vm8qt registry-66898fdd98-dt8xj
helpers_test.go:282: ======> post-mortem[TestAddons/parallel/CSI]: describe non-running pods <======
helpers_test.go:285: (dbg) Run:  kubectl --context addons-398275 describe pod nginx task-pv-pod test-local-path ingress-nginx-admission-create-n5gtc ingress-nginx-admission-patch-vm8qt registry-66898fdd98-dt8xj
helpers_test.go:285: (dbg) Non-zero exit: kubectl --context addons-398275 describe pod nginx task-pv-pod test-local-path ingress-nginx-admission-create-n5gtc ingress-nginx-admission-patch-vm8qt registry-66898fdd98-dt8xj: exit status 1 (89.835437ms)

                                                
                                                
-- stdout --
	Name:             nginx
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-398275/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:33:38 +0000
	Labels:           run=nginx
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.30
	IPs:
	  IP:  10.244.0.30
	Containers:
	  nginx:
	    Container ID:   
	    Image:          docker.io/nginx:alpine
	    Image ID:       
	    Port:           80/TCP
	    Host Port:      0/TCP
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-mx44g (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-mx44g:
	    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  4m16s                 default-scheduler  Successfully assigned default/nginx to addons-398275
	  Warning  Failed     4m15s                 kubelet            Failed to pull image "docker.io/nginx:alpine": failed to pull and unpack image "docker.io/library/nginx:alpine": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:60e48a050b6408d0c5dd59b98b6e36bf0937a0bbe99304e3e9c0e63b7563443a: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Normal   Pulling    71s (x5 over 4m16s)   kubelet            Pulling image "docker.io/nginx:alpine"
	  Warning  Failed     71s (x5 over 4m15s)   kubelet            Error: ErrImagePull
	  Warning  Failed     71s (x4 over 4m3s)    kubelet            Failed to pull image "docker.io/nginx:alpine": failed to pull and unpack image "docker.io/library/nginx:alpine": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:42a516af16b852e33b7682d5ef8acbd5d13fe08fecadc7ed98605ba5e3b26ab8: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Warning  Failed     19s (x15 over 4m15s)  kubelet            Error: ImagePullBackOff
	  Normal   BackOff    4s (x16 over 4m15s)   kubelet            Back-off pulling image "docker.io/nginx:alpine"
	
	
	Name:             task-pv-pod
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-398275/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:31:51 +0000
	Labels:           app=task-pv-pod
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.29
	IPs:
	  IP:  10.244.0.29
	Containers:
	  task-pv-container:
	    Container ID:   
	    Image:          docker.io/nginx
	    Image ID:       
	    Port:           80/TCP (http-server)
	    Host Port:      0/TCP (http-server)
	    State:          Waiting
	      Reason:       ErrImagePull
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /usr/share/nginx/html from task-pv-storage (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-jfwzp (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  task-pv-storage:
	    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
	    ClaimName:  hpvc
	    ReadOnly:   false
	  kube-api-access-jfwzp:
	    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  6m3s                 default-scheduler  Successfully assigned default/task-pv-pod to addons-398275
	  Normal   Pulling    3m7s (x5 over 6m3s)  kubelet            Pulling image "docker.io/nginx"
	  Warning  Failed     3m7s (x5 over 6m3s)  kubelet            Failed to pull image "docker.io/nginx": failed to pull and unpack image "docker.io/library/nginx:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Warning  Failed     3m7s (x5 over 6m3s)  kubelet            Error: ErrImagePull
	  Normal   BackOff    62s (x21 over 6m2s)  kubelet            Back-off pulling image "docker.io/nginx"
	  Warning  Failed     62s (x21 over 6m2s)  kubelet            Error: ImagePullBackOff
	
	
	Name:             test-local-path
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             <none>
	Labels:           run=test-local-path
	Annotations:      <none>
	Status:           Pending
	IP:               
	IPs:              <none>
	Containers:
	  busybox:
	    Image:      busybox:stable
	    Port:       <none>
	    Host Port:  <none>
	    Command:
	      sh
	      -c
	      echo 'local-path-provisioner' > /test/file1
	    Environment:  <none>
	    Mounts:
	      /test from data (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-gjwkv (ro)
	Volumes:
	  data:
	    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
	    ClaimName:  test-pvc
	    ReadOnly:   false
	  kube-api-access-gjwkv:
	    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:                      <none>

                                                
                                                
-- /stdout --
** stderr ** 
	Error from server (NotFound): pods "ingress-nginx-admission-create-n5gtc" not found
	Error from server (NotFound): pods "ingress-nginx-admission-patch-vm8qt" not found
	Error from server (NotFound): pods "registry-66898fdd98-dt8xj" not found

                                                
                                                
** /stderr **
helpers_test.go:287: kubectl --context addons-398275 describe pod nginx task-pv-pod test-local-path ingress-nginx-admission-create-n5gtc ingress-nginx-admission-patch-vm8qt registry-66898fdd98-dt8xj: exit status 1
addons_test.go:1053: (dbg) Run:  out/minikube-linux-amd64 -p addons-398275 addons disable volumesnapshots --alsologtostderr -v=1
addons_test.go:1053: (dbg) Run:  out/minikube-linux-amd64 -p addons-398275 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-linux-amd64 -p addons-398275 addons disable csi-hostpath-driver --alsologtostderr -v=1: (6.579709517s)
--- FAIL: TestAddons/parallel/CSI (374.61s)

                                                
                                    
x
+
TestAddons/parallel/LocalPath (345.44s)

                                                
                                                
=== RUN   TestAddons/parallel/LocalPath
=== PAUSE TestAddons/parallel/LocalPath

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/LocalPath
addons_test.go:949: (dbg) Run:  kubectl --context addons-398275 apply -f testdata/storage-provisioner-rancher/pvc.yaml
addons_test.go:955: (dbg) Run:  kubectl --context addons-398275 apply -f testdata/storage-provisioner-rancher/pod.yaml
addons_test.go:959: (dbg) TestAddons/parallel/LocalPath: waiting 5m0s for pvc "test-pvc" in namespace "default" ...
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Non-zero exit: kubectl --context addons-398275 get pvc test-pvc -o jsonpath={.status.phase} -n default: context deadline exceeded (1.24µs)
helpers_test.go:404: TestAddons/parallel/LocalPath: WARNING: PVC get for "default" "test-pvc" returned: context deadline exceeded
addons_test.go:960: failed waiting for PVC test-pvc: context deadline exceeded
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:223: ======>  post-mortem[TestAddons/parallel/LocalPath]: network settings <======
helpers_test.go:230: HOST ENV snapshots: PROXY env: HTTP_PROXY="<empty>" HTTPS_PROXY="<empty>" NO_PROXY="<empty>"
helpers_test.go:238: ======>  post-mortem[TestAddons/parallel/LocalPath]: docker inspect <======
helpers_test.go:239: (dbg) Run:  docker inspect addons-398275
helpers_test.go:243: (dbg) docker inspect addons-398275:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf",
	        "Created": "2025-09-29T11:12:38.749141422Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 734356,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2025-09-29T11:12:38.791705384Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:c6b5532e987b5b4f5fc9cb0336e378ed49c0542bad8cbfc564b71e977a6269de",
	        "ResolvConfPath": "/var/lib/docker/containers/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf/hostname",
	        "HostsPath": "/var/lib/docker/containers/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf/hosts",
	        "LogPath": "/var/lib/docker/containers/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf-json.log",
	        "Name": "/addons-398275",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-398275:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "addons-398275",
	            "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": "private",
	            "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": 0,
	            "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": null,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "ID": "5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf",
	                "LowerDir": "/var/lib/docker/overlay2/751800f3f9fd5e343776f2a640aef1e1b64546a6c24fa2b554ec22f836c05494-init/diff:/var/lib/docker/overlay2/77070dd40a60b70b435bf4a69cbe4e41eeab20e4e227c9544e0e0b5e600a0bbc/diff",
	                "MergedDir": "/var/lib/docker/overlay2/751800f3f9fd5e343776f2a640aef1e1b64546a6c24fa2b554ec22f836c05494/merged",
	                "UpperDir": "/var/lib/docker/overlay2/751800f3f9fd5e343776f2a640aef1e1b64546a6c24fa2b554ec22f836c05494/diff",
	                "WorkDir": "/var/lib/docker/overlay2/751800f3f9fd5e343776f2a640aef1e1b64546a6c24fa2b554ec22f836c05494/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-398275",
	                "Source": "/var/lib/docker/volumes/addons-398275/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-398275",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1",
	            "Volumes": null,
	            "WorkingDir": "/",
	            "Entrypoint": [
	                "/usr/local/bin/entrypoint",
	                "/sbin/init"
	            ],
	            "OnBuild": null,
	            "Labels": {
	                "created_by.minikube.sigs.k8s.io": "true",
	                "mode.minikube.sigs.k8s.io": "addons-398275",
	                "name.minikube.sigs.k8s.io": "addons-398275",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "8577bb8655b63b7547b66c3255bf516e57d8db36eec07c98bf6e147283520f7d",
	            "SandboxKey": "/var/run/docker/netns/8577bb8655b6",
	            "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-398275": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "fa:11:d8:cb:64:1c",
	                    "DriverOpts": null,
	                    "GwPriority": 0,
	                    "NetworkID": "3c08dfa259fdbb7216b0a211339233bbf7e1de897615b63379b48a084fc60947",
	                    "EndpointID": "38daad4cbdb1b59925b148be23caf76b01e1b39a58772ddd38bc9e0566f761a9",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-398275",
	                        "5967997dc883"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:247: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p addons-398275 -n addons-398275
helpers_test.go:252: <<< TestAddons/parallel/LocalPath FAILED: start of post-mortem logs <<<
helpers_test.go:253: ======>  post-mortem[TestAddons/parallel/LocalPath]: minikube logs <======
helpers_test.go:255: (dbg) Run:  out/minikube-linux-amd64 -p addons-398275 logs -n 25
helpers_test.go:255: (dbg) Done: out/minikube-linux-amd64 -p addons-398275 logs -n 25: (1.293480066s)
helpers_test.go:260: TestAddons/parallel/LocalPath logs: 
-- stdout --
	
	==> Audit <==
	┌─────────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬────────────────────────┬─────────┬─────────┬─────────────────────┬─────────────────────┐
	│ COMMAND │                                                                                                                                                                                                                                      ARGS                                                                                                                                                                                                                                      │        PROFILE         │  USER   │ VERSION │     START TIME      │      END TIME       │
	├─────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────────────────────┼─────────┼─────────┼─────────────────────┼─────────────────────┤
	│ start   │ -o=json --download-only -p download-only-114419 --force --alsologtostderr --kubernetes-version=v1.28.0 --container-runtime=containerd --driver=docker  --container-runtime=containerd                                                                                                                                                                                                                                                                                          │ download-only-114419   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ delete  │ --all                                                                                                                                                                                                                                                                                                                                                                                                                                                                          │ minikube               │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ delete  │ -p download-only-114419                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ download-only-114419   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ start   │ -o=json --download-only -p download-only-963807 --force --alsologtostderr --kubernetes-version=v1.34.0 --container-runtime=containerd --driver=docker  --container-runtime=containerd                                                                                                                                                                                                                                                                                          │ download-only-963807   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ delete  │ --all                                                                                                                                                                                                                                                                                                                                                                                                                                                                          │ minikube               │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ delete  │ -p download-only-963807                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ download-only-963807   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ delete  │ -p download-only-114419                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ download-only-114419   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ delete  │ -p download-only-963807                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ download-only-963807   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ start   │ --download-only -p download-docker-005046 --alsologtostderr --driver=docker  --container-runtime=containerd                                                                                                                                                                                                                                                                                                                                                                    │ download-docker-005046 │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ delete  │ -p download-docker-005046                                                                                                                                                                                                                                                                                                                                                                                                                                                      │ download-docker-005046 │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ start   │ --download-only -p binary-mirror-527849 --alsologtostderr --binary-mirror http://127.0.0.1:45019 --driver=docker  --container-runtime=containerd                                                                                                                                                                                                                                                                                                                               │ binary-mirror-527849   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ delete  │ -p binary-mirror-527849                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ binary-mirror-527849   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ addons  │ enable dashboard -p addons-398275                                                                                                                                                                                                                                                                                                                                                                                                                                              │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ addons  │ disable dashboard -p addons-398275                                                                                                                                                                                                                                                                                                                                                                                                                                             │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ start   │ -p addons-398275 --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-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:19 UTC │
	│ addons  │ addons-398275 addons disable volcano --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                    │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:30 UTC │ 29 Sep 25 11:30 UTC │
	│ addons  │ addons-398275 addons disable gcp-auth --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                   │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ addons-398275 addons disable amd-gpu-device-plugin --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                      │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ addons-398275 addons disable nvidia-device-plugin --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                       │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ addons-398275 addons disable cloud-spanner --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                              │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ enable headlamp -p addons-398275 --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                        │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ addons-398275 addons disable headlamp --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                   │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ addons-398275 addons disable yakd --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                       │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:33 UTC │ 29 Sep 25 11:33 UTC │
	│ addons  │ addons-398275 addons disable metrics-server --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                             │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:33 UTC │ 29 Sep 25 11:33 UTC │
	│ addons  │ addons-398275 addons disable inspektor-gadget --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                           │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:33 UTC │ 29 Sep 25 11:33 UTC │
	└─────────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴────────────────────────┴─────────┴─────────┴─────────────────────┴─────────────────────┘
	
	
	==> Last Start <==
	Log file created at: 2025/09/29 11:12:14
	Running on machine: ubuntu-20-agent-13
	Binary: Built with gc go1.24.6 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0929 11:12:14.774091  733699 out.go:360] Setting OutFile to fd 1 ...
	I0929 11:12:14.774393  733699 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:12:14.774404  733699 out.go:374] Setting ErrFile to fd 2...
	I0929 11:12:14.774411  733699 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:12:14.774647  733699 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
	I0929 11:12:14.775243  733699 out.go:368] Setting JSON to false
	I0929 11:12:14.776200  733699 start.go:130] hostinfo: {"hostname":"ubuntu-20-agent-13","uptime":68086,"bootTime":1759076249,"procs":178,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"22.04","kernelVersion":"6.8.0-1040-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0929 11:12:14.776313  733699 start.go:140] virtualization: kvm guest
	I0929 11:12:14.778468  733699 out.go:179] * [addons-398275] minikube v1.37.0 on Ubuntu 22.04 (kvm/amd64)
	I0929 11:12:14.780019  733699 out.go:179]   - MINIKUBE_LOCATION=21655
	I0929 11:12:14.780041  733699 notify.go:220] Checking for updates...
	I0929 11:12:14.783265  733699 out.go:179]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0929 11:12:14.784908  733699 out.go:179]   - KUBECONFIG=/home/jenkins/minikube-integration/21655-728906/kubeconfig
	I0929 11:12:14.787040  733699 out.go:179]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/21655-728906/.minikube
	I0929 11:12:14.788802  733699 out.go:179]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0929 11:12:14.790566  733699 out.go:179]   - MINIKUBE_FORCE_SYSTEMD=
	I0929 11:12:14.791998  733699 driver.go:421] Setting default libvirt URI to qemu:///system
	I0929 11:12:14.814794  733699 docker.go:123] docker version: linux-28.4.0:Docker Engine - Community
	I0929 11:12:14.814948  733699 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:12:14.874148  733699 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:false NGoroutines:50 SystemTime:2025-09-29 11:12:14.863418561 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:12:14.874273  733699 docker.go:318] overlay module found
	I0929 11:12:14.875994  733699 out.go:179] * Using the docker driver based on user configuration
	I0929 11:12:14.877281  733699 start.go:304] selected driver: docker
	I0929 11:12:14.877297  733699 start.go:924] validating driver "docker" against <nil>
	I0929 11:12:14.877309  733699 start.go:935] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0929 11:12:14.877949  733699 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:12:14.933634  733699 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:false NGoroutines:50 SystemTime:2025-09-29 11:12:14.922842148 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:12:14.933799  733699 start_flags.go:327] no existing cluster config was found, will generate one from the flags 
	I0929 11:12:14.934006  733699 start_flags.go:992] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0929 11:12:14.935832  733699 out.go:179] * Using Docker driver with root privileges
	I0929 11:12:14.937111  733699 cni.go:84] Creating CNI manager for ""
	I0929 11:12:14.937174  733699 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0929 11:12:14.937188  733699 start_flags.go:336] Found "CNI" CNI - setting NetworkPlugin=cni
	I0929 11:12:14.937270  733699 start.go:348] cluster config:
	{Name:addons-398275 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: N
etworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseIn
terval:1m0s}
	I0929 11:12:14.938807  733699 out.go:179] * Starting "addons-398275" primary control-plane node in "addons-398275" cluster
	I0929 11:12:14.940091  733699 cache.go:123] Beginning downloading kic base image for docker with containerd
	I0929 11:12:14.941459  733699 out.go:179] * Pulling base image v0.0.48 ...
	I0929 11:12:14.942764  733699 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
	I0929 11:12:14.942811  733699 image.go:81] Checking for gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local docker daemon
	I0929 11:12:14.942810  733699 preload.go:146] Found local preload: /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4
	I0929 11:12:14.942846  733699 cache.go:58] Caching tarball of preloaded images
	I0929 11:12:14.942964  733699 preload.go:172] Found /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4 in cache, skipping download
	I0929 11:12:14.942974  733699 cache.go:61] Finished verifying existence of preloaded tar for v1.34.0 on containerd
	I0929 11:12:14.943393  733699 profile.go:143] Saving config to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/config.json ...
	I0929 11:12:14.943438  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/config.json: {Name:mk8712550765aaf6b540d49d9fd9e192152f8628 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:14.960331  733699 cache.go:152] Downloading gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 to local cache
	I0929 11:12:14.960485  733699 image.go:65] Checking for gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local cache directory
	I0929 11:12:14.960507  733699 image.go:68] Found gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local cache directory, skipping pull
	I0929 11:12:14.960511  733699 image.go:137] gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 exists in cache, skipping pull
	I0929 11:12:14.960520  733699 cache.go:155] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 as a tarball
	I0929 11:12:14.960527  733699 cache.go:165] Loading gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 from local cache
	I0929 11:12:27.484205  733699 cache.go:167] successfully loaded and using gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 from cached tarball
	I0929 11:12:27.484251  733699 cache.go:232] Successfully downloaded all kic artifacts
	I0929 11:12:27.484290  733699 start.go:360] acquireMachinesLock for addons-398275: {Name:mk5f648c33c18cc850891f2c2c3d835ce2f56d7b Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0929 11:12:27.484409  733699 start.go:364] duration metric: took 100.01µs to acquireMachinesLock for "addons-398275"
	I0929 11:12:27.484436  733699 start.go:93] Provisioning new machine with config: &{Name:addons-398275 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[
] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetC
lientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}
	I0929 11:12:27.484528  733699 start.go:125] createHost starting for "" (driver="docker")
	I0929 11:12:27.486591  733699 out.go:252] * Creating docker container (CPUs=2, Memory=4096MB) ...
	I0929 11:12:27.486876  733699 start.go:159] libmachine.API.Create for "addons-398275" (driver="docker")
	I0929 11:12:27.486928  733699 client.go:168] LocalClient.Create starting
	I0929 11:12:27.487041  733699 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem
	I0929 11:12:27.532855  733699 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem
	I0929 11:12:27.671874  733699 cli_runner.go:164] Run: docker network inspect addons-398275 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	W0929 11:12:27.689787  733699 cli_runner.go:211] docker network inspect addons-398275 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}" returned with exit code 1
	I0929 11:12:27.689860  733699 network_create.go:284] running [docker network inspect addons-398275] to gather additional debugging logs...
	I0929 11:12:27.689876  733699 cli_runner.go:164] Run: docker network inspect addons-398275
	W0929 11:12:27.706891  733699 cli_runner.go:211] docker network inspect addons-398275 returned with exit code 1
	I0929 11:12:27.706925  733699 network_create.go:287] error running [docker network inspect addons-398275]: docker network inspect addons-398275: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-398275 not found
	I0929 11:12:27.706939  733699 network_create.go:289] output of [docker network inspect addons-398275]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-398275 not found
	
	** /stderr **
	I0929 11:12:27.707046  733699 cli_runner.go:164] Run: docker network inspect bridge --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	I0929 11:12:27.724261  733699 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:0xc001a48aa0}
	I0929 11:12:27.724302  733699 network_create.go:124] attempt to create docker network addons-398275 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0929 11:12:27.724353  733699 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-398275 addons-398275
	I0929 11:12:27.782507  733699 network_create.go:108] docker network addons-398275 192.168.49.0/24 created
	I0929 11:12:27.782556  733699 kic.go:121] calculated static IP "192.168.49.2" for the "addons-398275" container
	I0929 11:12:27.782633  733699 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0929 11:12:27.799092  733699 cli_runner.go:164] Run: docker volume create addons-398275 --label name.minikube.sigs.k8s.io=addons-398275 --label created_by.minikube.sigs.k8s.io=true
	I0929 11:12:27.817049  733699 oci.go:103] Successfully created a docker volume addons-398275
	I0929 11:12:27.817131  733699 cli_runner.go:164] Run: docker run --rm --name addons-398275-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-398275 --entrypoint /usr/bin/test -v addons-398275:/var gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -d /var/lib
	I0929 11:12:34.387931  733699 cli_runner.go:217] Completed: docker run --rm --name addons-398275-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-398275 --entrypoint /usr/bin/test -v addons-398275:/var gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -d /var/lib: (6.570740129s)
	I0929 11:12:34.387976  733699 oci.go:107] Successfully prepared a docker volume addons-398275
	I0929 11:12:34.388005  733699 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
	I0929 11:12:34.388031  733699 kic.go:194] Starting extracting preloaded images to volume ...
	I0929 11:12:34.388096  733699 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-398275:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -I lz4 -xf /preloaded.tar -C /extractDir
	I0929 11:12:38.676384  733699 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-398275:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -I lz4 -xf /preloaded.tar -C /extractDir: (4.288209609s)
	I0929 11:12:38.676429  733699 kic.go:203] duration metric: took 4.288398061s to extract preloaded images to volume ...
	W0929 11:12:38.676596  733699 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	W0929 11:12:38.676649  733699 oci.go:252] Your kernel does not support CPU cfs period/quota or the cgroup is not mounted.
	I0929 11:12:38.676701  733699 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0929 11:12:38.730674  733699 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-398275 --name addons-398275 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-398275 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-398275 --network addons-398275 --ip 192.168.49.2 --volume addons-398275:/var --security-opt apparmor=unconfined --memory=4096mb -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1
	I0929 11:12:39.035814  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Running}}
	I0929 11:12:39.053968  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:39.072802  733699 cli_runner.go:164] Run: docker exec addons-398275 stat /var/lib/dpkg/alternatives/iptables
	I0929 11:12:39.119145  733699 oci.go:144] the created container "addons-398275" has a running status.
	I0929 11:12:39.119180  733699 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa...
	I0929 11:12:39.709213  733699 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0929 11:12:39.734835  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:39.753128  733699 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0929 11:12:39.753149  733699 kic_runner.go:114] Args: [docker exec --privileged addons-398275 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0929 11:12:39.795340  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:39.813350  733699 machine.go:93] provisionDockerMachine start ...
	I0929 11:12:39.813451  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:39.831488  733699 main.go:141] libmachine: Using SSH client type: native
	I0929 11:12:39.831756  733699 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0929 11:12:39.831769  733699 main.go:141] libmachine: About to run SSH command:
	hostname
	I0929 11:12:39.968776  733699 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-398275
	
	I0929 11:12:39.968810  733699 ubuntu.go:182] provisioning hostname "addons-398275"
	I0929 11:12:39.968872  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:39.988644  733699 main.go:141] libmachine: Using SSH client type: native
	I0929 11:12:39.988873  733699 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0929 11:12:39.988890  733699 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-398275 && echo "addons-398275" | sudo tee /etc/hostname
	I0929 11:12:40.138769  733699 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-398275
	
	I0929 11:12:40.138871  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:40.157682  733699 main.go:141] libmachine: Using SSH client type: native
	I0929 11:12:40.157899  733699 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0929 11:12:40.157916  733699 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-398275' /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-398275/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-398275' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0929 11:12:40.294667  733699 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0929 11:12:40.294706  733699 ubuntu.go:188] set auth options {CertDir:/home/jenkins/minikube-integration/21655-728906/.minikube CaCertPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/21655-728906/.minikube}
	I0929 11:12:40.294740  733699 ubuntu.go:190] setting up certificates
	I0929 11:12:40.294753  733699 provision.go:84] configureAuth start
	I0929 11:12:40.294807  733699 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-398275
	I0929 11:12:40.312115  733699 provision.go:143] copyHostCerts
	I0929 11:12:40.312189  733699 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/21655-728906/.minikube/ca.pem (1078 bytes)
	I0929 11:12:40.312317  733699 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/21655-728906/.minikube/cert.pem (1123 bytes)
	I0929 11:12:40.312379  733699 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/21655-728906/.minikube/key.pem (1679 bytes)
	I0929 11:12:40.312429  733699 provision.go:117] generating server cert: /home/jenkins/minikube-integration/21655-728906/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca-key.pem org=jenkins.addons-398275 san=[127.0.0.1 192.168.49.2 addons-398275 localhost minikube]
	I0929 11:12:40.610308  733699 provision.go:177] copyRemoteCerts
	I0929 11:12:40.610374  733699 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0929 11:12:40.610412  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:40.628117  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:40.726655  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0929 11:12:40.753703  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0929 11:12:40.779463  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0929 11:12:40.805170  733699 provision.go:87] duration metric: took 510.402723ms to configureAuth
	I0929 11:12:40.805200  733699 ubuntu.go:206] setting minikube options for container-runtime
	I0929 11:12:40.805399  733699 config.go:182] Loaded profile config "addons-398275": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:12:40.805415  733699 machine.go:96] duration metric: took 992.042244ms to provisionDockerMachine
	I0929 11:12:40.805423  733699 client.go:171] duration metric: took 13.318485735s to LocalClient.Create
	I0929 11:12:40.805448  733699 start.go:167] duration metric: took 13.318574971s to libmachine.API.Create "addons-398275"
	I0929 11:12:40.805462  733699 start.go:293] postStartSetup for "addons-398275" (driver="docker")
	I0929 11:12:40.805475  733699 start.go:322] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
	I0929 11:12:40.805524  733699 ssh_runner.go:195] Run: sudo mkdir -p /etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs
	I0929 11:12:40.805587  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:40.823746  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:40.922612  733699 ssh_runner.go:195] Run: cat /etc/os-release
	I0929 11:12:40.926674  733699 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0929 11:12:40.926704  733699 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0929 11:12:40.926714  733699 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0929 11:12:40.926721  733699 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I0929 11:12:40.926732  733699 filesync.go:126] Scanning /home/jenkins/minikube-integration/21655-728906/.minikube/addons for local assets ...
	I0929 11:12:40.926813  733699 filesync.go:126] Scanning /home/jenkins/minikube-integration/21655-728906/.minikube/files for local assets ...
	I0929 11:12:40.926850  733699 start.go:296] duration metric: took 121.380642ms for postStartSetup
	I0929 11:12:40.927161  733699 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-398275
	I0929 11:12:40.945012  733699 profile.go:143] Saving config to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/config.json ...
	I0929 11:12:40.945376  733699 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0929 11:12:40.945440  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:40.963285  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:41.056833  733699 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0929 11:12:41.061696  733699 start.go:128] duration metric: took 13.577134322s to createHost
	I0929 11:12:41.061725  733699 start.go:83] releasing machines lock for "addons-398275", held for 13.577303038s
	I0929 11:12:41.061807  733699 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-398275
	I0929 11:12:41.079296  733699 ssh_runner.go:195] Run: cat /version.json
	I0929 11:12:41.079354  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:41.079426  733699 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0929 11:12:41.079498  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:41.098492  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:41.099447  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:41.190675  733699 ssh_runner.go:195] Run: systemctl --version
	I0929 11:12:41.262720  733699 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0929 11:12:41.267785  733699 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f -name *loopback.conf* -not -name *.mk_disabled -exec sh -c "grep -q loopback {} && ( grep -q name {} || sudo sed -i '/"type": "loopback"/i \ \ \ \ "name": "loopback",' {} ) && sudo sed -i 's|"cniVersion": ".*"|"cniVersion": "1.0.0"|g' {}" ;
	I0929 11:12:41.299909  733699 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
	I0929 11:12:41.300039  733699 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%p, " -exec sh -c "sudo mv {} {}.mk_disabled" ;
	I0929 11:12:41.331137  733699 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0929 11:12:41.331171  733699 start.go:495] detecting cgroup driver to use...
	I0929 11:12:41.331208  733699 detect.go:190] detected "systemd" cgroup driver on host os
	I0929 11:12:41.331278  733699 ssh_runner.go:195] Run: sudo systemctl stop -f crio
	I0929 11:12:41.344430  733699 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
	I0929 11:12:41.357094  733699 docker.go:218] disabling cri-docker service (if available) ...
	I0929 11:12:41.357161  733699 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0929 11:12:41.371928  733699 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0929 11:12:41.387409  733699 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0929 11:12:41.451842  733699 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0929 11:12:41.527170  733699 docker.go:234] disabling docker service ...
	I0929 11:12:41.527247  733699 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0929 11:12:41.547353  733699 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0929 11:12:41.560738  733699 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0929 11:12:41.631966  733699 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0929 11:12:41.705852  733699 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0929 11:12:41.719944  733699 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///run/containerd/containerd.sock
	" | sudo tee /etc/crictl.yaml"
	I0929 11:12:41.740809  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.10.1"|' /etc/containerd/config.toml"
	I0929 11:12:41.755198  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)restrict_oom_score_adj = .*$|\1restrict_oom_score_adj = false|' /etc/containerd/config.toml"
	I0929 11:12:41.767742  733699 containerd.go:146] configuring containerd to use "systemd" as cgroup driver...
	I0929 11:12:41.767825  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = true|g' /etc/containerd/config.toml"
	I0929 11:12:41.780900  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runtime.v1.linux"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0929 11:12:41.793279  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
	I0929 11:12:41.804772  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0929 11:12:41.816024  733699 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0929 11:12:41.826716  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)conf_dir = .*$|\1conf_dir = "/etc/cni/net.d"|g' /etc/containerd/config.toml"
	I0929 11:12:41.838383  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
	I0929 11:12:41.851379  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)\[plugins."io.containerd.grpc.v1.cri"\]|&\n\1  enable_unprivileged_ports = true|' /etc/containerd/config.toml"
	I0929 11:12:41.863560  733699 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0929 11:12:41.873496  733699 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
	I0929 11:12:41.873571  733699 ssh_runner.go:195] Run: sudo modprobe br_netfilter
	I0929 11:12:41.889962  733699 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0929 11:12:41.901043  733699 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0929 11:12:41.972730  733699 ssh_runner.go:195] Run: sudo systemctl restart containerd
	I0929 11:12:42.087361  733699 start.go:542] Will wait 60s for socket path /run/containerd/containerd.sock
	I0929 11:12:42.087470  733699 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
	I0929 11:12:42.092353  733699 start.go:563] Will wait 60s for crictl version
	I0929 11:12:42.092444  733699 ssh_runner.go:195] Run: which crictl
	I0929 11:12:42.096814  733699 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0929 11:12:42.135338  733699 start.go:579] Version:  0.1.0
	RuntimeName:  containerd
	RuntimeVersion:  1.7.27
	RuntimeApiVersion:  v1
	I0929 11:12:42.135435  733699 ssh_runner.go:195] Run: containerd --version
	I0929 11:12:42.161335  733699 ssh_runner.go:195] Run: containerd --version
	I0929 11:12:42.189261  733699 out.go:179] * Preparing Kubernetes v1.34.0 on containerd 1.7.27 ...
	I0929 11:12:42.190506  733699 cli_runner.go:164] Run: docker network inspect addons-398275 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	I0929 11:12:42.208258  733699 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0929 11:12:42.212671  733699 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.49.1	host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0929 11:12:42.226269  733699 kubeadm.go:875] updating cluster {Name:addons-398275 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] D
NSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPa
th: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0929 11:12:42.226439  733699 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
	I0929 11:12:42.226519  733699 ssh_runner.go:195] Run: sudo crictl images --output json
	I0929 11:12:42.265098  733699 containerd.go:627] all images are preloaded for containerd runtime.
	I0929 11:12:42.265124  733699 containerd.go:534] Images already preloaded, skipping extraction
	I0929 11:12:42.265202  733699 ssh_runner.go:195] Run: sudo crictl images --output json
	I0929 11:12:42.304050  733699 containerd.go:627] all images are preloaded for containerd runtime.
	I0929 11:12:42.304081  733699 cache_images.go:85] Images are preloaded, skipping loading
	I0929 11:12:42.304090  733699 kubeadm.go:926] updating node { 192.168.49.2 8443 v1.34.0 containerd true true} ...
	I0929 11:12:42.304210  733699 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-398275 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
	I0929 11:12:42.304306  733699 ssh_runner.go:195] Run: sudo crictl info
	I0929 11:12:42.342583  733699 cni.go:84] Creating CNI manager for ""
	I0929 11:12:42.342626  733699 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0929 11:12:42.342653  733699 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0929 11:12:42.342688  733699 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-398275 NodeName:addons-398275 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:systemd ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/
kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///run/containerd/containerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
	I0929 11:12:42.342833  733699 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-398275"
	  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: systemd
	containerRuntimeEndpoint: unix:///run/containerd/containerd.sock
	hairpinMode: hairpin-veth
	runtimeRequestTimeout: 15m
	clusterDomain: "cluster.local"
	# disable disk resource management by default
	imageGCHighThresholdPercent: 100
	evictionHard:
	  nodefs.available: "0%"
	  nodefs.inodesFree: "0%"
	  imagefs.available: "0%"
	failSwapOn: false
	staticPodPath: /etc/kubernetes/manifests
	---
	apiVersion: kubeproxy.config.k8s.io/v1alpha1
	kind: KubeProxyConfiguration
	clusterCIDR: "10.244.0.0/16"
	metricsBindAddress: 0.0.0.0:10249
	conntrack:
	  maxPerCore: 0
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
	  tcpEstablishedTimeout: 0s
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
	  tcpCloseWaitTimeout: 0s
	
	I0929 11:12:42.342925  733699 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.34.0
	I0929 11:12:42.354176  733699 binaries.go:44] Found k8s binaries, skipping transfer
	I0929 11:12:42.354259  733699 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0929 11:12:42.364281  733699 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
	I0929 11:12:42.383900  733699 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0929 11:12:42.406140  733699 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2225 bytes)
	I0929 11:12:42.425932  733699 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0929 11:12:42.430093  733699 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.49.2	control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0929 11:12:42.442886  733699 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0929 11:12:42.515031  733699 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0929 11:12:42.540932  733699 certs.go:68] Setting up /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275 for IP: 192.168.49.2
	I0929 11:12:42.540984  733699 certs.go:194] generating shared ca certs ...
	I0929 11:12:42.541025  733699 certs.go:226] acquiring lock for ca certs: {Name:mk3ab67669e19ac06bf7b8e296dfa49c7a146741 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:42.541210  733699 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key
	I0929 11:12:42.870267  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt ...
	I0929 11:12:42.870303  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt: {Name:mk4b012ffdcf2bb9af2d01bf0326139248db4e54 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:42.870516  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key ...
	I0929 11:12:42.870528  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key: {Name:mk4f98a5d5ec11a2e53c251a9c1e042de96663c0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:42.870625  733699 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key
	I0929 11:12:43.124326  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.crt ...
	I0929 11:12:43.124368  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.crt: {Name:mke1899096ee4daadcb6562ea0da8b53a7f6cbfa Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:43.124571  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key ...
	I0929 11:12:43.124583  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key: {Name:mka6c86e7f2ed8c6378362fb1e2595ea2190db4a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:43.124672  733699 certs.go:256] generating profile certs ...
	I0929 11:12:43.124738  733699 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.key
	I0929 11:12:43.124749  733699 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt with IP's: []
	I0929 11:12:43.853753  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt ...
	I0929 11:12:43.853795  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: {Name:mkb5a2525b7f7b90a9ef9c349a54f4878903ba8f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:43.853988  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.key ...
	I0929 11:12:43.854009  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.key: {Name:mk70c8d15b404e71fcfe0dcaf0e6d82d6e9efe3b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:43.854087  733699 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key.b5f224d3
	I0929 11:12:43.854110  733699 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt.b5f224d3 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0929 11:12:44.002164  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt.b5f224d3 ...
	I0929 11:12:44.002200  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt.b5f224d3: {Name:mk988210de153015baa8c8f06fe70b112120e743 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:44.002419  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key.b5f224d3 ...
	I0929 11:12:44.002440  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key.b5f224d3: {Name:mk02f5067b54f6478b0383b745ab6810c629ebea Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:44.002584  733699 certs.go:381] copying /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt.b5f224d3 -> /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt
	I0929 11:12:44.002696  733699 certs.go:385] copying /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key.b5f224d3 -> /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key
	I0929 11:12:44.002755  733699 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.key
	I0929 11:12:44.002776  733699 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.crt with IP's: []
	I0929 11:12:44.648648  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.crt ...
	I0929 11:12:44.648688  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.crt: {Name:mkf14d09ade5b7eaf929fde4fcba67f9735c889b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:44.648935  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.key ...
	I0929 11:12:44.648957  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.key: {Name:mk6d248128da191490b3defa8a9954b209f16af1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:44.649204  733699 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca-key.pem (1675 bytes)
	I0929 11:12:44.649246  733699 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem (1078 bytes)
	I0929 11:12:44.649278  733699 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem (1123 bytes)
	I0929 11:12:44.649306  733699 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/key.pem (1679 bytes)
	I0929 11:12:44.651781  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0929 11:12:44.680463  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I0929 11:12:44.709451  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0929 11:12:44.739411  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0929 11:12:44.771072  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0929 11:12:44.798826  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0929 11:12:44.827342  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0929 11:12:44.856165  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0929 11:12:44.884648  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0929 11:12:44.916322  733699 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0929 11:12:44.937678  733699 ssh_runner.go:195] Run: openssl version
	I0929 11:12:44.944579  733699 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/minikubeCA.pem && ln -fs /usr/share/ca-certificates/minikubeCA.pem /etc/ssl/certs/minikubeCA.pem"
	I0929 11:12:44.959584  733699 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0929 11:12:44.963988  733699 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 29 11:12 /usr/share/ca-certificates/minikubeCA.pem
	I0929 11:12:44.964051  733699 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0929 11:12:44.971290  733699 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/b5213941.0 || ln -fs /etc/ssl/certs/minikubeCA.pem /etc/ssl/certs/b5213941.0"
	I0929 11:12:44.982335  733699 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0929 11:12:44.986489  733699 certs.go:399] 'apiserver-kubelet-client' cert doesn't exist, likely first start: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt: Process exited with status 1
	stdout:
	
	stderr:
	stat: cannot statx '/var/lib/minikube/certs/apiserver-kubelet-client.crt': No such file or directory
	I0929 11:12:44.986568  733699 kubeadm.go:392] StartCluster: {Name:addons-398275 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSD
omain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath:
SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0929 11:12:44.986649  733699 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
	I0929 11:12:44.986698  733699 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0929 11:12:45.026976  733699 cri.go:89] found id: ""
	I0929 11:12:45.027142  733699 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0929 11:12:45.038148  733699 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0929 11:12:45.048956  733699 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0929 11:12:45.049021  733699 ssh_runner.go:195] Run: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf
	I0929 11:12:45.059442  733699 kubeadm.go:155] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
	stdout:
	
	stderr:
	ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
	I0929 11:12:45.059464  733699 kubeadm.go:157] found existing configuration files:
	
	I0929 11:12:45.059506  733699 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0929 11:12:45.070436  733699 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/admin.conf: No such file or directory
	I0929 11:12:45.070509  733699 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0929 11:12:45.080685  733699 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0929 11:12:45.091673  733699 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/kubelet.conf: No such file or directory
	I0929 11:12:45.091745  733699 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0929 11:12:45.102104  733699 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0929 11:12:45.112768  733699 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/controller-manager.conf: No such file or directory
	I0929 11:12:45.112848  733699 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0929 11:12:45.123366  733699 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0929 11:12:45.134254  733699 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/scheduler.conf: No such file or directory
	I0929 11:12:45.134324  733699 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0929 11:12:45.144530  733699 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.34.0:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I0929 11:12:45.204225  733699 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/6.8.0-1040-gcp\n", err: exit status 1
	I0929 11:12:45.262037  733699 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0929 11:12:54.480768  733699 kubeadm.go:310] [init] Using Kubernetes version: v1.34.0
	I0929 11:12:54.480830  733699 kubeadm.go:310] [preflight] Running pre-flight checks
	I0929 11:12:54.480915  733699 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0929 11:12:54.480986  733699 kubeadm.go:310] KERNEL_VERSION: 6.8.0-1040-gcp
	I0929 11:12:54.481035  733699 kubeadm.go:310] OS: Linux
	I0929 11:12:54.481100  733699 kubeadm.go:310] CGROUPS_CPU: enabled
	I0929 11:12:54.481167  733699 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0929 11:12:54.481242  733699 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0929 11:12:54.481320  733699 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0929 11:12:54.481405  733699 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0929 11:12:54.481476  733699 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0929 11:12:54.481550  733699 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0929 11:12:54.481631  733699 kubeadm.go:310] CGROUPS_IO: enabled
	I0929 11:12:54.481748  733699 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0929 11:12:54.481897  733699 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0929 11:12:54.481993  733699 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0929 11:12:54.482075  733699 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0929 11:12:54.483808  733699 out.go:252]   - Generating certificates and keys ...
	I0929 11:12:54.483875  733699 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0929 11:12:54.483974  733699 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0929 11:12:54.484046  733699 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0929 11:12:54.484098  733699 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0929 11:12:54.484162  733699 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0929 11:12:54.484210  733699 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0929 11:12:54.484266  733699 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0929 11:12:54.484373  733699 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-398275 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0929 11:12:54.484419  733699 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0929 11:12:54.484518  733699 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-398275 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0929 11:12:54.484613  733699 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0929 11:12:54.484672  733699 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0929 11:12:54.484711  733699 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0929 11:12:54.484759  733699 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0929 11:12:54.484803  733699 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0929 11:12:54.484851  733699 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0929 11:12:54.484903  733699 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0929 11:12:54.484961  733699 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0929 11:12:54.485026  733699 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0929 11:12:54.485120  733699 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0929 11:12:54.485204  733699 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0929 11:12:54.486552  733699 out.go:252]   - Booting up control plane ...
	I0929 11:12:54.486638  733699 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0929 11:12:54.486756  733699 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0929 11:12:54.486816  733699 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0929 11:12:54.486903  733699 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0929 11:12:54.486988  733699 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/instance-config.yaml"
	I0929 11:12:54.487078  733699 kubeadm.go:310] [patches] Applied patch of type "application/strategic-merge-patch+json" to target "kubeletconfiguration"
	I0929 11:12:54.487150  733699 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0929 11:12:54.487189  733699 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0929 11:12:54.487303  733699 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0929 11:12:54.487395  733699 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0929 11:12:54.487446  733699 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.001091942s
	I0929 11:12:54.487578  733699 kubeadm.go:310] [control-plane-check] Waiting for healthy control plane components. This can take up to 4m0s
	I0929 11:12:54.487661  733699 kubeadm.go:310] [control-plane-check] Checking kube-apiserver at https://192.168.49.2:8443/livez
	I0929 11:12:54.487748  733699 kubeadm.go:310] [control-plane-check] Checking kube-controller-manager at https://127.0.0.1:10257/healthz
	I0929 11:12:54.487820  733699 kubeadm.go:310] [control-plane-check] Checking kube-scheduler at https://127.0.0.1:10259/livez
	I0929 11:12:54.487882  733699 kubeadm.go:310] [control-plane-check] kube-scheduler is healthy after 1.97270319s
	I0929 11:12:54.487962  733699 kubeadm.go:310] [control-plane-check] kube-controller-manager is healthy after 2.127538734s
	I0929 11:12:54.488020  733699 kubeadm.go:310] [control-plane-check] kube-apiserver is healthy after 3.501969383s
	I0929 11:12:54.488142  733699 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0929 11:12:54.488318  733699 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0929 11:12:54.488375  733699 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0929 11:12:54.488562  733699 kubeadm.go:310] [mark-control-plane] Marking the node addons-398275 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0929 11:12:54.488626  733699 kubeadm.go:310] [bootstrap-token] Using token: edr7ez.cly84jkh5b8ow6xd
	I0929 11:12:54.489945  733699 out.go:252]   - Configuring RBAC rules ...
	I0929 11:12:54.490047  733699 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0929 11:12:54.490126  733699 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0929 11:12:54.490259  733699 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
	I0929 11:12:54.490373  733699 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0929 11:12:54.490496  733699 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0929 11:12:54.490607  733699 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0929 11:12:54.490721  733699 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0929 11:12:54.490797  733699 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0929 11:12:54.490872  733699 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0929 11:12:54.490890  733699 kubeadm.go:310] 
	I0929 11:12:54.490973  733699 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0929 11:12:54.490983  733699 kubeadm.go:310] 
	I0929 11:12:54.491084  733699 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0929 11:12:54.491094  733699 kubeadm.go:310] 
	I0929 11:12:54.491128  733699 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0929 11:12:54.491224  733699 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0929 11:12:54.491301  733699 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0929 11:12:54.491310  733699 kubeadm.go:310] 
	I0929 11:12:54.491374  733699 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0929 11:12:54.491383  733699 kubeadm.go:310] 
	I0929 11:12:54.491452  733699 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0929 11:12:54.491463  733699 kubeadm.go:310] 
	I0929 11:12:54.491558  733699 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0929 11:12:54.491663  733699 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0929 11:12:54.491762  733699 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0929 11:12:54.491772  733699 kubeadm.go:310] 
	I0929 11:12:54.491879  733699 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0929 11:12:54.492006  733699 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0929 11:12:54.492015  733699 kubeadm.go:310] 
	I0929 11:12:54.492125  733699 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token edr7ez.cly84jkh5b8ow6xd \
	I0929 11:12:54.492266  733699 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:03004bc8c8ab3762858c34ea451f30c4ba87cf96a40f62b78029392015104160 \
	I0929 11:12:54.492297  733699 kubeadm.go:310] 	--control-plane 
	I0929 11:12:54.492306  733699 kubeadm.go:310] 
	I0929 11:12:54.492419  733699 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0929 11:12:54.492433  733699 kubeadm.go:310] 
	I0929 11:12:54.492564  733699 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token edr7ez.cly84jkh5b8ow6xd \
	I0929 11:12:54.492675  733699 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:03004bc8c8ab3762858c34ea451f30c4ba87cf96a40f62b78029392015104160 
	I0929 11:12:54.492686  733699 cni.go:84] Creating CNI manager for ""
	I0929 11:12:54.492694  733699 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0929 11:12:54.494941  733699 out.go:179] * Configuring CNI (Container Networking Interface) ...
	I0929 11:12:54.496269  733699 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0929 11:12:54.500676  733699 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.34.0/kubectl ...
	I0929 11:12:54.500694  733699 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0929 11:12:54.519906  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0929 11:12:54.755591  733699 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0929 11:12:54.755696  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-398275 minikube.k8s.io/updated_at=2025_09_29T11_12_54_0700 minikube.k8s.io/version=v1.37.0 minikube.k8s.io/commit=e087d081f23c6d1317bb12845422265d8d3490cf minikube.k8s.io/name=addons-398275 minikube.k8s.io/primary=true
	I0929 11:12:54.755800  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:54.845639  733699 ops.go:34] apiserver oom_adj: -16
	I0929 11:12:54.845765  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:55.346278  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:55.846514  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:56.346018  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:56.845868  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:57.346863  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:57.846819  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:58.346261  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:58.845883  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:59.346737  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:59.415981  733699 kubeadm.go:1105] duration metric: took 4.660362416s to wait for elevateKubeSystemPrivileges
	I0929 11:12:59.416020  733699 kubeadm.go:394] duration metric: took 14.429460539s to StartCluster
	I0929 11:12:59.416040  733699 settings.go:142] acquiring lock: {Name:mk053e7d0312ee1490602ff57488e3067c62f18a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:59.416197  733699 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/21655-728906/kubeconfig
	I0929 11:12:59.416601  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/kubeconfig: {Name:mk33453547b04bbe9c3de7a739a9e0868e0a7fd9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:59.416798  733699 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0929 11:12:59.416822  733699 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}
	I0929 11:12:59.416907  733699 addons.go:511] enable addons start: toEnable=map[ambassador:false amd-gpu-device-plugin:true auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubetail:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:true storage-provisioner:true storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
	I0929 11:12:59.417034  733699 config.go:182] Loaded profile config "addons-398275": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:12:59.417052  733699 addons.go:69] Setting yakd=true in profile "addons-398275"
	I0929 11:12:59.417076  733699 addons.go:238] Setting addon yakd=true in "addons-398275"
	I0929 11:12:59.417070  733699 addons.go:69] Setting inspektor-gadget=true in profile "addons-398275"
	I0929 11:12:59.417095  733699 addons.go:69] Setting registry-creds=true in profile "addons-398275"
	I0929 11:12:59.417101  733699 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-398275"
	I0929 11:12:59.417109  733699 addons.go:238] Setting addon registry-creds=true in "addons-398275"
	I0929 11:12:59.417112  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417122  733699 addons.go:69] Setting gcp-auth=true in profile "addons-398275"
	I0929 11:12:59.417115  733699 addons.go:69] Setting cloud-spanner=true in profile "addons-398275"
	I0929 11:12:59.417125  733699 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-398275"
	I0929 11:12:59.417143  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417144  733699 addons.go:238] Setting addon csi-hostpath-driver=true in "addons-398275"
	I0929 11:12:59.417150  733699 addons.go:238] Setting addon nvidia-device-plugin=true in "addons-398275"
	I0929 11:12:59.417154  733699 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-398275"
	I0929 11:12:59.417162  733699 addons.go:69] Setting ingress-dns=true in profile "addons-398275"
	I0929 11:12:59.417166  733699 addons.go:238] Setting addon amd-gpu-device-plugin=true in "addons-398275"
	I0929 11:12:59.417172  733699 addons.go:238] Setting addon ingress-dns=true in "addons-398275"
	I0929 11:12:59.417186  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417195  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417198  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417204  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417305  733699 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-398275"
	I0929 11:12:59.417334  733699 addons.go:69] Setting registry=true in profile "addons-398275"
	I0929 11:12:59.417344  733699 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-398275"
	I0929 11:12:59.417347  733699 addons.go:238] Setting addon registry=true in "addons-398275"
	I0929 11:12:59.417375  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417668  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417694  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417694  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417706  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417713  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417734  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417816  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.418102  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417143  733699 addons.go:238] Setting addon cloud-spanner=true in "addons-398275"
	I0929 11:12:59.418717  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417090  733699 addons.go:69] Setting default-storageclass=true in profile "addons-398275"
	I0929 11:12:59.418873  733699 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-398275"
	I0929 11:12:59.419164  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.419205  733699 addons.go:69] Setting volumesnapshots=true in profile "addons-398275"
	I0929 11:12:59.419171  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417109  733699 addons.go:238] Setting addon inspektor-gadget=true in "addons-398275"
	I0929 11:12:59.417154  733699 addons.go:69] Setting ingress=true in profile "addons-398275"
	I0929 11:12:59.417320  733699 addons.go:69] Setting volcano=true in profile "addons-398275"
	I0929 11:12:59.419316  733699 addons.go:69] Setting storage-provisioner=true in profile "addons-398275"
	I0929 11:12:59.419370  733699 addons.go:69] Setting metrics-server=true in profile "addons-398275"
	I0929 11:12:59.417146  733699 mustload.go:65] Loading cluster: addons-398275
	I0929 11:12:59.419789  733699 out.go:179] * Verifying Kubernetes components...
	I0929 11:12:59.421028  733699 addons.go:238] Setting addon volumesnapshots=true in "addons-398275"
	I0929 11:12:59.421222  733699 addons.go:238] Setting addon storage-provisioner=true in "addons-398275"
	I0929 11:12:59.421265  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.421375  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.421790  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.421969  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.425064  733699 addons.go:238] Setting addon metrics-server=true in "addons-398275"
	I0929 11:12:59.425081  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.425103  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.425119  733699 addons.go:238] Setting addon volcano=true in "addons-398275"
	I0929 11:12:59.425179  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.425191  733699 addons.go:238] Setting addon ingress=true in "addons-398275"
	I0929 11:12:59.425241  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.425585  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.425687  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.425743  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.426272  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.429297  733699 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0929 11:12:59.431123  733699 config.go:182] Loaded profile config "addons-398275": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:12:59.433051  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.465470  733699 out.go:179]   - Using image docker.io/upmcenterprises/registry-creds:1.10
	I0929 11:12:59.467768  733699 addons.go:435] installing /etc/kubernetes/addons/registry-creds-rc.yaml
	I0929 11:12:59.467797  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-creds-rc.yaml (3306 bytes)
	I0929 11:12:59.468470  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.470296  733699 addons.go:238] Setting addon default-storageclass=true in "addons-398275"
	I0929 11:12:59.470345  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.470849  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.487363  733699 addons.go:238] Setting addon storage-provisioner-rancher=true in "addons-398275"
	I0929 11:12:59.487619  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.487445  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0929 11:12:59.488646  733699 out.go:179]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.41
	I0929 11:12:59.489509  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.492193  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0929 11:12:59.492263  733699 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0929 11:12:59.492326  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.493852  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0929 11:12:59.494161  733699 out.go:179]   - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
	I0929 11:12:59.494261  733699 addons.go:435] installing /etc/kubernetes/addons/deployment.yaml
	I0929 11:12:59.494835  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0929 11:12:59.494904  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.496621  733699 addons.go:435] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I0929 11:12:59.496647  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
	I0929 11:12:59.496707  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.497472  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0929 11:12:59.503572  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0929 11:12:59.507440  733699 out.go:179]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.8.0
	I0929 11:12:59.509589  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0929 11:12:59.513667  733699 addons.go:435] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0929 11:12:59.514532  733699 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0929 11:12:59.514617  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.514890  733699 out.go:179]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0929 11:12:59.515062  733699 out.go:179]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.3
	I0929 11:12:59.515659  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.516265  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0929 11:12:59.516285  733699 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0929 11:12:59.516341  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.517824  733699 addons.go:435] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0929 11:12:59.517839  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0929 11:12:59.517892  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.527103  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0929 11:12:59.527178  733699 out.go:179]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.44.1
	I0929 11:12:59.528385  733699 addons.go:435] installing /etc/kubernetes/addons/ig-crd.yaml
	I0929 11:12:59.528407  733699 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (14 bytes)
	I0929 11:12:59.528470  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.528641  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0929 11:12:59.530030  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0929 11:12:59.531320  733699 out.go:179]   - Using image docker.io/volcanosh/vc-controller-manager:v1.12.2
	I0929 11:12:59.531349  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0929 11:12:59.532876  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0929 11:12:59.532898  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0929 11:12:59.532978  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.537633  733699 out.go:179]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
	I0929 11:12:59.537975  733699 out.go:179]   - Using image docker.io/volcanosh/vc-scheduler:v1.12.2
	I0929 11:12:59.538955  733699 out.go:179]   - Using image registry.k8s.io/ingress-nginx/controller:v1.13.2
	I0929 11:12:59.540482  733699 out.go:179]   - Using image docker.io/volcanosh/vc-webhook-manager:v1.12.2
	I0929 11:12:59.541716  733699 out.go:179]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0929 11:12:59.541848  733699 out.go:179]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
	I0929 11:12:59.543398  733699 addons.go:435] installing /etc/kubernetes/addons/volcano-deployment.yaml
	I0929 11:12:59.543421  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (498149 bytes)
	I0929 11:12:59.543480  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.547681  733699 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0929 11:12:59.547702  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0929 11:12:59.547763  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.548092  733699 addons.go:435] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0929 11:12:59.548109  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0929 11:12:59.548158  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.550486  733699 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
	I0929 11:12:59.550571  733699 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0929 11:12:59.550668  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.559792  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.562098  733699 out.go:179]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0929 11:12:59.566218  733699 out.go:179]   - Using image docker.io/busybox:stable
	I0929 11:12:59.566520  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.567760  733699 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0929 11:12:59.567782  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0929 11:12:59.567899  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.571268  733699 out.go:179]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.9
	I0929 11:12:59.574676  733699 out.go:179]   - Using image docker.io/registry:3.0.0
	I0929 11:12:59.576433  733699 addons.go:435] installing /etc/kubernetes/addons/registry-rc.yaml
	I0929 11:12:59.576503  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0929 11:12:59.576646  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.582082  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.585840  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.589651  733699 out.go:179]   - Using image docker.io/kicbase/minikube-ingress-dns:0.0.4
	I0929 11:12:59.591353  733699 addons.go:435] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0929 11:12:59.591376  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2889 bytes)
	I0929 11:12:59.592072  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.592110  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.592779  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.598791  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.604760  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.632782  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.643309  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.647672  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.647808  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.650802  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.650821  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.652642  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.653577  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	W0929 11:12:59.658921  733699 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0929 11:12:59.658975  733699 retry.go:31] will retry after 354.78745ms: ssh: handshake failed: EOF
	W0929 11:12:59.659222  733699 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0929 11:12:59.659247  733699 retry.go:31] will retry after 140.690497ms: ssh: handshake failed: EOF
	W0929 11:12:59.659337  733699 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0929 11:12:59.659347  733699 retry.go:31] will retry after 223.943791ms: ssh: handshake failed: EOF
	I0929 11:12:59.684198  733699 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0929 11:12:59.684328  733699 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0929 11:12:59.764386  733699 addons.go:435] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0929 11:12:59.764418  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0929 11:12:59.770033  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I0929 11:12:59.772385  733699 addons.go:435] installing /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:12:59.772404  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (15034 bytes)
	I0929 11:12:59.798767  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/registry-creds-rc.yaml
	I0929 11:12:59.799968  733699 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0929 11:12:59.800006  733699 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0929 11:12:59.804653  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:12:59.814580  733699 addons.go:435] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0929 11:12:59.814613  733699 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0929 11:12:59.824372  733699 addons.go:435] installing /etc/kubernetes/addons/registry-svc.yaml
	I0929 11:12:59.824406  733699 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0929 11:12:59.834612  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0929 11:12:59.843044  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0929 11:12:59.854331  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0929 11:12:59.854360  733699 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0929 11:12:59.864010  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0929 11:12:59.874632  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0929 11:12:59.875558  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0929 11:12:59.877000  733699 addons.go:435] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0929 11:12:59.877066  733699 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0929 11:12:59.887012  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
	I0929 11:12:59.888757  733699 addons.go:435] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0929 11:12:59.888778  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0929 11:12:59.899234  733699 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0929 11:12:59.899260  733699 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0929 11:12:59.899728  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0929 11:12:59.899794  733699 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0929 11:12:59.946070  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
	I0929 11:12:59.958177  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0929 11:12:59.988868  733699 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0929 11:12:59.988902  733699 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0929 11:13:00.023824  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0929 11:13:00.030309  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0929 11:13:00.030340  733699 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0929 11:13:00.115179  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0929 11:13:00.115294  733699 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0929 11:13:00.141412  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0929 11:13:00.141433  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0929 11:13:00.151457  733699 start.go:976] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0929 11:13:00.157081  733699 node_ready.go:35] waiting up to 6m0s for node "addons-398275" to be "Ready" ...
	I0929 11:13:00.165446  733699 node_ready.go:49] node "addons-398275" is "Ready"
	I0929 11:13:00.165491  733699 node_ready.go:38] duration metric: took 8.351543ms for node "addons-398275" to be "Ready" ...
	I0929 11:13:00.165511  733699 api_server.go:52] waiting for apiserver process to appear ...
	I0929 11:13:00.165587  733699 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0929 11:13:00.188323  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0929 11:13:00.188358  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0929 11:13:00.270397  733699 addons.go:435] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0929 11:13:00.270433  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0929 11:13:00.281632  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
	I0929 11:13:00.354029  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0929 11:13:00.354065  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-health-monitor-controller.yaml --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
	I0929 11:13:00.357290  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0929 11:13:00.404916  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0929 11:13:00.432844  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0929 11:13:00.433085  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0929 11:13:00.572960  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0929 11:13:00.573088  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0929 11:13:00.659264  733699 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-398275" context rescaled to 1 replicas
	I0929 11:13:00.690447  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0929 11:13:00.690570  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0929 11:13:00.779376  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0929 11:13:00.779475  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0929 11:13:00.840276  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0929 11:13:00.842028  733699 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0929 11:13:00.922364  733699 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: (1.117622341s)
	W0929 11:13:00.922442  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget created
	serviceaccount/gadget created
	configmap/gadget created
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role created
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding created
	role.rbac.authorization.k8s.io/gadget-role created
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding created
	daemonset.apps/gadget created
	
	stderr:
	Warning: spec.template.metadata.annotations[container.apparmor.security.beta.kubernetes.io/gadget]: deprecated since v1.30; use the "appArmorProfile" field instead
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:00.922468  733699 retry.go:31] will retry after 348.455519ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget created
	serviceaccount/gadget created
	configmap/gadget created
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role created
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding created
	role.rbac.authorization.k8s.io/gadget-role created
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding created
	daemonset.apps/gadget created
	
	stderr:
	Warning: spec.template.metadata.annotations[container.apparmor.security.beta.kubernetes.io/gadget]: deprecated since v1.30; use the "appArmorProfile" field instead
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:00.922524  733699 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: (1.087882797s)
	I0929 11:13:00.922638  733699 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: (1.079564305s)
	I0929 11:13:00.922690  733699 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: (1.058656636s)
	I0929 11:13:00.922952  733699 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: (1.048289451s)
	I0929 11:13:00.975308  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0929 11:13:00.975332  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0929 11:13:01.038865  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0929 11:13:01.038895  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0929 11:13:01.119582  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0929 11:13:01.119624  733699 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0929 11:13:01.135810  733699 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: (1.260161689s)
	I0929 11:13:01.209446  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0929 11:13:01.271924  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:02.359504  733699 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: (2.472445015s)
	I0929 11:13:02.359655  733699 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: (2.413554416s)
	I0929 11:13:02.359683  733699 addons.go:479] Verifying addon metrics-server=true in "addons-398275"
	I0929 11:13:02.359728  733699 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: (2.401522929s)
	I0929 11:13:02.359745  733699 addons.go:479] Verifying addon registry=true in "addons-398275"
	I0929 11:13:02.360258  733699 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: (2.336403133s)
	I0929 11:13:02.360293  733699 addons.go:479] Verifying addon ingress=true in "addons-398275"
	I0929 11:13:02.360737  733699 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: (2.003424255s)
	I0929 11:13:02.360595  733699 ssh_runner.go:235] Completed: sudo pgrep -xnf kube-apiserver.*minikube.*: (2.194983176s)
	I0929 11:13:02.360857  733699 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: (1.955911652s)
	W0929 11:13:02.360887  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	Warning: unrecognized format "int64"
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0929 11:13:02.360889  733699 api_server.go:72] duration metric: took 2.944041324s to wait for apiserver process to appear ...
	I0929 11:13:02.360902  733699 api_server.go:88] waiting for apiserver healthz status ...
	I0929 11:13:02.360906  733699 retry.go:31] will retry after 170.621269ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	Warning: unrecognized format "int64"
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0929 11:13:02.360925  733699 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0929 11:13:02.360688  733699 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: (2.079001185s)
	I0929 11:13:02.363121  733699 out.go:179] * Verifying registry addon...
	I0929 11:13:02.363213  733699 out.go:179] * Verifying ingress addon...
	I0929 11:13:02.364321  733699 out.go:179] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-398275 service yakd-dashboard -n yakd-dashboard
	
	I0929 11:13:02.366006  733699 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0929 11:13:02.367505  733699 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0929 11:13:02.371444  733699 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0929 11:13:02.372038  733699 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0929 11:13:02.372052  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:02.372482  733699 api_server.go:141] control plane version: v1.34.0
	I0929 11:13:02.372565  733699 api_server.go:131] duration metric: took 11.654376ms to wait for apiserver health ...
	I0929 11:13:02.372588  733699 system_pods.go:43] waiting for kube-system pods to appear ...
	I0929 11:13:02.378874  733699 system_pods.go:59] 17 kube-system pods found
	I0929 11:13:02.379034  733699 system_pods.go:61] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:02.379112  733699 system_pods.go:61] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:02.379127  733699 system_pods.go:61] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:02.379133  733699 system_pods.go:61] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:02.379141  733699 system_pods.go:61] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:02.379148  733699 system_pods.go:61] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:02.379769  733699 system_pods.go:61] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:02.379801  733699 system_pods.go:61] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:02.379810  733699 system_pods.go:61] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:02.379817  733699 system_pods.go:61] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:02.379933  733699 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0929 11:13:02.379948  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:02.379956  733699 system_pods.go:61] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:02.379970  733699 system_pods.go:61] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:02.379979  733699 system_pods.go:61] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:02.379987  733699 system_pods.go:61] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:02.379993  733699 system_pods.go:61] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending
	I0929 11:13:02.380002  733699 system_pods.go:61] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.380110  733699 system_pods.go:61] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:02.380120  733699 system_pods.go:74] duration metric: took 7.513841ms to wait for pod list to return data ...
	I0929 11:13:02.380131  733699 default_sa.go:34] waiting for default service account to be created ...
	I0929 11:13:02.389098  733699 default_sa.go:45] found service account: "default"
	I0929 11:13:02.389127  733699 default_sa.go:55] duration metric: took 8.988725ms for default service account to be created ...
	I0929 11:13:02.389141  733699 system_pods.go:116] waiting for k8s-apps to be running ...
	I0929 11:13:02.472558  733699 system_pods.go:86] 18 kube-system pods found
	I0929 11:13:02.472601  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:02.472613  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:02.472621  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending
	I0929 11:13:02.472629  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:02.472636  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:02.472644  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:02.472650  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:02.472659  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:02.472663  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:02.472669  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:02.472677  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:02.472685  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:02.472693  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:02.472701  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:02.472711  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:02.472719  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.472728  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.472736  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:02.472755  733699 retry.go:31] will retry after 280.25021ms: missing components: kube-dns
	I0929 11:13:02.532177  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0929 11:13:02.602997  733699 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: (1.393492558s)
	I0929 11:13:02.603040  733699 addons.go:479] Verifying addon csi-hostpath-driver=true in "addons-398275"
	I0929 11:13:02.604873  733699 out.go:179] * Verifying csi-hostpath-driver addon...
	I0929 11:13:02.607790  733699 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0929 11:13:02.611415  733699 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0929 11:13:02.611444  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:02.645509  733699 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.373525439s)
	W0929 11:13:02.645574  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:02.645613  733699 retry.go:31] will retry after 193.857153ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:02.759413  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:02.759456  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:02.759468  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:02.759480  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:02.759494  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:02.759507  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:02.759519  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:02.759525  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:02.759537  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:02.759560  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:02.759574  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:02.759579  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:02.759587  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:02.759594  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:02.759605  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:02.759617  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:02.759630  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:02.759640  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:02.759648  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.759657  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.759662  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:02.759686  733699 retry.go:31] will retry after 323.919513ms: missing components: kube-dns
	I0929 11:13:02.840647  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:02.893610  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:02.893685  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:03.090409  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:03.090451  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:03.090461  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:03.090471  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:03.090481  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:03.090490  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:03.090501  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:03.090508  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:03.090521  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:03.090530  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:03.090550  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:03.090559  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:03.090566  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:03.090574  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:03.090585  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:03.090593  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:03.090604  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:03.090612  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:03.090622  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:03.090633  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:03.090643  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:03.090662  733699 retry.go:31] will retry after 350.143984ms: missing components: kube-dns
	I0929 11:13:03.112301  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:03.370101  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:03.370432  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:03.472894  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:03.472940  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:03.472955  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:03.472968  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:03.472979  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:03.472988  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:03.472999  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:03.473006  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:03.473024  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:03.473030  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:03.473039  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:03.473044  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:03.473049  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:03.473056  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:03.473064  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:03.473073  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:03.473081  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:03.473087  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:03.473095  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:03.473103  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:03.473109  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:03.473132  733699 retry.go:31] will retry after 549.285943ms: missing components: kube-dns
	I0929 11:13:03.612612  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:03.870568  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:03.870746  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:04.028270  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:04.028322  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:04.028334  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:04.028344  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:04.028351  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:04.028359  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:04.028371  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:04.028381  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:04.028390  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:04.028396  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:04.028404  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:04.028410  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:04.028415  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:04.028423  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:04.028434  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:04.028448  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:04.028459  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:04.028473  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:04.028481  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:04.028489  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:04.028502  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:04.028523  733699 retry.go:31] will retry after 645.95178ms: missing components: kube-dns
	I0929 11:13:04.128042  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:04.370895  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:04.371031  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:04.612267  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:04.680251  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:04.680294  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:04.680309  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:04.680320  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:04.680334  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:04.680351  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:04.680359  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:04.680368  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:04.680376  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:04.680386  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:04.680398  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:04.680406  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:04.680413  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:04.680424  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:04.680432  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:04.680442  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:04.680453  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:04.680463  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:04.680471  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:04.680479  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:04.680483  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:04.680501  733699 retry.go:31] will retry after 584.096042ms: missing components: kube-dns
	I0929 11:13:04.870649  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:04.870702  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:05.112362  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:05.201599  733699 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.669336719s)
	I0929 11:13:05.201677  733699 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.360989139s)
	W0929 11:13:05.201719  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:05.201747  733699 retry.go:31] will retry after 533.757786ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:05.271011  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:05.271050  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:05.271058  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:05.271064  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:05.271069  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:05.271076  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:05.271081  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:05.271086  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:05.271090  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:05.271094  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:05.271099  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:05.271102  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:05.271106  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:05.271111  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:05.271116  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:05.271133  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:05.271141  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:05.271148  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:05.271152  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:05.271158  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:05.271161  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:05.271178  733699 retry.go:31] will retry after 1.012446963s: missing components: kube-dns
	I0929 11:13:05.370001  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:05.371047  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:05.611686  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:05.736137  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:05.870338  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:05.870659  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:06.112835  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:06.289293  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:06.289336  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:06.289348  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:06.289358  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:06.289372  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:06.289380  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:06.289401  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:06.289414  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:06.289420  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:06.289425  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:06.289432  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:06.289438  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:06.289451  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:06.289458  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:06.289465  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:06.289470  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:06.289475  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:06.289479  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:06.289486  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:06.289494  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:06.289499  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:06.289520  733699 retry.go:31] will retry after 1.063766139s: missing components: kube-dns
	I0929 11:13:06.388369  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:06.388565  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	W0929 11:13:06.395477  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:06.395504  733699 retry.go:31] will retry after 1.10662306s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:06.612448  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:06.871010  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:06.871146  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:07.112744  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:07.145960  733699 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0929 11:13:07.146030  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:13:07.166921  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:13:07.278054  733699 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0929 11:13:07.300513  733699 addons.go:238] Setting addon gcp-auth=true in "addons-398275"
	I0929 11:13:07.300622  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:13:07.301035  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:13:07.321360  733699 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0929 11:13:07.321415  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:13:07.339898  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:13:07.360938  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:07.360980  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:07.360987  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:07.360994  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:07.361001  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:07.361007  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:07.361012  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:07.361017  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:07.361021  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:07.361024  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:07.361030  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:07.361036  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:07.361040  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:07.361044  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:07.361051  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:07.361060  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:07.361065  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:07.361072  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:07.361077  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:07.361085  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:07.361091  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:07.361106  733699 retry.go:31] will retry after 1.370670201s: missing components: kube-dns
	I0929 11:13:07.369775  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:07.370276  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:07.435809  733699 out.go:179]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
	I0929 11:13:07.437207  733699 out.go:179]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
	I0929 11:13:07.438422  733699 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0929 11:13:07.438445  733699 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0929 11:13:07.458229  733699 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0929 11:13:07.458264  733699 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0929 11:13:07.479275  733699 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0929 11:13:07.479297  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0929 11:13:07.500581  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0929 11:13:07.502823  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:07.612466  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:07.878632  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:07.879395  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:07.914708  733699 addons.go:479] Verifying addon gcp-auth=true in "addons-398275"
	I0929 11:13:07.916421  733699 out.go:179] * Verifying gcp-auth addon...
	I0929 11:13:07.919084  733699 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0929 11:13:07.932606  733699 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0929 11:13:07.932634  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:08.112713  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	W0929 11:13:08.221498  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:08.221533  733699 retry.go:31] will retry after 1.224978528s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:08.370302  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:08.370362  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:08.422810  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:08.611518  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:08.736764  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:08.736807  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:08.736819  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:08.736830  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:08.736838  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:08.736846  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:08.736853  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:08.736860  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:08.736868  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:08.736874  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:08.736881  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:08.736887  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:08.736897  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:08.736909  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:08.736949  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:08.736963  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:08.736973  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:08.736985  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:08.736997  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:08.737009  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:08.737016  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:08.737041  733699 retry.go:31] will retry after 2.241374299s: missing components: kube-dns
	I0929 11:13:08.869667  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:08.871371  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:08.922606  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:09.112162  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:09.369818  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:09.370777  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:09.422840  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:09.447067  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:09.611351  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:09.869498  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:09.870058  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:09.922138  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	W0929 11:13:10.004449  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:10.004478  733699 retry.go:31] will retry after 2.198905929s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:10.111600  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:10.370293  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:10.370477  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:10.422526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:10.611619  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:10.869877  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:10.870611  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:10.922679  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:10.983364  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:10.983406  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:10.983417  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:10.983431  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:10.983440  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:10.983449  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:10.983455  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:10.983462  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:10.983472  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:10.983477  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:10.983489  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:10.983493  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:10.983496  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:10.983503  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:10.983513  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:10.983562  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:10.983578  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:10.983587  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:10.983611  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:10.983625  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:10.983630  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:10.983654  733699 retry.go:31] will retry after 2.198598101s: missing components: kube-dns
	I0929 11:13:11.111600  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:11.369899  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:11.370332  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:11.422533  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:11.612295  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:11.869862  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:11.870936  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:11.923295  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:12.111437  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:12.204531  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:12.370511  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:12.370562  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:12.422471  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:12.611184  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	W0929 11:13:12.785796  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:12.785840  733699 retry.go:31] will retry after 3.067413925s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:12.870666  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:12.870688  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:12.922745  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:13.112769  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:13.187009  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:13.187048  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:13.187056  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:13.187063  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:13.187068  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:13.187074  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:13.187078  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:13.187082  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:13.187086  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:13.187089  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:13.187094  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:13.187097  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:13.187101  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:13.187106  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:13.187115  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:13.187120  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:13.187125  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:13.187129  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:13.187137  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:13.187143  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:13.187147  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:13.187162  733699 retry.go:31] will retry after 2.991903626s: missing components: kube-dns
	I0929 11:13:13.369854  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:13.370463  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:13.422516  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:13.612705  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:13.870535  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:13.870597  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:13.922470  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:14.111684  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:14.370433  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:14.370453  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:14.422370  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:14.611774  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:14.869105  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:14.870863  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:14.922691  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:15.111824  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:15.370042  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:15.370583  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:15.422853  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:15.611076  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:15.854333  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:15.870841  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:15.870912  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:15.922801  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:16.111018  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:16.184344  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:16.184379  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:16.184391  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:16.184398  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:16.184403  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:16.184408  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:16.184412  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:16.184418  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:16.184421  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:16.184424  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:16.184427  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:16.184431  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:16.184436  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:16.184444  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:16.184453  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:16.184460  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:16.184471  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:16.184490  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:16.184502  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:16.184508  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:16.184513  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:16.184533  733699 retry.go:31] will retry after 4.250789786s: missing components: kube-dns
	I0929 11:13:16.370704  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:16.371021  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	W0929 11:13:16.421821  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:16.421858  733699 retry.go:31] will retry after 2.532848368s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:16.422877  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:16.611226  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:16.870107  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:16.871973  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:16.922226  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:17.111343  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:17.370164  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:17.370249  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:17.422138  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:17.612052  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:17.870793  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:17.870846  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:17.922952  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:18.111340  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:18.369703  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:18.371348  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:18.422475  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:18.611619  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:18.870616  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:18.870638  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:18.922577  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:18.955672  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:19.111708  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:19.369847  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:19.370323  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:19.422639  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	W0929 11:13:19.523463  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:19.523492  733699 retry.go:31] will retry after 5.438693911s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:19.612185  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:19.870222  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:19.870240  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:19.921925  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:20.111657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:20.370112  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:20.370403  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:20.422794  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:20.440129  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:20.440168  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:20.440176  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:20.440184  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:20.440190  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:20.440195  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:20.440200  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:20.440205  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:20.440209  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:20.440212  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:20.440216  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:20.440219  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:20.440225  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:20.440233  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:20.440242  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:20.440248  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:20.440253  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:20.440263  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:20.440269  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:20.440277  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:20.440280  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:20.440297  733699 retry.go:31] will retry after 5.507870237s: missing components: kube-dns
	I0929 11:13:20.611675  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:20.869874  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:20.870368  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:20.922331  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:21.111514  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:21.369404  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:21.370149  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:21.422107  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:21.611611  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:21.869768  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:21.870426  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:21.922307  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:22.111617  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:22.369824  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:22.370252  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:22.422219  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:22.611861  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:22.872201  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:22.872207  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:22.922732  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:23.112375  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:23.369359  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:23.370942  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:23.422824  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:23.611107  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:23.869910  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:23.870883  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:23.922560  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:24.111887  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:24.370646  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:24.370674  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:24.422955  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:24.611306  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:24.870312  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:24.870358  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:24.922008  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:24.963126  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:25.111883  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:25.369099  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:25.370601  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:25.422407  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	W0929 11:13:25.523598  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:25.523629  733699 retry.go:31] will retry after 6.477494236s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:25.612399  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:25.869846  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:25.871145  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:25.922007  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:25.953596  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:25.953632  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:25.953641  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:25.953650  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:25.953657  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:25.953663  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:25.953668  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:25.953672  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:25.953676  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:25.953679  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:25.953683  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:25.953687  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:25.953690  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:25.953695  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:25.953700  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:25.953705  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:25.953711  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:25.953717  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:25.953723  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:25.953728  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:25.953734  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:25.953749  733699 retry.go:31] will retry after 6.353743075s: missing components: kube-dns
	I0929 11:13:26.111537  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:26.369747  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:26.370288  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:26.422484  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:26.611659  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:26.870310  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:26.870347  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:26.922122  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:27.111311  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:27.369850  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:27.370411  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:27.422366  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:27.611571  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:27.870455  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:27.870510  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:27.922696  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:28.111898  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:28.369843  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:28.370574  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:28.422669  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:28.612192  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:28.870419  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:28.870430  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:28.922427  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:29.111592  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:29.369810  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:29.370408  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:29.422419  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:29.611862  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:29.870195  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:29.870410  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:29.922157  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:30.111273  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:30.369235  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:30.370907  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:30.422976  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:30.611293  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:30.869907  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:30.870945  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:30.922822  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:31.111177  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:31.369650  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:31.370990  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:31.422973  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:31.611391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:31.870015  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:31.870015  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:31.922875  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:32.002142  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:32.112794  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:32.312402  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:32.312437  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:32.312446  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:32.312453  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:32.312461  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:32.312467  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:32.312472  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:32.312476  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:32.312479  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:32.312484  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:32.312491  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:32.312494  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:32.312499  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:32.312504  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:32.312514  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:32.312520  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:32.312525  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:32.312533  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:32.312538  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:32.312561  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:32.312565  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:32.312581  733699 retry.go:31] will retry after 7.763209894s: missing components: kube-dns
	I0929 11:13:32.369814  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:32.370204  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:32.423643  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	W0929 11:13:32.572167  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:32.572218  733699 retry.go:31] will retry after 8.69308s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:32.611502  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:32.869851  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:32.871017  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:32.923172  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:33.111828  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:33.370014  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:33.370507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:33.422783  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:33.612563  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:33.870729  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:33.870779  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:33.922473  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:34.111451  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:34.369806  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:34.370064  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:34.423138  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:34.611378  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:34.870635  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:34.870702  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:34.922513  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:35.111683  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:35.370039  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:35.370271  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:35.422152  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:35.611535  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:35.870133  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:35.870198  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:35.923076  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:36.111282  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:36.369556  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:36.371115  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:36.423121  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:36.611479  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:36.870107  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:36.870378  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:36.922504  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:37.111772  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:37.369911  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:37.370128  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:37.423249  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:37.611785  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:37.870404  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:37.870450  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:37.921983  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:38.111056  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:38.369193  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:38.371184  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:38.423057  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:38.611410  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:38.870298  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:38.870300  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:38.922278  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:39.111675  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:39.369827  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:39.370025  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:39.422654  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:39.612327  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:39.869959  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:39.869995  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:39.922749  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:40.080878  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:40.080913  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:40.080927  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:40.080936  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:40.080941  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:40.080946  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:40.080950  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:40.080953  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:40.080957  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:40.080960  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:40.080964  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:40.080967  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:40.080970  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:40.080975  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:40.080982  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:40.080987  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:40.080993  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:40.080998  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:40.081003  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:40.081012  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:40.081016  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:40.081033  733699 retry.go:31] will retry after 7.029376147s: missing components: kube-dns
	I0929 11:13:40.111673  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:40.369880  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:40.370258  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:40.422553  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:40.611913  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:40.870645  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:40.870690  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:40.922953  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:41.111505  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:41.265629  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:41.369938  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:41.370421  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:41.422580  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:41.611419  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:41.871556  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:41.872490  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	W0929 11:13:41.908219  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:41.908261  733699 retry.go:31] will retry after 19.165782941s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:41.971391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:42.112127  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:42.369606  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:42.370799  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:42.422772  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:42.612013  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:42.869741  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:42.870806  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:42.922836  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:43.111481  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:43.370081  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:43.370186  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:43.422447  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:43.611686  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:43.870276  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:43.870422  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:43.922260  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:44.111920  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:44.370253  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:44.370597  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:44.422903  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:44.611140  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:44.870383  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:44.870519  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:44.971403  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:45.112230  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:45.370146  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:45.371528  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:45.422756  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:45.611641  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:45.873477  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:45.873676  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:45.933353  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:46.112010  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:46.370639  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:46.370829  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:46.422874  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:46.611439  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:46.870322  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:46.870396  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:46.942188  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:47.111660  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:47.114926  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:47.114960  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:47.114967  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:47.114994  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:47.114998  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Running
	I0929 11:13:47.115004  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:47.115009  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:47.115013  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:47.115017  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:47.115020  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:47.115026  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:47.115029  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:47.115033  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:47.115037  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:47.115047  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:47.115052  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:47.115057  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:47.115063  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:47.115067  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:47.115074  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:47.115078  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:47.115098  733699 retry.go:31] will retry after 9.358850906s: missing components: kube-dns
	I0929 11:13:47.370010  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:47.370398  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:47.422507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:47.611896  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:47.870819  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:47.871334  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:47.946735  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:48.176606  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:48.370320  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:48.371137  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:48.423193  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:48.711609  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:48.870024  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:48.870470  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:48.923005  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:49.111967  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:49.370089  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:49.370686  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:49.422735  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:49.612519  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:49.870213  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:49.870341  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:49.967363  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:50.112190  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:50.369579  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:50.371400  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:50.422448  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:50.611947  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:50.870729  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:50.870748  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:50.922783  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:51.112212  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:51.368956  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:51.370654  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:51.423081  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:51.612081  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:51.871194  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:51.871496  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:51.922109  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:52.167526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:52.371719  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:52.371719  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:52.475852  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:52.612426  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:52.870150  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:52.870264  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:52.970585  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:53.112382  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:53.370416  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:53.370507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:53.422794  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:53.612399  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:53.870582  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:53.870712  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:53.970434  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:54.114298  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:54.369923  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:54.370327  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:54.422604  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:54.611763  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:54.871026  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:54.871082  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:54.923592  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:55.112341  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:55.370230  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:55.370362  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:55.422732  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:55.659643  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:55.870397  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:55.870452  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:55.922820  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:56.113986  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:56.369836  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:56.370425  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:56.422699  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:56.479125  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:56.479181  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:56.479191  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Running
	I0929 11:13:56.479201  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Running
	I0929 11:13:56.479207  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Running
	I0929 11:13:56.479215  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:56.479224  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:56.479231  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:56.479240  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:56.479246  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:56.479252  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:56.479255  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:56.479259  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:56.479265  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Running
	I0929 11:13:56.479271  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:56.479279  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:56.479287  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:56.479292  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:56.479302  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Running
	I0929 11:13:56.479313  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Running
	I0929 11:13:56.479319  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:56.479333  733699 system_pods.go:126] duration metric: took 54.09018411s to wait for k8s-apps to be running ...
	I0929 11:13:56.479350  733699 system_svc.go:44] waiting for kubelet service to be running ....
	I0929 11:13:56.479406  733699 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0929 11:13:56.494186  733699 system_svc.go:56] duration metric: took 14.814595ms WaitForService to wait for kubelet
	I0929 11:13:56.494222  733699 kubeadm.go:578] duration metric: took 57.077375514s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0929 11:13:56.494249  733699 node_conditions.go:102] verifying NodePressure condition ...
	I0929 11:13:56.497940  733699 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
	I0929 11:13:56.497979  733699 node_conditions.go:123] node cpu capacity is 8
	I0929 11:13:56.497999  733699 node_conditions.go:105] duration metric: took 3.74288ms to run NodePressure ...
	I0929 11:13:56.498021  733699 start.go:241] waiting for startup goroutines ...
	I0929 11:13:56.611522  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:56.870213  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:56.870219  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:56.922051  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:57.112023  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:57.369778  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:57.370156  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:57.422267  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:57.611894  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:57.870697  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:57.870724  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:57.922276  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:58.111896  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:58.370315  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:58.370730  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:58.422680  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:58.611980  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:58.869683  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:58.871062  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:58.923578  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:59.111706  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:59.370464  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:59.370491  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:59.423087  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:59.611741  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:59.870357  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:59.870416  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:59.922510  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:00.112019  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:00.370503  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:00.370750  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:00.423322  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:00.611949  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:00.870631  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:00.870669  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:00.923055  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:01.074231  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:14:01.112391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:01.369133  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:01.370903  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:01.422945  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:01.612423  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	W0929 11:14:01.759855  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:14:01.759894  733699 retry.go:31] will retry after 34.077344362s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:14:01.871142  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:01.871148  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:01.923352  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:02.113103  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:02.369515  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:02.371090  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:02.423481  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:02.612590  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:02.870384  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:02.870638  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:02.923232  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:03.112112  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:03.370221  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:03.371097  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:03.423448  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:03.612042  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:03.870284  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:03.870528  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:03.923143  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:04.111616  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:04.410026  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:04.410197  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:04.422120  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:04.630961  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:04.869372  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:04.871445  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:04.922439  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:05.111988  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:05.370603  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:05.370646  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:05.422622  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:05.612381  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:05.869601  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:05.870885  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:05.969967  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:06.112050  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:06.370667  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:06.370673  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:06.422924  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:06.611657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:06.869683  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:06.870117  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:06.923134  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:07.112078  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:07.369703  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:07.370511  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:07.422345  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:07.612340  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:07.870062  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:07.871662  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:07.970103  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:08.111470  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:08.370141  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:08.370171  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:08.422714  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:08.611943  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:08.870573  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:08.870610  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:08.922805  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:09.111890  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:09.370993  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:09.371017  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:09.423300  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:09.612136  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:09.869848  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:09.871325  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:09.922787  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:10.112410  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:10.369599  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:10.370345  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:10.422443  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:10.612103  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:10.870726  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:10.871292  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:10.922235  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:11.112042  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:11.370301  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:11.370815  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:11.422715  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:11.612211  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:11.870223  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:11.871036  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:11.971089  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:12.116118  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:12.369673  733699 kapi.go:107] duration metric: took 1m10.003662891s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0929 11:14:12.370832  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:12.469737  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:12.612415  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:12.969526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:12.969685  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:13.112384  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:13.372466  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:13.422191  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:13.611507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:13.871132  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:13.923269  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:14.111446  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:14.371862  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:14.423153  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:14.611979  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:14.871977  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:14.922525  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:15.112085  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:15.371457  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:15.472004  733699 kapi.go:107] duration metric: took 1m7.552917632s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0929 11:14:15.475061  733699 out.go:179] * Your GCP credentials will now be mounted into every pod created in the addons-398275 cluster.
	I0929 11:14:15.476355  733699 out.go:179] * If you don't want your credentials mounted into a specific pod, add a label with the `gcp-auth-skip-secret` key to your pod configuration.
	I0929 11:14:15.477638  733699 out.go:179] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0929 11:14:15.611493  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:15.870566  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:16.111953  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:16.371414  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:16.611826  733699 kapi.go:107] duration metric: took 1m14.00403754s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0929 11:14:16.870771  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:17.371037  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:17.872063  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:18.371876  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:18.872021  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:19.372134  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:19.870950  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:20.372344  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:20.871247  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:21.370615  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:21.871798  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:22.371290  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:22.871087  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:23.372134  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:23.871842  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:24.371852  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:24.871368  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:25.370485  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:25.871072  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:26.371907  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:26.871447  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:27.370743  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:27.871228  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:28.371059  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:28.871863  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:29.371210  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:29.871203  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:30.370956  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:30.871634  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:31.373324  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:31.871155  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:32.371196  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:32.870813  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:33.371641  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:33.871198  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:34.372153  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:34.870728  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:35.371292  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:35.837689  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:14:35.871824  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:36.371770  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	W0929 11:14:36.399019  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	W0929 11:14:36.399146  733699 out.go:285] ! Enabling 'inspektor-gadget' returned an error: running callbacks: [sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	]
	I0929 11:14:36.871712  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:37.371039  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:37.871938  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:38.371336  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:38.870391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:39.371014  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:39.871646  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:40.371402  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:40.870596  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:41.370800  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:41.871926  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:42.372003  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:42.872368  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:43.371343  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:43.871002  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:44.371934  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:44.872000  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:45.371646  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:45.871130  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:46.371682  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:46.871639  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:47.371188  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:47.872061  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:48.372263  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:48.870483  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:49.370892  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:49.871850  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:50.371813  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:50.871426  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:51.370833  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:51.871565  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:52.371250  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:52.871203  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:53.372001  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:53.871710  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:54.371621  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:54.871343  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:55.370859  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:55.872057  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:56.372039  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:56.871974  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:57.371455  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:57.871001  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:58.372101  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:58.872110  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:59.371369  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:59.871459  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:00.371183  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:00.871132  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:01.370497  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:01.871185  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:02.372370  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:02.871235  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:03.371150  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:03.871638  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:04.371757  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:04.871902  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:05.371756  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:05.871606  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:06.371631  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:06.871537  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:07.371382  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:07.871333  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:08.371018  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:08.872174  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:09.370995  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:09.872400  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:10.371523  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:10.870657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:11.371336  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:11.871886  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:12.371942  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:12.871378  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:13.371050  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:13.872116  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:14.372140  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:14.872478  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:15.371137  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:15.870709  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:16.371407  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:16.871358  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:17.371334  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:17.871465  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:18.371277  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:18.870424  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:19.371193  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:19.871332  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:20.371487  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:20.871237  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:21.371074  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:21.871823  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:22.371672  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:22.871414  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:23.371037  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:23.871596  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:24.371386  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:24.871748  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:25.370923  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:25.871752  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:26.371682  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:26.871213  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:27.370586  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:27.871347  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:28.371098  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:28.872127  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:29.372071  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:29.871029  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:30.372195  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:30.871598  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:31.370491  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:31.870902  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:32.371807  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:32.871864  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:33.371526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:33.871146  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:34.372255  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:34.870752  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:35.371476  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:35.871508  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:36.371287  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:36.870814  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:37.371225  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:37.871249  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:38.371291  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:38.871086  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:39.371771  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:39.872210  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:40.371786  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:40.871180  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:41.370592  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:41.870496  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:42.371238  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:42.871115  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:43.371822  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:43.871424  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:44.372779  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:44.871107  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:45.372112  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:45.872107  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:46.371842  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:46.871340  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:47.370826  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:47.871757  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:48.371852  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:48.871474  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:49.370875  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:49.872246  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:50.371734  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:50.871678  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:51.370696  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:51.871769  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:52.371366  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:52.870767  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:53.371386  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:53.870754  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:54.370950  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:54.871350  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:55.370684  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:55.871501  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:56.370902  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:56.872019  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:57.370737  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:57.871597  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:58.371409  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:58.870982  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:59.371432  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:59.871497  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:00.371005  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:00.872206  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:01.371575  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:01.871029  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:02.371349  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:02.871267  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:03.371037  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:03.872324  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:04.370643  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:04.871933  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:05.371351  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:05.871052  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:06.371316  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:06.871626  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:07.370922  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:07.871726  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:08.370897  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:08.871932  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:09.371441  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:09.871884  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:10.371483  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:10.871641  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:11.370969  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:11.872405  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:12.370470  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:12.870192  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:13.372044  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:13.871749  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:14.370944  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:14.871805  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:15.371345  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:15.871366  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:16.370741  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:16.871761  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:17.370931  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:17.871601  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:18.371435  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:18.870571  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:19.370770  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:19.871985  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:20.371593  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:20.871317  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:21.370597  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:21.871684  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:22.370908  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:22.871575  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:23.371495  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:23.870668  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:24.370752  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:24.871893  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:25.371268  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:25.870980  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:26.371999  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:26.872039  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:27.371447  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:27.871287  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:28.371643  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:28.872843  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:29.371847  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:29.871394  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:30.370958  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:30.871644  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:31.371256  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:31.870439  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:32.371106  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:32.871764  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:33.372507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:33.871809  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:34.371501  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:34.871693  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:35.371496  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:35.871634  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:36.371721  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:36.871893  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:37.370808  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:37.872050  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:38.371284  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:38.871219  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:39.371167  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:39.871655  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:40.371256  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:40.871655  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:41.370952  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:41.871487  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:42.370727  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:42.871368  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:43.371367  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:43.870654  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:44.371060  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:44.870562  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:45.370991  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:45.872240  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:46.371870  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:46.871835  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:47.371371  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:47.871290  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:48.370927  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:48.871688  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:49.371252  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:49.870903  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:50.371427  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:50.871384  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:51.370471  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:51.871108  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:52.370954  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:52.870770  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:53.371690  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:53.871302  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:54.370916  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:54.871887  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:55.371615  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:55.871164  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:56.371840  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:56.871950  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:57.372296  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:57.871487  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:58.371679  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:58.871775  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:59.371378  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:59.872092  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:00.370533  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:00.872321  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:01.370638  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:01.871852  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:02.371653  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:02.871586  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:03.371905  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:03.870611  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:04.371276  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:04.871301  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:05.371356  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:05.871743  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:06.371776  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:06.872276  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:07.371179  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:07.871339  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:08.371615  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:08.871824  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:09.371656  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:09.871326  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:10.371313  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:10.871813  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:11.371880  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:11.871813  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:12.371469  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:12.870725  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:13.371714  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:13.871778  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:14.371711  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:14.871919  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:15.370437  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:15.871109  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:16.370766  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:16.872306  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:17.370588  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:17.872279  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:18.371019  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:18.871182  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:19.371098  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:19.871722  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:20.371233  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:20.871266  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:21.371140  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:21.870890  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:22.371489  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:22.873038  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:23.372157  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:23.871034  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:24.370678  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:24.871294  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:25.370676  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:25.871934  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:26.371966  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:26.871152  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:27.370941  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:27.870872  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:28.371888  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:28.870862  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:29.371640  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:29.871836  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:30.371426  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:30.871170  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:31.370584  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:31.870935  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:32.370423  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:32.870237  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:33.371231  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:33.870237  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:34.370640  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:34.871524  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:35.371497  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:35.871494  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:36.371243  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:36.871101  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:37.370662  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:37.871632  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:38.371731  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:38.871645  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:39.372084  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:39.871254  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:40.371995  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:40.871154  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:41.370910  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:41.871251  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:42.370931  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:42.872036  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:43.371288  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:43.871231  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:44.371097  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:44.872463  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:45.371139  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:45.870569  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:46.371153  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:46.871398  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:47.370812  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:47.871657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:48.371924  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:48.872065  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:49.370574  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:49.872269  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:50.371386  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:50.871321  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:51.370432  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:51.871080  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:52.370970  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:52.870994  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:53.373657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:53.871647  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:54.371167  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:54.870925  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:55.371290  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:55.870908  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:56.371433  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:56.870734  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:57.371624  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:57.871403  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:58.371296  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:58.870270  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:59.370711  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:59.870391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:00.371483  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:00.871504  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:01.371442  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:01.871814  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:02.371467  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:02.871106  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:03.371045  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:03.871312  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:04.371118  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:04.871881  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:05.372479  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:05.871519  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:06.371361  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:06.871097  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:07.371246  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:07.871663  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:08.370988  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:08.871220  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:09.371153  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:09.871341  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:10.370967  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:10.870816  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:11.372514  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:11.871160  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:12.370901  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:12.870951  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:13.370745  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:13.871863  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:14.371682  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:14.871822  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:15.371907  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:15.871442  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:16.371150  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:16.871127  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:17.371671  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:17.871918  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:18.371747  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:18.872038  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:19.371231  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:19.871062  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:20.370734  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:20.871805  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:21.371408  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:21.871498  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:22.371229  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:22.870438  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:23.371409  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:23.871010  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:24.370617  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:24.871224  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:25.371566  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:25.871204  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:26.370526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:26.871202  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:27.371157  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:27.871152  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:28.371084  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:28.871064  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:29.371189  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:29.871208  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:30.370859  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:30.870919  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:31.372054  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:31.871063  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:32.370776  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:32.871409  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:33.371679  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:33.872024  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:34.370589  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:34.871013  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:35.370946  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:35.870766  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:36.371297  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:36.870662  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:37.373044  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:37.870953  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:38.371298  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:38.871121  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:39.370515  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:39.871053  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:40.370713  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:40.871714  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:41.371677  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:41.871745  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:42.371416  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:42.871222  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:43.371483  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:43.871619  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:44.371096  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:44.871773  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:45.371799  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:45.872034  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:46.370855  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:46.872464  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:47.372424  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:47.871328  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:48.371237  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:48.871258  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:49.371020  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:49.871221  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:50.371104  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:50.871132  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:51.371312  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:51.871424  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:52.370942  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:52.870884  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:53.371764  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:53.872075  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:54.370466  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:54.871252  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:55.371085  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:55.870623  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:56.371147  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:56.871134  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:57.371218  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:57.871401  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:58.371613  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:58.871616  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:59.372118  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:59.870839  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:00.371346  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:00.871371  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:01.370856  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:01.872342  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:02.367888  733699 kapi.go:81] temporary error: getting Pods with label selector "kubernetes.io/minikube-addons=registry" : [client rate limiter Wait returned an error: context deadline exceeded]
	I0929 11:19:02.367923  733699 kapi.go:107] duration metric: took 6m0.000423252s to wait for kubernetes.io/minikube-addons=registry ...
	W0929 11:19:02.368055  733699 out.go:285] ! Enabling 'registry' returned an error: running callbacks: [waiting for kubernetes.io/minikube-addons=registry pods: context deadline exceeded]
	I0929 11:19:02.369776  733699 out.go:179] * Enabled addons: amd-gpu-device-plugin, registry-creds, cloud-spanner, storage-provisioner, nvidia-device-plugin, default-storageclass, storage-provisioner-rancher, volcano, metrics-server, ingress-dns, yakd, volumesnapshots, ingress, gcp-auth, csi-hostpath-driver
	I0929 11:19:02.371183  733699 addons.go:514] duration metric: took 6m2.954288088s for enable addons: enabled=[amd-gpu-device-plugin registry-creds cloud-spanner storage-provisioner nvidia-device-plugin default-storageclass storage-provisioner-rancher volcano metrics-server ingress-dns yakd volumesnapshots ingress gcp-auth csi-hostpath-driver]
	I0929 11:19:02.371237  733699 start.go:246] waiting for cluster config update ...
	I0929 11:19:02.371266  733699 start.go:255] writing updated cluster config ...
	I0929 11:19:02.371624  733699 ssh_runner.go:195] Run: rm -f paused
	I0929 11:19:02.376301  733699 pod_ready.go:37] extra waiting up to 4m0s for all "kube-system" pods having one of [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] labels to be "Ready" ...
	I0929 11:19:02.379822  733699 pod_ready.go:83] waiting for pod "coredns-66bc5c9577-8cjs7" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.384626  733699 pod_ready.go:94] pod "coredns-66bc5c9577-8cjs7" is "Ready"
	I0929 11:19:02.384649  733699 pod_ready.go:86] duration metric: took 4.80269ms for pod "coredns-66bc5c9577-8cjs7" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.386725  733699 pod_ready.go:83] waiting for pod "etcd-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.390929  733699 pod_ready.go:94] pod "etcd-addons-398275" is "Ready"
	I0929 11:19:02.390957  733699 pod_ready.go:86] duration metric: took 4.210827ms for pod "etcd-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.392917  733699 pod_ready.go:83] waiting for pod "kube-apiserver-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.396856  733699 pod_ready.go:94] pod "kube-apiserver-addons-398275" is "Ready"
	I0929 11:19:02.396882  733699 pod_ready.go:86] duration metric: took 3.942665ms for pod "kube-apiserver-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.398878  733699 pod_ready.go:83] waiting for pod "kube-controller-manager-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.781099  733699 pod_ready.go:94] pod "kube-controller-manager-addons-398275" is "Ready"
	I0929 11:19:02.781129  733699 pod_ready.go:86] duration metric: took 382.230324ms for pod "kube-controller-manager-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.981364  733699 pod_ready.go:83] waiting for pod "kube-proxy-7km4n" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:03.381087  733699 pod_ready.go:94] pod "kube-proxy-7km4n" is "Ready"
	I0929 11:19:03.381116  733699 pod_ready.go:86] duration metric: took 399.725198ms for pod "kube-proxy-7km4n" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:03.581426  733699 pod_ready.go:83] waiting for pod "kube-scheduler-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:03.980437  733699 pod_ready.go:94] pod "kube-scheduler-addons-398275" is "Ready"
	I0929 11:19:03.980473  733699 pod_ready.go:86] duration metric: took 399.01244ms for pod "kube-scheduler-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:03.980487  733699 pod_ready.go:40] duration metric: took 1.604154845s for extra waiting for all "kube-system" pods having one of [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] labels to be "Ready" ...
	I0929 11:19:04.031838  733699 start.go:623] kubectl: 1.34.1, cluster: 1.34.0 (minor skew: 0)
	I0929 11:19:04.033978  733699 out.go:179] * Done! kubectl is now configured to use "addons-398275" cluster and "default" namespace by default
	
	
	==> container status <==
	CONTAINER           IMAGE               CREATED             STATE               NAME                                     ATTEMPT             POD ID              POD
	f408d00c793a2       56cc512116c8f       5 minutes ago       Running             busybox                                  0                   26e27bacc023f       busybox
	891ec105b3e42       738351fd438f0       22 minutes ago      Running             csi-snapshotter                          0                   5674981c7886f       csi-hostpathplugin-k8855
	0c1db2b1b32d3       931dbfd16f87c       22 minutes ago      Running             csi-provisioner                          0                   5674981c7886f       csi-hostpathplugin-k8855
	4c9801fafbf3f       1bec18b3728e7       22 minutes ago      Running             controller                               0                   1c84f6bdd85a1       ingress-nginx-controller-9cc49f96f-fwsqt
	e978268bf5c9a       e899260153aed       22 minutes ago      Running             liveness-probe                           0                   5674981c7886f       csi-hostpathplugin-k8855
	b4d152aa2945f       b1c9f9ef5f0c2       22 minutes ago      Running             registry-proxy                           0                   46314b64daea9       registry-proxy-6n6m9
	a45045d65aa75       8c217da6734db       22 minutes ago      Exited              patch                                    2                   7d8a247252ae1       ingress-nginx-admission-patch-vm8qt
	af4634a29fe29       e255e073c508c       22 minutes ago      Running             hostpath                                 0                   5674981c7886f       csi-hostpathplugin-k8855
	8ba4a1be2e52a       8c217da6734db       22 minutes ago      Exited              create                                   0                   9d862bfada74d       ingress-nginx-admission-create-n5gtc
	c6435a29a4eab       88ef14a257f42       22 minutes ago      Running             node-driver-registrar                    0                   5674981c7886f       csi-hostpathplugin-k8855
	6bf89e32a2060       a1ed5895ba635       22 minutes ago      Running             csi-external-health-monitor-controller   0                   5674981c7886f       csi-hostpathplugin-k8855
	074e8b8a4889f       e16d1e3a10667       22 minutes ago      Running             local-path-provisioner                   0                   cca15f686df43       local-path-provisioner-648f6765c9-hlkpl
	d26f9f2d2ced4       59cbb42146a37       22 minutes ago      Running             csi-attacher                             0                   807153e820605       csi-hostpath-attacher-0
	fe6a462d05fe3       aa61ee9c70bc4       22 minutes ago      Running             volume-snapshot-controller               0                   de9d74f4522e3       snapshot-controller-7d9fbc56b8-vvz4n
	7cb4515af6010       52546a367cc9e       22 minutes ago      Running             coredns                                  0                   92d172380fb07       coredns-66bc5c9577-8cjs7
	057331246fd74       aa61ee9c70bc4       22 minutes ago      Running             volume-snapshot-controller               0                   5d448880c4b2c       snapshot-controller-7d9fbc56b8-b88wx
	daf6b50236ef1       19a639eda60f0       22 minutes ago      Running             csi-resizer                              0                   0d5c89fbf4411       csi-hostpath-resizer-0
	5448ee8772c9f       9660a1727a977       22 minutes ago      Running             gadget                                   0                   58732ae3a24a7       gadget-p4d27
	d187c07409f92       b6ab53fbfedaa       23 minutes ago      Running             minikube-ingress-dns                     0                   85e7d0defe4ae       kube-ingress-dns-minikube
	eb5bda3321e24       6e38f40d628db       23 minutes ago      Running             storage-provisioner                      0                   24535cefdde54       storage-provisioner
	c7c21e3451ae9       409467f978b4a       23 minutes ago      Running             kindnet-cni                              0                   dfd09726e4e2f       kindnet-ntsc6
	ada769fbe0fef       df0860106674d       23 minutes ago      Running             kube-proxy                               0                   a3c1b74cb9ea7       kube-proxy-7km4n
	a15df76019cf8       a0af72f2ec6d6       23 minutes ago      Running             kube-controller-manager                  0                   fe44f7246ca21       kube-controller-manager-addons-398275
	c4fa96de22ef4       46169d968e920       23 minutes ago      Running             kube-scheduler                           0                   fd598c54febd4       kube-scheduler-addons-398275
	5b744a5b5c34c       90550c43ad2bc       23 minutes ago      Running             kube-apiserver                           0                   51ec2dc6250af       kube-apiserver-addons-398275
	57a3548bf9e1a       5f1f5298c888d       23 minutes ago      Running             etcd                                     0                   bbb92ae3e1451       etcd-addons-398275
	
	
	==> containerd <==
	Sep 29 11:35:13 addons-398275 containerd[761]: time="2025-09-29T11:35:13.765253553Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:35:13 addons-398275 containerd[761]: time="2025-09-29T11:35:13.857857029Z" level=error msg="PullImage \"docker.io/nginx:alpine\" failed" error="failed to pull and unpack image \"docker.io/library/nginx:alpine\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:42a516af16b852e33b7682d5ef8acbd5d13fe08fecadc7ed98605ba5e3b26ab8: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:35:13 addons-398275 containerd[761]: time="2025-09-29T11:35:13.857915495Z" level=info msg="stop pulling image docker.io/library/nginx:alpine: active requests=0, bytes read=10967"
	Sep 29 11:35:39 addons-398275 containerd[761]: time="2025-09-29T11:35:39.255098138Z" level=info msg="StopPodSandbox for \"9a7261dc53260a1b9689c1dbab541e435cb5486cd5d94451c160ac71cecf030b\""
	Sep 29 11:35:39 addons-398275 containerd[761]: time="2025-09-29T11:35:39.266343052Z" level=info msg="received exit event container_id:\"9a7261dc53260a1b9689c1dbab541e435cb5486cd5d94451c160ac71cecf030b\"  id:\"9a7261dc53260a1b9689c1dbab541e435cb5486cd5d94451c160ac71cecf030b\"  pid:28046  exit_status:137  exited_at:{seconds:1759145739  nanos:265957279}"
	Sep 29 11:35:39 addons-398275 containerd[761]: time="2025-09-29T11:35:39.300635467Z" level=info msg="shim disconnected" id=9a7261dc53260a1b9689c1dbab541e435cb5486cd5d94451c160ac71cecf030b namespace=k8s.io
	Sep 29 11:35:39 addons-398275 containerd[761]: time="2025-09-29T11:35:39.300691403Z" level=warning msg="cleaning up after shim disconnected" id=9a7261dc53260a1b9689c1dbab541e435cb5486cd5d94451c160ac71cecf030b namespace=k8s.io
	Sep 29 11:35:39 addons-398275 containerd[761]: time="2025-09-29T11:35:39.300706932Z" level=info msg="cleaning up dead shim" namespace=k8s.io
	Sep 29 11:35:39 addons-398275 containerd[761]: time="2025-09-29T11:35:39.344625042Z" level=info msg="TearDown network for sandbox \"9a7261dc53260a1b9689c1dbab541e435cb5486cd5d94451c160ac71cecf030b\" successfully"
	Sep 29 11:35:39 addons-398275 containerd[761]: time="2025-09-29T11:35:39.344680398Z" level=info msg="StopPodSandbox for \"9a7261dc53260a1b9689c1dbab541e435cb5486cd5d94451c160ac71cecf030b\" returns successfully"
	Sep 29 11:35:54 addons-398275 containerd[761]: time="2025-09-29T11:35:54.139849706Z" level=info msg="StopPodSandbox for \"9a7261dc53260a1b9689c1dbab541e435cb5486cd5d94451c160ac71cecf030b\""
	Sep 29 11:35:54 addons-398275 containerd[761]: time="2025-09-29T11:35:54.149138356Z" level=info msg="TearDown network for sandbox \"9a7261dc53260a1b9689c1dbab541e435cb5486cd5d94451c160ac71cecf030b\" successfully"
	Sep 29 11:35:54 addons-398275 containerd[761]: time="2025-09-29T11:35:54.149192275Z" level=info msg="StopPodSandbox for \"9a7261dc53260a1b9689c1dbab541e435cb5486cd5d94451c160ac71cecf030b\" returns successfully"
	Sep 29 11:35:54 addons-398275 containerd[761]: time="2025-09-29T11:35:54.149781847Z" level=info msg="RemovePodSandbox for \"9a7261dc53260a1b9689c1dbab541e435cb5486cd5d94451c160ac71cecf030b\""
	Sep 29 11:35:54 addons-398275 containerd[761]: time="2025-09-29T11:35:54.149841129Z" level=info msg="Forcibly stopping sandbox \"9a7261dc53260a1b9689c1dbab541e435cb5486cd5d94451c160ac71cecf030b\""
	Sep 29 11:35:54 addons-398275 containerd[761]: time="2025-09-29T11:35:54.158714077Z" level=info msg="TearDown network for sandbox \"9a7261dc53260a1b9689c1dbab541e435cb5486cd5d94451c160ac71cecf030b\" successfully"
	Sep 29 11:35:54 addons-398275 containerd[761]: time="2025-09-29T11:35:54.163246334Z" level=warning msg="Failed to get podSandbox status for container event for sandboxID \"9a7261dc53260a1b9689c1dbab541e435cb5486cd5d94451c160ac71cecf030b\": an error occurred when try to find sandbox: not found. Sending the event with nil podSandboxStatus."
	Sep 29 11:35:54 addons-398275 containerd[761]: time="2025-09-29T11:35:54.163345338Z" level=info msg="RemovePodSandbox \"9a7261dc53260a1b9689c1dbab541e435cb5486cd5d94451c160ac71cecf030b\" returns successfully"
	Sep 29 11:36:09 addons-398275 containerd[761]: time="2025-09-29T11:36:09.581089019Z" level=info msg="RunPodSandbox for &PodSandboxMetadata{Name:helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9,Uid:ded5114b-cf80-48d0-857e-defb93b587d1,Namespace:local-path-storage,Attempt:0,}"
	Sep 29 11:36:09 addons-398275 containerd[761]: time="2025-09-29T11:36:09.691585887Z" level=info msg="RunPodSandbox for &PodSandboxMetadata{Name:helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9,Uid:ded5114b-cf80-48d0-857e-defb93b587d1,Namespace:local-path-storage,Attempt:0,} returns sandbox id \"cfba41541be1d61d5dd5967acec960788a8b26eb25b10ad25a1432222a6a2e73\""
	Sep 29 11:36:09 addons-398275 containerd[761]: time="2025-09-29T11:36:09.693502428Z" level=info msg="PullImage \"docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\""
	Sep 29 11:36:09 addons-398275 containerd[761]: time="2025-09-29T11:36:09.695407983Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:36:09 addons-398275 containerd[761]: time="2025-09-29T11:36:09.769200268Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:36:09 addons-398275 containerd[761]: time="2025-09-29T11:36:09.922749450Z" level=error msg="PullImage \"docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\" failed" error="failed to pull and unpack image \"docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:36:09 addons-398275 containerd[761]: time="2025-09-29T11:36:09.922828362Z" level=info msg="stop pulling image docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79: active requests=0, bytes read=13274"
	
	
	==> coredns [7cb4515af601041706abce6b103ce4ca2334b1d49b90106e105490f8323739a1] <==
	[INFO] 10.244.0.22:52477 - 21846 "AAAA IN registry.kube-system.svc.cluster.local.local. udp 73 false 1232" NXDOMAIN qr,rd,ra 62 0.006679975s
	[INFO] 10.244.0.22:52477 - 58776 "A IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 102 false 1232" NXDOMAIN qr,aa,rd,ra 198 0.000088032s
	[INFO] 10.244.0.22:52477 - 33168 "AAAA IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 102 false 1232" NXDOMAIN qr,aa,rd,ra 198 0.000063484s
	[INFO] 10.244.0.22:52477 - 52701 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,aa,rd,ra 185 0.000083345s
	[INFO] 10.244.0.22:52477 - 8292 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,aa,rd,ra 185 0.000108121s
	[INFO] 10.244.0.22:52477 - 33278 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,aa,rd,ra 177 0.000069974s
	[INFO] 10.244.0.22:52477 - 48975 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,aa,rd,ra 177 0.00006557s
	[INFO] 10.244.0.22:52477 - 2657 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000154349s
	[INFO] 10.244.0.22:52477 - 20147 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.00014862s
	[INFO] 10.244.0.22:35099 - 36757 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000184435s
	[INFO] 10.244.0.22:35099 - 24348 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000197865s
	[INFO] 10.244.0.22:35099 - 25589 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.000479069s
	[INFO] 10.244.0.22:35099 - 13202 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.000624968s
	[INFO] 10.244.0.22:35099 - 40493 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000133824s
	[INFO] 10.244.0.22:35099 - 18127 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000145045s
	[INFO] 10.244.0.22:35099 - 48945 "AAAA IN registry.kube-system.svc.cluster.local.local. udp 73 false 1232" NXDOMAIN qr,rd,ra 62 0.003763606s
	[INFO] 10.244.0.22:35099 - 38582 "A IN registry.kube-system.svc.cluster.local.local. udp 73 false 1232" NXDOMAIN qr,rd,ra 62 0.003945256s
	[INFO] 10.244.0.22:35099 - 19366 "A IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 102 false 1232" NXDOMAIN qr,aa,rd,ra 198 0.000085573s
	[INFO] 10.244.0.22:35099 - 58548 "AAAA IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 102 false 1232" NXDOMAIN qr,aa,rd,ra 198 0.000088342s
	[INFO] 10.244.0.22:35099 - 33519 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,aa,rd,ra 185 0.00010513s
	[INFO] 10.244.0.22:35099 - 10929 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,aa,rd,ra 185 0.000171833s
	[INFO] 10.244.0.22:35099 - 6520 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,aa,rd,ra 177 0.000066859s
	[INFO] 10.244.0.22:35099 - 37219 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,aa,rd,ra 177 0.000098089s
	[INFO] 10.244.0.22:35099 - 37790 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000145578s
	[INFO] 10.244.0.22:35099 - 47466 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000159401s
	
	
	==> describe nodes <==
	Name:               addons-398275
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=addons-398275
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=e087d081f23c6d1317bb12845422265d8d3490cf
	                    minikube.k8s.io/name=addons-398275
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2025_09_29T11_12_54_0700
	                    minikube.k8s.io/version=v1.37.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-398275
	Annotations:        csi.volume.kubernetes.io/nodeid: {"hostpath.csi.k8s.io":"addons-398275"}
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 29 Sep 2025 11:12:51 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-398275
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 29 Sep 2025 11:36:22 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 29 Sep 2025 11:31:57 +0000   Mon, 29 Sep 2025 11:12:50 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 29 Sep 2025 11:31:57 +0000   Mon, 29 Sep 2025 11:12:50 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 29 Sep 2025 11:31:57 +0000   Mon, 29 Sep 2025 11:12:50 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 29 Sep 2025 11:31:57 +0000   Mon, 29 Sep 2025 11:12:51 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-398275
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32863448Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32863448Ki
	  pods:               110
	System Info:
	  Machine ID:                 c09f6e1b9b1b4097bd5de8bda6598604
	  System UUID:                3755a557-4037-49c4-b2f8-72b628230518
	  Boot ID:                    67afa1fd-4f9a-4651-9639-1ca5665e29ac
	  Kernel Version:             6.8.0-1040-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:          (24 in total)
	  Namespace                   Name                                                          CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                                          ------------  ----------  ---------------  -------------  ---
	  default                     busybox                                                       0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m25s
	  default                     nginx                                                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         2m46s
	  default                     task-pv-pod                                                   0 (0%)        0 (0%)      0 (0%)           0 (0%)         4m33s
	  gadget                      gadget-p4d27                                                  0 (0%)        0 (0%)      0 (0%)           0 (0%)         23m
	  ingress-nginx               ingress-nginx-controller-9cc49f96f-fwsqt                      100m (1%)     0 (0%)      90Mi (0%)        0 (0%)         23m
	  kube-system                 coredns-66bc5c9577-8cjs7                                      100m (1%)     0 (0%)      70Mi (0%)        170Mi (0%)     23m
	  kube-system                 csi-hostpath-attacher-0                                       0 (0%)        0 (0%)      0 (0%)           0 (0%)         23m
	  kube-system                 csi-hostpath-resizer-0                                        0 (0%)        0 (0%)      0 (0%)           0 (0%)         23m
	  kube-system                 csi-hostpathplugin-k8855                                      0 (0%)        0 (0%)      0 (0%)           0 (0%)         23m
	  kube-system                 etcd-addons-398275                                            100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         23m
	  kube-system                 kindnet-ntsc6                                                 100m (1%)     100m (1%)   50Mi (0%)        50Mi (0%)      23m
	  kube-system                 kube-apiserver-addons-398275                                  250m (3%)     0 (0%)      0 (0%)           0 (0%)         23m
	  kube-system                 kube-controller-manager-addons-398275                         200m (2%)     0 (0%)      0 (0%)           0 (0%)         23m
	  kube-system                 kube-ingress-dns-minikube                                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         23m
	  kube-system                 kube-proxy-7km4n                                              0 (0%)        0 (0%)      0 (0%)           0 (0%)         23m
	  kube-system                 kube-scheduler-addons-398275                                  100m (1%)     0 (0%)      0 (0%)           0 (0%)         23m
	  kube-system                 registry-66898fdd98-dt8xj                                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         23m
	  kube-system                 registry-creds-764b6fb674-v7dvw                               0 (0%)        0 (0%)      0 (0%)           0 (0%)         23m
	  kube-system                 registry-proxy-6n6m9                                          0 (0%)        0 (0%)      0 (0%)           0 (0%)         23m
	  kube-system                 snapshot-controller-7d9fbc56b8-b88wx                          0 (0%)        0 (0%)      0 (0%)           0 (0%)         23m
	  kube-system                 snapshot-controller-7d9fbc56b8-vvz4n                          0 (0%)        0 (0%)      0 (0%)           0 (0%)         23m
	  kube-system                 storage-provisioner                                           0 (0%)        0 (0%)      0 (0%)           0 (0%)         23m
	  local-path-storage          helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9    0 (0%)        0 (0%)      0 (0%)           0 (0%)         15s
	  local-path-storage          local-path-provisioner-648f6765c9-hlkpl                       0 (0%)        0 (0%)      0 (0%)           0 (0%)         23m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                950m (11%)  100m (1%)
	  memory             310Mi (0%)  220Mi (0%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	Events:
	  Type    Reason                   Age   From             Message
	  ----    ------                   ----  ----             -------
	  Normal  Starting                 23m   kube-proxy       
	  Normal  Starting                 23m   kubelet          Starting kubelet.
	  Normal  NodeAllocatableEnforced  23m   kubelet          Updated Node Allocatable limit across pods
	  Normal  NodeHasSufficientMemory  23m   kubelet          Node addons-398275 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    23m   kubelet          Node addons-398275 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     23m   kubelet          Node addons-398275 status is now: NodeHasSufficientPID
	  Normal  RegisteredNode           23m   node-controller  Node addons-398275 event: Registered Node addons-398275 in Controller
	
	
	==> dmesg <==
	
	
	==> etcd [57a3548bf9e1a84dd01340486307094c496a097bbb1e33e1e838f9f96f5616da] <==
	{"level":"warn","ts":"2025-09-29T11:12:51.081504Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:59786","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:02.890611Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:57590","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:02.898828Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:57596","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.721326Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43472","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.737938Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43492","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.746071Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43506","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.770621Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43540","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.793233Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43556","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.804715Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43582","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.829588Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43606","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.839084Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43638","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.845740Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43640","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.857069Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43646","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.866292Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43676","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.875190Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43686","server-name":"","error":"EOF"}
	{"level":"info","ts":"2025-09-29T11:14:47.826395Z","caller":"traceutil/trace.go:172","msg":"trace[1534711317] transaction","detail":"{read_only:false; response_revision:1538; number_of_response:1; }","duration":"122.325691ms","start":"2025-09-29T11:14:47.704051Z","end":"2025-09-29T11:14:47.826376Z","steps":["trace[1534711317] 'process raft request'  (duration: 93.140721ms)","trace[1534711317] 'compare'  (duration: 29.096717ms)"],"step_count":2}
	{"level":"info","ts":"2025-09-29T11:22:50.585088Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":1978}
	{"level":"info","ts":"2025-09-29T11:22:50.613643Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":1978,"took":"27.829257ms","hash":404619217,"current-db-size-bytes":7905280,"current-db-size":"7.9 MB","current-db-size-in-use-bytes":4780032,"current-db-size-in-use":"4.8 MB"}
	{"level":"info","ts":"2025-09-29T11:22:50.613725Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":404619217,"revision":1978,"compact-revision":-1}
	{"level":"info","ts":"2025-09-29T11:27:50.593299Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":2443}
	{"level":"info","ts":"2025-09-29T11:27:50.611630Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":2443,"took":"17.663318ms","hash":4261036622,"current-db-size-bytes":7905280,"current-db-size":"7.9 MB","current-db-size-in-use-bytes":3534848,"current-db-size-in-use":"3.5 MB"}
	{"level":"info","ts":"2025-09-29T11:27:50.611689Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":4261036622,"revision":2443,"compact-revision":1978}
	{"level":"info","ts":"2025-09-29T11:32:50.598892Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":2903}
	{"level":"info","ts":"2025-09-29T11:32:50.724901Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":2903,"took":"125.330547ms","hash":2445386889,"current-db-size-bytes":7905280,"current-db-size":"7.9 MB","current-db-size-in-use-bytes":4886528,"current-db-size-in-use":"4.9 MB"}
	{"level":"info","ts":"2025-09-29T11:32:50.724994Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":2445386889,"revision":2903,"compact-revision":2443}
	
	
	==> kernel <==
	 11:36:24 up 19:18,  0 users,  load average: 0.25, 0.37, 0.42
	Linux addons-398275 6.8.0-1040-gcp #42~22.04.1-Ubuntu SMP Tue Sep  9 13:30:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [c7c21e3451ae93eccd42d0234cbb7b370a427d2f5d03b0097c536847b815f0c5] <==
	I0929 11:34:21.227165       1 main.go:301] handling current node
	I0929 11:34:31.226717       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:34:31.226751       1 main.go:301] handling current node
	I0929 11:34:41.232241       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:34:41.232279       1 main.go:301] handling current node
	I0929 11:34:51.231235       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:34:51.231270       1 main.go:301] handling current node
	I0929 11:35:01.227503       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:35:01.227560       1 main.go:301] handling current node
	I0929 11:35:11.233264       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:35:11.233300       1 main.go:301] handling current node
	I0929 11:35:21.227757       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:35:21.227792       1 main.go:301] handling current node
	I0929 11:35:31.226736       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:35:31.226788       1 main.go:301] handling current node
	I0929 11:35:41.227410       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:35:41.227467       1 main.go:301] handling current node
	I0929 11:35:51.227418       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:35:51.227472       1 main.go:301] handling current node
	I0929 11:36:01.234446       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:36:01.234482       1 main.go:301] handling current node
	I0929 11:36:11.227043       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:36:11.227086       1 main.go:301] handling current node
	I0929 11:36:21.227686       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:36:21.227720       1 main.go:301] handling current node
	
	
	==> kube-apiserver [5b744a5b5c34c5548706f651d6570f93852ec59ba34e62efee4c0d4bd46f73f6] <==
	I0929 11:30:48.958140       1 handler.go:285] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
	I0929 11:30:49.015851       1 handler.go:285] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
	W0929 11:30:49.671118       1 cacher.go:182] Terminating all watchers from cacher commands.bus.volcano.sh
	W0929 11:30:49.821222       1 cacher.go:182] Terminating all watchers from cacher numatopologies.nodeinfo.volcano.sh
	W0929 11:30:49.838299       1 cacher.go:182] Terminating all watchers from cacher queues.scheduling.volcano.sh
	W0929 11:30:49.842388       1 cacher.go:182] Terminating all watchers from cacher hypernodes.topology.volcano.sh
	W0929 11:30:49.871091       1 cacher.go:182] Terminating all watchers from cacher podgroups.scheduling.volcano.sh
	W0929 11:30:49.957019       1 cacher.go:182] Terminating all watchers from cacher jobs.batch.volcano.sh
	W0929 11:30:50.016136       1 cacher.go:182] Terminating all watchers from cacher jobflows.flow.volcano.sh
	W0929 11:30:50.178429       1 cacher.go:182] Terminating all watchers from cacher jobtemplates.flow.volcano.sh
	E0929 11:31:08.850972       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:36666: use of closed network connection
	E0929 11:31:09.037697       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:36690: use of closed network connection
	I0929 11:31:30.247609       1 alloc.go:328] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.102.60.225"}
	I0929 11:31:38.338370       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:31:39.363042       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:32:51.514192       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0929 11:33:00.572986       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:33:07.693193       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:33:38.262280       1 controller.go:667] quota admission added evaluator for: ingresses.networking.k8s.io
	I0929 11:33:38.462604       1 alloc.go:328] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.103.51.13"}
	I0929 11:33:53.098876       1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
	I0929 11:34:18.726396       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:34:29.696996       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:35:43.860577       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:35:53.245438       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	
	
	==> kube-controller-manager [a15df76019cf897d5f9623283c65aba73e56e733dd0b50c8438b4402d8d36de9] <==
	E0929 11:35:20.255903       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:35:20.454797       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:35:20.455763       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:35:21.225078       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:35:21.226251       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:35:25.434497       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:35:25.435785       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:35:36.382373       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:35:36.383524       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:35:41.020690       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:35:41.021782       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:36:00.377591       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:36:00.378560       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:36:01.209503       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:36:01.210570       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:36:04.478674       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:36:04.479585       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:36:04.541840       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:36:04.542836       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:36:08.238863       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:36:08.240059       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:36:12.524922       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:36:12.525941       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:36:15.960142       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:36:15.961472       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	
	
	==> kube-proxy [ada769fbe0fef4c2f23a1e201018fd78fd5f64290cbe6138d00bad25ee4c028b] <==
	I0929 11:13:00.637306       1 server_linux.go:53] "Using iptables proxy"
	I0929 11:13:00.761695       1 shared_informer.go:349] "Waiting for caches to sync" controller="node informer cache"
	I0929 11:13:00.868638       1 shared_informer.go:356] "Caches are synced" controller="node informer cache"
	I0929 11:13:00.868705       1 server.go:219] "Successfully retrieved NodeIPs" NodeIPs=["192.168.49.2"]
	E0929 11:13:00.868788       1 server.go:256] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
	I0929 11:13:00.970058       1 server.go:265] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0929 11:13:00.970152       1 server_linux.go:132] "Using iptables Proxier"
	I0929 11:13:00.987812       1 proxier.go:242] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses" ipFamily="IPv4"
	I0929 11:13:00.997691       1 server.go:527] "Version info" version="v1.34.0"
	I0929 11:13:01.002640       1 server.go:529] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0929 11:13:01.010334       1 config.go:200] "Starting service config controller"
	I0929 11:13:01.011500       1 shared_informer.go:349] "Waiting for caches to sync" controller="service config"
	I0929 11:13:01.011758       1 config.go:106] "Starting endpoint slice config controller"
	I0929 11:13:01.011768       1 shared_informer.go:349] "Waiting for caches to sync" controller="endpoint slice config"
	I0929 11:13:01.011788       1 config.go:309] "Starting node config controller"
	I0929 11:13:01.011861       1 config.go:403] "Starting serviceCIDR config controller"
	I0929 11:13:01.012071       1 shared_informer.go:349] "Waiting for caches to sync" controller="serviceCIDR config"
	I0929 11:13:01.013350       1 shared_informer.go:349] "Waiting for caches to sync" controller="node config"
	I0929 11:13:01.013380       1 shared_informer.go:356] "Caches are synced" controller="node config"
	I0929 11:13:01.111705       1 shared_informer.go:356] "Caches are synced" controller="service config"
	I0929 11:13:01.113083       1 shared_informer.go:356] "Caches are synced" controller="endpoint slice config"
	I0929 11:13:01.113118       1 shared_informer.go:356] "Caches are synced" controller="serviceCIDR config"
	
	
	==> kube-scheduler [c4fa96de22ef458fe94e1ea4c22cd9ab1448ee10fb5d5e69dc62813b46e56dd8] <==
	E0929 11:12:51.537329       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIStorageCapacity"
	E0929 11:12:51.537357       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
	E0929 11:12:51.538025       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Namespace"
	E0929 11:12:51.538531       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolumeClaim"
	E0929 11:12:51.539299       1 reflector.go:205] "Failed to watch" err="failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"volumeattachments\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.VolumeAttachment"
	E0929 11:12:51.539396       1 reflector.go:205] "Failed to watch" err="failed to list *v1.DeviceClass: deviceclasses.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"deviceclasses\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.DeviceClass"
	E0929 11:12:51.539441       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0929 11:12:51.539481       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceSlice: resourceslices.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceslices\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceSlice"
	E0929 11:12:51.539502       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIDriver"
	E0929 11:12:51.539674       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicationController"
	E0929 11:12:51.539641       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Pod"
	E0929 11:12:51.539718       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0929 11:12:51.539784       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
	E0929 11:12:51.539808       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
	E0929 11:12:51.539818       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0929 11:12:52.365957       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
	E0929 11:12:52.372088       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0929 11:12:52.403326       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
	E0929 11:12:52.617968       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
	E0929 11:12:52.620965       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0929 11:12:52.621079       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0929 11:12:52.628435       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIStorageCapacity"
	E0929 11:12:52.713862       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceClaim: resourceclaims.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceclaims\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceClaim"
	E0929 11:12:52.763590       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"
	I0929 11:12:53.134055       1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	
	
	==> kubelet <==
	Sep 29 11:35:40 addons-398275 kubelet[1550]: I0929 11:35:40.697281    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-dt8xj" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:35:40 addons-398275 kubelet[1550]: E0929 11:35:40.698320    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"registry\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/registry/manifests/sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kube-system/registry-66898fdd98-dt8xj" podUID="7c0152f9-f483-4295-baec-3bf986eab6c6"
	Sep 29 11:35:41 addons-398275 kubelet[1550]: I0929 11:35:41.701248    1550 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="c04ef3d5-3a8f-496b-988e-7487de2626d4" path="/var/lib/kubelet/pods/c04ef3d5-3a8f-496b-988e-7487de2626d4/volumes"
	Sep 29 11:35:49 addons-398275 kubelet[1550]: E0929 11:35:49.697307    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"task-pv-container\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/task-pv-pod" podUID="4d48227e-78cb-471e-8430-b2704bcbc5a3"
	Sep 29 11:35:49 addons-398275 kubelet[1550]: E0929 11:35:49.698157    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:42a516af16b852e33b7682d5ef8acbd5d13fe08fecadc7ed98605ba5e3b26ab8: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="b6f8b40f-acce-4508-b4c0-9a32d0952bf5"
	Sep 29 11:35:51 addons-398275 kubelet[1550]: I0929 11:35:51.696970    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-dt8xj" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:35:51 addons-398275 kubelet[1550]: E0929 11:35:51.698286    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"registry\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/registry/manifests/sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kube-system/registry-66898fdd98-dt8xj" podUID="7c0152f9-f483-4295-baec-3bf986eab6c6"
	Sep 29 11:36:00 addons-398275 kubelet[1550]: E0929 11:36:00.696893    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"task-pv-container\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/task-pv-pod" podUID="4d48227e-78cb-471e-8430-b2704bcbc5a3"
	Sep 29 11:36:02 addons-398275 kubelet[1550]: E0929 11:36:02.697587    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:42a516af16b852e33b7682d5ef8acbd5d13fe08fecadc7ed98605ba5e3b26ab8: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="b6f8b40f-acce-4508-b4c0-9a32d0952bf5"
	Sep 29 11:36:03 addons-398275 kubelet[1550]: I0929 11:36:03.697474    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-dt8xj" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:36:03 addons-398275 kubelet[1550]: E0929 11:36:03.698508    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"registry\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/registry/manifests/sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kube-system/registry-66898fdd98-dt8xj" podUID="7c0152f9-f483-4295-baec-3bf986eab6c6"
	Sep 29 11:36:08 addons-398275 kubelet[1550]: I0929 11:36:08.697472    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/busybox" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:36:09 addons-398275 kubelet[1550]: I0929 11:36:09.384396    1550 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-xv4lv\" (UniqueName: \"kubernetes.io/projected/ded5114b-cf80-48d0-857e-defb93b587d1-kube-api-access-xv4lv\") pod \"helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9\" (UID: \"ded5114b-cf80-48d0-857e-defb93b587d1\") " pod="local-path-storage/helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9"
	Sep 29 11:36:09 addons-398275 kubelet[1550]: I0929 11:36:09.384458    1550 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"data\" (UniqueName: \"kubernetes.io/host-path/ded5114b-cf80-48d0-857e-defb93b587d1-data\") pod \"helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9\" (UID: \"ded5114b-cf80-48d0-857e-defb93b587d1\") " pod="local-path-storage/helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9"
	Sep 29 11:36:09 addons-398275 kubelet[1550]: I0929 11:36:09.384507    1550 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"script\" (UniqueName: \"kubernetes.io/configmap/ded5114b-cf80-48d0-857e-defb93b587d1-script\") pod \"helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9\" (UID: \"ded5114b-cf80-48d0-857e-defb93b587d1\") " pod="local-path-storage/helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9"
	Sep 29 11:36:09 addons-398275 kubelet[1550]: E0929 11:36:09.923023    1550 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79"
	Sep 29 11:36:09 addons-398275 kubelet[1550]: E0929 11:36:09.923088    1550 kuberuntime_image.go:43] "Failed to pull image" err="failed to pull and unpack image \"docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79"
	Sep 29 11:36:09 addons-398275 kubelet[1550]: E0929 11:36:09.923199    1550 kuberuntime_manager.go:1449] "Unhandled Error" err="container helper-pod start failed in pod helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9_local-path-storage(ded5114b-cf80-48d0-857e-defb93b587d1): ErrImagePull: failed to pull and unpack image \"docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
	Sep 29 11:36:09 addons-398275 kubelet[1550]: E0929 11:36:09.923260    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"helper-pod\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="local-path-storage/helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9" podUID="ded5114b-cf80-48d0-857e-defb93b587d1"
	Sep 29 11:36:10 addons-398275 kubelet[1550]: E0929 11:36:10.139137    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"helper-pod\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="local-path-storage/helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9" podUID="ded5114b-cf80-48d0-857e-defb93b587d1"
	Sep 29 11:36:12 addons-398275 kubelet[1550]: E0929 11:36:12.697656    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"task-pv-container\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/task-pv-pod" podUID="4d48227e-78cb-471e-8430-b2704bcbc5a3"
	Sep 29 11:36:17 addons-398275 kubelet[1550]: I0929 11:36:17.700666    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-dt8xj" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:36:17 addons-398275 kubelet[1550]: E0929 11:36:17.701470    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:42a516af16b852e33b7682d5ef8acbd5d13fe08fecadc7ed98605ba5e3b26ab8: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="b6f8b40f-acce-4508-b4c0-9a32d0952bf5"
	Sep 29 11:36:17 addons-398275 kubelet[1550]: E0929 11:36:17.701514    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"registry\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/registry:3.0.0@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/registry/manifests/sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kube-system/registry-66898fdd98-dt8xj" podUID="7c0152f9-f483-4295-baec-3bf986eab6c6"
	Sep 29 11:36:24 addons-398275 kubelet[1550]: I0929 11:36:24.697310    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-proxy-6n6m9" secret="" err="secret \"gcp-auth\" not found"
	
	
	==> storage-provisioner [eb5bda3321e245948bdaaf066991a7c0daa474af8bd10b92ad175cad4c437afd] <==
	W0929 11:35:59.307424       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:01.310515       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:01.314535       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:03.317355       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:03.321437       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:05.324176       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:05.328376       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:07.331705       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:07.336647       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:09.339831       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:09.344297       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:11.347619       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:11.351792       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:13.354698       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:13.359053       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:15.361938       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:15.366227       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:17.370243       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:17.374187       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:19.377283       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:19.381430       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:21.384276       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:21.388340       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:23.391348       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:36:23.395252       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-398275 -n addons-398275
helpers_test.go:269: (dbg) Run:  kubectl --context addons-398275 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:280: non-running pods: nginx task-pv-pod test-local-path ingress-nginx-admission-create-n5gtc ingress-nginx-admission-patch-vm8qt registry-66898fdd98-dt8xj registry-creds-764b6fb674-v7dvw helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9
helpers_test.go:282: ======> post-mortem[TestAddons/parallel/LocalPath]: describe non-running pods <======
helpers_test.go:285: (dbg) Run:  kubectl --context addons-398275 describe pod nginx task-pv-pod test-local-path ingress-nginx-admission-create-n5gtc ingress-nginx-admission-patch-vm8qt registry-66898fdd98-dt8xj registry-creds-764b6fb674-v7dvw helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9
helpers_test.go:285: (dbg) Non-zero exit: kubectl --context addons-398275 describe pod nginx task-pv-pod test-local-path ingress-nginx-admission-create-n5gtc ingress-nginx-admission-patch-vm8qt registry-66898fdd98-dt8xj registry-creds-764b6fb674-v7dvw helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9: exit status 1 (87.362294ms)

                                                
                                                
-- stdout --
	Name:             nginx
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-398275/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:33:38 +0000
	Labels:           run=nginx
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.30
	IPs:
	  IP:  10.244.0.30
	Containers:
	  nginx:
	    Container ID:   
	    Image:          docker.io/nginx:alpine
	    Image ID:       
	    Port:           80/TCP
	    Host Port:      0/TCP
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-mx44g (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-mx44g:
	    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  2m47s                default-scheduler  Successfully assigned default/nginx to addons-398275
	  Warning  Failed     2m46s                kubelet            Failed to pull image "docker.io/nginx:alpine": failed to pull and unpack image "docker.io/library/nginx:alpine": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:60e48a050b6408d0c5dd59b98b6e36bf0937a0bbe99304e3e9c0e63b7563443a: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Normal   Pulling    72s (x4 over 2m47s)  kubelet            Pulling image "docker.io/nginx:alpine"
	  Warning  Failed     72s (x4 over 2m46s)  kubelet            Error: ErrImagePull
	  Warning  Failed     72s (x3 over 2m34s)  kubelet            Failed to pull image "docker.io/nginx:alpine": failed to pull and unpack image "docker.io/library/nginx:alpine": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:42a516af16b852e33b7682d5ef8acbd5d13fe08fecadc7ed98605ba5e3b26ab8: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Normal   BackOff    8s (x10 over 2m46s)  kubelet            Back-off pulling image "docker.io/nginx:alpine"
	  Warning  Failed     8s (x10 over 2m46s)  kubelet            Error: ImagePullBackOff
	
	
	Name:             task-pv-pod
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-398275/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:31:51 +0000
	Labels:           app=task-pv-pod
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.29
	IPs:
	  IP:  10.244.0.29
	Containers:
	  task-pv-container:
	    Container ID:   
	    Image:          docker.io/nginx
	    Image ID:       
	    Port:           80/TCP (http-server)
	    Host Port:      0/TCP (http-server)
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /usr/share/nginx/html from task-pv-storage (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-jfwzp (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  task-pv-storage:
	    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
	    ClaimName:  hpvc
	    ReadOnly:   false
	  kube-api-access-jfwzp:
	    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  4m34s                 default-scheduler  Successfully assigned default/task-pv-pod to addons-398275
	  Normal   Pulling    98s (x5 over 4m34s)   kubelet            Pulling image "docker.io/nginx"
	  Warning  Failed     98s (x5 over 4m34s)   kubelet            Failed to pull image "docker.io/nginx": failed to pull and unpack image "docker.io/library/nginx:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Warning  Failed     98s (x5 over 4m34s)   kubelet            Error: ErrImagePull
	  Warning  Failed     48s (x15 over 4m33s)  kubelet            Error: ImagePullBackOff
	  Normal   BackOff    13s (x18 over 4m33s)  kubelet            Back-off pulling image "docker.io/nginx"
	
	
	Name:             test-local-path
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             <none>
	Labels:           run=test-local-path
	Annotations:      <none>
	Status:           Pending
	IP:               
	IPs:              <none>
	Containers:
	  busybox:
	    Image:      busybox:stable
	    Port:       <none>
	    Host Port:  <none>
	    Command:
	      sh
	      -c
	      echo 'local-path-provisioner' > /test/file1
	    Environment:  <none>
	    Mounts:
	      /test from data (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-gjwkv (ro)
	Volumes:
	  data:
	    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
	    ClaimName:  test-pvc
	    ReadOnly:   false
	  kube-api-access-gjwkv:
	    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:                      <none>

                                                
                                                
-- /stdout --
** stderr ** 
	Error from server (NotFound): pods "ingress-nginx-admission-create-n5gtc" not found
	Error from server (NotFound): pods "ingress-nginx-admission-patch-vm8qt" not found
	Error from server (NotFound): pods "registry-66898fdd98-dt8xj" not found
	Error from server (NotFound): pods "registry-creds-764b6fb674-v7dvw" not found
	Error from server (NotFound): pods "helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9" not found

                                                
                                                
** /stderr **
helpers_test.go:287: kubectl --context addons-398275 describe pod nginx task-pv-pod test-local-path ingress-nginx-admission-create-n5gtc ingress-nginx-admission-patch-vm8qt registry-66898fdd98-dt8xj registry-creds-764b6fb674-v7dvw helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9: exit status 1
addons_test.go:1053: (dbg) Run:  out/minikube-linux-amd64 -p addons-398275 addons disable storage-provisioner-rancher --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-linux-amd64 -p addons-398275 addons disable storage-provisioner-rancher --alsologtostderr -v=1: (42.782022369s)
--- FAIL: TestAddons/parallel/LocalPath (345.44s)

                                                
                                    
x
+
TestAddons/parallel/Yakd (128.63s)

                                                
                                                
=== RUN   TestAddons/parallel/Yakd
=== PAUSE TestAddons/parallel/Yakd

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Yakd
addons_test.go:1047: (dbg) TestAddons/parallel/Yakd: waiting 2m0s for pods matching "app.kubernetes.io/name=yakd-dashboard" in namespace "yakd-dashboard" ...
helpers_test.go:352: "yakd-dashboard-5ff678cb9-snxk7" [c496fac5-6d56-4810-b84c-699b29b04673] Pending / Ready:ContainersNotReady (containers with unready status: [yakd]) / ContainersReady:ContainersNotReady (containers with unready status: [yakd])
addons_test.go:1047: ***** TestAddons/parallel/Yakd: pod "app.kubernetes.io/name=yakd-dashboard" failed to start within 2m0s: context deadline exceeded ****
addons_test.go:1047: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-398275 -n addons-398275
addons_test.go:1047: TestAddons/parallel/Yakd: showing logs for failed pods as of 2025-09-29 11:33:17.749980372 +0000 UTC m=+1274.911230908
addons_test.go:1047: (dbg) Run:  kubectl --context addons-398275 describe po yakd-dashboard-5ff678cb9-snxk7 -n yakd-dashboard
addons_test.go:1047: (dbg) kubectl --context addons-398275 describe po yakd-dashboard-5ff678cb9-snxk7 -n yakd-dashboard:
Name:             yakd-dashboard-5ff678cb9-snxk7
Namespace:        yakd-dashboard
Priority:         0
Service Account:  yakd-dashboard
Node:             addons-398275/192.168.49.2
Start Time:       Mon, 29 Sep 2025 11:13:01 +0000
Labels:           app.kubernetes.io/instance=yakd-dashboard
app.kubernetes.io/name=yakd-dashboard
gcp-auth-skip-secret=true
pod-template-hash=5ff678cb9
Annotations:      <none>
Status:           Pending
IP:               10.244.0.17
IPs:
IP:           10.244.0.17
Controlled By:  ReplicaSet/yakd-dashboard-5ff678cb9
Containers:
yakd:
Container ID:   
Image:          docker.io/marcnuri/yakd:0.0.5@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624
Image ID:       
Port:           8080/TCP (http)
Host Port:      0/TCP (http)
State:          Waiting
Reason:       ImagePullBackOff
Ready:          False
Restart Count:  0
Limits:
memory:  256Mi
Requests:
memory:   128Mi
Liveness:   http-get http://:8080/ delay=10s timeout=10s period=10s #success=1 #failure=3
Readiness:  http-get http://:8080/ delay=10s timeout=10s period=10s #success=1 #failure=3
Environment:
KUBERNETES_NAMESPACE:  yakd-dashboard (v1:metadata.namespace)
HOSTNAME:              yakd-dashboard-5ff678cb9-snxk7 (v1:metadata.name)
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-5zwjc (ro)
Conditions:
Type                        Status
PodReadyToStartContainers   True 
Initialized                 True 
Ready                       False 
ContainersReady             False 
PodScheduled                True 
Volumes:
kube-api-access-5zwjc:
Type:                    Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds:  3607
ConfigMapName:           kube-root-ca.crt
Optional:                false
DownwardAPI:             true
QoS Class:                   Burstable
Node-Selectors:              kubernetes.io/os=linux
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               20m                   default-scheduler  Successfully assigned yakd-dashboard/yakd-dashboard-5ff678cb9-snxk7 to addons-398275
Warning  FailedCreatePodSandBox  20m                   kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "c0868ef3bc37ad42c367c344e9123cef8062e689f7646f322da130cec23463e8": failed to find network info for sandbox "c0868ef3bc37ad42c367c344e9123cef8062e689f7646f322da130cec23463e8"
Warning  FailedCreatePodSandBox  20m                   kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "651e42215810893c452cf75ed61c17a8345b023f183287e7b1431982bcdfe265": failed to find network info for sandbox "651e42215810893c452cf75ed61c17a8345b023f183287e7b1431982bcdfe265"
Warning  FailedCreatePodSandBox  19m                   kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "8d526b92ad781931f57932aae4faa51c7bcd207a0eea0d9404eb381efb3324a9": failed to find network info for sandbox "8d526b92ad781931f57932aae4faa51c7bcd207a0eea0d9404eb381efb3324a9"
Warning  FailedCreatePodSandBox  19m                   kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "5c34c50a9453b1ad0ae004f39d5dbe3683904090ebd77e1cc2f631d98068cc2c": failed to find network info for sandbox "5c34c50a9453b1ad0ae004f39d5dbe3683904090ebd77e1cc2f631d98068cc2c"
Normal   Pulling                 16m (x5 over 19m)     kubelet            Pulling image "docker.io/marcnuri/yakd:0.0.5@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624"
Warning  Failed                  16m (x5 over 19m)     kubelet            Failed to pull image "docker.io/marcnuri/yakd:0.0.5@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624": failed to pull and unpack image "docker.io/marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/marcnuri/yakd/manifests/sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Warning  Failed                  16m (x5 over 19m)     kubelet            Error: ErrImagePull
Normal   BackOff                 4m14s (x65 over 19m)  kubelet            Back-off pulling image "docker.io/marcnuri/yakd:0.0.5@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624"
Warning  Failed                  4s (x84 over 19m)     kubelet            Error: ImagePullBackOff
addons_test.go:1047: (dbg) Run:  kubectl --context addons-398275 logs yakd-dashboard-5ff678cb9-snxk7 -n yakd-dashboard
addons_test.go:1047: (dbg) Non-zero exit: kubectl --context addons-398275 logs yakd-dashboard-5ff678cb9-snxk7 -n yakd-dashboard: exit status 1 (71.335865ms)

                                                
                                                
** stderr ** 
	Error from server (BadRequest): container "yakd" in pod "yakd-dashboard-5ff678cb9-snxk7" is waiting to start: trying and failing to pull image

                                                
                                                
** /stderr **
addons_test.go:1047: kubectl --context addons-398275 logs yakd-dashboard-5ff678cb9-snxk7 -n yakd-dashboard: exit status 1
addons_test.go:1048: failed waiting for YAKD - Kubernetes Dashboard pod: app.kubernetes.io/name=yakd-dashboard within 2m0s: context deadline exceeded
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:223: ======>  post-mortem[TestAddons/parallel/Yakd]: network settings <======
helpers_test.go:230: HOST ENV snapshots: PROXY env: HTTP_PROXY="<empty>" HTTPS_PROXY="<empty>" NO_PROXY="<empty>"
helpers_test.go:238: ======>  post-mortem[TestAddons/parallel/Yakd]: docker inspect <======
helpers_test.go:239: (dbg) Run:  docker inspect addons-398275
helpers_test.go:243: (dbg) docker inspect addons-398275:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf",
	        "Created": "2025-09-29T11:12:38.749141422Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 734356,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2025-09-29T11:12:38.791705384Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:c6b5532e987b5b4f5fc9cb0336e378ed49c0542bad8cbfc564b71e977a6269de",
	        "ResolvConfPath": "/var/lib/docker/containers/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf/hostname",
	        "HostsPath": "/var/lib/docker/containers/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf/hosts",
	        "LogPath": "/var/lib/docker/containers/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf/5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf-json.log",
	        "Name": "/addons-398275",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-398275:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "addons-398275",
	            "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": "private",
	            "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": 0,
	            "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": null,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "ID": "5967997dc883c143b4260185201c18e2335229f66fffa84cd0215dd06dd1f4bf",
	                "LowerDir": "/var/lib/docker/overlay2/751800f3f9fd5e343776f2a640aef1e1b64546a6c24fa2b554ec22f836c05494-init/diff:/var/lib/docker/overlay2/77070dd40a60b70b435bf4a69cbe4e41eeab20e4e227c9544e0e0b5e600a0bbc/diff",
	                "MergedDir": "/var/lib/docker/overlay2/751800f3f9fd5e343776f2a640aef1e1b64546a6c24fa2b554ec22f836c05494/merged",
	                "UpperDir": "/var/lib/docker/overlay2/751800f3f9fd5e343776f2a640aef1e1b64546a6c24fa2b554ec22f836c05494/diff",
	                "WorkDir": "/var/lib/docker/overlay2/751800f3f9fd5e343776f2a640aef1e1b64546a6c24fa2b554ec22f836c05494/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-398275",
	                "Source": "/var/lib/docker/volumes/addons-398275/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-398275",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1",
	            "Volumes": null,
	            "WorkingDir": "/",
	            "Entrypoint": [
	                "/usr/local/bin/entrypoint",
	                "/sbin/init"
	            ],
	            "OnBuild": null,
	            "Labels": {
	                "created_by.minikube.sigs.k8s.io": "true",
	                "mode.minikube.sigs.k8s.io": "addons-398275",
	                "name.minikube.sigs.k8s.io": "addons-398275",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "8577bb8655b63b7547b66c3255bf516e57d8db36eec07c98bf6e147283520f7d",
	            "SandboxKey": "/var/run/docker/netns/8577bb8655b6",
	            "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-398275": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "fa:11:d8:cb:64:1c",
	                    "DriverOpts": null,
	                    "GwPriority": 0,
	                    "NetworkID": "3c08dfa259fdbb7216b0a211339233bbf7e1de897615b63379b48a084fc60947",
	                    "EndpointID": "38daad4cbdb1b59925b148be23caf76b01e1b39a58772ddd38bc9e0566f761a9",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-398275",
	                        "5967997dc883"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:247: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p addons-398275 -n addons-398275
helpers_test.go:252: <<< TestAddons/parallel/Yakd FAILED: start of post-mortem logs <<<
helpers_test.go:253: ======>  post-mortem[TestAddons/parallel/Yakd]: minikube logs <======
helpers_test.go:255: (dbg) Run:  out/minikube-linux-amd64 -p addons-398275 logs -n 25
helpers_test.go:255: (dbg) Done: out/minikube-linux-amd64 -p addons-398275 logs -n 25: (1.389034195s)
helpers_test.go:260: TestAddons/parallel/Yakd logs: 
-- stdout --
	
	==> Audit <==
	┌─────────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬────────────────────────┬─────────┬─────────┬─────────────────────┬─────────────────────┐
	│ COMMAND │                                                                                                                                                                                                                                      ARGS                                                                                                                                                                                                                                      │        PROFILE         │  USER   │ VERSION │     START TIME      │      END TIME       │
	├─────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────────────────────┼─────────┼─────────┼─────────────────────┼─────────────────────┤
	│ start   │ -o=json --download-only -p download-only-114419 --force --alsologtostderr --kubernetes-version=v1.28.0 --container-runtime=containerd --driver=docker  --container-runtime=containerd                                                                                                                                                                                                                                                                                          │ download-only-114419   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ delete  │ --all                                                                                                                                                                                                                                                                                                                                                                                                                                                                          │ minikube               │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ delete  │ -p download-only-114419                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ download-only-114419   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ start   │ -o=json --download-only -p download-only-963807 --force --alsologtostderr --kubernetes-version=v1.34.0 --container-runtime=containerd --driver=docker  --container-runtime=containerd                                                                                                                                                                                                                                                                                          │ download-only-963807   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ delete  │ --all                                                                                                                                                                                                                                                                                                                                                                                                                                                                          │ minikube               │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ delete  │ -p download-only-963807                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ download-only-963807   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ delete  │ -p download-only-114419                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ download-only-114419   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ delete  │ -p download-only-963807                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ download-only-963807   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ start   │ --download-only -p download-docker-005046 --alsologtostderr --driver=docker  --container-runtime=containerd                                                                                                                                                                                                                                                                                                                                                                    │ download-docker-005046 │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ delete  │ -p download-docker-005046                                                                                                                                                                                                                                                                                                                                                                                                                                                      │ download-docker-005046 │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ start   │ --download-only -p binary-mirror-527849 --alsologtostderr --binary-mirror http://127.0.0.1:45019 --driver=docker  --container-runtime=containerd                                                                                                                                                                                                                                                                                                                               │ binary-mirror-527849   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ delete  │ -p binary-mirror-527849                                                                                                                                                                                                                                                                                                                                                                                                                                                        │ binary-mirror-527849   │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ addons  │ enable dashboard -p addons-398275                                                                                                                                                                                                                                                                                                                                                                                                                                              │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ addons  │ disable dashboard -p addons-398275                                                                                                                                                                                                                                                                                                                                                                                                                                             │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ start   │ -p addons-398275 --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-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:19 UTC │
	│ addons  │ addons-398275 addons disable volcano --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                    │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:30 UTC │ 29 Sep 25 11:30 UTC │
	│ addons  │ addons-398275 addons disable gcp-auth --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                   │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ addons-398275 addons disable amd-gpu-device-plugin --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                      │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ addons-398275 addons disable nvidia-device-plugin --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                       │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ addons-398275 addons disable cloud-spanner --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                              │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ enable headlamp -p addons-398275 --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                        │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons  │ addons-398275 addons disable headlamp --alsologtostderr -v=1                                                                                                                                                                                                                                                                                                                                                                                                                   │ addons-398275          │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	└─────────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴────────────────────────┴─────────┴─────────┴─────────────────────┴─────────────────────┘
	
	
	==> Last Start <==
	Log file created at: 2025/09/29 11:12:14
	Running on machine: ubuntu-20-agent-13
	Binary: Built with gc go1.24.6 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0929 11:12:14.774091  733699 out.go:360] Setting OutFile to fd 1 ...
	I0929 11:12:14.774393  733699 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:12:14.774404  733699 out.go:374] Setting ErrFile to fd 2...
	I0929 11:12:14.774411  733699 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:12:14.774647  733699 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
	I0929 11:12:14.775243  733699 out.go:368] Setting JSON to false
	I0929 11:12:14.776200  733699 start.go:130] hostinfo: {"hostname":"ubuntu-20-agent-13","uptime":68086,"bootTime":1759076249,"procs":178,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"22.04","kernelVersion":"6.8.0-1040-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0929 11:12:14.776313  733699 start.go:140] virtualization: kvm guest
	I0929 11:12:14.778468  733699 out.go:179] * [addons-398275] minikube v1.37.0 on Ubuntu 22.04 (kvm/amd64)
	I0929 11:12:14.780019  733699 out.go:179]   - MINIKUBE_LOCATION=21655
	I0929 11:12:14.780041  733699 notify.go:220] Checking for updates...
	I0929 11:12:14.783265  733699 out.go:179]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0929 11:12:14.784908  733699 out.go:179]   - KUBECONFIG=/home/jenkins/minikube-integration/21655-728906/kubeconfig
	I0929 11:12:14.787040  733699 out.go:179]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/21655-728906/.minikube
	I0929 11:12:14.788802  733699 out.go:179]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0929 11:12:14.790566  733699 out.go:179]   - MINIKUBE_FORCE_SYSTEMD=
	I0929 11:12:14.791998  733699 driver.go:421] Setting default libvirt URI to qemu:///system
	I0929 11:12:14.814794  733699 docker.go:123] docker version: linux-28.4.0:Docker Engine - Community
	I0929 11:12:14.814948  733699 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:12:14.874148  733699 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:false NGoroutines:50 SystemTime:2025-09-29 11:12:14.863418561 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:12:14.874273  733699 docker.go:318] overlay module found
	I0929 11:12:14.875994  733699 out.go:179] * Using the docker driver based on user configuration
	I0929 11:12:14.877281  733699 start.go:304] selected driver: docker
	I0929 11:12:14.877297  733699 start.go:924] validating driver "docker" against <nil>
	I0929 11:12:14.877309  733699 start.go:935] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0929 11:12:14.877949  733699 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:12:14.933634  733699 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:false NGoroutines:50 SystemTime:2025-09-29 11:12:14.922842148 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:12:14.933799  733699 start_flags.go:327] no existing cluster config was found, will generate one from the flags 
	I0929 11:12:14.934006  733699 start_flags.go:992] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0929 11:12:14.935832  733699 out.go:179] * Using Docker driver with root privileges
	I0929 11:12:14.937111  733699 cni.go:84] Creating CNI manager for ""
	I0929 11:12:14.937174  733699 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0929 11:12:14.937188  733699 start_flags.go:336] Found "CNI" CNI - setting NetworkPlugin=cni
	I0929 11:12:14.937270  733699 start.go:348] cluster config:
	{Name:addons-398275 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: N
etworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseIn
terval:1m0s}
	I0929 11:12:14.938807  733699 out.go:179] * Starting "addons-398275" primary control-plane node in "addons-398275" cluster
	I0929 11:12:14.940091  733699 cache.go:123] Beginning downloading kic base image for docker with containerd
	I0929 11:12:14.941459  733699 out.go:179] * Pulling base image v0.0.48 ...
	I0929 11:12:14.942764  733699 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
	I0929 11:12:14.942811  733699 image.go:81] Checking for gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local docker daemon
	I0929 11:12:14.942810  733699 preload.go:146] Found local preload: /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4
	I0929 11:12:14.942846  733699 cache.go:58] Caching tarball of preloaded images
	I0929 11:12:14.942964  733699 preload.go:172] Found /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4 in cache, skipping download
	I0929 11:12:14.942974  733699 cache.go:61] Finished verifying existence of preloaded tar for v1.34.0 on containerd
	I0929 11:12:14.943393  733699 profile.go:143] Saving config to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/config.json ...
	I0929 11:12:14.943438  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/config.json: {Name:mk8712550765aaf6b540d49d9fd9e192152f8628 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:14.960331  733699 cache.go:152] Downloading gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 to local cache
	I0929 11:12:14.960485  733699 image.go:65] Checking for gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local cache directory
	I0929 11:12:14.960507  733699 image.go:68] Found gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local cache directory, skipping pull
	I0929 11:12:14.960511  733699 image.go:137] gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 exists in cache, skipping pull
	I0929 11:12:14.960520  733699 cache.go:155] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 as a tarball
	I0929 11:12:14.960527  733699 cache.go:165] Loading gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 from local cache
	I0929 11:12:27.484205  733699 cache.go:167] successfully loaded and using gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 from cached tarball
	I0929 11:12:27.484251  733699 cache.go:232] Successfully downloaded all kic artifacts
	I0929 11:12:27.484290  733699 start.go:360] acquireMachinesLock for addons-398275: {Name:mk5f648c33c18cc850891f2c2c3d835ce2f56d7b Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0929 11:12:27.484409  733699 start.go:364] duration metric: took 100.01µs to acquireMachinesLock for "addons-398275"
	I0929 11:12:27.484436  733699 start.go:93] Provisioning new machine with config: &{Name:addons-398275 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[
] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetC
lientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}
	I0929 11:12:27.484528  733699 start.go:125] createHost starting for "" (driver="docker")
	I0929 11:12:27.486591  733699 out.go:252] * Creating docker container (CPUs=2, Memory=4096MB) ...
	I0929 11:12:27.486876  733699 start.go:159] libmachine.API.Create for "addons-398275" (driver="docker")
	I0929 11:12:27.486928  733699 client.go:168] LocalClient.Create starting
	I0929 11:12:27.487041  733699 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem
	I0929 11:12:27.532855  733699 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem
	I0929 11:12:27.671874  733699 cli_runner.go:164] Run: docker network inspect addons-398275 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	W0929 11:12:27.689787  733699 cli_runner.go:211] docker network inspect addons-398275 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}" returned with exit code 1
	I0929 11:12:27.689860  733699 network_create.go:284] running [docker network inspect addons-398275] to gather additional debugging logs...
	I0929 11:12:27.689876  733699 cli_runner.go:164] Run: docker network inspect addons-398275
	W0929 11:12:27.706891  733699 cli_runner.go:211] docker network inspect addons-398275 returned with exit code 1
	I0929 11:12:27.706925  733699 network_create.go:287] error running [docker network inspect addons-398275]: docker network inspect addons-398275: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-398275 not found
	I0929 11:12:27.706939  733699 network_create.go:289] output of [docker network inspect addons-398275]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-398275 not found
	
	** /stderr **
	I0929 11:12:27.707046  733699 cli_runner.go:164] Run: docker network inspect bridge --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	I0929 11:12:27.724261  733699 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:0xc001a48aa0}
	I0929 11:12:27.724302  733699 network_create.go:124] attempt to create docker network addons-398275 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0929 11:12:27.724353  733699 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-398275 addons-398275
	I0929 11:12:27.782507  733699 network_create.go:108] docker network addons-398275 192.168.49.0/24 created
	I0929 11:12:27.782556  733699 kic.go:121] calculated static IP "192.168.49.2" for the "addons-398275" container
	I0929 11:12:27.782633  733699 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0929 11:12:27.799092  733699 cli_runner.go:164] Run: docker volume create addons-398275 --label name.minikube.sigs.k8s.io=addons-398275 --label created_by.minikube.sigs.k8s.io=true
	I0929 11:12:27.817049  733699 oci.go:103] Successfully created a docker volume addons-398275
	I0929 11:12:27.817131  733699 cli_runner.go:164] Run: docker run --rm --name addons-398275-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-398275 --entrypoint /usr/bin/test -v addons-398275:/var gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -d /var/lib
	I0929 11:12:34.387931  733699 cli_runner.go:217] Completed: docker run --rm --name addons-398275-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-398275 --entrypoint /usr/bin/test -v addons-398275:/var gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -d /var/lib: (6.570740129s)
	I0929 11:12:34.387976  733699 oci.go:107] Successfully prepared a docker volume addons-398275
	I0929 11:12:34.388005  733699 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
	I0929 11:12:34.388031  733699 kic.go:194] Starting extracting preloaded images to volume ...
	I0929 11:12:34.388096  733699 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-398275:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -I lz4 -xf /preloaded.tar -C /extractDir
	I0929 11:12:38.676384  733699 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-398275:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -I lz4 -xf /preloaded.tar -C /extractDir: (4.288209609s)
	I0929 11:12:38.676429  733699 kic.go:203] duration metric: took 4.288398061s to extract preloaded images to volume ...
	W0929 11:12:38.676596  733699 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	W0929 11:12:38.676649  733699 oci.go:252] Your kernel does not support CPU cfs period/quota or the cgroup is not mounted.
	I0929 11:12:38.676701  733699 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0929 11:12:38.730674  733699 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-398275 --name addons-398275 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-398275 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-398275 --network addons-398275 --ip 192.168.49.2 --volume addons-398275:/var --security-opt apparmor=unconfined --memory=4096mb -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1
	I0929 11:12:39.035814  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Running}}
	I0929 11:12:39.053968  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:39.072802  733699 cli_runner.go:164] Run: docker exec addons-398275 stat /var/lib/dpkg/alternatives/iptables
	I0929 11:12:39.119145  733699 oci.go:144] the created container "addons-398275" has a running status.
	I0929 11:12:39.119180  733699 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa...
	I0929 11:12:39.709213  733699 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0929 11:12:39.734835  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:39.753128  733699 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0929 11:12:39.753149  733699 kic_runner.go:114] Args: [docker exec --privileged addons-398275 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0929 11:12:39.795340  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:39.813350  733699 machine.go:93] provisionDockerMachine start ...
	I0929 11:12:39.813451  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:39.831488  733699 main.go:141] libmachine: Using SSH client type: native
	I0929 11:12:39.831756  733699 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0929 11:12:39.831769  733699 main.go:141] libmachine: About to run SSH command:
	hostname
	I0929 11:12:39.968776  733699 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-398275
	
	I0929 11:12:39.968810  733699 ubuntu.go:182] provisioning hostname "addons-398275"
	I0929 11:12:39.968872  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:39.988644  733699 main.go:141] libmachine: Using SSH client type: native
	I0929 11:12:39.988873  733699 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0929 11:12:39.988890  733699 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-398275 && echo "addons-398275" | sudo tee /etc/hostname
	I0929 11:12:40.138769  733699 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-398275
	
	I0929 11:12:40.138871  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:40.157682  733699 main.go:141] libmachine: Using SSH client type: native
	I0929 11:12:40.157899  733699 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0929 11:12:40.157916  733699 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-398275' /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-398275/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-398275' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0929 11:12:40.294667  733699 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0929 11:12:40.294706  733699 ubuntu.go:188] set auth options {CertDir:/home/jenkins/minikube-integration/21655-728906/.minikube CaCertPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/21655-728906/.minikube}
	I0929 11:12:40.294740  733699 ubuntu.go:190] setting up certificates
	I0929 11:12:40.294753  733699 provision.go:84] configureAuth start
	I0929 11:12:40.294807  733699 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-398275
	I0929 11:12:40.312115  733699 provision.go:143] copyHostCerts
	I0929 11:12:40.312189  733699 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/21655-728906/.minikube/ca.pem (1078 bytes)
	I0929 11:12:40.312317  733699 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/21655-728906/.minikube/cert.pem (1123 bytes)
	I0929 11:12:40.312379  733699 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/21655-728906/.minikube/key.pem (1679 bytes)
	I0929 11:12:40.312429  733699 provision.go:117] generating server cert: /home/jenkins/minikube-integration/21655-728906/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca-key.pem org=jenkins.addons-398275 san=[127.0.0.1 192.168.49.2 addons-398275 localhost minikube]
	I0929 11:12:40.610308  733699 provision.go:177] copyRemoteCerts
	I0929 11:12:40.610374  733699 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0929 11:12:40.610412  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:40.628117  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:40.726655  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0929 11:12:40.753703  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0929 11:12:40.779463  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0929 11:12:40.805170  733699 provision.go:87] duration metric: took 510.402723ms to configureAuth
	I0929 11:12:40.805200  733699 ubuntu.go:206] setting minikube options for container-runtime
	I0929 11:12:40.805399  733699 config.go:182] Loaded profile config "addons-398275": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:12:40.805415  733699 machine.go:96] duration metric: took 992.042244ms to provisionDockerMachine
	I0929 11:12:40.805423  733699 client.go:171] duration metric: took 13.318485735s to LocalClient.Create
	I0929 11:12:40.805448  733699 start.go:167] duration metric: took 13.318574971s to libmachine.API.Create "addons-398275"
	I0929 11:12:40.805462  733699 start.go:293] postStartSetup for "addons-398275" (driver="docker")
	I0929 11:12:40.805475  733699 start.go:322] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
	I0929 11:12:40.805524  733699 ssh_runner.go:195] Run: sudo mkdir -p /etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs
	I0929 11:12:40.805587  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:40.823746  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:40.922612  733699 ssh_runner.go:195] Run: cat /etc/os-release
	I0929 11:12:40.926674  733699 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0929 11:12:40.926704  733699 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0929 11:12:40.926714  733699 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0929 11:12:40.926721  733699 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I0929 11:12:40.926732  733699 filesync.go:126] Scanning /home/jenkins/minikube-integration/21655-728906/.minikube/addons for local assets ...
	I0929 11:12:40.926813  733699 filesync.go:126] Scanning /home/jenkins/minikube-integration/21655-728906/.minikube/files for local assets ...
	I0929 11:12:40.926850  733699 start.go:296] duration metric: took 121.380642ms for postStartSetup
	I0929 11:12:40.927161  733699 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-398275
	I0929 11:12:40.945012  733699 profile.go:143] Saving config to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/config.json ...
	I0929 11:12:40.945376  733699 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0929 11:12:40.945440  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:40.963285  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:41.056833  733699 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0929 11:12:41.061696  733699 start.go:128] duration metric: took 13.577134322s to createHost
	I0929 11:12:41.061725  733699 start.go:83] releasing machines lock for "addons-398275", held for 13.577303038s
	I0929 11:12:41.061807  733699 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-398275
	I0929 11:12:41.079296  733699 ssh_runner.go:195] Run: cat /version.json
	I0929 11:12:41.079354  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:41.079426  733699 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0929 11:12:41.079498  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:41.098492  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:41.099447  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:41.190675  733699 ssh_runner.go:195] Run: systemctl --version
	I0929 11:12:41.262720  733699 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0929 11:12:41.267785  733699 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f -name *loopback.conf* -not -name *.mk_disabled -exec sh -c "grep -q loopback {} && ( grep -q name {} || sudo sed -i '/"type": "loopback"/i \ \ \ \ "name": "loopback",' {} ) && sudo sed -i 's|"cniVersion": ".*"|"cniVersion": "1.0.0"|g' {}" ;
	I0929 11:12:41.299909  733699 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
	I0929 11:12:41.300039  733699 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%p, " -exec sh -c "sudo mv {} {}.mk_disabled" ;
	I0929 11:12:41.331137  733699 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0929 11:12:41.331171  733699 start.go:495] detecting cgroup driver to use...
	I0929 11:12:41.331208  733699 detect.go:190] detected "systemd" cgroup driver on host os
	I0929 11:12:41.331278  733699 ssh_runner.go:195] Run: sudo systemctl stop -f crio
	I0929 11:12:41.344430  733699 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
	I0929 11:12:41.357094  733699 docker.go:218] disabling cri-docker service (if available) ...
	I0929 11:12:41.357161  733699 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0929 11:12:41.371928  733699 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0929 11:12:41.387409  733699 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0929 11:12:41.451842  733699 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0929 11:12:41.527170  733699 docker.go:234] disabling docker service ...
	I0929 11:12:41.527247  733699 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0929 11:12:41.547353  733699 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0929 11:12:41.560738  733699 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0929 11:12:41.631966  733699 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0929 11:12:41.705852  733699 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0929 11:12:41.719944  733699 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///run/containerd/containerd.sock
	" | sudo tee /etc/crictl.yaml"
	I0929 11:12:41.740809  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.10.1"|' /etc/containerd/config.toml"
	I0929 11:12:41.755198  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)restrict_oom_score_adj = .*$|\1restrict_oom_score_adj = false|' /etc/containerd/config.toml"
	I0929 11:12:41.767742  733699 containerd.go:146] configuring containerd to use "systemd" as cgroup driver...
	I0929 11:12:41.767825  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = true|g' /etc/containerd/config.toml"
	I0929 11:12:41.780900  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runtime.v1.linux"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0929 11:12:41.793279  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
	I0929 11:12:41.804772  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0929 11:12:41.816024  733699 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0929 11:12:41.826716  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)conf_dir = .*$|\1conf_dir = "/etc/cni/net.d"|g' /etc/containerd/config.toml"
	I0929 11:12:41.838383  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
	I0929 11:12:41.851379  733699 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)\[plugins."io.containerd.grpc.v1.cri"\]|&\n\1  enable_unprivileged_ports = true|' /etc/containerd/config.toml"
	I0929 11:12:41.863560  733699 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0929 11:12:41.873496  733699 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
	I0929 11:12:41.873571  733699 ssh_runner.go:195] Run: sudo modprobe br_netfilter
	I0929 11:12:41.889962  733699 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0929 11:12:41.901043  733699 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0929 11:12:41.972730  733699 ssh_runner.go:195] Run: sudo systemctl restart containerd
	I0929 11:12:42.087361  733699 start.go:542] Will wait 60s for socket path /run/containerd/containerd.sock
	I0929 11:12:42.087470  733699 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
	I0929 11:12:42.092353  733699 start.go:563] Will wait 60s for crictl version
	I0929 11:12:42.092444  733699 ssh_runner.go:195] Run: which crictl
	I0929 11:12:42.096814  733699 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0929 11:12:42.135338  733699 start.go:579] Version:  0.1.0
	RuntimeName:  containerd
	RuntimeVersion:  1.7.27
	RuntimeApiVersion:  v1
	I0929 11:12:42.135435  733699 ssh_runner.go:195] Run: containerd --version
	I0929 11:12:42.161335  733699 ssh_runner.go:195] Run: containerd --version
	I0929 11:12:42.189261  733699 out.go:179] * Preparing Kubernetes v1.34.0 on containerd 1.7.27 ...
	I0929 11:12:42.190506  733699 cli_runner.go:164] Run: docker network inspect addons-398275 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	I0929 11:12:42.208258  733699 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0929 11:12:42.212671  733699 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.49.1	host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0929 11:12:42.226269  733699 kubeadm.go:875] updating cluster {Name:addons-398275 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] D
NSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPa
th: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0929 11:12:42.226439  733699 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
	I0929 11:12:42.226519  733699 ssh_runner.go:195] Run: sudo crictl images --output json
	I0929 11:12:42.265098  733699 containerd.go:627] all images are preloaded for containerd runtime.
	I0929 11:12:42.265124  733699 containerd.go:534] Images already preloaded, skipping extraction
	I0929 11:12:42.265202  733699 ssh_runner.go:195] Run: sudo crictl images --output json
	I0929 11:12:42.304050  733699 containerd.go:627] all images are preloaded for containerd runtime.
	I0929 11:12:42.304081  733699 cache_images.go:85] Images are preloaded, skipping loading
	I0929 11:12:42.304090  733699 kubeadm.go:926] updating node { 192.168.49.2 8443 v1.34.0 containerd true true} ...
	I0929 11:12:42.304210  733699 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-398275 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
	I0929 11:12:42.304306  733699 ssh_runner.go:195] Run: sudo crictl info
	I0929 11:12:42.342583  733699 cni.go:84] Creating CNI manager for ""
	I0929 11:12:42.342626  733699 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0929 11:12:42.342653  733699 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0929 11:12:42.342688  733699 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-398275 NodeName:addons-398275 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:systemd ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/
kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///run/containerd/containerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
	I0929 11:12:42.342833  733699 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-398275"
	  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: systemd
	containerRuntimeEndpoint: unix:///run/containerd/containerd.sock
	hairpinMode: hairpin-veth
	runtimeRequestTimeout: 15m
	clusterDomain: "cluster.local"
	# disable disk resource management by default
	imageGCHighThresholdPercent: 100
	evictionHard:
	  nodefs.available: "0%"
	  nodefs.inodesFree: "0%"
	  imagefs.available: "0%"
	failSwapOn: false
	staticPodPath: /etc/kubernetes/manifests
	---
	apiVersion: kubeproxy.config.k8s.io/v1alpha1
	kind: KubeProxyConfiguration
	clusterCIDR: "10.244.0.0/16"
	metricsBindAddress: 0.0.0.0:10249
	conntrack:
	  maxPerCore: 0
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
	  tcpEstablishedTimeout: 0s
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
	  tcpCloseWaitTimeout: 0s
	
	I0929 11:12:42.342925  733699 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.34.0
	I0929 11:12:42.354176  733699 binaries.go:44] Found k8s binaries, skipping transfer
	I0929 11:12:42.354259  733699 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0929 11:12:42.364281  733699 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
	I0929 11:12:42.383900  733699 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0929 11:12:42.406140  733699 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2225 bytes)
	I0929 11:12:42.425932  733699 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0929 11:12:42.430093  733699 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.49.2	control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0929 11:12:42.442886  733699 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0929 11:12:42.515031  733699 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0929 11:12:42.540932  733699 certs.go:68] Setting up /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275 for IP: 192.168.49.2
	I0929 11:12:42.540984  733699 certs.go:194] generating shared ca certs ...
	I0929 11:12:42.541025  733699 certs.go:226] acquiring lock for ca certs: {Name:mk3ab67669e19ac06bf7b8e296dfa49c7a146741 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:42.541210  733699 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key
	I0929 11:12:42.870267  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt ...
	I0929 11:12:42.870303  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt: {Name:mk4b012ffdcf2bb9af2d01bf0326139248db4e54 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:42.870516  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key ...
	I0929 11:12:42.870528  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key: {Name:mk4f98a5d5ec11a2e53c251a9c1e042de96663c0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:42.870625  733699 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key
	I0929 11:12:43.124326  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.crt ...
	I0929 11:12:43.124368  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.crt: {Name:mke1899096ee4daadcb6562ea0da8b53a7f6cbfa Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:43.124571  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key ...
	I0929 11:12:43.124583  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key: {Name:mka6c86e7f2ed8c6378362fb1e2595ea2190db4a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:43.124672  733699 certs.go:256] generating profile certs ...
	I0929 11:12:43.124738  733699 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.key
	I0929 11:12:43.124749  733699 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt with IP's: []
	I0929 11:12:43.853753  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt ...
	I0929 11:12:43.853795  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: {Name:mkb5a2525b7f7b90a9ef9c349a54f4878903ba8f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:43.853988  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.key ...
	I0929 11:12:43.854009  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.key: {Name:mk70c8d15b404e71fcfe0dcaf0e6d82d6e9efe3b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:43.854087  733699 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key.b5f224d3
	I0929 11:12:43.854110  733699 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt.b5f224d3 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0929 11:12:44.002164  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt.b5f224d3 ...
	I0929 11:12:44.002200  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt.b5f224d3: {Name:mk988210de153015baa8c8f06fe70b112120e743 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:44.002419  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key.b5f224d3 ...
	I0929 11:12:44.002440  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key.b5f224d3: {Name:mk02f5067b54f6478b0383b745ab6810c629ebea Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:44.002584  733699 certs.go:381] copying /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt.b5f224d3 -> /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt
	I0929 11:12:44.002696  733699 certs.go:385] copying /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key.b5f224d3 -> /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key
	I0929 11:12:44.002755  733699 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.key
	I0929 11:12:44.002776  733699 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.crt with IP's: []
	I0929 11:12:44.648648  733699 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.crt ...
	I0929 11:12:44.648688  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.crt: {Name:mkf14d09ade5b7eaf929fde4fcba67f9735c889b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:44.648935  733699 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.key ...
	I0929 11:12:44.648957  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.key: {Name:mk6d248128da191490b3defa8a9954b209f16af1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:44.649204  733699 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca-key.pem (1675 bytes)
	I0929 11:12:44.649246  733699 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem (1078 bytes)
	I0929 11:12:44.649278  733699 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem (1123 bytes)
	I0929 11:12:44.649306  733699 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/key.pem (1679 bytes)
	I0929 11:12:44.651781  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0929 11:12:44.680463  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I0929 11:12:44.709451  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0929 11:12:44.739411  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0929 11:12:44.771072  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0929 11:12:44.798826  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0929 11:12:44.827342  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0929 11:12:44.856165  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0929 11:12:44.884648  733699 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0929 11:12:44.916322  733699 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0929 11:12:44.937678  733699 ssh_runner.go:195] Run: openssl version
	I0929 11:12:44.944579  733699 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/minikubeCA.pem && ln -fs /usr/share/ca-certificates/minikubeCA.pem /etc/ssl/certs/minikubeCA.pem"
	I0929 11:12:44.959584  733699 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0929 11:12:44.963988  733699 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 29 11:12 /usr/share/ca-certificates/minikubeCA.pem
	I0929 11:12:44.964051  733699 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0929 11:12:44.971290  733699 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/b5213941.0 || ln -fs /etc/ssl/certs/minikubeCA.pem /etc/ssl/certs/b5213941.0"
	I0929 11:12:44.982335  733699 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0929 11:12:44.986489  733699 certs.go:399] 'apiserver-kubelet-client' cert doesn't exist, likely first start: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt: Process exited with status 1
	stdout:
	
	stderr:
	stat: cannot statx '/var/lib/minikube/certs/apiserver-kubelet-client.crt': No such file or directory
	I0929 11:12:44.986568  733699 kubeadm.go:392] StartCluster: {Name:addons-398275 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.34.0 ClusterName:addons-398275 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSD
omain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath:
SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0929 11:12:44.986649  733699 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
	I0929 11:12:44.986698  733699 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0929 11:12:45.026976  733699 cri.go:89] found id: ""
	I0929 11:12:45.027142  733699 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0929 11:12:45.038148  733699 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0929 11:12:45.048956  733699 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0929 11:12:45.049021  733699 ssh_runner.go:195] Run: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf
	I0929 11:12:45.059442  733699 kubeadm.go:155] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
	stdout:
	
	stderr:
	ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
	I0929 11:12:45.059464  733699 kubeadm.go:157] found existing configuration files:
	
	I0929 11:12:45.059506  733699 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0929 11:12:45.070436  733699 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/admin.conf: No such file or directory
	I0929 11:12:45.070509  733699 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0929 11:12:45.080685  733699 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0929 11:12:45.091673  733699 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/kubelet.conf: No such file or directory
	I0929 11:12:45.091745  733699 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0929 11:12:45.102104  733699 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0929 11:12:45.112768  733699 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/controller-manager.conf: No such file or directory
	I0929 11:12:45.112848  733699 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0929 11:12:45.123366  733699 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0929 11:12:45.134254  733699 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/scheduler.conf: No such file or directory
	I0929 11:12:45.134324  733699 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0929 11:12:45.144530  733699 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.34.0:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I0929 11:12:45.204225  733699 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/6.8.0-1040-gcp\n", err: exit status 1
	I0929 11:12:45.262037  733699 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0929 11:12:54.480768  733699 kubeadm.go:310] [init] Using Kubernetes version: v1.34.0
	I0929 11:12:54.480830  733699 kubeadm.go:310] [preflight] Running pre-flight checks
	I0929 11:12:54.480915  733699 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0929 11:12:54.480986  733699 kubeadm.go:310] KERNEL_VERSION: 6.8.0-1040-gcp
	I0929 11:12:54.481035  733699 kubeadm.go:310] OS: Linux
	I0929 11:12:54.481100  733699 kubeadm.go:310] CGROUPS_CPU: enabled
	I0929 11:12:54.481167  733699 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0929 11:12:54.481242  733699 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0929 11:12:54.481320  733699 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0929 11:12:54.481405  733699 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0929 11:12:54.481476  733699 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0929 11:12:54.481550  733699 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0929 11:12:54.481631  733699 kubeadm.go:310] CGROUPS_IO: enabled
	I0929 11:12:54.481748  733699 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0929 11:12:54.481897  733699 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0929 11:12:54.481993  733699 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0929 11:12:54.482075  733699 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0929 11:12:54.483808  733699 out.go:252]   - Generating certificates and keys ...
	I0929 11:12:54.483875  733699 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0929 11:12:54.483974  733699 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0929 11:12:54.484046  733699 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0929 11:12:54.484098  733699 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0929 11:12:54.484162  733699 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0929 11:12:54.484210  733699 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0929 11:12:54.484266  733699 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0929 11:12:54.484373  733699 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-398275 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0929 11:12:54.484419  733699 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0929 11:12:54.484518  733699 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-398275 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0929 11:12:54.484613  733699 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0929 11:12:54.484672  733699 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0929 11:12:54.484711  733699 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0929 11:12:54.484759  733699 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0929 11:12:54.484803  733699 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0929 11:12:54.484851  733699 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0929 11:12:54.484903  733699 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0929 11:12:54.484961  733699 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0929 11:12:54.485026  733699 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0929 11:12:54.485120  733699 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0929 11:12:54.485204  733699 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0929 11:12:54.486552  733699 out.go:252]   - Booting up control plane ...
	I0929 11:12:54.486638  733699 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0929 11:12:54.486756  733699 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0929 11:12:54.486816  733699 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0929 11:12:54.486903  733699 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0929 11:12:54.486988  733699 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/instance-config.yaml"
	I0929 11:12:54.487078  733699 kubeadm.go:310] [patches] Applied patch of type "application/strategic-merge-patch+json" to target "kubeletconfiguration"
	I0929 11:12:54.487150  733699 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0929 11:12:54.487189  733699 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0929 11:12:54.487303  733699 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0929 11:12:54.487395  733699 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0929 11:12:54.487446  733699 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.001091942s
	I0929 11:12:54.487578  733699 kubeadm.go:310] [control-plane-check] Waiting for healthy control plane components. This can take up to 4m0s
	I0929 11:12:54.487661  733699 kubeadm.go:310] [control-plane-check] Checking kube-apiserver at https://192.168.49.2:8443/livez
	I0929 11:12:54.487748  733699 kubeadm.go:310] [control-plane-check] Checking kube-controller-manager at https://127.0.0.1:10257/healthz
	I0929 11:12:54.487820  733699 kubeadm.go:310] [control-plane-check] Checking kube-scheduler at https://127.0.0.1:10259/livez
	I0929 11:12:54.487882  733699 kubeadm.go:310] [control-plane-check] kube-scheduler is healthy after 1.97270319s
	I0929 11:12:54.487962  733699 kubeadm.go:310] [control-plane-check] kube-controller-manager is healthy after 2.127538734s
	I0929 11:12:54.488020  733699 kubeadm.go:310] [control-plane-check] kube-apiserver is healthy after 3.501969383s
	I0929 11:12:54.488142  733699 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0929 11:12:54.488318  733699 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0929 11:12:54.488375  733699 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0929 11:12:54.488562  733699 kubeadm.go:310] [mark-control-plane] Marking the node addons-398275 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0929 11:12:54.488626  733699 kubeadm.go:310] [bootstrap-token] Using token: edr7ez.cly84jkh5b8ow6xd
	I0929 11:12:54.489945  733699 out.go:252]   - Configuring RBAC rules ...
	I0929 11:12:54.490047  733699 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0929 11:12:54.490126  733699 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0929 11:12:54.490259  733699 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
	I0929 11:12:54.490373  733699 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0929 11:12:54.490496  733699 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0929 11:12:54.490607  733699 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0929 11:12:54.490721  733699 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0929 11:12:54.490797  733699 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0929 11:12:54.490872  733699 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0929 11:12:54.490890  733699 kubeadm.go:310] 
	I0929 11:12:54.490973  733699 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0929 11:12:54.490983  733699 kubeadm.go:310] 
	I0929 11:12:54.491084  733699 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0929 11:12:54.491094  733699 kubeadm.go:310] 
	I0929 11:12:54.491128  733699 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0929 11:12:54.491224  733699 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0929 11:12:54.491301  733699 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0929 11:12:54.491310  733699 kubeadm.go:310] 
	I0929 11:12:54.491374  733699 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0929 11:12:54.491383  733699 kubeadm.go:310] 
	I0929 11:12:54.491452  733699 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0929 11:12:54.491463  733699 kubeadm.go:310] 
	I0929 11:12:54.491558  733699 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0929 11:12:54.491663  733699 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0929 11:12:54.491762  733699 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0929 11:12:54.491772  733699 kubeadm.go:310] 
	I0929 11:12:54.491879  733699 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0929 11:12:54.492006  733699 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0929 11:12:54.492015  733699 kubeadm.go:310] 
	I0929 11:12:54.492125  733699 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token edr7ez.cly84jkh5b8ow6xd \
	I0929 11:12:54.492266  733699 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:03004bc8c8ab3762858c34ea451f30c4ba87cf96a40f62b78029392015104160 \
	I0929 11:12:54.492297  733699 kubeadm.go:310] 	--control-plane 
	I0929 11:12:54.492306  733699 kubeadm.go:310] 
	I0929 11:12:54.492419  733699 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0929 11:12:54.492433  733699 kubeadm.go:310] 
	I0929 11:12:54.492564  733699 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token edr7ez.cly84jkh5b8ow6xd \
	I0929 11:12:54.492675  733699 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:03004bc8c8ab3762858c34ea451f30c4ba87cf96a40f62b78029392015104160 
	I0929 11:12:54.492686  733699 cni.go:84] Creating CNI manager for ""
	I0929 11:12:54.492694  733699 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0929 11:12:54.494941  733699 out.go:179] * Configuring CNI (Container Networking Interface) ...
	I0929 11:12:54.496269  733699 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0929 11:12:54.500676  733699 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.34.0/kubectl ...
	I0929 11:12:54.500694  733699 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0929 11:12:54.519906  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0929 11:12:54.755591  733699 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0929 11:12:54.755696  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-398275 minikube.k8s.io/updated_at=2025_09_29T11_12_54_0700 minikube.k8s.io/version=v1.37.0 minikube.k8s.io/commit=e087d081f23c6d1317bb12845422265d8d3490cf minikube.k8s.io/name=addons-398275 minikube.k8s.io/primary=true
	I0929 11:12:54.755800  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:54.845639  733699 ops.go:34] apiserver oom_adj: -16
	I0929 11:12:54.845765  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:55.346278  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:55.846514  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:56.346018  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:56.845868  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:57.346863  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:57.846819  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:58.346261  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:58.845883  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:59.346737  733699 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:12:59.415981  733699 kubeadm.go:1105] duration metric: took 4.660362416s to wait for elevateKubeSystemPrivileges
	I0929 11:12:59.416020  733699 kubeadm.go:394] duration metric: took 14.429460539s to StartCluster
	I0929 11:12:59.416040  733699 settings.go:142] acquiring lock: {Name:mk053e7d0312ee1490602ff57488e3067c62f18a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:59.416197  733699 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/21655-728906/kubeconfig
	I0929 11:12:59.416601  733699 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/kubeconfig: {Name:mk33453547b04bbe9c3de7a739a9e0868e0a7fd9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:12:59.416798  733699 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0929 11:12:59.416822  733699 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}
	I0929 11:12:59.416907  733699 addons.go:511] enable addons start: toEnable=map[ambassador:false amd-gpu-device-plugin:true auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubetail:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:true storage-provisioner:true storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
	I0929 11:12:59.417034  733699 config.go:182] Loaded profile config "addons-398275": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:12:59.417052  733699 addons.go:69] Setting yakd=true in profile "addons-398275"
	I0929 11:12:59.417076  733699 addons.go:238] Setting addon yakd=true in "addons-398275"
	I0929 11:12:59.417070  733699 addons.go:69] Setting inspektor-gadget=true in profile "addons-398275"
	I0929 11:12:59.417095  733699 addons.go:69] Setting registry-creds=true in profile "addons-398275"
	I0929 11:12:59.417101  733699 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-398275"
	I0929 11:12:59.417109  733699 addons.go:238] Setting addon registry-creds=true in "addons-398275"
	I0929 11:12:59.417112  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417122  733699 addons.go:69] Setting gcp-auth=true in profile "addons-398275"
	I0929 11:12:59.417115  733699 addons.go:69] Setting cloud-spanner=true in profile "addons-398275"
	I0929 11:12:59.417125  733699 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-398275"
	I0929 11:12:59.417143  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417144  733699 addons.go:238] Setting addon csi-hostpath-driver=true in "addons-398275"
	I0929 11:12:59.417150  733699 addons.go:238] Setting addon nvidia-device-plugin=true in "addons-398275"
	I0929 11:12:59.417154  733699 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-398275"
	I0929 11:12:59.417162  733699 addons.go:69] Setting ingress-dns=true in profile "addons-398275"
	I0929 11:12:59.417166  733699 addons.go:238] Setting addon amd-gpu-device-plugin=true in "addons-398275"
	I0929 11:12:59.417172  733699 addons.go:238] Setting addon ingress-dns=true in "addons-398275"
	I0929 11:12:59.417186  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417195  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417198  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417204  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417305  733699 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-398275"
	I0929 11:12:59.417334  733699 addons.go:69] Setting registry=true in profile "addons-398275"
	I0929 11:12:59.417344  733699 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-398275"
	I0929 11:12:59.417347  733699 addons.go:238] Setting addon registry=true in "addons-398275"
	I0929 11:12:59.417375  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417668  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417694  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417694  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417706  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417713  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417734  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417816  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.418102  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417143  733699 addons.go:238] Setting addon cloud-spanner=true in "addons-398275"
	I0929 11:12:59.418717  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.417090  733699 addons.go:69] Setting default-storageclass=true in profile "addons-398275"
	I0929 11:12:59.418873  733699 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-398275"
	I0929 11:12:59.419164  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.419205  733699 addons.go:69] Setting volumesnapshots=true in profile "addons-398275"
	I0929 11:12:59.419171  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.417109  733699 addons.go:238] Setting addon inspektor-gadget=true in "addons-398275"
	I0929 11:12:59.417154  733699 addons.go:69] Setting ingress=true in profile "addons-398275"
	I0929 11:12:59.417320  733699 addons.go:69] Setting volcano=true in profile "addons-398275"
	I0929 11:12:59.419316  733699 addons.go:69] Setting storage-provisioner=true in profile "addons-398275"
	I0929 11:12:59.419370  733699 addons.go:69] Setting metrics-server=true in profile "addons-398275"
	I0929 11:12:59.417146  733699 mustload.go:65] Loading cluster: addons-398275
	I0929 11:12:59.419789  733699 out.go:179] * Verifying Kubernetes components...
	I0929 11:12:59.421028  733699 addons.go:238] Setting addon volumesnapshots=true in "addons-398275"
	I0929 11:12:59.421222  733699 addons.go:238] Setting addon storage-provisioner=true in "addons-398275"
	I0929 11:12:59.421265  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.421375  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.421790  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.421969  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.425064  733699 addons.go:238] Setting addon metrics-server=true in "addons-398275"
	I0929 11:12:59.425081  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.425103  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.425119  733699 addons.go:238] Setting addon volcano=true in "addons-398275"
	I0929 11:12:59.425179  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.425191  733699 addons.go:238] Setting addon ingress=true in "addons-398275"
	I0929 11:12:59.425241  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.425585  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.425687  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.425743  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.426272  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.429297  733699 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0929 11:12:59.431123  733699 config.go:182] Loaded profile config "addons-398275": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:12:59.433051  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.465470  733699 out.go:179]   - Using image docker.io/upmcenterprises/registry-creds:1.10
	I0929 11:12:59.467768  733699 addons.go:435] installing /etc/kubernetes/addons/registry-creds-rc.yaml
	I0929 11:12:59.467797  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-creds-rc.yaml (3306 bytes)
	I0929 11:12:59.468470  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.470296  733699 addons.go:238] Setting addon default-storageclass=true in "addons-398275"
	I0929 11:12:59.470345  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.470849  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.487363  733699 addons.go:238] Setting addon storage-provisioner-rancher=true in "addons-398275"
	I0929 11:12:59.487619  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.487445  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0929 11:12:59.488646  733699 out.go:179]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.41
	I0929 11:12:59.489509  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:12:59.492193  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0929 11:12:59.492263  733699 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0929 11:12:59.492326  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.493852  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0929 11:12:59.494161  733699 out.go:179]   - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
	I0929 11:12:59.494261  733699 addons.go:435] installing /etc/kubernetes/addons/deployment.yaml
	I0929 11:12:59.494835  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0929 11:12:59.494904  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.496621  733699 addons.go:435] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I0929 11:12:59.496647  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
	I0929 11:12:59.496707  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.497472  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0929 11:12:59.503572  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0929 11:12:59.507440  733699 out.go:179]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.8.0
	I0929 11:12:59.509589  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0929 11:12:59.513667  733699 addons.go:435] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0929 11:12:59.514532  733699 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0929 11:12:59.514617  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.514890  733699 out.go:179]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0929 11:12:59.515062  733699 out.go:179]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.3
	I0929 11:12:59.515659  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:12:59.516265  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0929 11:12:59.516285  733699 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0929 11:12:59.516341  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.517824  733699 addons.go:435] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0929 11:12:59.517839  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0929 11:12:59.517892  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.527103  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0929 11:12:59.527178  733699 out.go:179]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.44.1
	I0929 11:12:59.528385  733699 addons.go:435] installing /etc/kubernetes/addons/ig-crd.yaml
	I0929 11:12:59.528407  733699 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (14 bytes)
	I0929 11:12:59.528470  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.528641  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0929 11:12:59.530030  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0929 11:12:59.531320  733699 out.go:179]   - Using image docker.io/volcanosh/vc-controller-manager:v1.12.2
	I0929 11:12:59.531349  733699 out.go:179]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0929 11:12:59.532876  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0929 11:12:59.532898  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0929 11:12:59.532978  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.537633  733699 out.go:179]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
	I0929 11:12:59.537975  733699 out.go:179]   - Using image docker.io/volcanosh/vc-scheduler:v1.12.2
	I0929 11:12:59.538955  733699 out.go:179]   - Using image registry.k8s.io/ingress-nginx/controller:v1.13.2
	I0929 11:12:59.540482  733699 out.go:179]   - Using image docker.io/volcanosh/vc-webhook-manager:v1.12.2
	I0929 11:12:59.541716  733699 out.go:179]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0929 11:12:59.541848  733699 out.go:179]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
	I0929 11:12:59.543398  733699 addons.go:435] installing /etc/kubernetes/addons/volcano-deployment.yaml
	I0929 11:12:59.543421  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (498149 bytes)
	I0929 11:12:59.543480  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.547681  733699 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0929 11:12:59.547702  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0929 11:12:59.547763  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.548092  733699 addons.go:435] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0929 11:12:59.548109  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0929 11:12:59.548158  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.550486  733699 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
	I0929 11:12:59.550571  733699 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0929 11:12:59.550668  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.559792  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.562098  733699 out.go:179]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0929 11:12:59.566218  733699 out.go:179]   - Using image docker.io/busybox:stable
	I0929 11:12:59.566520  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.567760  733699 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0929 11:12:59.567782  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0929 11:12:59.567899  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.571268  733699 out.go:179]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.9
	I0929 11:12:59.574676  733699 out.go:179]   - Using image docker.io/registry:3.0.0
	I0929 11:12:59.576433  733699 addons.go:435] installing /etc/kubernetes/addons/registry-rc.yaml
	I0929 11:12:59.576503  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0929 11:12:59.576646  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.582082  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.585840  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.589651  733699 out.go:179]   - Using image docker.io/kicbase/minikube-ingress-dns:0.0.4
	I0929 11:12:59.591353  733699 addons.go:435] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0929 11:12:59.591376  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2889 bytes)
	I0929 11:12:59.592072  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.592110  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.592779  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:12:59.598791  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.604760  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.632782  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.643309  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.647672  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.647808  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.650802  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.650821  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.652642  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:12:59.653577  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	W0929 11:12:59.658921  733699 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0929 11:12:59.658975  733699 retry.go:31] will retry after 354.78745ms: ssh: handshake failed: EOF
	W0929 11:12:59.659222  733699 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0929 11:12:59.659247  733699 retry.go:31] will retry after 140.690497ms: ssh: handshake failed: EOF
	W0929 11:12:59.659337  733699 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0929 11:12:59.659347  733699 retry.go:31] will retry after 223.943791ms: ssh: handshake failed: EOF
	I0929 11:12:59.684198  733699 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0929 11:12:59.684328  733699 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0929 11:12:59.764386  733699 addons.go:435] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0929 11:12:59.764418  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0929 11:12:59.770033  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I0929 11:12:59.772385  733699 addons.go:435] installing /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:12:59.772404  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (15034 bytes)
	I0929 11:12:59.798767  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/registry-creds-rc.yaml
	I0929 11:12:59.799968  733699 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0929 11:12:59.800006  733699 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0929 11:12:59.804653  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:12:59.814580  733699 addons.go:435] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0929 11:12:59.814613  733699 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0929 11:12:59.824372  733699 addons.go:435] installing /etc/kubernetes/addons/registry-svc.yaml
	I0929 11:12:59.824406  733699 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0929 11:12:59.834612  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0929 11:12:59.843044  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0929 11:12:59.854331  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0929 11:12:59.854360  733699 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0929 11:12:59.864010  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0929 11:12:59.874632  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0929 11:12:59.875558  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0929 11:12:59.877000  733699 addons.go:435] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0929 11:12:59.877066  733699 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0929 11:12:59.887012  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
	I0929 11:12:59.888757  733699 addons.go:435] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0929 11:12:59.888778  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0929 11:12:59.899234  733699 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0929 11:12:59.899260  733699 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0929 11:12:59.899728  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0929 11:12:59.899794  733699 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0929 11:12:59.946070  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
	I0929 11:12:59.958177  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0929 11:12:59.988868  733699 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0929 11:12:59.988902  733699 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0929 11:13:00.023824  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0929 11:13:00.030309  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0929 11:13:00.030340  733699 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0929 11:13:00.115179  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0929 11:13:00.115294  733699 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0929 11:13:00.141412  733699 addons.go:435] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0929 11:13:00.141433  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0929 11:13:00.151457  733699 start.go:976] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0929 11:13:00.157081  733699 node_ready.go:35] waiting up to 6m0s for node "addons-398275" to be "Ready" ...
	I0929 11:13:00.165446  733699 node_ready.go:49] node "addons-398275" is "Ready"
	I0929 11:13:00.165491  733699 node_ready.go:38] duration metric: took 8.351543ms for node "addons-398275" to be "Ready" ...
	I0929 11:13:00.165511  733699 api_server.go:52] waiting for apiserver process to appear ...
	I0929 11:13:00.165587  733699 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0929 11:13:00.188323  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0929 11:13:00.188358  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0929 11:13:00.270397  733699 addons.go:435] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0929 11:13:00.270433  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0929 11:13:00.281632  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
	I0929 11:13:00.354029  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0929 11:13:00.354065  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-health-monitor-controller.yaml --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
	I0929 11:13:00.357290  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0929 11:13:00.404916  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0929 11:13:00.432844  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0929 11:13:00.433085  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0929 11:13:00.572960  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0929 11:13:00.573088  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0929 11:13:00.659264  733699 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-398275" context rescaled to 1 replicas
	I0929 11:13:00.690447  733699 addons.go:435] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0929 11:13:00.690570  733699 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0929 11:13:00.779376  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0929 11:13:00.779475  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0929 11:13:00.840276  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0929 11:13:00.842028  733699 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0929 11:13:00.922364  733699 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: (1.117622341s)
	W0929 11:13:00.922442  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget created
	serviceaccount/gadget created
	configmap/gadget created
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role created
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding created
	role.rbac.authorization.k8s.io/gadget-role created
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding created
	daemonset.apps/gadget created
	
	stderr:
	Warning: spec.template.metadata.annotations[container.apparmor.security.beta.kubernetes.io/gadget]: deprecated since v1.30; use the "appArmorProfile" field instead
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:00.922468  733699 retry.go:31] will retry after 348.455519ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget created
	serviceaccount/gadget created
	configmap/gadget created
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role created
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding created
	role.rbac.authorization.k8s.io/gadget-role created
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding created
	daemonset.apps/gadget created
	
	stderr:
	Warning: spec.template.metadata.annotations[container.apparmor.security.beta.kubernetes.io/gadget]: deprecated since v1.30; use the "appArmorProfile" field instead
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:00.922524  733699 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: (1.087882797s)
	I0929 11:13:00.922638  733699 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: (1.079564305s)
	I0929 11:13:00.922690  733699 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: (1.058656636s)
	I0929 11:13:00.922952  733699 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: (1.048289451s)
	I0929 11:13:00.975308  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0929 11:13:00.975332  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0929 11:13:01.038865  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0929 11:13:01.038895  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0929 11:13:01.119582  733699 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0929 11:13:01.119624  733699 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0929 11:13:01.135810  733699 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: (1.260161689s)
	I0929 11:13:01.209446  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0929 11:13:01.271924  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:02.359504  733699 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: (2.472445015s)
	I0929 11:13:02.359655  733699 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: (2.413554416s)
	I0929 11:13:02.359683  733699 addons.go:479] Verifying addon metrics-server=true in "addons-398275"
	I0929 11:13:02.359728  733699 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: (2.401522929s)
	I0929 11:13:02.359745  733699 addons.go:479] Verifying addon registry=true in "addons-398275"
	I0929 11:13:02.360258  733699 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: (2.336403133s)
	I0929 11:13:02.360293  733699 addons.go:479] Verifying addon ingress=true in "addons-398275"
	I0929 11:13:02.360737  733699 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: (2.003424255s)
	I0929 11:13:02.360595  733699 ssh_runner.go:235] Completed: sudo pgrep -xnf kube-apiserver.*minikube.*: (2.194983176s)
	I0929 11:13:02.360857  733699 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: (1.955911652s)
	W0929 11:13:02.360887  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	Warning: unrecognized format "int64"
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0929 11:13:02.360889  733699 api_server.go:72] duration metric: took 2.944041324s to wait for apiserver process to appear ...
	I0929 11:13:02.360902  733699 api_server.go:88] waiting for apiserver healthz status ...
	I0929 11:13:02.360906  733699 retry.go:31] will retry after 170.621269ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	Warning: unrecognized format "int64"
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0929 11:13:02.360925  733699 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0929 11:13:02.360688  733699 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: (2.079001185s)
	I0929 11:13:02.363121  733699 out.go:179] * Verifying registry addon...
	I0929 11:13:02.363213  733699 out.go:179] * Verifying ingress addon...
	I0929 11:13:02.364321  733699 out.go:179] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-398275 service yakd-dashboard -n yakd-dashboard
	
	I0929 11:13:02.366006  733699 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0929 11:13:02.367505  733699 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0929 11:13:02.371444  733699 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0929 11:13:02.372038  733699 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0929 11:13:02.372052  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:02.372482  733699 api_server.go:141] control plane version: v1.34.0
	I0929 11:13:02.372565  733699 api_server.go:131] duration metric: took 11.654376ms to wait for apiserver health ...
	I0929 11:13:02.372588  733699 system_pods.go:43] waiting for kube-system pods to appear ...
	I0929 11:13:02.378874  733699 system_pods.go:59] 17 kube-system pods found
	I0929 11:13:02.379034  733699 system_pods.go:61] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:02.379112  733699 system_pods.go:61] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:02.379127  733699 system_pods.go:61] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:02.379133  733699 system_pods.go:61] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:02.379141  733699 system_pods.go:61] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:02.379148  733699 system_pods.go:61] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:02.379769  733699 system_pods.go:61] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:02.379801  733699 system_pods.go:61] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:02.379810  733699 system_pods.go:61] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:02.379817  733699 system_pods.go:61] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:02.379933  733699 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0929 11:13:02.379948  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:02.379956  733699 system_pods.go:61] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:02.379970  733699 system_pods.go:61] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:02.379979  733699 system_pods.go:61] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:02.379987  733699 system_pods.go:61] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:02.379993  733699 system_pods.go:61] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending
	I0929 11:13:02.380002  733699 system_pods.go:61] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.380110  733699 system_pods.go:61] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:02.380120  733699 system_pods.go:74] duration metric: took 7.513841ms to wait for pod list to return data ...
	I0929 11:13:02.380131  733699 default_sa.go:34] waiting for default service account to be created ...
	I0929 11:13:02.389098  733699 default_sa.go:45] found service account: "default"
	I0929 11:13:02.389127  733699 default_sa.go:55] duration metric: took 8.988725ms for default service account to be created ...
	I0929 11:13:02.389141  733699 system_pods.go:116] waiting for k8s-apps to be running ...
	I0929 11:13:02.472558  733699 system_pods.go:86] 18 kube-system pods found
	I0929 11:13:02.472601  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:02.472613  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:02.472621  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending
	I0929 11:13:02.472629  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:02.472636  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:02.472644  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:02.472650  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:02.472659  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:02.472663  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:02.472669  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:02.472677  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:02.472685  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:02.472693  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:02.472701  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:02.472711  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:02.472719  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.472728  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.472736  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:02.472755  733699 retry.go:31] will retry after 280.25021ms: missing components: kube-dns
	I0929 11:13:02.532177  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0929 11:13:02.602997  733699 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: (1.393492558s)
	I0929 11:13:02.603040  733699 addons.go:479] Verifying addon csi-hostpath-driver=true in "addons-398275"
	I0929 11:13:02.604873  733699 out.go:179] * Verifying csi-hostpath-driver addon...
	I0929 11:13:02.607790  733699 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0929 11:13:02.611415  733699 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0929 11:13:02.611444  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:02.645509  733699 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.373525439s)
	W0929 11:13:02.645574  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:02.645613  733699 retry.go:31] will retry after 193.857153ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:02.759413  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:02.759456  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:02.759468  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:02.759480  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:02.759494  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:02.759507  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:02.759519  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:02.759525  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:02.759537  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:02.759560  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:02.759574  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:02.759579  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:02.759587  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:02.759594  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:02.759605  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:02.759617  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:02.759630  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:02.759640  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:02.759648  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.759657  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:02.759662  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:02.759686  733699 retry.go:31] will retry after 323.919513ms: missing components: kube-dns
	I0929 11:13:02.840647  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:02.893610  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:02.893685  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:03.090409  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:03.090451  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:03.090461  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:03.090471  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:03.090481  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:03.090490  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:03.090501  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:03.090508  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:03.090521  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:03.090530  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:03.090550  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:03.090559  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:03.090566  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:03.090574  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:03.090585  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:03.090593  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:03.090604  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:03.090612  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:03.090622  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:03.090633  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:03.090643  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:03.090662  733699 retry.go:31] will retry after 350.143984ms: missing components: kube-dns
	I0929 11:13:03.112301  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:03.370101  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:03.370432  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:03.472894  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:03.472940  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:03.472955  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:03.472968  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:03.472979  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:03.472988  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:03.472999  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:03.473006  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:03.473024  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:03.473030  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:03.473039  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:03.473044  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:03.473049  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:03.473056  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:03.473064  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:03.473073  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:03.473081  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:03.473087  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:03.473095  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:03.473103  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:03.473109  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:03.473132  733699 retry.go:31] will retry after 549.285943ms: missing components: kube-dns
	I0929 11:13:03.612612  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:03.870568  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:03.870746  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:04.028270  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:04.028322  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:04.028334  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:04.028344  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:04.028351  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:04.028359  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:04.028371  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:04.028381  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:04.028390  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:04.028396  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:04.028404  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:04.028410  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:04.028415  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:04.028423  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:04.028434  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:04.028448  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:04.028459  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:04.028473  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:04.028481  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:04.028489  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:04.028502  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:04.028523  733699 retry.go:31] will retry after 645.95178ms: missing components: kube-dns
	I0929 11:13:04.128042  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:04.370895  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:04.371031  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:04.612267  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:04.680251  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:04.680294  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:04.680309  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:04.680320  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:04.680334  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:04.680351  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:04.680359  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:04.680368  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:04.680376  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:04.680386  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:04.680398  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:04.680406  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:04.680413  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:04.680424  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:04.680432  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:04.680442  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:04.680453  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:04.680463  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:04.680471  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:04.680479  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:04.680483  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:04.680501  733699 retry.go:31] will retry after 584.096042ms: missing components: kube-dns
	I0929 11:13:04.870649  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:04.870702  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:05.112362  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:05.201599  733699 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.669336719s)
	I0929 11:13:05.201677  733699 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.360989139s)
	W0929 11:13:05.201719  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:05.201747  733699 retry.go:31] will retry after 533.757786ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:05.271011  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:05.271050  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:05.271058  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:05.271064  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:05.271069  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:05.271076  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:05.271081  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:05.271086  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:05.271090  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:13:05.271094  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:05.271099  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:05.271102  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:05.271106  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:05.271111  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:05.271116  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:05.271133  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:05.271141  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:05.271148  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:05.271152  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:05.271158  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:05.271161  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:05.271178  733699 retry.go:31] will retry after 1.012446963s: missing components: kube-dns
	I0929 11:13:05.370001  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:05.371047  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:05.611686  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:05.736137  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:05.870338  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:05.870659  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:06.112835  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:06.289293  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:06.289336  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:06.289348  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:06.289358  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:06.289372  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:06.289380  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:06.289401  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:06.289414  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:06.289420  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:06.289425  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:06.289432  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:06.289438  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:06.289451  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:06.289458  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:06.289465  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:06.289470  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:06.289475  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:06.289479  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:06.289486  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:06.289494  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:06.289499  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:06.289520  733699 retry.go:31] will retry after 1.063766139s: missing components: kube-dns
	I0929 11:13:06.388369  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:06.388565  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	W0929 11:13:06.395477  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:06.395504  733699 retry.go:31] will retry after 1.10662306s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:06.612448  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:06.871010  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:06.871146  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:07.112744  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:07.145960  733699 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0929 11:13:07.146030  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:13:07.166921  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:13:07.278054  733699 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0929 11:13:07.300513  733699 addons.go:238] Setting addon gcp-auth=true in "addons-398275"
	I0929 11:13:07.300622  733699 host.go:66] Checking if "addons-398275" exists ...
	I0929 11:13:07.301035  733699 cli_runner.go:164] Run: docker container inspect addons-398275 --format={{.State.Status}}
	I0929 11:13:07.321360  733699 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0929 11:13:07.321415  733699 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-398275
	I0929 11:13:07.339898  733699 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/addons-398275/id_rsa Username:docker}
	I0929 11:13:07.360938  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:07.360980  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:07.360987  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:07.360994  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:07.361001  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:07.361007  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:07.361012  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:13:07.361017  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:07.361021  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:07.361024  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:07.361030  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0929 11:13:07.361036  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:07.361040  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:07.361044  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:07.361051  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:07.361060  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:07.361065  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:07.361072  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:07.361077  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:07.361085  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:07.361091  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:07.361106  733699 retry.go:31] will retry after 1.370670201s: missing components: kube-dns
	I0929 11:13:07.369775  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:07.370276  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:07.435809  733699 out.go:179]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
	I0929 11:13:07.437207  733699 out.go:179]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
	I0929 11:13:07.438422  733699 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0929 11:13:07.438445  733699 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0929 11:13:07.458229  733699 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0929 11:13:07.458264  733699 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0929 11:13:07.479275  733699 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0929 11:13:07.479297  733699 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0929 11:13:07.500581  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0929 11:13:07.502823  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:07.612466  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:07.878632  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:07.879395  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:07.914708  733699 addons.go:479] Verifying addon gcp-auth=true in "addons-398275"
	I0929 11:13:07.916421  733699 out.go:179] * Verifying gcp-auth addon...
	I0929 11:13:07.919084  733699 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0929 11:13:07.932606  733699 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0929 11:13:07.932634  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:08.112713  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	W0929 11:13:08.221498  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:08.221533  733699 retry.go:31] will retry after 1.224978528s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:08.370302  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:08.370362  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:08.422810  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:08.611518  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:08.736764  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:08.736807  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:08.736819  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:08.736830  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:08.736838  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:08.736846  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:08.736853  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:08.736860  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:08.736868  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:08.736874  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:08.736881  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:08.736887  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:08.736897  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:08.736909  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:08.736949  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:08.736963  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:08.736973  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:08.736985  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:08.736997  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:08.737009  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:08.737016  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:08.737041  733699 retry.go:31] will retry after 2.241374299s: missing components: kube-dns
	I0929 11:13:08.869667  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:08.871371  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:08.922606  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:09.112162  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:09.369818  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:09.370777  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:09.422840  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:09.447067  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:09.611351  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:09.869498  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:09.870058  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:09.922138  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	W0929 11:13:10.004449  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:10.004478  733699 retry.go:31] will retry after 2.198905929s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:10.111600  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:10.370293  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:10.370477  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:10.422526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:10.611619  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:10.869877  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:10.870611  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:10.922679  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:10.983364  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:10.983406  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:10.983417  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:10.983431  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:10.983440  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:10.983449  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:10.983455  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:10.983462  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:10.983472  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:10.983477  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:10.983489  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:10.983493  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:10.983496  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:10.983503  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:10.983513  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:10.983562  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:10.983578  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:10.983587  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:10.983611  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:10.983625  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:10.983630  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:10.983654  733699 retry.go:31] will retry after 2.198598101s: missing components: kube-dns
	I0929 11:13:11.111600  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:11.369899  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:11.370332  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:11.422533  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:11.612295  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:11.869862  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:11.870936  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:11.923295  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:12.111437  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:12.204531  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:12.370511  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:12.370562  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:12.422471  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:12.611184  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	W0929 11:13:12.785796  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:12.785840  733699 retry.go:31] will retry after 3.067413925s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:12.870666  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:12.870688  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:12.922745  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:13.112769  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:13.187009  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:13.187048  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:13.187056  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:13.187063  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:13.187068  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:13.187074  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:13.187078  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:13.187082  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:13.187086  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:13.187089  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:13.187094  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:13.187097  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:13.187101  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:13.187106  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:13.187115  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:13.187120  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:13.187125  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:13.187129  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:13.187137  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:13.187143  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:13.187147  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:13.187162  733699 retry.go:31] will retry after 2.991903626s: missing components: kube-dns
	I0929 11:13:13.369854  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:13.370463  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:13.422516  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:13.612705  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:13.870535  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:13.870597  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:13.922470  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:14.111684  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:14.370433  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:14.370453  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:14.422370  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:14.611774  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:14.869105  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:14.870863  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:14.922691  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:15.111824  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:15.370042  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:15.370583  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:15.422853  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:15.611076  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:15.854333  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:15.870841  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:15.870912  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:15.922801  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:16.111018  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:16.184344  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:16.184379  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:16.184391  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:16.184398  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:16.184403  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:16.184408  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:16.184412  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:16.184418  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:16.184421  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:16.184424  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:16.184427  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:16.184431  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:16.184436  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:16.184444  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:16.184453  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:16.184460  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:16.184471  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:16.184490  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:16.184502  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:16.184508  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:16.184513  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:16.184533  733699 retry.go:31] will retry after 4.250789786s: missing components: kube-dns
	I0929 11:13:16.370704  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:16.371021  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	W0929 11:13:16.421821  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:16.421858  733699 retry.go:31] will retry after 2.532848368s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:16.422877  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:16.611226  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:16.870107  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:16.871973  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:16.922226  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:17.111343  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:17.370164  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:17.370249  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:17.422138  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:17.612052  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:17.870793  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:17.870846  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:17.922952  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:18.111340  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:18.369703  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:18.371348  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:18.422475  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:18.611619  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:18.870616  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:18.870638  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:18.922577  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:18.955672  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:19.111708  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:19.369847  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:19.370323  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:19.422639  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	W0929 11:13:19.523463  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:19.523492  733699 retry.go:31] will retry after 5.438693911s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:19.612185  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:19.870222  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:19.870240  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:19.921925  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:20.111657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:20.370112  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:20.370403  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:20.422794  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:20.440129  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:20.440168  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:20.440176  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:20.440184  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:20.440190  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:20.440195  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:20.440200  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:20.440205  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:20.440209  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:20.440212  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:20.440216  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:20.440219  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:20.440225  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:20.440233  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:20.440242  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:20.440248  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:20.440253  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:20.440263  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:20.440269  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:20.440277  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:20.440280  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:20.440297  733699 retry.go:31] will retry after 5.507870237s: missing components: kube-dns
	I0929 11:13:20.611675  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:20.869874  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:20.870368  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:20.922331  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:21.111514  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:21.369404  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:21.370149  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:21.422107  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:21.611611  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:21.869768  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:21.870426  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:21.922307  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:22.111617  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:22.369824  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:22.370252  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:22.422219  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:22.611861  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:22.872201  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:22.872207  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:22.922732  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:23.112375  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:23.369359  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:23.370942  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:23.422824  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:23.611107  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:23.869910  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:23.870883  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:23.922560  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:24.111887  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:24.370646  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:24.370674  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:24.422955  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:24.611306  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:24.870312  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:24.870358  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:24.922008  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:24.963126  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:25.111883  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:25.369099  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:25.370601  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:25.422407  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	W0929 11:13:25.523598  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:25.523629  733699 retry.go:31] will retry after 6.477494236s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:25.612399  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:25.869846  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:25.871145  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:25.922007  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:25.953596  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:25.953632  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:25.953641  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:25.953650  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:25.953657  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:25.953663  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:25.953668  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:25.953672  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:25.953676  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:25.953679  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:25.953683  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:25.953687  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:25.953690  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:25.953695  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:25.953700  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:25.953705  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:25.953711  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:25.953717  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:25.953723  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:25.953728  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:25.953734  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:25.953749  733699 retry.go:31] will retry after 6.353743075s: missing components: kube-dns
	I0929 11:13:26.111537  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:26.369747  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:26.370288  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:26.422484  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:26.611659  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:26.870310  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:26.870347  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:26.922122  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:27.111311  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:27.369850  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:27.370411  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:27.422366  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:27.611571  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:27.870455  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:27.870510  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:27.922696  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:28.111898  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:28.369843  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:28.370574  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:28.422669  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:28.612192  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:28.870419  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:28.870430  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:28.922427  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:29.111592  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:29.369810  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:29.370408  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:29.422419  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:29.611862  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:29.870195  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:29.870410  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:29.922157  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:30.111273  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:30.369235  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:30.370907  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:30.422976  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:30.611293  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:30.869907  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:30.870945  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:30.922822  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:31.111177  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:31.369650  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:31.370990  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:31.422973  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:31.611391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:31.870015  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:31.870015  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:31.922875  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:32.002142  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:32.112794  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:32.312402  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:32.312437  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:32.312446  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:32.312453  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:32.312461  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:32.312467  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:32.312472  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:32.312476  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:32.312479  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:32.312484  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:32.312491  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:32.312494  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:32.312499  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:32.312504  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:32.312514  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:32.312520  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:32.312525  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:32.312533  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:32.312538  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:32.312561  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:32.312565  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:32.312581  733699 retry.go:31] will retry after 7.763209894s: missing components: kube-dns
	I0929 11:13:32.369814  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:32.370204  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:32.423643  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	W0929 11:13:32.572167  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:32.572218  733699 retry.go:31] will retry after 8.69308s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:32.611502  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:32.869851  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:32.871017  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:32.923172  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:33.111828  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:33.370014  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:33.370507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:33.422783  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:33.612563  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:33.870729  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:33.870779  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:33.922473  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:34.111451  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:34.369806  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:34.370064  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:34.423138  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:34.611378  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:34.870635  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:34.870702  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:34.922513  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:35.111683  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:35.370039  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:35.370271  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:35.422152  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:35.611535  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:35.870133  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:35.870198  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:35.923076  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:36.111282  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:36.369556  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:36.371115  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:36.423121  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:36.611479  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:36.870107  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:36.870378  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:36.922504  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:37.111772  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:37.369911  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:37.370128  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:37.423249  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:37.611785  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:37.870404  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:37.870450  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:37.921983  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:38.111056  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:38.369193  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:38.371184  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:38.423057  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:38.611410  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:38.870298  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:38.870300  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:38.922278  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:39.111675  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:39.369827  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:39.370025  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:39.422654  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:39.612327  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:39.869959  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:39.869995  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:39.922749  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:40.080878  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:40.080913  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:40.080927  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:40.080936  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:40.080941  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0929 11:13:40.080946  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:40.080950  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:40.080953  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:40.080957  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:40.080960  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:40.080964  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:40.080967  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:40.080970  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:40.080975  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:40.080982  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:40.080987  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:40.080993  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:40.080998  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:40.081003  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:40.081012  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:40.081016  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:40.081033  733699 retry.go:31] will retry after 7.029376147s: missing components: kube-dns
	I0929 11:13:40.111673  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:40.369880  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:40.370258  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:40.422553  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:40.611913  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:40.870645  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:40.870690  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:40.922953  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:41.111505  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:41.265629  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:13:41.369938  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:41.370421  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:41.422580  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:41.611419  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:41.871556  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:41.872490  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	W0929 11:13:41.908219  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:41.908261  733699 retry.go:31] will retry after 19.165782941s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:13:41.971391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:42.112127  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:42.369606  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:42.370799  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:42.422772  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:42.612013  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:42.869741  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:42.870806  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:42.922836  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:43.111481  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:43.370081  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:43.370186  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:43.422447  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:43.611686  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:43.870276  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:43.870422  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:43.922260  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:44.111920  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:44.370253  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:44.370597  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:44.422903  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:44.611140  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:44.870383  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:44.870519  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:44.971403  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:45.112230  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:45.370146  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:45.371528  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:45.422756  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:45.611641  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:45.873477  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:45.873676  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:45.933353  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:46.112010  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:46.370639  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:46.370829  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:46.422874  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:46.611439  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:46.870322  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:46.870396  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:46.942188  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:47.111660  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:47.114926  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:47.114960  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:47.114967  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0929 11:13:47.114994  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0929 11:13:47.114998  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Running
	I0929 11:13:47.115004  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:47.115009  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:47.115013  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:47.115017  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:47.115020  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:47.115026  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:47.115029  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:47.115033  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:47.115037  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0929 11:13:47.115047  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:47.115052  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:47.115057  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:47.115063  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:47.115067  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:47.115074  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0929 11:13:47.115078  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:47.115098  733699 retry.go:31] will retry after 9.358850906s: missing components: kube-dns
	I0929 11:13:47.370010  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:47.370398  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:47.422507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:47.611896  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:47.870819  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:47.871334  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:47.946735  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:48.176606  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:48.370320  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:48.371137  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:48.423193  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:48.711609  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:48.870024  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:48.870470  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:48.923005  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:49.111967  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:49.370089  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:49.370686  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:49.422735  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:49.612519  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:49.870213  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:49.870341  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:49.967363  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:50.112190  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:50.369579  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:50.371400  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:50.422448  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:50.611947  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:50.870729  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:50.870748  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:50.922783  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:51.112212  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:51.368956  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:51.370654  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:51.423081  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:51.612081  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:51.871194  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:51.871496  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:51.922109  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:52.167526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:52.371719  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:52.371719  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:52.475852  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:52.612426  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:52.870150  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:52.870264  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:52.970585  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:53.112382  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:53.370416  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:53.370507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:53.422794  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:53.612399  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:53.870582  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:53.870712  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:53.970434  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:54.114298  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:54.369923  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:54.370327  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:54.422604  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:54.611763  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:54.871026  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:54.871082  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:54.923592  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:55.112341  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:55.370230  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:55.370362  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:55.422732  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:55.659643  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:55.870397  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:55.870452  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:55.922820  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:56.113986  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:56.369836  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:56.370425  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:56.422699  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:56.479125  733699 system_pods.go:86] 20 kube-system pods found
	I0929 11:13:56.479181  733699 system_pods.go:89] "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
	I0929 11:13:56.479191  733699 system_pods.go:89] "coredns-66bc5c9577-8cjs7" [1999e18f-c9ae-4caf-9028-3cebf6b875f4] Running
	I0929 11:13:56.479201  733699 system_pods.go:89] "csi-hostpath-attacher-0" [5a740b80-b2cf-4c8e-b164-1311cf134855] Running
	I0929 11:13:56.479207  733699 system_pods.go:89] "csi-hostpath-resizer-0" [56fbfc6e-7314-417b-99c7-34ee0a3d97a2] Running
	I0929 11:13:56.479215  733699 system_pods.go:89] "csi-hostpathplugin-k8855" [344b2b9f-30fc-4326-b2ad-5f1900eb01d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0929 11:13:56.479224  733699 system_pods.go:89] "etcd-addons-398275" [621ba74f-2add-4bf1-8ae3-2626c922c17e] Running
	I0929 11:13:56.479231  733699 system_pods.go:89] "kindnet-ntsc6" [9d05da21-8262-4779-b74b-6ce3970ad417] Running
	I0929 11:13:56.479240  733699 system_pods.go:89] "kube-apiserver-addons-398275" [e63ccb01-06e4-4101-8763-c599d3e4dbe5] Running
	I0929 11:13:56.479246  733699 system_pods.go:89] "kube-controller-manager-addons-398275" [4f42d7ad-fc72-4b97-991b-9a178aa07d3d] Running
	I0929 11:13:56.479252  733699 system_pods.go:89] "kube-ingress-dns-minikube" [07bf1118-3130-4bba-a046-9c9fe79958fb] Running
	I0929 11:13:56.479255  733699 system_pods.go:89] "kube-proxy-7km4n" [f82c19a3-46c7-42df-b1d5-4f73847ee339] Running
	I0929 11:13:56.479259  733699 system_pods.go:89] "kube-scheduler-addons-398275" [12d0ace2-20ba-4b56-a75b-f39dfba9324b] Running
	I0929 11:13:56.479265  733699 system_pods.go:89] "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Running
	I0929 11:13:56.479271  733699 system_pods.go:89] "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0929 11:13:56.479279  733699 system_pods.go:89] "registry-66898fdd98-dt8xj" [7c0152f9-f483-4295-baec-3bf986eab6c6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0929 11:13:56.479287  733699 system_pods.go:89] "registry-creds-764b6fb674-v7dvw" [9ae2bea5-2e19-4ead-b698-1ce926e0b3f6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
	I0929 11:13:56.479292  733699 system_pods.go:89] "registry-proxy-6n6m9" [ac0f6335-cc31-498c-98f5-7b8fd9965bc6] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0929 11:13:56.479302  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-b88wx" [a4d88791-818d-4357-81e9-c06008dbca16] Running
	I0929 11:13:56.479313  733699 system_pods.go:89] "snapshot-controller-7d9fbc56b8-vvz4n" [3db7722b-a10e-4e23-935d-ad3b8d58d115] Running
	I0929 11:13:56.479319  733699 system_pods.go:89] "storage-provisioner" [320e5e2d-b6da-48cf-af80-70257f0ee28f] Running
	I0929 11:13:56.479333  733699 system_pods.go:126] duration metric: took 54.09018411s to wait for k8s-apps to be running ...
	I0929 11:13:56.479350  733699 system_svc.go:44] waiting for kubelet service to be running ....
	I0929 11:13:56.479406  733699 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0929 11:13:56.494186  733699 system_svc.go:56] duration metric: took 14.814595ms WaitForService to wait for kubelet
	I0929 11:13:56.494222  733699 kubeadm.go:578] duration metric: took 57.077375514s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0929 11:13:56.494249  733699 node_conditions.go:102] verifying NodePressure condition ...
	I0929 11:13:56.497940  733699 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
	I0929 11:13:56.497979  733699 node_conditions.go:123] node cpu capacity is 8
	I0929 11:13:56.497999  733699 node_conditions.go:105] duration metric: took 3.74288ms to run NodePressure ...
	I0929 11:13:56.498021  733699 start.go:241] waiting for startup goroutines ...
	I0929 11:13:56.611522  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:56.870213  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:56.870219  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:56.922051  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:57.112023  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:57.369778  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:57.370156  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:57.422267  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:57.611894  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:57.870697  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:57.870724  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:57.922276  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:58.111896  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:58.370315  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:58.370730  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:58.422680  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:58.611980  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:58.869683  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:58.871062  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:58.923578  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:59.111706  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:59.370464  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:59.370491  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:59.423087  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:13:59.611741  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:13:59.870357  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:13:59.870416  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:13:59.922510  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:00.112019  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:00.370503  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:00.370750  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:00.423322  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:00.611949  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:00.870631  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:00.870669  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:00.923055  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:01.074231  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:14:01.112391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:01.369133  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:01.370903  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:01.422945  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:01.612423  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	W0929 11:14:01.759855  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:14:01.759894  733699 retry.go:31] will retry after 34.077344362s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	I0929 11:14:01.871142  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:01.871148  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:01.923352  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:02.113103  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:02.369515  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:02.371090  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:02.423481  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:02.612590  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:02.870384  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:02.870638  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:02.923232  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:03.112112  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:03.370221  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:03.371097  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:03.423448  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:03.612042  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:03.870284  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:03.870528  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:03.923143  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:04.111616  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:04.410026  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:04.410197  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:04.422120  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:04.630961  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:04.869372  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:04.871445  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:04.922439  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:05.111988  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:05.370603  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:05.370646  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:05.422622  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:05.612381  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:05.869601  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:05.870885  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:05.969967  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:06.112050  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:06.370667  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:06.370673  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:06.422924  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:06.611657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:06.869683  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:06.870117  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:06.923134  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:07.112078  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:07.369703  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:07.370511  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:07.422345  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:07.612340  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:07.870062  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:07.871662  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:07.970103  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:08.111470  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:08.370141  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:08.370171  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:08.422714  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:08.611943  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:08.870573  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:08.870610  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:08.922805  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:09.111890  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:09.370993  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:09.371017  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:09.423300  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:09.612136  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:09.869848  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:09.871325  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:09.922787  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:10.112410  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:10.369599  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:10.370345  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:10.422443  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:10.612103  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:10.870726  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:10.871292  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:10.922235  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:11.112042  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:11.370301  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:11.370815  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:11.422715  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:11.612211  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:11.870223  733699 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0929 11:14:11.871036  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:11.971089  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:12.116118  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:12.369673  733699 kapi.go:107] duration metric: took 1m10.003662891s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0929 11:14:12.370832  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:12.469737  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:12.612415  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:12.969526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:12.969685  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:13.112384  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:13.372466  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:13.422191  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:13.611507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:13.871132  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:13.923269  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:14.111446  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:14.371862  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:14.423153  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:14.611979  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:14.871977  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:14.922525  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0929 11:14:15.112085  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:15.371457  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:15.472004  733699 kapi.go:107] duration metric: took 1m7.552917632s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0929 11:14:15.475061  733699 out.go:179] * Your GCP credentials will now be mounted into every pod created in the addons-398275 cluster.
	I0929 11:14:15.476355  733699 out.go:179] * If you don't want your credentials mounted into a specific pod, add a label with the `gcp-auth-skip-secret` key to your pod configuration.
	I0929 11:14:15.477638  733699 out.go:179] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0929 11:14:15.611493  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:15.870566  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:16.111953  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0929 11:14:16.371414  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:16.611826  733699 kapi.go:107] duration metric: took 1m14.00403754s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0929 11:14:16.870771  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:17.371037  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:17.872063  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:18.371876  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:18.872021  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:19.372134  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:19.870950  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:20.372344  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:20.871247  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:21.370615  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:21.871798  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:22.371290  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:22.871087  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:23.372134  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:23.871842  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:24.371852  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:24.871368  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:25.370485  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:25.871072  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:26.371907  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:26.871447  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:27.370743  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:27.871228  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:28.371059  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:28.871863  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:29.371210  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:29.871203  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:30.370956  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:30.871634  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:31.373324  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:31.871155  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:32.371196  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:32.870813  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:33.371641  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:33.871198  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:34.372153  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:34.870728  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:35.371292  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:35.837689  733699 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0929 11:14:35.871824  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:36.371770  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	W0929 11:14:36.399019  733699 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	W0929 11:14:36.399146  733699 out.go:285] ! Enabling 'inspektor-gadget' returned an error: running callbacks: [sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
	stdout:
	namespace/gadget unchanged
	serviceaccount/gadget unchanged
	configmap/gadget unchanged
	clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
	clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
	role.rbac.authorization.k8s.io/gadget-role unchanged
	rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
	daemonset.apps/gadget configured
	
	stderr:
	error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
	]
	I0929 11:14:36.871712  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:37.371039  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:37.871938  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:38.371336  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:38.870391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:39.371014  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:39.871646  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:40.371402  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:40.870596  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:41.370800  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:41.871926  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:42.372003  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:42.872368  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:43.371343  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:43.871002  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:44.371934  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:44.872000  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:45.371646  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:45.871130  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:46.371682  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:46.871639  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:47.371188  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:47.872061  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:48.372263  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:48.870483  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:49.370892  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:49.871850  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:50.371813  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:50.871426  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:51.370833  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:51.871565  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:52.371250  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:52.871203  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:53.372001  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:53.871710  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:54.371621  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:54.871343  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:55.370859  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:55.872057  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:56.372039  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:56.871974  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:57.371455  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:57.871001  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:58.372101  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:58.872110  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:59.371369  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:14:59.871459  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:00.371183  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:00.871132  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:01.370497  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:01.871185  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:02.372370  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:02.871235  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:03.371150  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:03.871638  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:04.371757  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:04.871902  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:05.371756  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:05.871606  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:06.371631  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:06.871537  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:07.371382  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:07.871333  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:08.371018  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:08.872174  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:09.370995  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:09.872400  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:10.371523  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:10.870657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:11.371336  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:11.871886  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:12.371942  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:12.871378  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:13.371050  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:13.872116  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:14.372140  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:14.872478  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:15.371137  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:15.870709  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:16.371407  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:16.871358  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:17.371334  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:17.871465  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:18.371277  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:18.870424  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:19.371193  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:19.871332  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:20.371487  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:20.871237  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:21.371074  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:21.871823  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:22.371672  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:22.871414  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:23.371037  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:23.871596  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:24.371386  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:24.871748  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:25.370923  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:25.871752  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:26.371682  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:26.871213  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:27.370586  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:27.871347  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:28.371098  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:28.872127  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:29.372071  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:29.871029  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:30.372195  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:30.871598  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:31.370491  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:31.870902  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:32.371807  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:32.871864  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:33.371526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:33.871146  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:34.372255  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:34.870752  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:35.371476  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:35.871508  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:36.371287  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:36.870814  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:37.371225  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:37.871249  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:38.371291  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:38.871086  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:39.371771  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:39.872210  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:40.371786  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:40.871180  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:41.370592  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:41.870496  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:42.371238  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:42.871115  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:43.371822  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:43.871424  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:44.372779  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:44.871107  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:45.372112  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:45.872107  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:46.371842  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:46.871340  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:47.370826  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:47.871757  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:48.371852  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:48.871474  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:49.370875  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:49.872246  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:50.371734  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:50.871678  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:51.370696  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:51.871769  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:52.371366  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:52.870767  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:53.371386  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:53.870754  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:54.370950  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:54.871350  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:55.370684  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:55.871501  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:56.370902  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:56.872019  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:57.370737  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:57.871597  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:58.371409  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:58.870982  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:59.371432  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:15:59.871497  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:00.371005  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:00.872206  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:01.371575  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:01.871029  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:02.371349  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:02.871267  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:03.371037  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:03.872324  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:04.370643  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:04.871933  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:05.371351  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:05.871052  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:06.371316  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:06.871626  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:07.370922  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:07.871726  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:08.370897  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:08.871932  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:09.371441  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:09.871884  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:10.371483  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:10.871641  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:11.370969  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:11.872405  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:12.370470  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:12.870192  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:13.372044  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:13.871749  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:14.370944  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:14.871805  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:15.371345  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:15.871366  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:16.370741  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:16.871761  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:17.370931  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:17.871601  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:18.371435  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:18.870571  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:19.370770  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:19.871985  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:20.371593  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:20.871317  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:21.370597  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:21.871684  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:22.370908  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:22.871575  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:23.371495  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:23.870668  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:24.370752  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:24.871893  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:25.371268  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:25.870980  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:26.371999  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:26.872039  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:27.371447  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:27.871287  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:28.371643  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:28.872843  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:29.371847  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:29.871394  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:30.370958  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:30.871644  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:31.371256  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:31.870439  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:32.371106  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:32.871764  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:33.372507  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:33.871809  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:34.371501  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:34.871693  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:35.371496  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:35.871634  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:36.371721  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:36.871893  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:37.370808  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:37.872050  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:38.371284  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:38.871219  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:39.371167  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:39.871655  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:40.371256  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:40.871655  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:41.370952  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:41.871487  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:42.370727  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:42.871368  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:43.371367  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:43.870654  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:44.371060  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:44.870562  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:45.370991  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:45.872240  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:46.371870  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:46.871835  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:47.371371  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:47.871290  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:48.370927  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:48.871688  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:49.371252  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:49.870903  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:50.371427  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:50.871384  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:51.370471  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:51.871108  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:52.370954  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:52.870770  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:53.371690  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:53.871302  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:54.370916  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:54.871887  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:55.371615  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:55.871164  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:56.371840  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:56.871950  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:57.372296  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:57.871487  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:58.371679  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:58.871775  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:59.371378  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:16:59.872092  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:00.370533  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:00.872321  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:01.370638  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:01.871852  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:02.371653  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:02.871586  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:03.371905  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:03.870611  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:04.371276  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:04.871301  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:05.371356  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:05.871743  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:06.371776  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:06.872276  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:07.371179  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:07.871339  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:08.371615  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:08.871824  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:09.371656  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:09.871326  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:10.371313  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:10.871813  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:11.371880  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:11.871813  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:12.371469  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:12.870725  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:13.371714  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:13.871778  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:14.371711  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:14.871919  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:15.370437  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:15.871109  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:16.370766  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:16.872306  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:17.370588  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:17.872279  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:18.371019  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:18.871182  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:19.371098  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:19.871722  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:20.371233  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:20.871266  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:21.371140  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:21.870890  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:22.371489  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:22.873038  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:23.372157  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:23.871034  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:24.370678  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:24.871294  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:25.370676  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:25.871934  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:26.371966  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:26.871152  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:27.370941  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:27.870872  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:28.371888  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:28.870862  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:29.371640  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:29.871836  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:30.371426  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:30.871170  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:31.370584  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:31.870935  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:32.370423  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:32.870237  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:33.371231  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:33.870237  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:34.370640  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:34.871524  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:35.371497  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:35.871494  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:36.371243  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:36.871101  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:37.370662  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:37.871632  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:38.371731  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:38.871645  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:39.372084  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:39.871254  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:40.371995  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:40.871154  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:41.370910  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:41.871251  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:42.370931  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:42.872036  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:43.371288  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:43.871231  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:44.371097  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:44.872463  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:45.371139  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:45.870569  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:46.371153  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:46.871398  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:47.370812  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:47.871657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:48.371924  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:48.872065  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:49.370574  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:49.872269  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:50.371386  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:50.871321  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:51.370432  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:51.871080  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:52.370970  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:52.870994  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:53.373657  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:53.871647  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:54.371167  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:54.870925  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:55.371290  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:55.870908  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:56.371433  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:56.870734  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:57.371624  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:57.871403  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:58.371296  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:58.870270  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:59.370711  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:17:59.870391  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:00.371483  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:00.871504  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:01.371442  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:01.871814  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:02.371467  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:02.871106  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:03.371045  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:03.871312  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:04.371118  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:04.871881  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:05.372479  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:05.871519  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:06.371361  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:06.871097  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:07.371246  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:07.871663  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:08.370988  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:08.871220  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:09.371153  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:09.871341  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:10.370967  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:10.870816  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:11.372514  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:11.871160  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:12.370901  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:12.870951  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:13.370745  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:13.871863  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:14.371682  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:14.871822  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:15.371907  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:15.871442  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:16.371150  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:16.871127  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:17.371671  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:17.871918  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:18.371747  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:18.872038  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:19.371231  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:19.871062  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:20.370734  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:20.871805  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:21.371408  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:21.871498  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:22.371229  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:22.870438  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:23.371409  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:23.871010  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:24.370617  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:24.871224  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:25.371566  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:25.871204  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:26.370526  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:26.871202  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:27.371157  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:27.871152  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:28.371084  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:28.871064  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:29.371189  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:29.871208  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:30.370859  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:30.870919  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:31.372054  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:31.871063  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:32.370776  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:32.871409  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:33.371679  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:33.872024  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:34.370589  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:34.871013  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:35.370946  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:35.870766  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:36.371297  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:36.870662  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:37.373044  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:37.870953  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:38.371298  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:38.871121  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:39.370515  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:39.871053  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:40.370713  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:40.871714  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:41.371677  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:41.871745  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:42.371416  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:42.871222  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:43.371483  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:43.871619  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:44.371096  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:44.871773  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:45.371799  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:45.872034  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:46.370855  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:46.872464  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:47.372424  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:47.871328  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:48.371237  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:48.871258  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:49.371020  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:49.871221  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:50.371104  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:50.871132  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:51.371312  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:51.871424  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:52.370942  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:52.870884  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:53.371764  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:53.872075  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:54.370466  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:54.871252  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:55.371085  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:55.870623  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:56.371147  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:56.871134  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:57.371218  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:57.871401  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:58.371613  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:58.871616  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:59.372118  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:18:59.870839  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:00.371346  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:00.871371  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:01.370856  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:01.872342  733699 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0929 11:19:02.367888  733699 kapi.go:81] temporary error: getting Pods with label selector "kubernetes.io/minikube-addons=registry" : [client rate limiter Wait returned an error: context deadline exceeded]
	I0929 11:19:02.367923  733699 kapi.go:107] duration metric: took 6m0.000423252s to wait for kubernetes.io/minikube-addons=registry ...
	W0929 11:19:02.368055  733699 out.go:285] ! Enabling 'registry' returned an error: running callbacks: [waiting for kubernetes.io/minikube-addons=registry pods: context deadline exceeded]
	I0929 11:19:02.369776  733699 out.go:179] * Enabled addons: amd-gpu-device-plugin, registry-creds, cloud-spanner, storage-provisioner, nvidia-device-plugin, default-storageclass, storage-provisioner-rancher, volcano, metrics-server, ingress-dns, yakd, volumesnapshots, ingress, gcp-auth, csi-hostpath-driver
	I0929 11:19:02.371183  733699 addons.go:514] duration metric: took 6m2.954288088s for enable addons: enabled=[amd-gpu-device-plugin registry-creds cloud-spanner storage-provisioner nvidia-device-plugin default-storageclass storage-provisioner-rancher volcano metrics-server ingress-dns yakd volumesnapshots ingress gcp-auth csi-hostpath-driver]
	I0929 11:19:02.371237  733699 start.go:246] waiting for cluster config update ...
	I0929 11:19:02.371266  733699 start.go:255] writing updated cluster config ...
	I0929 11:19:02.371624  733699 ssh_runner.go:195] Run: rm -f paused
	I0929 11:19:02.376301  733699 pod_ready.go:37] extra waiting up to 4m0s for all "kube-system" pods having one of [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] labels to be "Ready" ...
	I0929 11:19:02.379822  733699 pod_ready.go:83] waiting for pod "coredns-66bc5c9577-8cjs7" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.384626  733699 pod_ready.go:94] pod "coredns-66bc5c9577-8cjs7" is "Ready"
	I0929 11:19:02.384649  733699 pod_ready.go:86] duration metric: took 4.80269ms for pod "coredns-66bc5c9577-8cjs7" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.386725  733699 pod_ready.go:83] waiting for pod "etcd-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.390929  733699 pod_ready.go:94] pod "etcd-addons-398275" is "Ready"
	I0929 11:19:02.390957  733699 pod_ready.go:86] duration metric: took 4.210827ms for pod "etcd-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.392917  733699 pod_ready.go:83] waiting for pod "kube-apiserver-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.396856  733699 pod_ready.go:94] pod "kube-apiserver-addons-398275" is "Ready"
	I0929 11:19:02.396882  733699 pod_ready.go:86] duration metric: took 3.942665ms for pod "kube-apiserver-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.398878  733699 pod_ready.go:83] waiting for pod "kube-controller-manager-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.781099  733699 pod_ready.go:94] pod "kube-controller-manager-addons-398275" is "Ready"
	I0929 11:19:02.781129  733699 pod_ready.go:86] duration metric: took 382.230324ms for pod "kube-controller-manager-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:02.981364  733699 pod_ready.go:83] waiting for pod "kube-proxy-7km4n" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:03.381087  733699 pod_ready.go:94] pod "kube-proxy-7km4n" is "Ready"
	I0929 11:19:03.381116  733699 pod_ready.go:86] duration metric: took 399.725198ms for pod "kube-proxy-7km4n" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:03.581426  733699 pod_ready.go:83] waiting for pod "kube-scheduler-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:03.980437  733699 pod_ready.go:94] pod "kube-scheduler-addons-398275" is "Ready"
	I0929 11:19:03.980473  733699 pod_ready.go:86] duration metric: took 399.01244ms for pod "kube-scheduler-addons-398275" in "kube-system" namespace to be "Ready" or be gone ...
	I0929 11:19:03.980487  733699 pod_ready.go:40] duration metric: took 1.604154845s for extra waiting for all "kube-system" pods having one of [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] labels to be "Ready" ...
	I0929 11:19:04.031838  733699 start.go:623] kubectl: 1.34.1, cluster: 1.34.0 (minor skew: 0)
	I0929 11:19:04.033978  733699 out.go:179] * Done! kubectl is now configured to use "addons-398275" cluster and "default" namespace by default
	
	
	==> container status <==
	CONTAINER           IMAGE               CREATED             STATE               NAME                                     ATTEMPT             POD ID              POD
	f408d00c793a2       56cc512116c8f       2 minutes ago       Running             busybox                                  0                   26e27bacc023f       busybox
	891ec105b3e42       738351fd438f0       19 minutes ago      Running             csi-snapshotter                          0                   5674981c7886f       csi-hostpathplugin-k8855
	0c1db2b1b32d3       931dbfd16f87c       19 minutes ago      Running             csi-provisioner                          0                   5674981c7886f       csi-hostpathplugin-k8855
	4c9801fafbf3f       1bec18b3728e7       19 minutes ago      Running             controller                               0                   1c84f6bdd85a1       ingress-nginx-controller-9cc49f96f-fwsqt
	e978268bf5c9a       e899260153aed       19 minutes ago      Running             liveness-probe                           0                   5674981c7886f       csi-hostpathplugin-k8855
	b4d152aa2945f       b1c9f9ef5f0c2       19 minutes ago      Running             registry-proxy                           0                   46314b64daea9       registry-proxy-6n6m9
	a45045d65aa75       8c217da6734db       19 minutes ago      Exited              patch                                    2                   7d8a247252ae1       ingress-nginx-admission-patch-vm8qt
	af4634a29fe29       e255e073c508c       19 minutes ago      Running             hostpath                                 0                   5674981c7886f       csi-hostpathplugin-k8855
	8ba4a1be2e52a       8c217da6734db       19 minutes ago      Exited              create                                   0                   9d862bfada74d       ingress-nginx-admission-create-n5gtc
	c6435a29a4eab       88ef14a257f42       19 minutes ago      Running             node-driver-registrar                    0                   5674981c7886f       csi-hostpathplugin-k8855
	6bf89e32a2060       a1ed5895ba635       19 minutes ago      Running             csi-external-health-monitor-controller   0                   5674981c7886f       csi-hostpathplugin-k8855
	074e8b8a4889f       e16d1e3a10667       19 minutes ago      Running             local-path-provisioner                   0                   cca15f686df43       local-path-provisioner-648f6765c9-hlkpl
	d26f9f2d2ced4       59cbb42146a37       19 minutes ago      Running             csi-attacher                             0                   807153e820605       csi-hostpath-attacher-0
	57ad61f33ba3f       b9e1e3849e070       19 minutes ago      Running             metrics-server                           0                   fa6a1d3cbe027       metrics-server-85b7d694d7-fz82z
	fe6a462d05fe3       aa61ee9c70bc4       19 minutes ago      Running             volume-snapshot-controller               0                   de9d74f4522e3       snapshot-controller-7d9fbc56b8-vvz4n
	7cb4515af6010       52546a367cc9e       19 minutes ago      Running             coredns                                  0                   92d172380fb07       coredns-66bc5c9577-8cjs7
	057331246fd74       aa61ee9c70bc4       19 minutes ago      Running             volume-snapshot-controller               0                   5d448880c4b2c       snapshot-controller-7d9fbc56b8-b88wx
	daf6b50236ef1       19a639eda60f0       19 minutes ago      Running             csi-resizer                              0                   0d5c89fbf4411       csi-hostpath-resizer-0
	5448ee8772c9f       9660a1727a977       19 minutes ago      Running             gadget                                   0                   58732ae3a24a7       gadget-p4d27
	d187c07409f92       b6ab53fbfedaa       20 minutes ago      Running             minikube-ingress-dns                     0                   85e7d0defe4ae       kube-ingress-dns-minikube
	eb5bda3321e24       6e38f40d628db       20 minutes ago      Running             storage-provisioner                      0                   24535cefdde54       storage-provisioner
	c7c21e3451ae9       409467f978b4a       20 minutes ago      Running             kindnet-cni                              0                   dfd09726e4e2f       kindnet-ntsc6
	ada769fbe0fef       df0860106674d       20 minutes ago      Running             kube-proxy                               0                   a3c1b74cb9ea7       kube-proxy-7km4n
	a15df76019cf8       a0af72f2ec6d6       20 minutes ago      Running             kube-controller-manager                  0                   fe44f7246ca21       kube-controller-manager-addons-398275
	c4fa96de22ef4       46169d968e920       20 minutes ago      Running             kube-scheduler                           0                   fd598c54febd4       kube-scheduler-addons-398275
	5b744a5b5c34c       90550c43ad2bc       20 minutes ago      Running             kube-apiserver                           0                   51ec2dc6250af       kube-apiserver-addons-398275
	57a3548bf9e1a       5f1f5298c888d       20 minutes ago      Running             etcd                                     0                   bbb92ae3e1451       etcd-addons-398275
	
	
	==> containerd <==
	Sep 29 11:32:03 addons-398275 containerd[761]: time="2025-09-29T11:32:03.702282512Z" level=info msg="PullImage \"docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\""
	Sep 29 11:32:03 addons-398275 containerd[761]: time="2025-09-29T11:32:03.704135460Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:32:03 addons-398275 containerd[761]: time="2025-09-29T11:32:03.770876391Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:32:03 addons-398275 containerd[761]: time="2025-09-29T11:32:03.857596797Z" level=error msg="PullImage \"docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\" failed" error="failed to pull and unpack image \"docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:32:03 addons-398275 containerd[761]: time="2025-09-29T11:32:03.857636235Z" level=info msg="stop pulling image docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79: active requests=0, bytes read=10978"
	Sep 29 11:32:03 addons-398275 containerd[761]: time="2025-09-29T11:32:03.858391818Z" level=info msg="PullImage \"docker.io/nginx:latest\""
	Sep 29 11:32:03 addons-398275 containerd[761]: time="2025-09-29T11:32:03.859759019Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:32:03 addons-398275 containerd[761]: time="2025-09-29T11:32:03.931907285Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:32:04 addons-398275 containerd[761]: time="2025-09-29T11:32:04.025955922Z" level=error msg="PullImage \"docker.io/nginx:latest\" failed" error="failed to pull and unpack image \"docker.io/library/nginx:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:32:04 addons-398275 containerd[761]: time="2025-09-29T11:32:04.026027500Z" level=info msg="stop pulling image docker.io/library/nginx:latest: active requests=0, bytes read=10965"
	Sep 29 11:32:32 addons-398275 containerd[761]: time="2025-09-29T11:32:32.697502940Z" level=info msg="PullImage \"docker.io/nginx:latest\""
	Sep 29 11:32:32 addons-398275 containerd[761]: time="2025-09-29T11:32:32.699967480Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:32:32 addons-398275 containerd[761]: time="2025-09-29T11:32:32.776909329Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:32:32 addons-398275 containerd[761]: time="2025-09-29T11:32:32.859185538Z" level=error msg="PullImage \"docker.io/nginx:latest\" failed" error="failed to pull and unpack image \"docker.io/library/nginx:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:32:32 addons-398275 containerd[761]: time="2025-09-29T11:32:32.859258768Z" level=info msg="stop pulling image docker.io/library/nginx:latest: active requests=0, bytes read=10967"
	Sep 29 11:32:51 addons-398275 containerd[761]: time="2025-09-29T11:32:51.698975793Z" level=info msg="PullImage \"docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\""
	Sep 29 11:32:51 addons-398275 containerd[761]: time="2025-09-29T11:32:51.700927970Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:32:51 addons-398275 containerd[761]: time="2025-09-29T11:32:51.815154660Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:32:51 addons-398275 containerd[761]: time="2025-09-29T11:32:51.901640340Z" level=error msg="PullImage \"docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\" failed" error="failed to pull and unpack image \"docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:32:51 addons-398275 containerd[761]: time="2025-09-29T11:32:51.901692593Z" level=info msg="stop pulling image docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79: active requests=0, bytes read=10978"
	Sep 29 11:33:16 addons-398275 containerd[761]: time="2025-09-29T11:33:16.697661225Z" level=info msg="PullImage \"docker.io/nginx:latest\""
	Sep 29 11:33:16 addons-398275 containerd[761]: time="2025-09-29T11:33:16.699419956Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:33:16 addons-398275 containerd[761]: time="2025-09-29T11:33:16.772953876Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:33:16 addons-398275 containerd[761]: time="2025-09-29T11:33:16.860216538Z" level=error msg="PullImage \"docker.io/nginx:latest\" failed" error="failed to pull and unpack image \"docker.io/library/nginx:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:33:16 addons-398275 containerd[761]: time="2025-09-29T11:33:16.860290168Z" level=info msg="stop pulling image docker.io/library/nginx:latest: active requests=0, bytes read=10965"
	
	
	==> coredns [7cb4515af601041706abce6b103ce4ca2334b1d49b90106e105490f8323739a1] <==
	[INFO] 10.244.0.22:35879 - 1890 "AAAA IN registry.kube-system.svc.cluster.local.local. udp 73 false 1232" NXDOMAIN qr,rd,ra 62 0.004300308s
	[INFO] 10.244.0.22:35879 - 33202 "AAAA IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 102 false 1232" NXDOMAIN qr,aa,rd,ra 198 0.000103149s
	[INFO] 10.244.0.22:35879 - 27918 "A IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 102 false 1232" NXDOMAIN qr,aa,rd,ra 198 0.000145819s
	[INFO] 10.244.0.22:35879 - 52391 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,aa,rd,ra 185 0.00008198s
	[INFO] 10.244.0.22:35879 - 34673 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,aa,rd,ra 185 0.000121723s
	[INFO] 10.244.0.22:35879 - 42953 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,aa,rd,ra 177 0.000057787s
	[INFO] 10.244.0.22:35879 - 61208 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,aa,rd,ra 177 0.000082125s
	[INFO] 10.244.0.22:35879 - 36864 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000159936s
	[INFO] 10.244.0.22:35879 - 7365 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000154424s
	[INFO] 10.244.0.22:37212 - 49253 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000202021s
	[INFO] 10.244.0.22:37212 - 14708 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000314478s
	[INFO] 10.244.0.22:37212 - 59936 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.000148979s
	[INFO] 10.244.0.22:37212 - 16682 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.00019747s
	[INFO] 10.244.0.22:37212 - 13040 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000106742s
	[INFO] 10.244.0.22:37212 - 48708 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000138505s
	[INFO] 10.244.0.22:37212 - 59926 "A IN registry.kube-system.svc.cluster.local.local. udp 73 false 1232" NXDOMAIN qr,rd,ra 62 0.003607427s
	[INFO] 10.244.0.22:37212 - 48867 "AAAA IN registry.kube-system.svc.cluster.local.local. udp 73 false 1232" NXDOMAIN qr,rd,ra 62 0.003769028s
	[INFO] 10.244.0.22:37212 - 61105 "A IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 102 false 1232" NXDOMAIN qr,aa,rd,ra 198 0.000072801s
	[INFO] 10.244.0.22:37212 - 23962 "AAAA IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 102 false 1232" NXDOMAIN qr,aa,rd,ra 198 0.000084617s
	[INFO] 10.244.0.22:37212 - 42615 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,aa,rd,ra 185 0.000111523s
	[INFO] 10.244.0.22:37212 - 6348 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 91 false 1232" NXDOMAIN qr,aa,rd,ra 185 0.000147246s
	[INFO] 10.244.0.22:37212 - 737 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,aa,rd,ra 177 0.000065062s
	[INFO] 10.244.0.22:37212 - 11928 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 83 false 1232" NXDOMAIN qr,aa,rd,ra 177 0.000076941s
	[INFO] 10.244.0.22:37212 - 26979 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000134439s
	[INFO] 10.244.0.22:37212 - 56397 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000141887s
	
	
	==> describe nodes <==
	Name:               addons-398275
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=addons-398275
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=e087d081f23c6d1317bb12845422265d8d3490cf
	                    minikube.k8s.io/name=addons-398275
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2025_09_29T11_12_54_0700
	                    minikube.k8s.io/version=v1.37.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-398275
	Annotations:        csi.volume.kubernetes.io/nodeid: {"hostpath.csi.k8s.io":"addons-398275"}
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 29 Sep 2025 11:12:51 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-398275
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 29 Sep 2025 11:33:18 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 29 Sep 2025 11:31:57 +0000   Mon, 29 Sep 2025 11:12:50 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 29 Sep 2025 11:31:57 +0000   Mon, 29 Sep 2025 11:12:50 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 29 Sep 2025 11:31:57 +0000   Mon, 29 Sep 2025 11:12:50 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 29 Sep 2025 11:31:57 +0000   Mon, 29 Sep 2025 11:12:51 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-398275
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32863448Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32863448Ki
	  pods:               110
	System Info:
	  Machine ID:                 c09f6e1b9b1b4097bd5de8bda6598604
	  System UUID:                3755a557-4037-49c4-b2f8-72b628230518
	  Boot ID:                    67afa1fd-4f9a-4651-9639-1ca5665e29ac
	  Kernel Version:             6.8.0-1040-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:          (25 in total)
	  Namespace                   Name                                                          CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                                          ------------  ----------  ---------------  -------------  ---
	  default                     busybox                                                       0 (0%)        0 (0%)      0 (0%)           0 (0%)         2m20s
	  default                     task-pv-pod                                                   0 (0%)        0 (0%)      0 (0%)           0 (0%)         88s
	  gadget                      gadget-p4d27                                                  0 (0%)        0 (0%)      0 (0%)           0 (0%)         20m
	  ingress-nginx               ingress-nginx-controller-9cc49f96f-fwsqt                      100m (1%)     0 (0%)      90Mi (0%)        0 (0%)         20m
	  kube-system                 coredns-66bc5c9577-8cjs7                                      100m (1%)     0 (0%)      70Mi (0%)        170Mi (0%)     20m
	  kube-system                 csi-hostpath-attacher-0                                       0 (0%)        0 (0%)      0 (0%)           0 (0%)         20m
	  kube-system                 csi-hostpath-resizer-0                                        0 (0%)        0 (0%)      0 (0%)           0 (0%)         20m
	  kube-system                 csi-hostpathplugin-k8855                                      0 (0%)        0 (0%)      0 (0%)           0 (0%)         20m
	  kube-system                 etcd-addons-398275                                            100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         20m
	  kube-system                 kindnet-ntsc6                                                 100m (1%)     100m (1%)   50Mi (0%)        50Mi (0%)      20m
	  kube-system                 kube-apiserver-addons-398275                                  250m (3%)     0 (0%)      0 (0%)           0 (0%)         20m
	  kube-system                 kube-controller-manager-addons-398275                         200m (2%)     0 (0%)      0 (0%)           0 (0%)         20m
	  kube-system                 kube-ingress-dns-minikube                                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         20m
	  kube-system                 kube-proxy-7km4n                                              0 (0%)        0 (0%)      0 (0%)           0 (0%)         20m
	  kube-system                 kube-scheduler-addons-398275                                  100m (1%)     0 (0%)      0 (0%)           0 (0%)         20m
	  kube-system                 metrics-server-85b7d694d7-fz82z                               100m (1%)     0 (0%)      200Mi (0%)       0 (0%)         20m
	  kube-system                 registry-66898fdd98-dt8xj                                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         20m
	  kube-system                 registry-creds-764b6fb674-v7dvw                               0 (0%)        0 (0%)      0 (0%)           0 (0%)         20m
	  kube-system                 registry-proxy-6n6m9                                          0 (0%)        0 (0%)      0 (0%)           0 (0%)         20m
	  kube-system                 snapshot-controller-7d9fbc56b8-b88wx                          0 (0%)        0 (0%)      0 (0%)           0 (0%)         20m
	  kube-system                 snapshot-controller-7d9fbc56b8-vvz4n                          0 (0%)        0 (0%)      0 (0%)           0 (0%)         20m
	  kube-system                 storage-provisioner                                           0 (0%)        0 (0%)      0 (0%)           0 (0%)         20m
	  local-path-storage          helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9    0 (0%)        0 (0%)      0 (0%)           0 (0%)         116s
	  local-path-storage          local-path-provisioner-648f6765c9-hlkpl                       0 (0%)        0 (0%)      0 (0%)           0 (0%)         20m
	  yakd-dashboard              yakd-dashboard-5ff678cb9-snxk7                                0 (0%)        0 (0%)      128Mi (0%)       256Mi (0%)     20m
	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                 20m   kube-proxy       
	  Normal  Starting                 20m   kubelet          Starting kubelet.
	  Normal  NodeAllocatableEnforced  20m   kubelet          Updated Node Allocatable limit across pods
	  Normal  NodeHasSufficientMemory  20m   kubelet          Node addons-398275 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    20m   kubelet          Node addons-398275 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     20m   kubelet          Node addons-398275 status is now: NodeHasSufficientPID
	  Normal  RegisteredNode           20m   node-controller  Node addons-398275 event: Registered Node addons-398275 in Controller
	
	
	==> dmesg <==
	
	
	==> etcd [57a3548bf9e1a84dd01340486307094c496a097bbb1e33e1e838f9f96f5616da] <==
	{"level":"warn","ts":"2025-09-29T11:12:51.081504Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:59786","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:02.890611Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:57590","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:02.898828Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:57596","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.721326Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43472","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.737938Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43492","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.746071Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43506","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.770621Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43540","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.793233Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43556","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.804715Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43582","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.829588Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43606","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.839084Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43638","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.845740Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43640","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.857069Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43646","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.866292Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43676","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:13:28.875190Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:43686","server-name":"","error":"EOF"}
	{"level":"info","ts":"2025-09-29T11:14:47.826395Z","caller":"traceutil/trace.go:172","msg":"trace[1534711317] transaction","detail":"{read_only:false; response_revision:1538; number_of_response:1; }","duration":"122.325691ms","start":"2025-09-29T11:14:47.704051Z","end":"2025-09-29T11:14:47.826376Z","steps":["trace[1534711317] 'process raft request'  (duration: 93.140721ms)","trace[1534711317] 'compare'  (duration: 29.096717ms)"],"step_count":2}
	{"level":"info","ts":"2025-09-29T11:22:50.585088Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":1978}
	{"level":"info","ts":"2025-09-29T11:22:50.613643Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":1978,"took":"27.829257ms","hash":404619217,"current-db-size-bytes":7905280,"current-db-size":"7.9 MB","current-db-size-in-use-bytes":4780032,"current-db-size-in-use":"4.8 MB"}
	{"level":"info","ts":"2025-09-29T11:22:50.613725Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":404619217,"revision":1978,"compact-revision":-1}
	{"level":"info","ts":"2025-09-29T11:27:50.593299Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":2443}
	{"level":"info","ts":"2025-09-29T11:27:50.611630Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":2443,"took":"17.663318ms","hash":4261036622,"current-db-size-bytes":7905280,"current-db-size":"7.9 MB","current-db-size-in-use-bytes":3534848,"current-db-size-in-use":"3.5 MB"}
	{"level":"info","ts":"2025-09-29T11:27:50.611689Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":4261036622,"revision":2443,"compact-revision":1978}
	{"level":"info","ts":"2025-09-29T11:32:50.598892Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":2903}
	{"level":"info","ts":"2025-09-29T11:32:50.724901Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":2903,"took":"125.330547ms","hash":2445386889,"current-db-size-bytes":7905280,"current-db-size":"7.9 MB","current-db-size-in-use-bytes":4886528,"current-db-size-in-use":"4.9 MB"}
	{"level":"info","ts":"2025-09-29T11:32:50.724994Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":2445386889,"revision":2903,"compact-revision":2443}
	
	
	==> kernel <==
	 11:33:19 up 19:15,  0 users,  load average: 1.15, 0.55, 0.48
	Linux addons-398275 6.8.0-1040-gcp #42~22.04.1-Ubuntu SMP Tue Sep  9 13:30:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [c7c21e3451ae93eccd42d0234cbb7b370a427d2f5d03b0097c536847b815f0c5] <==
	I0929 11:31:11.233919       1 main.go:301] handling current node
	I0929 11:31:21.227653       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:31:21.227688       1 main.go:301] handling current node
	I0929 11:31:31.227650       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:31:31.227717       1 main.go:301] handling current node
	I0929 11:31:41.227699       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:31:41.227745       1 main.go:301] handling current node
	I0929 11:31:51.227471       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:31:51.227513       1 main.go:301] handling current node
	I0929 11:32:01.227604       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:32:01.227642       1 main.go:301] handling current node
	I0929 11:32:11.227748       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:32:11.227790       1 main.go:301] handling current node
	I0929 11:32:21.229731       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:32:21.229771       1 main.go:301] handling current node
	I0929 11:32:31.228164       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:32:31.228211       1 main.go:301] handling current node
	I0929 11:32:41.231435       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:32:41.231475       1 main.go:301] handling current node
	I0929 11:32:51.233062       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:32:51.233103       1 main.go:301] handling current node
	I0929 11:33:01.226718       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:33:01.226752       1 main.go:301] handling current node
	I0929 11:33:11.227780       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:33:11.227820       1 main.go:301] handling current node
	
	
	==> kube-apiserver [5b744a5b5c34c5548706f651d6570f93852ec59ba34e62efee4c0d4bd46f73f6] <==
	I0929 11:30:48.639440       1 handler.go:285] Adding GroupVersion bus.volcano.sh v1alpha1 to ResourceManager
	I0929 11:30:48.739957       1 handler.go:285] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
	I0929 11:30:48.769305       1 handler.go:285] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
	I0929 11:30:48.769881       1 handler.go:285] Adding GroupVersion nodeinfo.volcano.sh v1alpha1 to ResourceManager
	I0929 11:30:48.785990       1 handler.go:285] Adding GroupVersion topology.volcano.sh v1alpha1 to ResourceManager
	I0929 11:30:48.837259       1 handler.go:285] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
	I0929 11:30:48.939944       1 handler.go:285] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
	I0929 11:30:48.958140       1 handler.go:285] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
	I0929 11:30:49.015851       1 handler.go:285] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
	W0929 11:30:49.671118       1 cacher.go:182] Terminating all watchers from cacher commands.bus.volcano.sh
	W0929 11:30:49.821222       1 cacher.go:182] Terminating all watchers from cacher numatopologies.nodeinfo.volcano.sh
	W0929 11:30:49.838299       1 cacher.go:182] Terminating all watchers from cacher queues.scheduling.volcano.sh
	W0929 11:30:49.842388       1 cacher.go:182] Terminating all watchers from cacher hypernodes.topology.volcano.sh
	W0929 11:30:49.871091       1 cacher.go:182] Terminating all watchers from cacher podgroups.scheduling.volcano.sh
	W0929 11:30:49.957019       1 cacher.go:182] Terminating all watchers from cacher jobs.batch.volcano.sh
	W0929 11:30:50.016136       1 cacher.go:182] Terminating all watchers from cacher jobflows.flow.volcano.sh
	W0929 11:30:50.178429       1 cacher.go:182] Terminating all watchers from cacher jobtemplates.flow.volcano.sh
	E0929 11:31:08.850972       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:36666: use of closed network connection
	E0929 11:31:09.037697       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:36690: use of closed network connection
	I0929 11:31:30.247609       1 alloc.go:328] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.102.60.225"}
	I0929 11:31:38.338370       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:31:39.363042       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:32:51.514192       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0929 11:33:00.572986       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:33:07.693193       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	
	
	==> kube-controller-manager [a15df76019cf897d5f9623283c65aba73e56e733dd0b50c8438b4402d8d36de9] <==
	E0929 11:32:14.546089       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:32:15.924702       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:32:15.926049       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:32:19.347136       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:32:19.348290       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:32:28.376195       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:32:28.377459       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:32:33.961240       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:32:33.962386       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:32:53.318764       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:32:53.320026       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:32:55.463114       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:32:55.464208       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:32:55.595162       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:32:55.596232       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:32:58.684302       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:32:58.685374       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:33:01.849765       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:33:01.850856       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:33:06.920666       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:33:06.921816       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:33:16.614331       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:33:16.615704       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	E0929 11:33:17.958412       1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
	E0929 11:33:17.959645       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
	
	
	==> kube-proxy [ada769fbe0fef4c2f23a1e201018fd78fd5f64290cbe6138d00bad25ee4c028b] <==
	I0929 11:13:00.637306       1 server_linux.go:53] "Using iptables proxy"
	I0929 11:13:00.761695       1 shared_informer.go:349] "Waiting for caches to sync" controller="node informer cache"
	I0929 11:13:00.868638       1 shared_informer.go:356] "Caches are synced" controller="node informer cache"
	I0929 11:13:00.868705       1 server.go:219] "Successfully retrieved NodeIPs" NodeIPs=["192.168.49.2"]
	E0929 11:13:00.868788       1 server.go:256] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
	I0929 11:13:00.970058       1 server.go:265] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0929 11:13:00.970152       1 server_linux.go:132] "Using iptables Proxier"
	I0929 11:13:00.987812       1 proxier.go:242] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses" ipFamily="IPv4"
	I0929 11:13:00.997691       1 server.go:527] "Version info" version="v1.34.0"
	I0929 11:13:01.002640       1 server.go:529] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0929 11:13:01.010334       1 config.go:200] "Starting service config controller"
	I0929 11:13:01.011500       1 shared_informer.go:349] "Waiting for caches to sync" controller="service config"
	I0929 11:13:01.011758       1 config.go:106] "Starting endpoint slice config controller"
	I0929 11:13:01.011768       1 shared_informer.go:349] "Waiting for caches to sync" controller="endpoint slice config"
	I0929 11:13:01.011788       1 config.go:309] "Starting node config controller"
	I0929 11:13:01.011861       1 config.go:403] "Starting serviceCIDR config controller"
	I0929 11:13:01.012071       1 shared_informer.go:349] "Waiting for caches to sync" controller="serviceCIDR config"
	I0929 11:13:01.013350       1 shared_informer.go:349] "Waiting for caches to sync" controller="node config"
	I0929 11:13:01.013380       1 shared_informer.go:356] "Caches are synced" controller="node config"
	I0929 11:13:01.111705       1 shared_informer.go:356] "Caches are synced" controller="service config"
	I0929 11:13:01.113083       1 shared_informer.go:356] "Caches are synced" controller="endpoint slice config"
	I0929 11:13:01.113118       1 shared_informer.go:356] "Caches are synced" controller="serviceCIDR config"
	
	
	==> kube-scheduler [c4fa96de22ef458fe94e1ea4c22cd9ab1448ee10fb5d5e69dc62813b46e56dd8] <==
	E0929 11:12:51.537329       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIStorageCapacity"
	E0929 11:12:51.537357       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
	E0929 11:12:51.538025       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Namespace"
	E0929 11:12:51.538531       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolumeClaim"
	E0929 11:12:51.539299       1 reflector.go:205] "Failed to watch" err="failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"volumeattachments\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.VolumeAttachment"
	E0929 11:12:51.539396       1 reflector.go:205] "Failed to watch" err="failed to list *v1.DeviceClass: deviceclasses.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"deviceclasses\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.DeviceClass"
	E0929 11:12:51.539441       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0929 11:12:51.539481       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceSlice: resourceslices.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceslices\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceSlice"
	E0929 11:12:51.539502       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIDriver"
	E0929 11:12:51.539674       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicationController"
	E0929 11:12:51.539641       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Pod"
	E0929 11:12:51.539718       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0929 11:12:51.539784       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
	E0929 11:12:51.539808       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
	E0929 11:12:51.539818       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0929 11:12:52.365957       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
	E0929 11:12:52.372088       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0929 11:12:52.403326       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
	E0929 11:12:52.617968       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
	E0929 11:12:52.620965       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0929 11:12:52.621079       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0929 11:12:52.628435       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIStorageCapacity"
	E0929 11:12:52.713862       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceClaim: resourceclaims.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceclaims\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceClaim"
	E0929 11:12:52.763590       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"
	I0929 11:12:53.134055       1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	
	
	==> kubelet <==
	Sep 29 11:32:33 addons-398275 kubelet[1550]: E0929 11:32:33.699487    1550 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-dt8xj" podUID="7c0152f9-f483-4295-baec-3bf986eab6c6"
	Sep 29 11:32:40 addons-398275 kubelet[1550]: E0929 11:32:40.698379    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"helper-pod\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="local-path-storage/helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9" podUID="eec903d3-3ffc-4ebc-995e-69fb1786c3f8"
	Sep 29 11:32:43 addons-398275 kubelet[1550]: E0929 11:32:43.698379    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"task-pv-container\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/task-pv-pod" podUID="4d48227e-78cb-471e-8430-b2704bcbc5a3"
	Sep 29 11:32:45 addons-398275 kubelet[1550]: I0929 11:32:45.696756    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-dt8xj" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:32:45 addons-398275 kubelet[1550]: E0929 11:32:45.697966    1550 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-dt8xj" podUID="7c0152f9-f483-4295-baec-3bf986eab6c6"
	Sep 29 11:32:46 addons-398275 kubelet[1550]: E0929 11:32:46.697893    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"yakd\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/marcnuri/yakd:0.0.5@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/marcnuri/yakd/manifests/sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="yakd-dashboard/yakd-dashboard-5ff678cb9-snxk7" podUID="c496fac5-6d56-4810-b84c-699b29b04673"
	Sep 29 11:32:51 addons-398275 kubelet[1550]: E0929 11:32:51.901976    1550 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79"
	Sep 29 11:32:51 addons-398275 kubelet[1550]: E0929 11:32:51.902054    1550 kuberuntime_image.go:43] "Failed to pull image" err="failed to pull and unpack image \"docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79"
	Sep 29 11:32:51 addons-398275 kubelet[1550]: E0929 11:32:51.902183    1550 kuberuntime_manager.go:1449] "Unhandled Error" err="container helper-pod start failed in pod helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9_local-path-storage(eec903d3-3ffc-4ebc-995e-69fb1786c3f8): ErrImagePull: failed to pull and unpack image \"docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
	Sep 29 11:32:51 addons-398275 kubelet[1550]: E0929 11:32:51.902224    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"helper-pod\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="local-path-storage/helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9" podUID="eec903d3-3ffc-4ebc-995e-69fb1786c3f8"
	Sep 29 11:32:54 addons-398275 kubelet[1550]: E0929 11:32:54.697276    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"task-pv-container\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/task-pv-pod" podUID="4d48227e-78cb-471e-8430-b2704bcbc5a3"
	Sep 29 11:32:58 addons-398275 kubelet[1550]: I0929 11:32:58.697357    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-dt8xj" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:32:58 addons-398275 kubelet[1550]: E0929 11:32:58.698517    1550 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-dt8xj" podUID="7c0152f9-f483-4295-baec-3bf986eab6c6"
	Sep 29 11:33:01 addons-398275 kubelet[1550]: E0929 11:33:01.697740    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"yakd\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/marcnuri/yakd:0.0.5@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/marcnuri/yakd/manifests/sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="yakd-dashboard/yakd-dashboard-5ff678cb9-snxk7" podUID="c496fac5-6d56-4810-b84c-699b29b04673"
	Sep 29 11:33:04 addons-398275 kubelet[1550]: E0929 11:33:04.698021    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"helper-pod\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="local-path-storage/helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9" podUID="eec903d3-3ffc-4ebc-995e-69fb1786c3f8"
	Sep 29 11:33:05 addons-398275 kubelet[1550]: E0929 11:33:05.697392    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"task-pv-container\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/task-pv-pod" podUID="4d48227e-78cb-471e-8430-b2704bcbc5a3"
	Sep 29 11:33:07 addons-398275 kubelet[1550]: E0929 11:33:07.698183    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="unmounted volumes=[gcr-creds], unattached volumes=[], failed to process volumes=[]: context deadline exceeded" pod="kube-system/registry-creds-764b6fb674-v7dvw" podUID="9ae2bea5-2e19-4ead-b698-1ce926e0b3f6"
	Sep 29 11:33:09 addons-398275 kubelet[1550]: I0929 11:33:09.697443    1550 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-dt8xj" secret="" err="secret \"gcp-auth\" not found"
	Sep 29 11:33:09 addons-398275 kubelet[1550]: E0929 11:33:09.698776    1550 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-dt8xj" podUID="7c0152f9-f483-4295-baec-3bf986eab6c6"
	Sep 29 11:33:13 addons-398275 kubelet[1550]: E0929 11:33:13.698456    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"yakd\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/marcnuri/yakd:0.0.5@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/marcnuri/yakd/manifests/sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="yakd-dashboard/yakd-dashboard-5ff678cb9-snxk7" podUID="c496fac5-6d56-4810-b84c-699b29b04673"
	Sep 29 11:33:16 addons-398275 kubelet[1550]: E0929 11:33:16.860559    1550 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"docker.io/library/nginx:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/nginx:latest"
	Sep 29 11:33:16 addons-398275 kubelet[1550]: E0929 11:33:16.860619    1550 kuberuntime_image.go:43] "Failed to pull image" err="failed to pull and unpack image \"docker.io/library/nginx:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/nginx:latest"
	Sep 29 11:33:16 addons-398275 kubelet[1550]: E0929 11:33:16.860712    1550 kuberuntime_manager.go:1449] "Unhandled Error" err="container task-pv-container start failed in pod task-pv-pod_default(4d48227e-78cb-471e-8430-b2704bcbc5a3): ErrImagePull: failed to pull and unpack image \"docker.io/library/nginx:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
	Sep 29 11:33:16 addons-398275 kubelet[1550]: E0929 11:33:16.860751    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"task-pv-container\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/task-pv-pod" podUID="4d48227e-78cb-471e-8430-b2704bcbc5a3"
	Sep 29 11:33:17 addons-398275 kubelet[1550]: E0929 11:33:17.697825    1550 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"helper-pod\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="local-path-storage/helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9" podUID="eec903d3-3ffc-4ebc-995e-69fb1786c3f8"
	
	
	==> storage-provisioner [eb5bda3321e245948bdaaf066991a7c0daa474af8bd10b92ad175cad4c437afd] <==
	W0929 11:32:54.552815       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:32:56.558831       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:32:56.563444       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:32:58.567277       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:32:58.572610       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:33:00.575575       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:33:00.579700       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:33:02.583167       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:33:02.587536       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:33:04.590783       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:33:04.595505       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:33:06.599678       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:33:06.604508       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:33:08.608378       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:33:08.613929       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:33:10.617421       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:33:10.623591       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:33:12.626777       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:33:12.630876       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:33:14.634773       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:33:14.639034       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:33:16.642938       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:33:16.648272       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:33:18.651825       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:33:18.656731       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-398275 -n addons-398275
helpers_test.go:269: (dbg) Run:  kubectl --context addons-398275 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:280: non-running pods: task-pv-pod test-local-path ingress-nginx-admission-create-n5gtc ingress-nginx-admission-patch-vm8qt registry-66898fdd98-dt8xj registry-creds-764b6fb674-v7dvw helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9 yakd-dashboard-5ff678cb9-snxk7
helpers_test.go:282: ======> post-mortem[TestAddons/parallel/Yakd]: describe non-running pods <======
helpers_test.go:285: (dbg) Run:  kubectl --context addons-398275 describe pod task-pv-pod test-local-path ingress-nginx-admission-create-n5gtc ingress-nginx-admission-patch-vm8qt registry-66898fdd98-dt8xj registry-creds-764b6fb674-v7dvw helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9 yakd-dashboard-5ff678cb9-snxk7
helpers_test.go:285: (dbg) Non-zero exit: kubectl --context addons-398275 describe pod task-pv-pod test-local-path ingress-nginx-admission-create-n5gtc ingress-nginx-admission-patch-vm8qt registry-66898fdd98-dt8xj registry-creds-764b6fb674-v7dvw helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9 yakd-dashboard-5ff678cb9-snxk7: exit status 1 (90.461422ms)

                                                
                                                
-- stdout --
	Name:             task-pv-pod
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-398275/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:31:51 +0000
	Labels:           app=task-pv-pod
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.29
	IPs:
	  IP:  10.244.0.29
	Containers:
	  task-pv-container:
	    Container ID:   
	    Image:          docker.io/nginx
	    Image ID:       
	    Port:           80/TCP (http-server)
	    Host Port:      0/TCP (http-server)
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /usr/share/nginx/html from task-pv-storage (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-jfwzp (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  task-pv-storage:
	    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
	    ClaimName:  hpvc
	    ReadOnly:   false
	  kube-api-access-jfwzp:
	    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  89s                default-scheduler  Successfully assigned default/task-pv-pod to addons-398275
	  Normal   BackOff    15s (x5 over 88s)  kubelet            Back-off pulling image "docker.io/nginx"
	  Warning  Failed     15s (x5 over 88s)  kubelet            Error: ImagePullBackOff
	  Normal   Pulling    4s (x4 over 89s)   kubelet            Pulling image "docker.io/nginx"
	  Warning  Failed     4s (x4 over 89s)   kubelet            Failed to pull image "docker.io/nginx": failed to pull and unpack image "docker.io/library/nginx:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Warning  Failed     4s (x4 over 89s)   kubelet            Error: ErrImagePull
	
	
	Name:             test-local-path
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             <none>
	Labels:           run=test-local-path
	Annotations:      <none>
	Status:           Pending
	IP:               
	IPs:              <none>
	Containers:
	  busybox:
	    Image:      busybox:stable
	    Port:       <none>
	    Host Port:  <none>
	    Command:
	      sh
	      -c
	      echo 'local-path-provisioner' > /test/file1
	    Environment:  <none>
	    Mounts:
	      /test from data (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-gjwkv (ro)
	Volumes:
	  data:
	    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
	    ClaimName:  test-pvc
	    ReadOnly:   false
	  kube-api-access-gjwkv:
	    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:                      <none>

                                                
                                                
-- /stdout --
** stderr ** 
	Error from server (NotFound): pods "ingress-nginx-admission-create-n5gtc" not found
	Error from server (NotFound): pods "ingress-nginx-admission-patch-vm8qt" not found
	Error from server (NotFound): pods "registry-66898fdd98-dt8xj" not found
	Error from server (NotFound): pods "registry-creds-764b6fb674-v7dvw" not found
	Error from server (NotFound): pods "helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9" not found
	Error from server (NotFound): pods "yakd-dashboard-5ff678cb9-snxk7" not found

                                                
                                                
** /stderr **
helpers_test.go:287: kubectl --context addons-398275 describe pod task-pv-pod test-local-path ingress-nginx-admission-create-n5gtc ingress-nginx-admission-patch-vm8qt registry-66898fdd98-dt8xj registry-creds-764b6fb674-v7dvw helper-pod-create-pvc-0dbef8f8-1277-4a6b-8021-8bbc010deaf9 yakd-dashboard-5ff678cb9-snxk7: exit status 1
addons_test.go:1053: (dbg) Run:  out/minikube-linux-amd64 -p addons-398275 addons disable yakd --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-linux-amd64 -p addons-398275 addons disable yakd --alsologtostderr -v=1: (5.700705141s)
--- FAIL: TestAddons/parallel/Yakd (128.63s)

                                                
                                    
x
+
TestDockerEnvContainerd (38.51s)

                                                
                                                
=== RUN   TestDockerEnvContainerd
docker_test.go:170: running with containerd true linux amd64
docker_test.go:181: (dbg) Run:  out/minikube-linux-amd64 start -p dockerenv-399354 --driver=docker  --container-runtime=containerd
docker_test.go:181: (dbg) Done: out/minikube-linux-amd64 start -p dockerenv-399354 --driver=docker  --container-runtime=containerd: (21.699971726s)
docker_test.go:189: (dbg) Run:  /bin/bash -c "out/minikube-linux-amd64 docker-env --ssh-host --ssh-add -p dockerenv-399354"
docker_test.go:220: (dbg) Run:  /bin/bash -c "SSH_AUTH_SOCK="/tmp/ssh-XXXXXXhb4mfi/agent.789923" SSH_AGENT_PID="789924" DOCKER_HOST=ssh://docker@127.0.0.1:32773 docker version"
docker_test.go:243: (dbg) Run:  /bin/bash -c "SSH_AUTH_SOCK="/tmp/ssh-XXXXXXhb4mfi/agent.789923" SSH_AGENT_PID="789924" DOCKER_HOST=ssh://docker@127.0.0.1:32773 DOCKER_BUILDKIT=0 docker build -t local/minikube-dockerenv-containerd-test:latest testdata/docker-env"
docker_test.go:243: (dbg) Non-zero exit: /bin/bash -c "SSH_AUTH_SOCK="/tmp/ssh-XXXXXXhb4mfi/agent.789923" SSH_AGENT_PID="789924" DOCKER_HOST=ssh://docker@127.0.0.1:32773 DOCKER_BUILDKIT=0 docker build -t local/minikube-dockerenv-containerd-test:latest testdata/docker-env": exit status 1 (619.690776ms)

                                                
                                                
-- stdout --
	Sending build context to Docker daemon  2.048kB

                                                
                                                
-- /stdout --
** stderr ** 
	DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
	            BuildKit is currently disabled; enable it by removing the DOCKER_BUILDKIT=0
	            environment-variable.
	
	Error response from daemon: exit status 1

                                                
                                                
** /stderr **
docker_test.go:245: failed to build images, error: exit status 1, output:
-- stdout --
	Sending build context to Docker daemon  2.048kB

                                                
                                                
-- /stdout --
** stderr ** 
	DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
	            BuildKit is currently disabled; enable it by removing the DOCKER_BUILDKIT=0
	            environment-variable.
	
	Error response from daemon: exit status 1

                                                
                                                
** /stderr **
docker_test.go:250: (dbg) Run:  /bin/bash -c "SSH_AUTH_SOCK="/tmp/ssh-XXXXXXhb4mfi/agent.789923" SSH_AGENT_PID="789924" DOCKER_HOST=ssh://docker@127.0.0.1:32773 docker image ls"
docker_test.go:255: failed to detect image 'local/minikube-dockerenv-containerd-test' in output of docker image ls
panic.go:636: *** TestDockerEnvContainerd FAILED at 2025-09-29 11:42:43.290020621 +0000 UTC m=+1840.451271179
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:223: ======>  post-mortem[TestDockerEnvContainerd]: 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[TestDockerEnvContainerd]: docker inspect <======
helpers_test.go:239: (dbg) Run:  docker inspect dockerenv-399354
helpers_test.go:243: (dbg) docker inspect dockerenv-399354:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "2cd67335b01c87f666cadc1b0bb7bfe6556e2000bf49dae311e2e1e1eaaf32b4",
	        "Created": "2025-09-29T11:42:14.074107745Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 787160,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2025-09-29T11:42:14.108212827Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:c6b5532e987b5b4f5fc9cb0336e378ed49c0542bad8cbfc564b71e977a6269de",
	        "ResolvConfPath": "/var/lib/docker/containers/2cd67335b01c87f666cadc1b0bb7bfe6556e2000bf49dae311e2e1e1eaaf32b4/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/2cd67335b01c87f666cadc1b0bb7bfe6556e2000bf49dae311e2e1e1eaaf32b4/hostname",
	        "HostsPath": "/var/lib/docker/containers/2cd67335b01c87f666cadc1b0bb7bfe6556e2000bf49dae311e2e1e1eaaf32b4/hosts",
	        "LogPath": "/var/lib/docker/containers/2cd67335b01c87f666cadc1b0bb7bfe6556e2000bf49dae311e2e1e1eaaf32b4/2cd67335b01c87f666cadc1b0bb7bfe6556e2000bf49dae311e2e1e1eaaf32b4-json.log",
	        "Name": "/dockerenv-399354",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "dockerenv-399354:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "dockerenv-399354",
	            "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": "private",
	            "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": 8388608000,
	            "NanoCpus": 0,
	            "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": 16777216000,
	            "MemorySwappiness": null,
	            "OomKillDisable": null,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "ID": "2cd67335b01c87f666cadc1b0bb7bfe6556e2000bf49dae311e2e1e1eaaf32b4",
	                "LowerDir": "/var/lib/docker/overlay2/43bfa8ccff6fac48fdeb29dee4e2bc9c672e4f3c4ec95c4067afb90fb0bfacbb-init/diff:/var/lib/docker/overlay2/77070dd40a60b70b435bf4a69cbe4e41eeab20e4e227c9544e0e0b5e600a0bbc/diff",
	                "MergedDir": "/var/lib/docker/overlay2/43bfa8ccff6fac48fdeb29dee4e2bc9c672e4f3c4ec95c4067afb90fb0bfacbb/merged",
	                "UpperDir": "/var/lib/docker/overlay2/43bfa8ccff6fac48fdeb29dee4e2bc9c672e4f3c4ec95c4067afb90fb0bfacbb/diff",
	                "WorkDir": "/var/lib/docker/overlay2/43bfa8ccff6fac48fdeb29dee4e2bc9c672e4f3c4ec95c4067afb90fb0bfacbb/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "volume",
	                "Name": "dockerenv-399354",
	                "Source": "/var/lib/docker/volumes/dockerenv-399354/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            },
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            }
	        ],
	        "Config": {
	            "Hostname": "dockerenv-399354",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1",
	            "Volumes": null,
	            "WorkingDir": "/",
	            "Entrypoint": [
	                "/usr/local/bin/entrypoint",
	                "/sbin/init"
	            ],
	            "OnBuild": null,
	            "Labels": {
	                "created_by.minikube.sigs.k8s.io": "true",
	                "mode.minikube.sigs.k8s.io": "dockerenv-399354",
	                "name.minikube.sigs.k8s.io": "dockerenv-399354",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "02c082b1356f638e76883f59176ba0ceb96d9aa268c1a12c2b68102c803c8966",
	            "SandboxKey": "/var/run/docker/netns/02c082b1356f",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32773"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32774"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32777"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32775"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32776"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "dockerenv-399354": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "12:07:b7:bc:06:5f",
	                    "DriverOpts": null,
	                    "GwPriority": 0,
	                    "NetworkID": "e924fcbd6a4e6adef5ef8e58c7914685a6480a9dd0dce02cfe2476e5cfc20dc0",
	                    "EndpointID": "8953af28dfc00024cc67e2c5228462cf3402a707ff8927fb8c2d904df278605b",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "dockerenv-399354",
	                        "2cd67335b01c"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:247: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p dockerenv-399354 -n dockerenv-399354
helpers_test.go:252: <<< TestDockerEnvContainerd FAILED: start of post-mortem logs <<<
helpers_test.go:253: ======>  post-mortem[TestDockerEnvContainerd]: minikube logs <======
helpers_test.go:255: (dbg) Run:  out/minikube-linux-amd64 -p dockerenv-399354 logs -n 25
helpers_test.go:255: (dbg) Done: out/minikube-linux-amd64 -p dockerenv-399354 logs -n 25: (1.070543764s)
helpers_test.go:260: TestDockerEnvContainerd logs: 
-- stdout --
	
	==> Audit <==
	┌────────────┬─────────────────────────────────────────────────────────────────────────────────┬──────────────────┬─────────┬─────────┬─────────────────────┬─────────────────────┐
	│  COMMAND   │                                      ARGS                                       │     PROFILE      │  USER   │ VERSION │     START TIME      │      END TIME       │
	├────────────┼─────────────────────────────────────────────────────────────────────────────────┼──────────────────┼─────────┼─────────┼─────────────────────┼─────────────────────┤
	│ addons     │ addons-398275 addons disable volcano --alsologtostderr -v=1                     │ addons-398275    │ jenkins │ v1.37.0 │ 29 Sep 25 11:30 UTC │ 29 Sep 25 11:30 UTC │
	│ addons     │ addons-398275 addons disable gcp-auth --alsologtostderr -v=1                    │ addons-398275    │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons     │ addons-398275 addons disable amd-gpu-device-plugin --alsologtostderr -v=1       │ addons-398275    │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons     │ addons-398275 addons disable nvidia-device-plugin --alsologtostderr -v=1        │ addons-398275    │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons     │ addons-398275 addons disable cloud-spanner --alsologtostderr -v=1               │ addons-398275    │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons     │ enable headlamp -p addons-398275 --alsologtostderr -v=1                         │ addons-398275    │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons     │ addons-398275 addons disable headlamp --alsologtostderr -v=1                    │ addons-398275    │ jenkins │ v1.37.0 │ 29 Sep 25 11:31 UTC │ 29 Sep 25 11:31 UTC │
	│ addons     │ addons-398275 addons disable yakd --alsologtostderr -v=1                        │ addons-398275    │ jenkins │ v1.37.0 │ 29 Sep 25 11:33 UTC │ 29 Sep 25 11:33 UTC │
	│ addons     │ addons-398275 addons disable metrics-server --alsologtostderr -v=1              │ addons-398275    │ jenkins │ v1.37.0 │ 29 Sep 25 11:33 UTC │ 29 Sep 25 11:33 UTC │
	│ addons     │ addons-398275 addons disable inspektor-gadget --alsologtostderr -v=1            │ addons-398275    │ jenkins │ v1.37.0 │ 29 Sep 25 11:33 UTC │ 29 Sep 25 11:33 UTC │
	│ addons     │ addons-398275 addons disable storage-provisioner-rancher --alsologtostderr -v=1 │ addons-398275    │ jenkins │ v1.37.0 │ 29 Sep 25 11:36 UTC │ 29 Sep 25 11:37 UTC │
	│ addons     │ configure registry-creds -f ./testdata/addons_testconfig.json -p addons-398275  │ addons-398275    │ jenkins │ v1.37.0 │ 29 Sep 25 11:37 UTC │ 29 Sep 25 11:37 UTC │
	│ addons     │ addons-398275 addons disable registry-creds --alsologtostderr -v=1              │ addons-398275    │ jenkins │ v1.37.0 │ 29 Sep 25 11:37 UTC │ 29 Sep 25 11:37 UTC │
	│ addons     │ addons-398275 addons disable registry --alsologtostderr -v=1                    │ addons-398275    │ jenkins │ v1.37.0 │ 29 Sep 25 11:37 UTC │ 29 Sep 25 11:37 UTC │
	│ addons     │ addons-398275 addons disable volumesnapshots --alsologtostderr -v=1             │ addons-398275    │ jenkins │ v1.37.0 │ 29 Sep 25 11:37 UTC │ 29 Sep 25 11:37 UTC │
	│ addons     │ addons-398275 addons disable csi-hostpath-driver --alsologtostderr -v=1         │ addons-398275    │ jenkins │ v1.37.0 │ 29 Sep 25 11:37 UTC │ 29 Sep 25 11:38 UTC │
	│ addons     │ addons-398275 addons disable ingress-dns --alsologtostderr -v=1                 │ addons-398275    │ jenkins │ v1.37.0 │ 29 Sep 25 11:41 UTC │ 29 Sep 25 11:41 UTC │
	│ addons     │ addons-398275 addons disable ingress --alsologtostderr -v=1                     │ addons-398275    │ jenkins │ v1.37.0 │ 29 Sep 25 11:41 UTC │ 29 Sep 25 11:41 UTC │
	│ stop       │ -p addons-398275                                                                │ addons-398275    │ jenkins │ v1.37.0 │ 29 Sep 25 11:41 UTC │ 29 Sep 25 11:42 UTC │
	│ addons     │ enable dashboard -p addons-398275                                               │ addons-398275    │ jenkins │ v1.37.0 │ 29 Sep 25 11:42 UTC │ 29 Sep 25 11:42 UTC │
	│ addons     │ disable dashboard -p addons-398275                                              │ addons-398275    │ jenkins │ v1.37.0 │ 29 Sep 25 11:42 UTC │ 29 Sep 25 11:42 UTC │
	│ addons     │ disable gvisor -p addons-398275                                                 │ addons-398275    │ jenkins │ v1.37.0 │ 29 Sep 25 11:42 UTC │ 29 Sep 25 11:42 UTC │
	│ delete     │ -p addons-398275                                                                │ addons-398275    │ jenkins │ v1.37.0 │ 29 Sep 25 11:42 UTC │ 29 Sep 25 11:42 UTC │
	│ start      │ -p dockerenv-399354 --driver=docker  --container-runtime=containerd             │ dockerenv-399354 │ jenkins │ v1.37.0 │ 29 Sep 25 11:42 UTC │ 29 Sep 25 11:42 UTC │
	│ docker-env │ --ssh-host --ssh-add -p dockerenv-399354                                        │ dockerenv-399354 │ jenkins │ v1.37.0 │ 29 Sep 25 11:42 UTC │ 29 Sep 25 11:42 UTC │
	└────────────┴─────────────────────────────────────────────────────────────────────────────────┴──────────────────┴─────────┴─────────┴─────────────────────┴─────────────────────┘
	
	
	==> Last Start <==
	Log file created at: 2025/09/29 11:42:09
	Running on machine: ubuntu-20-agent-13
	Binary: Built with gc go1.24.6 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0929 11:42:09.001396  786582 out.go:360] Setting OutFile to fd 1 ...
	I0929 11:42:09.001517  786582 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:42:09.001520  786582 out.go:374] Setting ErrFile to fd 2...
	I0929 11:42:09.001523  786582 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:42:09.001769  786582 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
	I0929 11:42:09.002254  786582 out.go:368] Setting JSON to false
	I0929 11:42:09.003228  786582 start.go:130] hostinfo: {"hostname":"ubuntu-20-agent-13","uptime":69880,"bootTime":1759076249,"procs":183,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"22.04","kernelVersion":"6.8.0-1040-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0929 11:42:09.003323  786582 start.go:140] virtualization: kvm guest
	I0929 11:42:09.005231  786582 out.go:179] * [dockerenv-399354] minikube v1.37.0 on Ubuntu 22.04 (kvm/amd64)
	I0929 11:42:09.006505  786582 notify.go:220] Checking for updates...
	I0929 11:42:09.006523  786582 out.go:179]   - MINIKUBE_LOCATION=21655
	I0929 11:42:09.007792  786582 out.go:179]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0929 11:42:09.009005  786582 out.go:179]   - KUBECONFIG=/home/jenkins/minikube-integration/21655-728906/kubeconfig
	I0929 11:42:09.010030  786582 out.go:179]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/21655-728906/.minikube
	I0929 11:42:09.011107  786582 out.go:179]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0929 11:42:09.012344  786582 out.go:179]   - MINIKUBE_FORCE_SYSTEMD=
	I0929 11:42:09.014048  786582 driver.go:421] Setting default libvirt URI to qemu:///system
	I0929 11:42:09.039764  786582 docker.go:123] docker version: linux-28.4.0:Docker Engine - Community
	I0929 11:42:09.039848  786582 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:42:09.097496  786582 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:2 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:24 OomKillDisable:false NGoroutines:45 SystemTime:2025-09-29 11:42:09.086656343 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:42:09.097617  786582 docker.go:318] overlay module found
	I0929 11:42:09.099279  786582 out.go:179] * Using the docker driver based on user configuration
	I0929 11:42:09.100582  786582 start.go:304] selected driver: docker
	I0929 11:42:09.100591  786582 start.go:924] validating driver "docker" against <nil>
	I0929 11:42:09.100603  786582 start.go:935] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0929 11:42:09.100702  786582 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:42:09.155696  786582 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:2 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:24 OomKillDisable:false NGoroutines:45 SystemTime:2025-09-29 11:42:09.146386158 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:42:09.155866  786582 start_flags.go:327] no existing cluster config was found, will generate one from the flags 
	I0929 11:42:09.156402  786582 start_flags.go:410] Using suggested 8000MB memory alloc based on sys=32093MB, container=32093MB
	I0929 11:42:09.156527  786582 start_flags.go:974] Wait components to verify : map[apiserver:true system_pods:true]
	I0929 11:42:09.158082  786582 out.go:179] * Using Docker driver with root privileges
	I0929 11:42:09.159171  786582 cni.go:84] Creating CNI manager for ""
	I0929 11:42:09.159230  786582 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0929 11:42:09.159236  786582 start_flags.go:336] Found "CNI" CNI - setting NetworkPlugin=cni
	I0929 11:42:09.159298  786582 start.go:348] cluster config:
	{Name:dockerenv-399354 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:8000 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:dockerenv-399354 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISoc
ket: 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 system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0929 11:42:09.160557  786582 out.go:179] * Starting "dockerenv-399354" primary control-plane node in "dockerenv-399354" cluster
	I0929 11:42:09.161533  786582 cache.go:123] Beginning downloading kic base image for docker with containerd
	I0929 11:42:09.162591  786582 out.go:179] * Pulling base image v0.0.48 ...
	I0929 11:42:09.163632  786582 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
	I0929 11:42:09.163659  786582 preload.go:146] Found local preload: /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4
	I0929 11:42:09.163666  786582 cache.go:58] Caching tarball of preloaded images
	I0929 11:42:09.163766  786582 image.go:81] Checking for gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local docker daemon
	I0929 11:42:09.163788  786582 preload.go:172] Found /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4 in cache, skipping download
	I0929 11:42:09.163795  786582 cache.go:61] Finished verifying existence of preloaded tar for v1.34.0 on containerd
	I0929 11:42:09.164164  786582 profile.go:143] Saving config to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/config.json ...
	I0929 11:42:09.164188  786582 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/config.json: {Name:mkecf8317d202d236ad7e5b08b6517e2a9073475 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:42:09.184530  786582 image.go:100] Found gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 in local docker daemon, skipping pull
	I0929 11:42:09.184569  786582 cache.go:147] gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 exists in daemon, skipping load
	I0929 11:42:09.184594  786582 cache.go:232] Successfully downloaded all kic artifacts
	I0929 11:42:09.184623  786582 start.go:360] acquireMachinesLock for dockerenv-399354: {Name:mk9907bb47d2b346c87ca9d36c4b6d9fca771014 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0929 11:42:09.184726  786582 start.go:364] duration metric: took 90.268µs to acquireMachinesLock for "dockerenv-399354"
	I0929 11:42:09.184746  786582 start.go:93] Provisioning new machine with config: &{Name:dockerenv-399354 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:8000 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:dockerenv-399354 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerN
ames:[] 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 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 GPU
s: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}
	I0929 11:42:09.184806  786582 start.go:125] createHost starting for "" (driver="docker")
	I0929 11:42:09.187291  786582 out.go:252] * Creating docker container (CPUs=2, Memory=8000MB) ...
	I0929 11:42:09.187610  786582 start.go:159] libmachine.API.Create for "dockerenv-399354" (driver="docker")
	I0929 11:42:09.187641  786582 client.go:168] LocalClient.Create starting
	I0929 11:42:09.187752  786582 main.go:141] libmachine: Reading certificate data from /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem
	I0929 11:42:09.187797  786582 main.go:141] libmachine: Decoding PEM data...
	I0929 11:42:09.187813  786582 main.go:141] libmachine: Parsing certificate...
	I0929 11:42:09.187897  786582 main.go:141] libmachine: Reading certificate data from /home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem
	I0929 11:42:09.187922  786582 main.go:141] libmachine: Decoding PEM data...
	I0929 11:42:09.187933  786582 main.go:141] libmachine: Parsing certificate...
	I0929 11:42:09.188424  786582 cli_runner.go:164] Run: docker network inspect dockerenv-399354 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	W0929 11:42:09.205628  786582 cli_runner.go:211] docker network inspect dockerenv-399354 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}" returned with exit code 1
	I0929 11:42:09.205680  786582 network_create.go:284] running [docker network inspect dockerenv-399354] to gather additional debugging logs...
	I0929 11:42:09.205694  786582 cli_runner.go:164] Run: docker network inspect dockerenv-399354
	W0929 11:42:09.222525  786582 cli_runner.go:211] docker network inspect dockerenv-399354 returned with exit code 1
	I0929 11:42:09.222562  786582 network_create.go:287] error running [docker network inspect dockerenv-399354]: docker network inspect dockerenv-399354: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network dockerenv-399354 not found
	I0929 11:42:09.222579  786582 network_create.go:289] output of [docker network inspect dockerenv-399354]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network dockerenv-399354 not found
	
	** /stderr **
	I0929 11:42:09.222669  786582 cli_runner.go:164] Run: docker network inspect bridge --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	I0929 11:42:09.240080  786582 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:0xc001b806f0}
	I0929 11:42:09.240129  786582 network_create.go:124] attempt to create docker network dockerenv-399354 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0929 11:42:09.240189  786582 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=dockerenv-399354 dockerenv-399354
	I0929 11:42:09.296175  786582 network_create.go:108] docker network dockerenv-399354 192.168.49.0/24 created
	I0929 11:42:09.296201  786582 kic.go:121] calculated static IP "192.168.49.2" for the "dockerenv-399354" container
	I0929 11:42:09.296267  786582 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0929 11:42:09.313598  786582 cli_runner.go:164] Run: docker volume create dockerenv-399354 --label name.minikube.sigs.k8s.io=dockerenv-399354 --label created_by.minikube.sigs.k8s.io=true
	I0929 11:42:09.331898  786582 oci.go:103] Successfully created a docker volume dockerenv-399354
	I0929 11:42:09.332012  786582 cli_runner.go:164] Run: docker run --rm --name dockerenv-399354-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=dockerenv-399354 --entrypoint /usr/bin/test -v dockerenv-399354:/var gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -d /var/lib
	I0929 11:42:09.719344  786582 oci.go:107] Successfully prepared a docker volume dockerenv-399354
	I0929 11:42:09.719378  786582 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
	I0929 11:42:09.719399  786582 kic.go:194] Starting extracting preloaded images to volume ...
	I0929 11:42:09.719475  786582 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v dockerenv-399354:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -I lz4 -xf /preloaded.tar -C /extractDir
	I0929 11:42:13.999194  786582 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v dockerenv-399354:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 -I lz4 -xf /preloaded.tar -C /extractDir: (4.279658017s)
	I0929 11:42:13.999217  786582 kic.go:203] duration metric: took 4.279815436s to extract preloaded images to volume ...
	W0929 11:42:13.999341  786582 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	W0929 11:42:13.999403  786582 oci.go:252] Your kernel does not support CPU cfs period/quota or the cgroup is not mounted.
	I0929 11:42:13.999437  786582 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0929 11:42:14.056682  786582 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 dockerenv-399354 --name dockerenv-399354 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=dockerenv-399354 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=dockerenv-399354 --network dockerenv-399354 --ip 192.168.49.2 --volume dockerenv-399354:/var --security-opt apparmor=unconfined --memory=8000mb -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1
	I0929 11:42:14.321021  786582 cli_runner.go:164] Run: docker container inspect dockerenv-399354 --format={{.State.Running}}
	I0929 11:42:14.339633  786582 cli_runner.go:164] Run: docker container inspect dockerenv-399354 --format={{.State.Status}}
	I0929 11:42:14.358895  786582 cli_runner.go:164] Run: docker exec dockerenv-399354 stat /var/lib/dpkg/alternatives/iptables
	I0929 11:42:14.410422  786582 oci.go:144] the created container "dockerenv-399354" has a running status.
	I0929 11:42:14.410447  786582 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/21655-728906/.minikube/machines/dockerenv-399354/id_rsa...
	I0929 11:42:14.722850  786582 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/21655-728906/.minikube/machines/dockerenv-399354/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0929 11:42:14.750335  786582 cli_runner.go:164] Run: docker container inspect dockerenv-399354 --format={{.State.Status}}
	I0929 11:42:14.771479  786582 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0929 11:42:14.771491  786582 kic_runner.go:114] Args: [docker exec --privileged dockerenv-399354 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0929 11:42:14.821579  786582 cli_runner.go:164] Run: docker container inspect dockerenv-399354 --format={{.State.Status}}
	I0929 11:42:14.839797  786582 machine.go:93] provisionDockerMachine start ...
	I0929 11:42:14.839904  786582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-399354
	I0929 11:42:14.859267  786582 main.go:141] libmachine: Using SSH client type: native
	I0929 11:42:14.859520  786582 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil>  [] 0s} 127.0.0.1 32773 <nil> <nil>}
	I0929 11:42:14.859528  786582 main.go:141] libmachine: About to run SSH command:
	hostname
	I0929 11:42:14.996754  786582 main.go:141] libmachine: SSH cmd err, output: <nil>: dockerenv-399354
	
	I0929 11:42:14.996785  786582 ubuntu.go:182] provisioning hostname "dockerenv-399354"
	I0929 11:42:14.996860  786582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-399354
	I0929 11:42:15.015585  786582 main.go:141] libmachine: Using SSH client type: native
	I0929 11:42:15.015803  786582 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil>  [] 0s} 127.0.0.1 32773 <nil> <nil>}
	I0929 11:42:15.015813  786582 main.go:141] libmachine: About to run SSH command:
	sudo hostname dockerenv-399354 && echo "dockerenv-399354" | sudo tee /etc/hostname
	I0929 11:42:15.165504  786582 main.go:141] libmachine: SSH cmd err, output: <nil>: dockerenv-399354
	
	I0929 11:42:15.165618  786582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-399354
	I0929 11:42:15.183792  786582 main.go:141] libmachine: Using SSH client type: native
	I0929 11:42:15.184032  786582 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil>  [] 0s} 127.0.0.1 32773 <nil> <nil>}
	I0929 11:42:15.184047  786582 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\sdockerenv-399354' /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 dockerenv-399354/g' /etc/hosts;
				else 
					echo '127.0.1.1 dockerenv-399354' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0929 11:42:15.321447  786582 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0929 11:42:15.321471  786582 ubuntu.go:188] set auth options {CertDir:/home/jenkins/minikube-integration/21655-728906/.minikube CaCertPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/21655-728906/.minikube}
	I0929 11:42:15.321504  786582 ubuntu.go:190] setting up certificates
	I0929 11:42:15.321514  786582 provision.go:84] configureAuth start
	I0929 11:42:15.321589  786582 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" dockerenv-399354
	I0929 11:42:15.340851  786582 provision.go:143] copyHostCerts
	I0929 11:42:15.340923  786582 exec_runner.go:144] found /home/jenkins/minikube-integration/21655-728906/.minikube/ca.pem, removing ...
	I0929 11:42:15.340934  786582 exec_runner.go:203] rm: /home/jenkins/minikube-integration/21655-728906/.minikube/ca.pem
	I0929 11:42:15.341020  786582 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/21655-728906/.minikube/ca.pem (1078 bytes)
	I0929 11:42:15.341114  786582 exec_runner.go:144] found /home/jenkins/minikube-integration/21655-728906/.minikube/cert.pem, removing ...
	I0929 11:42:15.341117  786582 exec_runner.go:203] rm: /home/jenkins/minikube-integration/21655-728906/.minikube/cert.pem
	I0929 11:42:15.341142  786582 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/21655-728906/.minikube/cert.pem (1123 bytes)
	I0929 11:42:15.341203  786582 exec_runner.go:144] found /home/jenkins/minikube-integration/21655-728906/.minikube/key.pem, removing ...
	I0929 11:42:15.341206  786582 exec_runner.go:203] rm: /home/jenkins/minikube-integration/21655-728906/.minikube/key.pem
	I0929 11:42:15.341227  786582 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/21655-728906/.minikube/key.pem (1679 bytes)
	I0929 11:42:15.341275  786582 provision.go:117] generating server cert: /home/jenkins/minikube-integration/21655-728906/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca-key.pem org=jenkins.dockerenv-399354 san=[127.0.0.1 192.168.49.2 dockerenv-399354 localhost minikube]
	I0929 11:42:15.661368  786582 provision.go:177] copyRemoteCerts
	I0929 11:42:15.661424  786582 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0929 11:42:15.661464  786582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-399354
	I0929 11:42:15.680432  786582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32773 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/dockerenv-399354/id_rsa Username:docker}
	I0929 11:42:15.778698  786582 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0929 11:42:15.806840  786582 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/machines/server.pem --> /etc/docker/server.pem (1216 bytes)
	I0929 11:42:15.833049  786582 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0929 11:42:15.858571  786582 provision.go:87] duration metric: took 537.040134ms to configureAuth
	I0929 11:42:15.858594  786582 ubuntu.go:206] setting minikube options for container-runtime
	I0929 11:42:15.858780  786582 config.go:182] Loaded profile config "dockerenv-399354": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:42:15.858788  786582 machine.go:96] duration metric: took 1.018978881s to provisionDockerMachine
	I0929 11:42:15.858794  786582 client.go:171] duration metric: took 6.671148259s to LocalClient.Create
	I0929 11:42:15.858815  786582 start.go:167] duration metric: took 6.671210142s to libmachine.API.Create "dockerenv-399354"
	I0929 11:42:15.858821  786582 start.go:293] postStartSetup for "dockerenv-399354" (driver="docker")
	I0929 11:42:15.858832  786582 start.go:322] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
	I0929 11:42:15.858897  786582 ssh_runner.go:195] Run: sudo mkdir -p /etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs
	I0929 11:42:15.858942  786582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-399354
	I0929 11:42:15.878205  786582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32773 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/dockerenv-399354/id_rsa Username:docker}
	I0929 11:42:15.978834  786582 ssh_runner.go:195] Run: cat /etc/os-release
	I0929 11:42:15.982533  786582 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0929 11:42:15.982579  786582 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0929 11:42:15.982590  786582 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0929 11:42:15.982596  786582 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I0929 11:42:15.982606  786582 filesync.go:126] Scanning /home/jenkins/minikube-integration/21655-728906/.minikube/addons for local assets ...
	I0929 11:42:15.982655  786582 filesync.go:126] Scanning /home/jenkins/minikube-integration/21655-728906/.minikube/files for local assets ...
	I0929 11:42:15.982671  786582 start.go:296] duration metric: took 123.845161ms for postStartSetup
	I0929 11:42:15.982997  786582 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" dockerenv-399354
	I0929 11:42:16.001865  786582 profile.go:143] Saving config to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/config.json ...
	I0929 11:42:16.002105  786582 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0929 11:42:16.002142  786582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-399354
	I0929 11:42:16.019872  786582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32773 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/dockerenv-399354/id_rsa Username:docker}
	I0929 11:42:16.112932  786582 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0929 11:42:16.117868  786582 start.go:128] duration metric: took 6.933046466s to createHost
	I0929 11:42:16.117886  786582 start.go:83] releasing machines lock for "dockerenv-399354", held for 6.933153359s
	I0929 11:42:16.117954  786582 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" dockerenv-399354
	I0929 11:42:16.135817  786582 ssh_runner.go:195] Run: cat /version.json
	I0929 11:42:16.135862  786582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-399354
	I0929 11:42:16.135870  786582 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0929 11:42:16.135931  786582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-399354
	I0929 11:42:16.154639  786582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32773 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/dockerenv-399354/id_rsa Username:docker}
	I0929 11:42:16.155005  786582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32773 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/dockerenv-399354/id_rsa Username:docker}
	I0929 11:42:16.246894  786582 ssh_runner.go:195] Run: systemctl --version
	I0929 11:42:16.320859  786582 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0929 11:42:16.326092  786582 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f -name *loopback.conf* -not -name *.mk_disabled -exec sh -c "grep -q loopback {} && ( grep -q name {} || sudo sed -i '/"type": "loopback"/i \ \ \ \ "name": "loopback",' {} ) && sudo sed -i 's|"cniVersion": ".*"|"cniVersion": "1.0.0"|g' {}" ;
	I0929 11:42:16.356738  786582 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
	I0929 11:42:16.356807  786582 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%p, " -exec sh -c "sudo mv {} {}.mk_disabled" ;
	I0929 11:42:16.386482  786582 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0929 11:42:16.386497  786582 start.go:495] detecting cgroup driver to use...
	I0929 11:42:16.386529  786582 detect.go:190] detected "systemd" cgroup driver on host os
	I0929 11:42:16.386607  786582 ssh_runner.go:195] Run: sudo systemctl stop -f crio
	I0929 11:42:16.399990  786582 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
	I0929 11:42:16.412139  786582 docker.go:218] disabling cri-docker service (if available) ...
	I0929 11:42:16.412185  786582 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0929 11:42:16.425734  786582 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0929 11:42:16.440285  786582 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0929 11:42:16.508203  786582 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0929 11:42:16.582593  786582 docker.go:234] disabling docker service ...
	I0929 11:42:16.582646  786582 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0929 11:42:16.602151  786582 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0929 11:42:16.614756  786582 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0929 11:42:16.683837  786582 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0929 11:42:16.755333  786582 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0929 11:42:16.767197  786582 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///run/containerd/containerd.sock
	" | sudo tee /etc/crictl.yaml"
	I0929 11:42:16.784486  786582 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.10.1"|' /etc/containerd/config.toml"
	I0929 11:42:16.797394  786582 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)restrict_oom_score_adj = .*$|\1restrict_oom_score_adj = false|' /etc/containerd/config.toml"
	I0929 11:42:16.808300  786582 containerd.go:146] configuring containerd to use "systemd" as cgroup driver...
	I0929 11:42:16.808364  786582 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = true|g' /etc/containerd/config.toml"
	I0929 11:42:16.819287  786582 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runtime.v1.linux"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0929 11:42:16.830285  786582 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
	I0929 11:42:16.841231  786582 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0929 11:42:16.851718  786582 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0929 11:42:16.861472  786582 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)conf_dir = .*$|\1conf_dir = "/etc/cni/net.d"|g' /etc/containerd/config.toml"
	I0929 11:42:16.872173  786582 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
	I0929 11:42:16.883301  786582 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)\[plugins."io.containerd.grpc.v1.cri"\]|&\n\1  enable_unprivileged_ports = true|' /etc/containerd/config.toml"
	I0929 11:42:16.894584  786582 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0929 11:42:16.903803  786582 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0929 11:42:16.912815  786582 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0929 11:42:16.977378  786582 ssh_runner.go:195] Run: sudo systemctl restart containerd
	I0929 11:42:17.083426  786582 start.go:542] Will wait 60s for socket path /run/containerd/containerd.sock
	I0929 11:42:17.083490  786582 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
	I0929 11:42:17.087523  786582 start.go:563] Will wait 60s for crictl version
	I0929 11:42:17.087587  786582 ssh_runner.go:195] Run: which crictl
	I0929 11:42:17.091007  786582 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0929 11:42:17.125957  786582 start.go:579] Version:  0.1.0
	RuntimeName:  containerd
	RuntimeVersion:  1.7.27
	RuntimeApiVersion:  v1
	I0929 11:42:17.126022  786582 ssh_runner.go:195] Run: containerd --version
	I0929 11:42:17.151913  786582 ssh_runner.go:195] Run: containerd --version
	I0929 11:42:17.179292  786582 out.go:179] * Preparing Kubernetes v1.34.0 on containerd 1.7.27 ...
	I0929 11:42:17.180936  786582 cli_runner.go:164] Run: docker network inspect dockerenv-399354 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	I0929 11:42:17.198312  786582 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0929 11:42:17.202476  786582 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.49.1	host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0929 11:42:17.214490  786582 kubeadm.go:875] updating cluster {Name:dockerenv-399354 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:8000 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:dockerenv-399354 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIP
s:[] 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 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: Auto
PauseInterval:1m0s} ...
	I0929 11:42:17.214613  786582 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
	I0929 11:42:17.214658  786582 ssh_runner.go:195] Run: sudo crictl images --output json
	I0929 11:42:17.250405  786582 containerd.go:627] all images are preloaded for containerd runtime.
	I0929 11:42:17.250418  786582 containerd.go:534] Images already preloaded, skipping extraction
	I0929 11:42:17.250466  786582 ssh_runner.go:195] Run: sudo crictl images --output json
	I0929 11:42:17.286380  786582 containerd.go:627] all images are preloaded for containerd runtime.
	I0929 11:42:17.286394  786582 cache_images.go:85] Images are preloaded, skipping loading
	I0929 11:42:17.286401  786582 kubeadm.go:926] updating node { 192.168.49.2 8443 v1.34.0 containerd true true} ...
	I0929 11:42:17.286507  786582 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=dockerenv-399354 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.34.0 ClusterName:dockerenv-399354 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
	I0929 11:42:17.286583  786582 ssh_runner.go:195] Run: sudo crictl info
	I0929 11:42:17.324233  786582 cni.go:84] Creating CNI manager for ""
	I0929 11:42:17.324249  786582 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0929 11:42:17.324279  786582 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0929 11:42:17.324308  786582 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:dockerenv-399354 NodeName:dockerenv-399354 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:systemd ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath
:/etc/kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///run/containerd/containerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
	I0929 11:42:17.324459  786582 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: "dockerenv-399354"
	  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: systemd
	containerRuntimeEndpoint: unix:///run/containerd/containerd.sock
	hairpinMode: hairpin-veth
	runtimeRequestTimeout: 15m
	clusterDomain: "cluster.local"
	# disable disk resource management by default
	imageGCHighThresholdPercent: 100
	evictionHard:
	  nodefs.available: "0%"
	  nodefs.inodesFree: "0%"
	  imagefs.available: "0%"
	failSwapOn: false
	staticPodPath: /etc/kubernetes/manifests
	---
	apiVersion: kubeproxy.config.k8s.io/v1alpha1
	kind: KubeProxyConfiguration
	clusterCIDR: "10.244.0.0/16"
	metricsBindAddress: 0.0.0.0:10249
	conntrack:
	  maxPerCore: 0
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
	  tcpEstablishedTimeout: 0s
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
	  tcpCloseWaitTimeout: 0s
	
	I0929 11:42:17.324527  786582 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.34.0
	I0929 11:42:17.334097  786582 binaries.go:44] Found k8s binaries, skipping transfer
	I0929 11:42:17.334155  786582 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0929 11:42:17.343675  786582 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (320 bytes)
	I0929 11:42:17.362618  786582 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0929 11:42:17.384658  786582 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2228 bytes)
	I0929 11:42:17.403722  786582 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0929 11:42:17.407462  786582 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.49.2	control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0929 11:42:17.419293  786582 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0929 11:42:17.486739  786582 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0929 11:42:17.513192  786582 certs.go:68] Setting up /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354 for IP: 192.168.49.2
	I0929 11:42:17.513207  786582 certs.go:194] generating shared ca certs ...
	I0929 11:42:17.513225  786582 certs.go:226] acquiring lock for ca certs: {Name:mk3ab67669e19ac06bf7b8e296dfa49c7a146741 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:42:17.513382  786582 certs.go:235] skipping valid "minikubeCA" ca cert: /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key
	I0929 11:42:17.513421  786582 certs.go:235] skipping valid "proxyClientCA" ca cert: /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key
	I0929 11:42:17.513427  786582 certs.go:256] generating profile certs ...
	I0929 11:42:17.513497  786582 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/client.key
	I0929 11:42:17.513506  786582 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/client.crt with IP's: []
	I0929 11:42:17.806060  786582 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/client.crt ...
	I0929 11:42:17.806080  786582 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/client.crt: {Name:mkfcbe4083ee96dc8c608325af622c27e6c9ceee Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:42:17.806279  786582 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/client.key ...
	I0929 11:42:17.806286  786582 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/client.key: {Name:mkbe2f28a9f8ea6bcaa2201cbb3adc47435c899a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:42:17.806369  786582 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/apiserver.key.e2a6e8ab
	I0929 11:42:17.806379  786582 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/apiserver.crt.e2a6e8ab with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0929 11:42:18.484927  786582 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/apiserver.crt.e2a6e8ab ...
	I0929 11:42:18.484952  786582 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/apiserver.crt.e2a6e8ab: {Name:mkc781a2a785c7bc4cb570666e282688339ac10b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:42:18.485136  786582 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/apiserver.key.e2a6e8ab ...
	I0929 11:42:18.485145  786582 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/apiserver.key.e2a6e8ab: {Name:mke2efe2ffcbadcac4fad5e4be82a8f2b6712631 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:42:18.485270  786582 certs.go:381] copying /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/apiserver.crt.e2a6e8ab -> /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/apiserver.crt
	I0929 11:42:18.485353  786582 certs.go:385] copying /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/apiserver.key.e2a6e8ab -> /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/apiserver.key
	I0929 11:42:18.485406  786582 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/proxy-client.key
	I0929 11:42:18.485418  786582 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/proxy-client.crt with IP's: []
	I0929 11:42:18.645936  786582 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/proxy-client.crt ...
	I0929 11:42:18.645959  786582 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/proxy-client.crt: {Name:mkdc2f5d3a218239e491858e42d651286d186be1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:42:18.646141  786582 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/proxy-client.key ...
	I0929 11:42:18.646166  786582 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/proxy-client.key: {Name:mka0c5371607db3b90e528ae49bc0def780890b3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:42:18.646371  786582 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca-key.pem (1675 bytes)
	I0929 11:42:18.646401  786582 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/ca.pem (1078 bytes)
	I0929 11:42:18.646422  786582 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/cert.pem (1123 bytes)
	I0929 11:42:18.646439  786582 certs.go:484] found cert: /home/jenkins/minikube-integration/21655-728906/.minikube/certs/key.pem (1679 bytes)
	I0929 11:42:18.647018  786582 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0929 11:42:18.673762  786582 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I0929 11:42:18.698500  786582 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0929 11:42:18.724249  786582 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0929 11:42:18.749720  786582 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1424 bytes)
	I0929 11:42:18.775410  786582 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0929 11:42:18.800307  786582 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0929 11:42:18.825978  786582 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/dockerenv-399354/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
	I0929 11:42:18.850863  786582 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0929 11:42:18.878811  786582 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0929 11:42:18.897715  786582 ssh_runner.go:195] Run: openssl version
	I0929 11:42:18.903645  786582 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/minikubeCA.pem && ln -fs /usr/share/ca-certificates/minikubeCA.pem /etc/ssl/certs/minikubeCA.pem"
	I0929 11:42:18.917046  786582 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0929 11:42:18.920927  786582 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 29 11:12 /usr/share/ca-certificates/minikubeCA.pem
	I0929 11:42:18.920986  786582 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0929 11:42:18.928092  786582 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/b5213941.0 || ln -fs /etc/ssl/certs/minikubeCA.pem /etc/ssl/certs/b5213941.0"
	I0929 11:42:18.938209  786582 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0929 11:42:18.941823  786582 certs.go:399] 'apiserver-kubelet-client' cert doesn't exist, likely first start: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt: Process exited with status 1
	stdout:
	
	stderr:
	stat: cannot statx '/var/lib/minikube/certs/apiserver-kubelet-client.crt': No such file or directory
	I0929 11:42:18.941875  786582 kubeadm.go:392] StartCluster: {Name:dockerenv-399354 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:8000 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:dockerenv-399354 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 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: AutoPau
seInterval:1m0s}
	I0929 11:42:18.941961  786582 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
	I0929 11:42:18.942019  786582 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0929 11:42:18.979684  786582 cri.go:89] found id: ""
	I0929 11:42:18.979771  786582 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0929 11:42:18.990422  786582 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0929 11:42:19.000407  786582 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0929 11:42:19.000472  786582 ssh_runner.go:195] Run: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf
	I0929 11:42:19.009709  786582 kubeadm.go:155] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
	stdout:
	
	stderr:
	ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
	I0929 11:42:19.009717  786582 kubeadm.go:157] found existing configuration files:
	
	I0929 11:42:19.009762  786582 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0929 11:42:19.019076  786582 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/admin.conf: No such file or directory
	I0929 11:42:19.019122  786582 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0929 11:42:19.028307  786582 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0929 11:42:19.037659  786582 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/kubelet.conf: No such file or directory
	I0929 11:42:19.037703  786582 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0929 11:42:19.046413  786582 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0929 11:42:19.055685  786582 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/controller-manager.conf: No such file or directory
	I0929 11:42:19.055728  786582 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0929 11:42:19.064530  786582 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0929 11:42:19.073362  786582 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/scheduler.conf: No such file or directory
	I0929 11:42:19.073410  786582 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0929 11:42:19.082092  786582 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.34.0:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I0929 11:42:19.138473  786582 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/6.8.0-1040-gcp\n", err: exit status 1
	I0929 11:42:19.195647  786582 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0929 11:42:29.489293  786582 kubeadm.go:310] [init] Using Kubernetes version: v1.34.0
	I0929 11:42:29.489342  786582 kubeadm.go:310] [preflight] Running pre-flight checks
	I0929 11:42:29.489448  786582 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0929 11:42:29.489501  786582 kubeadm.go:310] KERNEL_VERSION: 6.8.0-1040-gcp
	I0929 11:42:29.489527  786582 kubeadm.go:310] OS: Linux
	I0929 11:42:29.489597  786582 kubeadm.go:310] CGROUPS_CPU: enabled
	I0929 11:42:29.489640  786582 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0929 11:42:29.489678  786582 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0929 11:42:29.489721  786582 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0929 11:42:29.489758  786582 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0929 11:42:29.489795  786582 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0929 11:42:29.489834  786582 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0929 11:42:29.489873  786582 kubeadm.go:310] CGROUPS_IO: enabled
	I0929 11:42:29.489936  786582 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0929 11:42:29.490021  786582 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0929 11:42:29.490093  786582 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0929 11:42:29.490146  786582 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0929 11:42:29.491748  786582 out.go:252]   - Generating certificates and keys ...
	I0929 11:42:29.491815  786582 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0929 11:42:29.491882  786582 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0929 11:42:29.491962  786582 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0929 11:42:29.492017  786582 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0929 11:42:29.492062  786582 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0929 11:42:29.492100  786582 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0929 11:42:29.492140  786582 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0929 11:42:29.492249  786582 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [dockerenv-399354 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0929 11:42:29.492292  786582 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0929 11:42:29.492387  786582 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [dockerenv-399354 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0929 11:42:29.492440  786582 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0929 11:42:29.492490  786582 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0929 11:42:29.492525  786582 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0929 11:42:29.492630  786582 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0929 11:42:29.492679  786582 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0929 11:42:29.492724  786582 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0929 11:42:29.492776  786582 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0929 11:42:29.492844  786582 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0929 11:42:29.492885  786582 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0929 11:42:29.492958  786582 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0929 11:42:29.493022  786582 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0929 11:42:29.494517  786582 out.go:252]   - Booting up control plane ...
	I0929 11:42:29.494593  786582 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0929 11:42:29.494659  786582 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0929 11:42:29.494722  786582 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0929 11:42:29.494809  786582 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0929 11:42:29.494879  786582 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/instance-config.yaml"
	I0929 11:42:29.494995  786582 kubeadm.go:310] [patches] Applied patch of type "application/strategic-merge-patch+json" to target "kubeletconfiguration"
	I0929 11:42:29.495058  786582 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0929 11:42:29.495087  786582 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0929 11:42:29.495196  786582 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0929 11:42:29.495273  786582 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0929 11:42:29.495317  786582 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.001046279s
	I0929 11:42:29.495385  786582 kubeadm.go:310] [control-plane-check] Waiting for healthy control plane components. This can take up to 4m0s
	I0929 11:42:29.495452  786582 kubeadm.go:310] [control-plane-check] Checking kube-apiserver at https://192.168.49.2:8443/livez
	I0929 11:42:29.495523  786582 kubeadm.go:310] [control-plane-check] Checking kube-controller-manager at https://127.0.0.1:10257/healthz
	I0929 11:42:29.495603  786582 kubeadm.go:310] [control-plane-check] Checking kube-scheduler at https://127.0.0.1:10259/livez
	I0929 11:42:29.495668  786582 kubeadm.go:310] [control-plane-check] kube-controller-manager is healthy after 1.504294355s
	I0929 11:42:29.495718  786582 kubeadm.go:310] [control-plane-check] kube-scheduler is healthy after 2.457089415s
	I0929 11:42:29.495768  786582 kubeadm.go:310] [control-plane-check] kube-apiserver is healthy after 4.001568508s
	I0929 11:42:29.495853  786582 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0929 11:42:29.495954  786582 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0929 11:42:29.496012  786582 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0929 11:42:29.496197  786582 kubeadm.go:310] [mark-control-plane] Marking the node dockerenv-399354 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0929 11:42:29.496242  786582 kubeadm.go:310] [bootstrap-token] Using token: v03wqk.t72us330ejk85q4a
	I0929 11:42:29.497513  786582 out.go:252]   - Configuring RBAC rules ...
	I0929 11:42:29.497618  786582 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0929 11:42:29.497680  786582 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0929 11:42:29.497786  786582 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
	I0929 11:42:29.497886  786582 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0929 11:42:29.498005  786582 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0929 11:42:29.498076  786582 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0929 11:42:29.498177  786582 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0929 11:42:29.498213  786582 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0929 11:42:29.498250  786582 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0929 11:42:29.498252  786582 kubeadm.go:310] 
	I0929 11:42:29.498304  786582 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0929 11:42:29.498307  786582 kubeadm.go:310] 
	I0929 11:42:29.498369  786582 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0929 11:42:29.498371  786582 kubeadm.go:310] 
	I0929 11:42:29.498391  786582 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0929 11:42:29.498467  786582 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0929 11:42:29.498513  786582 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0929 11:42:29.498516  786582 kubeadm.go:310] 
	I0929 11:42:29.498573  786582 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0929 11:42:29.498575  786582 kubeadm.go:310] 
	I0929 11:42:29.498614  786582 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0929 11:42:29.498616  786582 kubeadm.go:310] 
	I0929 11:42:29.498662  786582 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0929 11:42:29.498733  786582 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0929 11:42:29.498807  786582 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0929 11:42:29.498810  786582 kubeadm.go:310] 
	I0929 11:42:29.498932  786582 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0929 11:42:29.499050  786582 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0929 11:42:29.499054  786582 kubeadm.go:310] 
	I0929 11:42:29.499178  786582 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token v03wqk.t72us330ejk85q4a \
	I0929 11:42:29.499273  786582 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:03004bc8c8ab3762858c34ea451f30c4ba87cf96a40f62b78029392015104160 \
	I0929 11:42:29.499289  786582 kubeadm.go:310] 	--control-plane 
	I0929 11:42:29.499292  786582 kubeadm.go:310] 
	I0929 11:42:29.499363  786582 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0929 11:42:29.499366  786582 kubeadm.go:310] 
	I0929 11:42:29.499450  786582 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token v03wqk.t72us330ejk85q4a \
	I0929 11:42:29.499589  786582 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:03004bc8c8ab3762858c34ea451f30c4ba87cf96a40f62b78029392015104160 
	I0929 11:42:29.499597  786582 cni.go:84] Creating CNI manager for ""
	I0929 11:42:29.499603  786582 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0929 11:42:29.501289  786582 out.go:179] * Configuring CNI (Container Networking Interface) ...
	I0929 11:42:29.502616  786582 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0929 11:42:29.506950  786582 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.34.0/kubectl ...
	I0929 11:42:29.506964  786582 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0929 11:42:29.525790  786582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0929 11:42:29.734472  786582 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0929 11:42:29.734576  786582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0929 11:42:29.734630  786582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes dockerenv-399354 minikube.k8s.io/updated_at=2025_09_29T11_42_29_0700 minikube.k8s.io/version=v1.37.0 minikube.k8s.io/commit=e087d081f23c6d1317bb12845422265d8d3490cf minikube.k8s.io/name=dockerenv-399354 minikube.k8s.io/primary=true
	I0929 11:42:29.810105  786582 ops.go:34] apiserver oom_adj: -16
	I0929 11:42:29.810148  786582 kubeadm.go:1105] duration metric: took 75.66031ms to wait for elevateKubeSystemPrivileges
	I0929 11:42:29.821011  786582 kubeadm.go:394] duration metric: took 10.879132319s to StartCluster
	I0929 11:42:29.821050  786582 settings.go:142] acquiring lock: {Name:mk053e7d0312ee1490602ff57488e3067c62f18a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:42:29.821135  786582 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/21655-728906/kubeconfig
	I0929 11:42:29.822175  786582 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21655-728906/kubeconfig: {Name:mk33453547b04bbe9c3de7a739a9e0868e0a7fd9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0929 11:42:29.822438  786582 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0929 11:42:29.822445  786582 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}
	I0929 11:42:29.822513  786582 addons.go:511] enable addons start: toEnable=map[ambassador:false amd-gpu-device-plugin:false auto-pause:false cloud-spanner:false csi-hostpath-driver:false dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:false gvisor:false headlamp:false inaccel:false ingress:false ingress-dns:false inspektor-gadget:false istio:false istio-provisioner:false kong:false kubeflow:false kubetail:false kubevirt:false logviewer:false metallb:false metrics-server:false nvidia-device-plugin:false nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:false registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-rancher:false volcano:false volumesnapshots:false yakd:false]
	I0929 11:42:29.822620  786582 addons.go:69] Setting storage-provisioner=true in profile "dockerenv-399354"
	I0929 11:42:29.822637  786582 addons.go:69] Setting default-storageclass=true in profile "dockerenv-399354"
	I0929 11:42:29.822648  786582 addons.go:238] Setting addon storage-provisioner=true in "dockerenv-399354"
	I0929 11:42:29.822664  786582 config.go:182] Loaded profile config "dockerenv-399354": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:42:29.822676  786582 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "dockerenv-399354"
	I0929 11:42:29.822692  786582 host.go:66] Checking if "dockerenv-399354" exists ...
	I0929 11:42:29.823117  786582 cli_runner.go:164] Run: docker container inspect dockerenv-399354 --format={{.State.Status}}
	I0929 11:42:29.823283  786582 cli_runner.go:164] Run: docker container inspect dockerenv-399354 --format={{.State.Status}}
	I0929 11:42:29.824025  786582 out.go:179] * Verifying Kubernetes components...
	I0929 11:42:29.825589  786582 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0929 11:42:29.847750  786582 out.go:179]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0929 11:42:29.848299  786582 addons.go:238] Setting addon default-storageclass=true in "dockerenv-399354"
	I0929 11:42:29.848331  786582 host.go:66] Checking if "dockerenv-399354" exists ...
	I0929 11:42:29.848842  786582 cli_runner.go:164] Run: docker container inspect dockerenv-399354 --format={{.State.Status}}
	I0929 11:42:29.848991  786582 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0929 11:42:29.849004  786582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0929 11:42:29.849072  786582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-399354
	I0929 11:42:29.877952  786582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32773 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/dockerenv-399354/id_rsa Username:docker}
	I0929 11:42:29.878133  786582 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
	I0929 11:42:29.878145  786582 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0929 11:42:29.878210  786582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-399354
	I0929 11:42:29.899357  786582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32773 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/dockerenv-399354/id_rsa Username:docker}
	I0929 11:42:29.917377  786582 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0929 11:42:29.944755  786582 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0929 11:42:29.996496  786582 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0929 11:42:30.014129  786582 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0929 11:42:30.087782  786582 start.go:976] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0929 11:42:30.088731  786582 api_server.go:52] waiting for apiserver process to appear ...
	I0929 11:42:30.088779  786582 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0929 11:42:30.271644  786582 api_server.go:72] duration metric: took 449.166619ms to wait for apiserver process to appear ...
	I0929 11:42:30.271666  786582 api_server.go:88] waiting for apiserver healthz status ...
	I0929 11:42:30.271688  786582 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0929 11:42:30.277288  786582 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0929 11:42:30.278173  786582 api_server.go:141] control plane version: v1.34.0
	I0929 11:42:30.278189  786582 api_server.go:131] duration metric: took 6.516079ms to wait for apiserver health ...
	I0929 11:42:30.278198  786582 system_pods.go:43] waiting for kube-system pods to appear ...
	I0929 11:42:30.278595  786582 out.go:179] * Enabled addons: storage-provisioner, default-storageclass
	I0929 11:42:30.279720  786582 addons.go:514] duration metric: took 457.200465ms for enable addons: enabled=[storage-provisioner default-storageclass]
	I0929 11:42:30.280688  786582 system_pods.go:59] 5 kube-system pods found
	I0929 11:42:30.280711  786582 system_pods.go:61] "etcd-dockerenv-399354" [94d97519-1441-41ef-b8df-200e212575b1] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0929 11:42:30.280723  786582 system_pods.go:61] "kube-apiserver-dockerenv-399354" [bbac1287-467c-43b0-a369-cf3cb45d035e] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0929 11:42:30.280730  786582 system_pods.go:61] "kube-controller-manager-dockerenv-399354" [3ece953d-2f7d-46af-aae3-5a99597c7212] Running / Ready:ContainersNotReady (containers with unready status: [kube-controller-manager]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-controller-manager])
	I0929 11:42:30.280734  786582 system_pods.go:61] "kube-scheduler-dockerenv-399354" [e0c1f99a-506d-46a8-9549-f2f8712897db] Running / Ready:ContainersNotReady (containers with unready status: [kube-scheduler]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-scheduler])
	I0929 11:42:30.280737  786582 system_pods.go:61] "storage-provisioner" [cd1d50a4-b1cb-4343-905b-151828639916] Pending
	I0929 11:42:30.280742  786582 system_pods.go:74] duration metric: took 2.539585ms to wait for pod list to return data ...
	I0929 11:42:30.280751  786582 kubeadm.go:578] duration metric: took 458.281477ms to wait for: map[apiserver:true system_pods:true]
	I0929 11:42:30.280761  786582 node_conditions.go:102] verifying NodePressure condition ...
	I0929 11:42:30.282994  786582 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
	I0929 11:42:30.283011  786582 node_conditions.go:123] node cpu capacity is 8
	I0929 11:42:30.283030  786582 node_conditions.go:105] duration metric: took 2.265339ms to run NodePressure ...
	I0929 11:42:30.283044  786582 start.go:241] waiting for startup goroutines ...
	I0929 11:42:30.592063  786582 kapi.go:214] "coredns" deployment in "kube-system" namespace and "dockerenv-399354" context rescaled to 1 replicas
	I0929 11:42:30.592112  786582 start.go:246] waiting for cluster config update ...
	I0929 11:42:30.592122  786582 start.go:255] writing updated cluster config ...
	I0929 11:42:30.592420  786582 ssh_runner.go:195] Run: rm -f paused
	I0929 11:42:30.643381  786582 start.go:623] kubectl: 1.34.1, cluster: 1.34.0 (minor skew: 0)
	I0929 11:42:30.645521  786582 out.go:179] * Done! kubectl is now configured to use "dockerenv-399354" cluster and "default" namespace by default
	
	
	==> container status <==
	CONTAINER           IMAGE               CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	f7d5a357377d2       409467f978b4a       8 seconds ago       Running             kindnet-cni               0                   2e6494bdd9c99       kindnet-fl58r
	781845b821cc4       6e38f40d628db       8 seconds ago       Running             storage-provisioner       0                   6cf8ea94d7b36       storage-provisioner
	867e1207882b6       df0860106674d       8 seconds ago       Running             kube-proxy                0                   f23e4a0fcbf8e       kube-proxy-psk2f
	2a255d8ee31c1       46169d968e920       19 seconds ago      Running             kube-scheduler            0                   3dfb64d56930c       kube-scheduler-dockerenv-399354
	b9304b0a4048f       a0af72f2ec6d6       19 seconds ago      Running             kube-controller-manager   0                   ea7d27ce8433b       kube-controller-manager-dockerenv-399354
	a292fc8bbe19e       90550c43ad2bc       19 seconds ago      Running             kube-apiserver            0                   bffaea101b8f4       kube-apiserver-dockerenv-399354
	b298095f4ecb0       5f1f5298c888d       19 seconds ago      Running             etcd                      0                   a70320c9f8dc2       etcd-dockerenv-399354
	
	
	==> containerd <==
	Sep 29 11:42:24 dockerenv-399354 containerd[757]: time="2025-09-29T11:42:24.679865073Z" level=info msg="StartContainer for \"b298095f4ecb0cefaed7235cd08f9ba76f9b3d213768e67e545408cc06522542\" returns successfully"
	Sep 29 11:42:24 dockerenv-399354 containerd[757]: time="2025-09-29T11:42:24.689804945Z" level=info msg="StartContainer for \"a292fc8bbe19ebfecdc20d6c53ba47055fc439756ee945704a6e86bc3d41b452\" returns successfully"
	Sep 29 11:42:24 dockerenv-399354 containerd[757]: time="2025-09-29T11:42:24.697860137Z" level=info msg="StartContainer for \"b9304b0a4048fc1f1ffd3132098e8e9537448f153ee73d3c779c622f940c842d\" returns successfully"
	Sep 29 11:42:24 dockerenv-399354 containerd[757]: time="2025-09-29T11:42:24.702788448Z" level=info msg="StartContainer for \"2a255d8ee31c159919b089d4f39ffbd97c71c76f7617dfe60ffba4394938008a\" returns successfully"
	Sep 29 11:42:35 dockerenv-399354 containerd[757]: time="2025-09-29T11:42:35.035515268Z" level=info msg="RunPodSandbox for &PodSandboxMetadata{Name:coredns-66bc5c9577-p8v6n,Uid:ceebd7e3-6a54-44e0-82d6-9990fbb325d0,Namespace:kube-system,Attempt:0,}"
	Sep 29 11:42:35 dockerenv-399354 containerd[757]: time="2025-09-29T11:42:35.060881525Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:coredns-66bc5c9577-p8v6n,Uid:ceebd7e3-6a54-44e0-82d6-9990fbb325d0,Namespace:kube-system,Attempt:0,} failed, error" error="failed to setup network for sandbox \"b3774445d6ba62c39777178471a82bf0777c3e382bbd97836b40936032f0cf64\": failed to find network info for sandbox \"b3774445d6ba62c39777178471a82bf0777c3e382bbd97836b40936032f0cf64\""
	Sep 29 11:42:35 dockerenv-399354 containerd[757]: time="2025-09-29T11:42:35.183053318Z" level=info msg="RunPodSandbox for &PodSandboxMetadata{Name:kindnet-fl58r,Uid:73f5a6c0-0d94-42dd-b7c2-b598934e79ea,Namespace:kube-system,Attempt:0,}"
	Sep 29 11:42:35 dockerenv-399354 containerd[757]: time="2025-09-29T11:42:35.185127530Z" level=info msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-proxy-psk2f,Uid:c3977c38-306f-4a2f-bbb9-f0adf4f59575,Namespace:kube-system,Attempt:0,}"
	Sep 29 11:42:35 dockerenv-399354 containerd[757]: time="2025-09-29T11:42:35.257811549Z" level=info msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-proxy-psk2f,Uid:c3977c38-306f-4a2f-bbb9-f0adf4f59575,Namespace:kube-system,Attempt:0,} returns sandbox id \"f23e4a0fcbf8e99f96db2a4926a557b11cd562966acae54477811aee8c097609\""
	Sep 29 11:42:35 dockerenv-399354 containerd[757]: time="2025-09-29T11:42:35.264219350Z" level=info msg="CreateContainer within sandbox \"f23e4a0fcbf8e99f96db2a4926a557b11cd562966acae54477811aee8c097609\" for container &ContainerMetadata{Name:kube-proxy,Attempt:0,}"
	Sep 29 11:42:35 dockerenv-399354 containerd[757]: time="2025-09-29T11:42:35.275530753Z" level=info msg="CreateContainer within sandbox \"f23e4a0fcbf8e99f96db2a4926a557b11cd562966acae54477811aee8c097609\" for &ContainerMetadata{Name:kube-proxy,Attempt:0,} returns container id \"867e1207882b63cf5324956be6e343fdd6c18be7ed424dc5a0299ade5d7a6083\""
	Sep 29 11:42:35 dockerenv-399354 containerd[757]: time="2025-09-29T11:42:35.276158353Z" level=info msg="StartContainer for \"867e1207882b63cf5324956be6e343fdd6c18be7ed424dc5a0299ade5d7a6083\""
	Sep 29 11:42:35 dockerenv-399354 containerd[757]: time="2025-09-29T11:42:35.286268460Z" level=info msg="RunPodSandbox for &PodSandboxMetadata{Name:storage-provisioner,Uid:cd1d50a4-b1cb-4343-905b-151828639916,Namespace:kube-system,Attempt:0,}"
	Sep 29 11:42:35 dockerenv-399354 containerd[757]: time="2025-09-29T11:42:35.353938455Z" level=info msg="StartContainer for \"867e1207882b63cf5324956be6e343fdd6c18be7ed424dc5a0299ade5d7a6083\" returns successfully"
	Sep 29 11:42:35 dockerenv-399354 containerd[757]: time="2025-09-29T11:42:35.377692669Z" level=info msg="RunPodSandbox for &PodSandboxMetadata{Name:storage-provisioner,Uid:cd1d50a4-b1cb-4343-905b-151828639916,Namespace:kube-system,Attempt:0,} returns sandbox id \"6cf8ea94d7b36616f3bd29dfb60494126e4c52b013a4fb5ae24cb72fb7bb4798\""
	Sep 29 11:42:35 dockerenv-399354 containerd[757]: time="2025-09-29T11:42:35.383735366Z" level=info msg="CreateContainer within sandbox \"6cf8ea94d7b36616f3bd29dfb60494126e4c52b013a4fb5ae24cb72fb7bb4798\" for container &ContainerMetadata{Name:storage-provisioner,Attempt:0,}"
	Sep 29 11:42:35 dockerenv-399354 containerd[757]: time="2025-09-29T11:42:35.395490159Z" level=info msg="CreateContainer within sandbox \"6cf8ea94d7b36616f3bd29dfb60494126e4c52b013a4fb5ae24cb72fb7bb4798\" for &ContainerMetadata{Name:storage-provisioner,Attempt:0,} returns container id \"781845b821cc4ed3274cea4a2bc78a146de32a74e252ec6e2077c52edcfd566b\""
	Sep 29 11:42:35 dockerenv-399354 containerd[757]: time="2025-09-29T11:42:35.396336016Z" level=info msg="StartContainer for \"781845b821cc4ed3274cea4a2bc78a146de32a74e252ec6e2077c52edcfd566b\""
	Sep 29 11:42:35 dockerenv-399354 containerd[757]: time="2025-09-29T11:42:35.452922337Z" level=info msg="StartContainer for \"781845b821cc4ed3274cea4a2bc78a146de32a74e252ec6e2077c52edcfd566b\" returns successfully"
	Sep 29 11:42:35 dockerenv-399354 containerd[757]: time="2025-09-29T11:42:35.518089000Z" level=info msg="RunPodSandbox for &PodSandboxMetadata{Name:kindnet-fl58r,Uid:73f5a6c0-0d94-42dd-b7c2-b598934e79ea,Namespace:kube-system,Attempt:0,} returns sandbox id \"2e6494bdd9c99750520e38f6fe6d0692760e0033a67456916761c2f1e848db9c\""
	Sep 29 11:42:35 dockerenv-399354 containerd[757]: time="2025-09-29T11:42:35.523322216Z" level=info msg="CreateContainer within sandbox \"2e6494bdd9c99750520e38f6fe6d0692760e0033a67456916761c2f1e848db9c\" for container &ContainerMetadata{Name:kindnet-cni,Attempt:0,}"
	Sep 29 11:42:35 dockerenv-399354 containerd[757]: time="2025-09-29T11:42:35.534017484Z" level=info msg="CreateContainer within sandbox \"2e6494bdd9c99750520e38f6fe6d0692760e0033a67456916761c2f1e848db9c\" for &ContainerMetadata{Name:kindnet-cni,Attempt:0,} returns container id \"f7d5a357377d2afae0867dd57ce694b1d8aa2a7758ec7bd54ca3ccd89f70749c\""
	Sep 29 11:42:35 dockerenv-399354 containerd[757]: time="2025-09-29T11:42:35.534647072Z" level=info msg="StartContainer for \"f7d5a357377d2afae0867dd57ce694b1d8aa2a7758ec7bd54ca3ccd89f70749c\""
	Sep 29 11:42:35 dockerenv-399354 containerd[757]: time="2025-09-29T11:42:35.712505780Z" level=info msg="StartContainer for \"f7d5a357377d2afae0867dd57ce694b1d8aa2a7758ec7bd54ca3ccd89f70749c\" returns successfully"
	Sep 29 11:42:39 dockerenv-399354 containerd[757]: time="2025-09-29T11:42:39.151446663Z" level=info msg="No cni config template is specified, wait for other system components to drop the config."
	
	
	==> describe nodes <==
	Name:               dockerenv-399354
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=dockerenv-399354
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=e087d081f23c6d1317bb12845422265d8d3490cf
	                    minikube.k8s.io/name=dockerenv-399354
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2025_09_29T11_42_29_0700
	                    minikube.k8s.io/version=v1.37.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	Annotations:        node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 29 Sep 2025 11:42:26 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  dockerenv-399354
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 29 Sep 2025 11:42:38 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 29 Sep 2025 11:42:39 +0000   Mon, 29 Sep 2025 11:42:25 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 29 Sep 2025 11:42:39 +0000   Mon, 29 Sep 2025 11:42:25 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 29 Sep 2025 11:42:39 +0000   Mon, 29 Sep 2025 11:42:25 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 29 Sep 2025 11:42:39 +0000   Mon, 29 Sep 2025 11:42:26 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    dockerenv-399354
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32863448Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32863448Ki
	  pods:               110
	System Info:
	  Machine ID:                 c3f3bac0aeff422f9619aebc331255cf
	  System UUID:                c9a987b3-f9a6-467b-92a0-5a15e3ddbce0
	  Boot ID:                    67afa1fd-4f9a-4651-9639-1ca5665e29ac
	  Kernel Version:             6.8.0-1040-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:          (8 in total)
	  Namespace                   Name                                        CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                        ------------  ----------  ---------------  -------------  ---
	  kube-system                 coredns-66bc5c9577-p8v6n                    100m (1%)     0 (0%)      70Mi (0%)        170Mi (0%)     10s
	  kube-system                 etcd-dockerenv-399354                       100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         16s
	  kube-system                 kindnet-fl58r                               100m (1%)     100m (1%)   50Mi (0%)        50Mi (0%)      10s
	  kube-system                 kube-apiserver-dockerenv-399354             250m (3%)     0 (0%)      0 (0%)           0 (0%)         16s
	  kube-system                 kube-controller-manager-dockerenv-399354    200m (2%)     0 (0%)      0 (0%)           0 (0%)         16s
	  kube-system                 kube-proxy-psk2f                            0 (0%)        0 (0%)      0 (0%)           0 (0%)         10s
	  kube-system                 kube-scheduler-dockerenv-399354             100m (1%)     0 (0%)      0 (0%)           0 (0%)         16s
	  kube-system                 storage-provisioner                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         14s
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                850m (10%)  100m (1%)
	  memory             220Mi (0%)  220Mi (0%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	Events:
	  Type    Reason                   Age                From             Message
	  ----    ------                   ----               ----             -------
	  Normal  Starting                 8s                 kube-proxy       
	  Normal  Starting                 21s                kubelet          Starting kubelet.
	  Normal  NodeHasSufficientMemory  20s (x8 over 21s)  kubelet          Node dockerenv-399354 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    20s (x8 over 21s)  kubelet          Node dockerenv-399354 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     20s (x7 over 21s)  kubelet          Node dockerenv-399354 status is now: NodeHasSufficientPID
	  Normal  NodeAllocatableEnforced  20s                kubelet          Updated Node Allocatable limit across pods
	  Normal  Starting                 16s                kubelet          Starting kubelet.
	  Normal  NodeAllocatableEnforced  16s                kubelet          Updated Node Allocatable limit across pods
	  Normal  NodeHasSufficientMemory  16s                kubelet          Node dockerenv-399354 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    16s                kubelet          Node dockerenv-399354 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     16s                kubelet          Node dockerenv-399354 status is now: NodeHasSufficientPID
	  Normal  RegisteredNode           11s                node-controller  Node dockerenv-399354 event: Registered Node dockerenv-399354 in Controller
	
	
	==> dmesg <==
	
	
	==> etcd [b298095f4ecb0cefaed7235cd08f9ba76f9b3d213768e67e545408cc06522542] <==
	{"level":"warn","ts":"2025-09-29T11:42:25.893327Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45020","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:42:25.899570Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45036","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:42:25.907460Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45062","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:42:25.913754Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45086","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:42:25.920184Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45118","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:42:25.926404Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45122","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:42:25.932575Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45138","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:42:25.944589Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45178","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:42:25.951194Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45184","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:42:25.958713Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45214","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:42:25.964822Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45218","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:42:25.970927Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45236","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:42:25.977278Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45268","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:42:25.983305Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45286","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:42:25.989612Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45300","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:42:25.996892Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45320","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:42:26.003010Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45348","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:42:26.009131Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45380","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:42:26.015123Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45386","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:42:26.021259Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45406","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:42:26.027409Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45410","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:42:26.037412Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45418","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:42:26.043568Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45440","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:42:26.050450Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45462","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:42:26.097455Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:45474","server-name":"","error":"EOF"}
	
	
	==> kernel <==
	 11:42:44 up 19:25,  0 users,  load average: 0.55, 0.32, 0.36
	Linux dockerenv-399354 6.8.0-1040-gcp #42~22.04.1-Ubuntu SMP Tue Sep  9 13:30:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [f7d5a357377d2afae0867dd57ce694b1d8aa2a7758ec7bd54ca3ccd89f70749c] <==
	I0929 11:42:35.900800       1 main.go:109] connected to apiserver: https://10.96.0.1:443
	I0929 11:42:35.901068       1 main.go:139] hostIP = 192.168.49.2
	podIP = 192.168.49.2
	I0929 11:42:35.901217       1 main.go:148] setting mtu 1500 for CNI 
	I0929 11:42:35.901233       1 main.go:178] kindnetd IP family: "ipv4"
	I0929 11:42:35.901257       1 main.go:182] noMask IPv4 subnets: [10.244.0.0/16]
	time="2025-09-29T11:42:36Z" level=info msg="Created plugin 10-kube-network-policies (kindnetd, handles RunPodSandbox,RemovePodSandbox)"
	I0929 11:42:36.183243       1 controller.go:377] "Starting controller" name="kube-network-policies"
	I0929 11:42:36.183275       1 controller.go:381] "Waiting for informer caches to sync"
	I0929 11:42:36.183288       1 shared_informer.go:350] "Waiting for caches to sync" controller="kube-network-policies"
	I0929 11:42:36.183858       1 controller.go:390] nri plugin exited: failed to connect to NRI service: dial unix /var/run/nri/nri.sock: connect: no such file or directory
	I0929 11:42:36.583606       1 shared_informer.go:357] "Caches are synced" controller="kube-network-policies"
	I0929 11:42:36.583638       1 metrics.go:72] Registering metrics
	I0929 11:42:36.583696       1 controller.go:711] "Syncing nftables rules"
	
	
	==> kube-apiserver [a292fc8bbe19ebfecdc20d6c53ba47055fc439756ee945704a6e86bc3d41b452] <==
	I0929 11:42:26.563029       1 default_servicecidr_controller.go:166] Creating default ServiceCIDR with CIDRs: [10.96.0.0/12]
	I0929 11:42:26.563493       1 shared_informer.go:356] "Caches are synced" controller="ipallocator-repair-controller"
	I0929 11:42:26.564081       1 controller.go:667] quota admission added evaluator for: namespaces
	I0929 11:42:26.568526       1 cidrallocator.go:301] created ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0929 11:42:26.568577       1 default_servicecidr_controller.go:228] Setting default ServiceCIDR condition Ready to True
	I0929 11:42:26.569099       1 controller.go:667] quota admission added evaluator for: leases.coordination.k8s.io
	I0929 11:42:26.576453       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0929 11:42:26.577123       1 default_servicecidr_controller.go:137] Shutting down kubernetes-service-cidr-controller
	I0929 11:42:27.467075       1 storage_scheduling.go:95] created PriorityClass system-node-critical with value 2000001000
	I0929 11:42:27.470954       1 storage_scheduling.go:95] created PriorityClass system-cluster-critical with value 2000000000
	I0929 11:42:27.470978       1 storage_scheduling.go:111] all system priority classes are created successfully or already exist.
	I0929 11:42:27.934277       1 controller.go:667] quota admission added evaluator for: roles.rbac.authorization.k8s.io
	I0929 11:42:27.975914       1 controller.go:667] quota admission added evaluator for: rolebindings.rbac.authorization.k8s.io
	I0929 11:42:28.071749       1 alloc.go:328] "allocated clusterIPs" service="default/kubernetes" clusterIPs={"IPv4":"10.96.0.1"}
	W0929 11:42:28.078447       1 lease.go:265] Resetting endpoints for master service "kubernetes" to [192.168.49.2]
	I0929 11:42:28.079652       1 controller.go:667] quota admission added evaluator for: endpoints
	I0929 11:42:28.086003       1 controller.go:667] quota admission added evaluator for: endpointslices.discovery.k8s.io
	I0929 11:42:28.503295       1 controller.go:667] quota admission added evaluator for: serviceaccounts
	I0929 11:42:28.889738       1 controller.go:667] quota admission added evaluator for: deployments.apps
	I0929 11:42:28.899050       1 alloc.go:328] "allocated clusterIPs" service="kube-system/kube-dns" clusterIPs={"IPv4":"10.96.0.10"}
	I0929 11:42:28.907282       1 controller.go:667] quota admission added evaluator for: daemonsets.apps
	I0929 11:42:34.155518       1 controller.go:667] quota admission added evaluator for: replicasets.apps
	I0929 11:42:34.255039       1 controller.go:667] quota admission added evaluator for: controllerrevisions.apps
	I0929 11:42:34.507726       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0929 11:42:34.512161       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	
	
	==> kube-controller-manager [b9304b0a4048fc1f1ffd3132098e8e9537448f153ee73d3c779c622f940c842d] <==
	I0929 11:42:33.453987       1 shared_informer.go:356] "Caches are synced" controller="resource_claim"
	I0929 11:42:33.455425       1 shared_informer.go:356] "Caches are synced" controller="ephemeral"
	I0929 11:42:33.462346       1 shared_informer.go:356] "Caches are synced" controller="certificate-csrsigning-kubelet-serving"
	I0929 11:42:33.463554       1 shared_informer.go:356] "Caches are synced" controller="certificate-csrsigning-legacy-unknown"
	I0929 11:42:33.463565       1 shared_informer.go:356] "Caches are synced" controller="certificate-csrsigning-kube-apiserver-client"
	I0929 11:42:33.463608       1 shared_informer.go:356] "Caches are synced" controller="resource quota"
	I0929 11:42:33.463678       1 shared_informer.go:356] "Caches are synced" controller="certificate-csrsigning-kubelet-client"
	I0929 11:42:33.471878       1 shared_informer.go:356] "Caches are synced" controller="PVC protection"
	I0929 11:42:33.478349       1 shared_informer.go:356] "Caches are synced" controller="TTL after finished"
	I0929 11:42:33.485413       1 shared_informer.go:356] "Caches are synced" controller="endpoint"
	I0929 11:42:33.501368       1 shared_informer.go:356] "Caches are synced" controller="certificate-csrapproving"
	I0929 11:42:33.502665       1 shared_informer.go:356] "Caches are synced" controller="cronjob"
	I0929 11:42:33.503880       1 shared_informer.go:356] "Caches are synced" controller="legacy-service-account-token-cleaner"
	I0929 11:42:33.503917       1 shared_informer.go:356] "Caches are synced" controller="crt configmap"
	I0929 11:42:33.503927       1 shared_informer.go:356] "Caches are synced" controller="ClusterRoleAggregator"
	I0929 11:42:33.503965       1 shared_informer.go:356] "Caches are synced" controller="VAC protection"
	I0929 11:42:33.503982       1 shared_informer.go:356] "Caches are synced" controller="persistent volume"
	I0929 11:42:33.504009       1 shared_informer.go:356] "Caches are synced" controller="ReplicationController"
	I0929 11:42:33.504029       1 shared_informer.go:356] "Caches are synced" controller="service-cidr-controller"
	I0929 11:42:33.504128       1 shared_informer.go:356] "Caches are synced" controller="stateful set"
	I0929 11:42:33.505353       1 shared_informer.go:356] "Caches are synced" controller="job"
	I0929 11:42:33.506517       1 shared_informer.go:356] "Caches are synced" controller="bootstrap_signer"
	I0929 11:42:33.507647       1 shared_informer.go:356] "Caches are synced" controller="namespace"
	I0929 11:42:33.507686       1 shared_informer.go:356] "Caches are synced" controller="resource quota"
	I0929 11:42:33.524969       1 shared_informer.go:356] "Caches are synced" controller="garbage collector"
	
	
	==> kube-proxy [867e1207882b63cf5324956be6e343fdd6c18be7ed424dc5a0299ade5d7a6083] <==
	I0929 11:42:35.386163       1 server_linux.go:53] "Using iptables proxy"
	I0929 11:42:35.440509       1 shared_informer.go:349] "Waiting for caches to sync" controller="node informer cache"
	I0929 11:42:35.540878       1 shared_informer.go:356] "Caches are synced" controller="node informer cache"
	I0929 11:42:35.540934       1 server.go:219] "Successfully retrieved NodeIPs" NodeIPs=["192.168.49.2"]
	E0929 11:42:35.541071       1 server.go:256] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
	I0929 11:42:35.564188       1 server.go:265] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0929 11:42:35.564267       1 server_linux.go:132] "Using iptables Proxier"
	I0929 11:42:35.570507       1 proxier.go:242] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses" ipFamily="IPv4"
	I0929 11:42:35.570913       1 server.go:527] "Version info" version="v1.34.0"
	I0929 11:42:35.570934       1 server.go:529] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0929 11:42:35.572155       1 config.go:106] "Starting endpoint slice config controller"
	I0929 11:42:35.572180       1 shared_informer.go:349] "Waiting for caches to sync" controller="endpoint slice config"
	I0929 11:42:35.572220       1 config.go:200] "Starting service config controller"
	I0929 11:42:35.572240       1 shared_informer.go:349] "Waiting for caches to sync" controller="service config"
	I0929 11:42:35.572276       1 config.go:403] "Starting serviceCIDR config controller"
	I0929 11:42:35.572286       1 config.go:309] "Starting node config controller"
	I0929 11:42:35.572303       1 shared_informer.go:349] "Waiting for caches to sync" controller="node config"
	I0929 11:42:35.572310       1 shared_informer.go:356] "Caches are synced" controller="node config"
	I0929 11:42:35.572289       1 shared_informer.go:349] "Waiting for caches to sync" controller="serviceCIDR config"
	I0929 11:42:35.672600       1 shared_informer.go:356] "Caches are synced" controller="service config"
	I0929 11:42:35.672660       1 shared_informer.go:356] "Caches are synced" controller="endpoint slice config"
	I0929 11:42:35.672652       1 shared_informer.go:356] "Caches are synced" controller="serviceCIDR config"
	
	
	==> kube-scheduler [2a255d8ee31c159919b089d4f39ffbd97c71c76f7617dfe60ffba4394938008a] <==
	E0929 11:42:26.530357       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIDriver"
	E0929 11:42:26.530444       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0929 11:42:26.530467       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Namespace"
	E0929 11:42:26.530493       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0929 11:42:26.530488       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"
	E0929 11:42:26.530606       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Pod"
	E0929 11:42:26.530607       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PodDisruptionBudget"
	E0929 11:42:26.530645       1 reflector.go:205] "Failed to watch" err="failed to list *v1.DeviceClass: deviceclasses.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"deviceclasses\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.DeviceClass"
	E0929 11:42:26.530662       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceClaim: resourceclaims.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceclaims\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceClaim"
	E0929 11:42:26.530727       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceSlice: resourceslices.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceslices\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceSlice"
	E0929 11:42:26.530775       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0929 11:42:26.530809       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicationController"
	E0929 11:42:26.530831       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
	E0929 11:42:26.530857       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolumeClaim"
	E0929 11:42:26.530877       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIStorageCapacity"
	E0929 11:42:27.344055       1 reflector.go:205] "Failed to watch" err="failed to list *v1.DeviceClass: deviceclasses.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"deviceclasses\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.DeviceClass"
	E0929 11:42:27.375664       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicationController"
	E0929 11:42:27.442574       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIDriver"
	E0929 11:42:27.563382       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PodDisruptionBudget"
	E0929 11:42:27.577555       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Pod"
	E0929 11:42:27.582530       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0929 11:42:27.626781       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
	E0929 11:42:27.676171       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
	E0929 11:42:27.769567       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolume"
	I0929 11:42:28.128618       1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	
	
	==> kubelet <==
	Sep 29 11:42:34 dockerenv-399354 kubelet[1536]: I0929 11:42:34.344100    1536 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-tcwcq\" (UniqueName: \"kubernetes.io/projected/73f5a6c0-0d94-42dd-b7c2-b598934e79ea-kube-api-access-tcwcq\") pod \"kindnet-fl58r\" (UID: \"73f5a6c0-0d94-42dd-b7c2-b598934e79ea\") " pod="kube-system/kindnet-fl58r"
	Sep 29 11:42:34 dockerenv-399354 kubelet[1536]: I0929 11:42:34.344164    1536 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"xtables-lock\" (UniqueName: \"kubernetes.io/host-path/c3977c38-306f-4a2f-bbb9-f0adf4f59575-xtables-lock\") pod \"kube-proxy-psk2f\" (UID: \"c3977c38-306f-4a2f-bbb9-f0adf4f59575\") " pod="kube-system/kube-proxy-psk2f"
	Sep 29 11:42:34 dockerenv-399354 kubelet[1536]: I0929 11:42:34.344197    1536 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"cni-cfg\" (UniqueName: \"kubernetes.io/host-path/73f5a6c0-0d94-42dd-b7c2-b598934e79ea-cni-cfg\") pod \"kindnet-fl58r\" (UID: \"73f5a6c0-0d94-42dd-b7c2-b598934e79ea\") " pod="kube-system/kindnet-fl58r"
	Sep 29 11:42:34 dockerenv-399354 kubelet[1536]: I0929 11:42:34.344305    1536 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"xtables-lock\" (UniqueName: \"kubernetes.io/host-path/73f5a6c0-0d94-42dd-b7c2-b598934e79ea-xtables-lock\") pod \"kindnet-fl58r\" (UID: \"73f5a6c0-0d94-42dd-b7c2-b598934e79ea\") " pod="kube-system/kindnet-fl58r"
	Sep 29 11:42:34 dockerenv-399354 kubelet[1536]: I0929 11:42:34.344344    1536 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"lib-modules\" (UniqueName: \"kubernetes.io/host-path/73f5a6c0-0d94-42dd-b7c2-b598934e79ea-lib-modules\") pod \"kindnet-fl58r\" (UID: \"73f5a6c0-0d94-42dd-b7c2-b598934e79ea\") " pod="kube-system/kindnet-fl58r"
	Sep 29 11:42:34 dockerenv-399354 kubelet[1536]: I0929 11:42:34.344360    1536 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-proxy\" (UniqueName: \"kubernetes.io/configmap/c3977c38-306f-4a2f-bbb9-f0adf4f59575-kube-proxy\") pod \"kube-proxy-psk2f\" (UID: \"c3977c38-306f-4a2f-bbb9-f0adf4f59575\") " pod="kube-system/kube-proxy-psk2f"
	Sep 29 11:42:34 dockerenv-399354 kubelet[1536]: I0929 11:42:34.344411    1536 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"lib-modules\" (UniqueName: \"kubernetes.io/host-path/c3977c38-306f-4a2f-bbb9-f0adf4f59575-lib-modules\") pod \"kube-proxy-psk2f\" (UID: \"c3977c38-306f-4a2f-bbb9-f0adf4f59575\") " pod="kube-system/kube-proxy-psk2f"
	Sep 29 11:42:34 dockerenv-399354 kubelet[1536]: I0929 11:42:34.344467    1536 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-tn77p\" (UniqueName: \"kubernetes.io/projected/c3977c38-306f-4a2f-bbb9-f0adf4f59575-kube-api-access-tn77p\") pod \"kube-proxy-psk2f\" (UID: \"c3977c38-306f-4a2f-bbb9-f0adf4f59575\") " pod="kube-system/kube-proxy-psk2f"
	Sep 29 11:42:34 dockerenv-399354 kubelet[1536]: E0929 11:42:34.451279    1536 projected.go:291] Couldn't get configMap kube-system/kube-root-ca.crt: configmap "kube-root-ca.crt" not found
	Sep 29 11:42:34 dockerenv-399354 kubelet[1536]: E0929 11:42:34.451314    1536 projected.go:196] Error preparing data for projected volume kube-api-access-tcwcq for pod kube-system/kindnet-fl58r: configmap "kube-root-ca.crt" not found
	Sep 29 11:42:34 dockerenv-399354 kubelet[1536]: E0929 11:42:34.451347    1536 projected.go:291] Couldn't get configMap kube-system/kube-root-ca.crt: configmap "kube-root-ca.crt" not found
	Sep 29 11:42:34 dockerenv-399354 kubelet[1536]: E0929 11:42:34.451369    1536 projected.go:196] Error preparing data for projected volume kube-api-access-tn77p for pod kube-system/kube-proxy-psk2f: configmap "kube-root-ca.crt" not found
	Sep 29 11:42:34 dockerenv-399354 kubelet[1536]: E0929 11:42:34.451388    1536 nestedpendingoperations.go:348] Operation for "{volumeName:kubernetes.io/projected/73f5a6c0-0d94-42dd-b7c2-b598934e79ea-kube-api-access-tcwcq podName:73f5a6c0-0d94-42dd-b7c2-b598934e79ea nodeName:}" failed. No retries permitted until 2025-09-29 11:42:34.951369754 +0000 UTC m=+6.308784003 (durationBeforeRetry 500ms). Error: MountVolume.SetUp failed for volume "kube-api-access-tcwcq" (UniqueName: "kubernetes.io/projected/73f5a6c0-0d94-42dd-b7c2-b598934e79ea-kube-api-access-tcwcq") pod "kindnet-fl58r" (UID: "73f5a6c0-0d94-42dd-b7c2-b598934e79ea") : configmap "kube-root-ca.crt" not found
	Sep 29 11:42:34 dockerenv-399354 kubelet[1536]: E0929 11:42:34.451415    1536 nestedpendingoperations.go:348] Operation for "{volumeName:kubernetes.io/projected/c3977c38-306f-4a2f-bbb9-f0adf4f59575-kube-api-access-tn77p podName:c3977c38-306f-4a2f-bbb9-f0adf4f59575 nodeName:}" failed. No retries permitted until 2025-09-29 11:42:34.951400404 +0000 UTC m=+6.308814679 (durationBeforeRetry 500ms). Error: MountVolume.SetUp failed for volume "kube-api-access-tn77p" (UniqueName: "kubernetes.io/projected/c3977c38-306f-4a2f-bbb9-f0adf4f59575-kube-api-access-tn77p") pod "kube-proxy-psk2f" (UID: "c3977c38-306f-4a2f-bbb9-f0adf4f59575") : configmap "kube-root-ca.crt" not found
	Sep 29 11:42:34 dockerenv-399354 kubelet[1536]: I0929 11:42:34.747193    1536 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"config-volume\" (UniqueName: \"kubernetes.io/configmap/ceebd7e3-6a54-44e0-82d6-9990fbb325d0-config-volume\") pod \"coredns-66bc5c9577-p8v6n\" (UID: \"ceebd7e3-6a54-44e0-82d6-9990fbb325d0\") " pod="kube-system/coredns-66bc5c9577-p8v6n"
	Sep 29 11:42:34 dockerenv-399354 kubelet[1536]: I0929 11:42:34.747280    1536 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-7kht5\" (UniqueName: \"kubernetes.io/projected/ceebd7e3-6a54-44e0-82d6-9990fbb325d0-kube-api-access-7kht5\") pod \"coredns-66bc5c9577-p8v6n\" (UID: \"ceebd7e3-6a54-44e0-82d6-9990fbb325d0\") " pod="kube-system/coredns-66bc5c9577-p8v6n"
	Sep 29 11:42:35 dockerenv-399354 kubelet[1536]: E0929 11:42:35.061174    1536 log.go:32] "RunPodSandbox from runtime service failed" err="rpc error: code = Unknown desc = failed to setup network for sandbox \"b3774445d6ba62c39777178471a82bf0777c3e382bbd97836b40936032f0cf64\": failed to find network info for sandbox \"b3774445d6ba62c39777178471a82bf0777c3e382bbd97836b40936032f0cf64\""
	Sep 29 11:42:35 dockerenv-399354 kubelet[1536]: E0929 11:42:35.061283    1536 kuberuntime_sandbox.go:71] "Failed to create sandbox for pod" err="rpc error: code = Unknown desc = failed to setup network for sandbox \"b3774445d6ba62c39777178471a82bf0777c3e382bbd97836b40936032f0cf64\": failed to find network info for sandbox \"b3774445d6ba62c39777178471a82bf0777c3e382bbd97836b40936032f0cf64\"" pod="kube-system/coredns-66bc5c9577-p8v6n"
	Sep 29 11:42:35 dockerenv-399354 kubelet[1536]: E0929 11:42:35.061309    1536 kuberuntime_manager.go:1343] "CreatePodSandbox for pod failed" err="rpc error: code = Unknown desc = failed to setup network for sandbox \"b3774445d6ba62c39777178471a82bf0777c3e382bbd97836b40936032f0cf64\": failed to find network info for sandbox \"b3774445d6ba62c39777178471a82bf0777c3e382bbd97836b40936032f0cf64\"" pod="kube-system/coredns-66bc5c9577-p8v6n"
	Sep 29 11:42:35 dockerenv-399354 kubelet[1536]: E0929 11:42:35.061374    1536 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"CreatePodSandbox\" for \"coredns-66bc5c9577-p8v6n_kube-system(ceebd7e3-6a54-44e0-82d6-9990fbb325d0)\" with CreatePodSandboxError: \"Failed to create sandbox for pod \\\"coredns-66bc5c9577-p8v6n_kube-system(ceebd7e3-6a54-44e0-82d6-9990fbb325d0)\\\": rpc error: code = Unknown desc = failed to setup network for sandbox \\\"b3774445d6ba62c39777178471a82bf0777c3e382bbd97836b40936032f0cf64\\\": failed to find network info for sandbox \\\"b3774445d6ba62c39777178471a82bf0777c3e382bbd97836b40936032f0cf64\\\"\"" pod="kube-system/coredns-66bc5c9577-p8v6n" podUID="ceebd7e3-6a54-44e0-82d6-9990fbb325d0"
	Sep 29 11:42:35 dockerenv-399354 kubelet[1536]: I0929 11:42:35.764016    1536 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="kube-system/storage-provisioner" podStartSLOduration=5.763997009 podStartE2EDuration="5.763997009s" podCreationTimestamp="2025-09-29 11:42:30 +0000 UTC" firstStartedPulling="0001-01-01 00:00:00 +0000 UTC" lastFinishedPulling="0001-01-01 00:00:00 +0000 UTC" observedRunningTime="2025-09-29 11:42:35.763891589 +0000 UTC m=+7.121305856" watchObservedRunningTime="2025-09-29 11:42:35.763997009 +0000 UTC m=+7.121411276"
	Sep 29 11:42:35 dockerenv-399354 kubelet[1536]: I0929 11:42:35.774187    1536 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="kube-system/kindnet-fl58r" podStartSLOduration=1.774156198 podStartE2EDuration="1.774156198s" podCreationTimestamp="2025-09-29 11:42:34 +0000 UTC" firstStartedPulling="0001-01-01 00:00:00 +0000 UTC" lastFinishedPulling="0001-01-01 00:00:00 +0000 UTC" observedRunningTime="2025-09-29 11:42:35.773963029 +0000 UTC m=+7.131377300" watchObservedRunningTime="2025-09-29 11:42:35.774156198 +0000 UTC m=+7.131570466"
	Sep 29 11:42:35 dockerenv-399354 kubelet[1536]: I0929 11:42:35.784276    1536 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="kube-system/kube-proxy-psk2f" podStartSLOduration=1.7842546339999998 podStartE2EDuration="1.784254634s" podCreationTimestamp="2025-09-29 11:42:34 +0000 UTC" firstStartedPulling="0001-01-01 00:00:00 +0000 UTC" lastFinishedPulling="0001-01-01 00:00:00 +0000 UTC" observedRunningTime="2025-09-29 11:42:35.784132621 +0000 UTC m=+7.141546891" watchObservedRunningTime="2025-09-29 11:42:35.784254634 +0000 UTC m=+7.141668901"
	Sep 29 11:42:39 dockerenv-399354 kubelet[1536]: I0929 11:42:39.150677    1536 kuberuntime_manager.go:1828] "Updating runtime config through cri with podcidr" CIDR="10.244.0.0/24"
	Sep 29 11:42:39 dockerenv-399354 kubelet[1536]: I0929 11:42:39.151822    1536 kubelet_network.go:47] "Updating Pod CIDR" originalPodCIDR="" newPodCIDR="10.244.0.0/24"
	
	
	==> storage-provisioner [781845b821cc4ed3274cea4a2bc78a146de32a74e252ec6e2077c52edcfd566b] <==
	I0929 11:42:35.462124       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	

                                                
                                                
-- /stdout --
helpers_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p dockerenv-399354 -n dockerenv-399354
helpers_test.go:269: (dbg) Run:  kubectl --context dockerenv-399354 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:280: non-running pods: coredns-66bc5c9577-p8v6n
helpers_test.go:282: ======> post-mortem[TestDockerEnvContainerd]: describe non-running pods <======
helpers_test.go:285: (dbg) Run:  kubectl --context dockerenv-399354 describe pod coredns-66bc5c9577-p8v6n
helpers_test.go:285: (dbg) Non-zero exit: kubectl --context dockerenv-399354 describe pod coredns-66bc5c9577-p8v6n: exit status 1 (62.308703ms)

                                                
                                                
** stderr ** 
	Error from server (NotFound): pods "coredns-66bc5c9577-p8v6n" not found

                                                
                                                
** /stderr **
helpers_test.go:287: kubectl --context dockerenv-399354 describe pod coredns-66bc5c9577-p8v6n: exit status 1
helpers_test.go:175: Cleaning up "dockerenv-399354" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p dockerenv-399354
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p dockerenv-399354: (2.306316303s)
--- FAIL: TestDockerEnvContainerd (38.51s)

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (302.54s)

                                                
                                                
=== RUN   TestFunctional/parallel/DashboardCmd
=== PAUSE TestFunctional/parallel/DashboardCmd

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/DashboardCmd
functional_test.go:920: (dbg) daemon: [out/minikube-linux-amd64 dashboard --url --port 36195 -p functional-332736 --alsologtostderr -v=1]
functional_test.go:933: output didn't produce a URL
functional_test.go:925: (dbg) stopping [out/minikube-linux-amd64 dashboard --url --port 36195 -p functional-332736 --alsologtostderr -v=1] ...
functional_test.go:925: (dbg) [out/minikube-linux-amd64 dashboard --url --port 36195 -p functional-332736 --alsologtostderr -v=1] stdout:
functional_test.go:925: (dbg) [out/minikube-linux-amd64 dashboard --url --port 36195 -p functional-332736 --alsologtostderr -v=1] stderr:
I0929 11:45:13.591773  809327 out.go:360] Setting OutFile to fd 1 ...
I0929 11:45:13.592037  809327 out.go:408] TERM=,COLORTERM=, which probably does not support color
I0929 11:45:13.592049  809327 out.go:374] Setting ErrFile to fd 2...
I0929 11:45:13.592053  809327 out.go:408] TERM=,COLORTERM=, which probably does not support color
I0929 11:45:13.592387  809327 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
I0929 11:45:13.592777  809327 mustload.go:65] Loading cluster: functional-332736
I0929 11:45:13.593194  809327 config.go:182] Loaded profile config "functional-332736": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
I0929 11:45:13.593737  809327 cli_runner.go:164] Run: docker container inspect functional-332736 --format={{.State.Status}}
I0929 11:45:13.613493  809327 host.go:66] Checking if "functional-332736" exists ...
I0929 11:45:13.613786  809327 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0929 11:45:13.678755  809327 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:3 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:37 OomKillDisable:false NGoroutines:56 SystemTime:2025-09-29 11:45:13.665612208 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 LTS OSType:linux Architecture:x8
6_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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[m
ap[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
I0929 11:45:13.678950  809327 api_server.go:166] Checking apiserver status ...
I0929 11:45:13.679016  809327 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0929 11:45:13.679098  809327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-332736
I0929 11:45:13.696644  809327 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32783 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/functional-332736/id_rsa Username:docker}
I0929 11:45:13.799337  809327 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/5281/cgroup
W0929 11:45:13.811185  809327 api_server.go:177] unable to find freezer cgroup: sudo egrep ^[0-9]+:freezer: /proc/5281/cgroup: Process exited with status 1
stdout:

                                                
                                                
stderr:
I0929 11:45:13.811258  809327 ssh_runner.go:195] Run: ls
I0929 11:45:13.816886  809327 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8441/healthz ...
I0929 11:45:13.822867  809327 api_server.go:279] https://192.168.49.2:8441/healthz returned 200:
ok
W0929 11:45:13.822910  809327 out.go:285] * Enabling dashboard ...
* Enabling dashboard ...
I0929 11:45:13.823065  809327 config.go:182] Loaded profile config "functional-332736": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
I0929 11:45:13.823084  809327 addons.go:69] Setting dashboard=true in profile "functional-332736"
I0929 11:45:13.823090  809327 addons.go:238] Setting addon dashboard=true in "functional-332736"
I0929 11:45:13.823116  809327 host.go:66] Checking if "functional-332736" exists ...
I0929 11:45:13.823445  809327 cli_runner.go:164] Run: docker container inspect functional-332736 --format={{.State.Status}}
I0929 11:45:13.848052  809327 out.go:179]   - Using image docker.io/kubernetesui/dashboard:v2.7.0
I0929 11:45:13.849533  809327 out.go:179]   - Using image docker.io/kubernetesui/metrics-scraper:v1.0.8
I0929 11:45:13.850623  809327 addons.go:435] installing /etc/kubernetes/addons/dashboard-ns.yaml
I0929 11:45:13.850642  809327 ssh_runner.go:362] scp dashboard/dashboard-ns.yaml --> /etc/kubernetes/addons/dashboard-ns.yaml (759 bytes)
I0929 11:45:13.850728  809327 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-332736
I0929 11:45:13.871637  809327 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32783 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/functional-332736/id_rsa Username:docker}
I0929 11:45:13.981622  809327 addons.go:435] installing /etc/kubernetes/addons/dashboard-clusterrole.yaml
I0929 11:45:13.981673  809327 ssh_runner.go:362] scp dashboard/dashboard-clusterrole.yaml --> /etc/kubernetes/addons/dashboard-clusterrole.yaml (1001 bytes)
I0929 11:45:14.003369  809327 addons.go:435] installing /etc/kubernetes/addons/dashboard-clusterrolebinding.yaml
I0929 11:45:14.003394  809327 ssh_runner.go:362] scp dashboard/dashboard-clusterrolebinding.yaml --> /etc/kubernetes/addons/dashboard-clusterrolebinding.yaml (1018 bytes)
I0929 11:45:14.024456  809327 addons.go:435] installing /etc/kubernetes/addons/dashboard-configmap.yaml
I0929 11:45:14.024475  809327 ssh_runner.go:362] scp dashboard/dashboard-configmap.yaml --> /etc/kubernetes/addons/dashboard-configmap.yaml (837 bytes)
I0929 11:45:14.045116  809327 addons.go:435] installing /etc/kubernetes/addons/dashboard-dp.yaml
I0929 11:45:14.045138  809327 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/dashboard-dp.yaml (4288 bytes)
I0929 11:45:14.064367  809327 addons.go:435] installing /etc/kubernetes/addons/dashboard-role.yaml
I0929 11:45:14.064398  809327 ssh_runner.go:362] scp dashboard/dashboard-role.yaml --> /etc/kubernetes/addons/dashboard-role.yaml (1724 bytes)
I0929 11:45:14.084259  809327 addons.go:435] installing /etc/kubernetes/addons/dashboard-rolebinding.yaml
I0929 11:45:14.084289  809327 ssh_runner.go:362] scp dashboard/dashboard-rolebinding.yaml --> /etc/kubernetes/addons/dashboard-rolebinding.yaml (1046 bytes)
I0929 11:45:14.103576  809327 addons.go:435] installing /etc/kubernetes/addons/dashboard-sa.yaml
I0929 11:45:14.103607  809327 ssh_runner.go:362] scp dashboard/dashboard-sa.yaml --> /etc/kubernetes/addons/dashboard-sa.yaml (837 bytes)
I0929 11:45:14.124229  809327 addons.go:435] installing /etc/kubernetes/addons/dashboard-secret.yaml
I0929 11:45:14.124256  809327 ssh_runner.go:362] scp dashboard/dashboard-secret.yaml --> /etc/kubernetes/addons/dashboard-secret.yaml (1389 bytes)
I0929 11:45:14.147786  809327 addons.go:435] installing /etc/kubernetes/addons/dashboard-svc.yaml
I0929 11:45:14.147809  809327 ssh_runner.go:362] scp dashboard/dashboard-svc.yaml --> /etc/kubernetes/addons/dashboard-svc.yaml (1294 bytes)
I0929 11:45:14.170484  809327 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/dashboard-ns.yaml -f /etc/kubernetes/addons/dashboard-clusterrole.yaml -f /etc/kubernetes/addons/dashboard-clusterrolebinding.yaml -f /etc/kubernetes/addons/dashboard-configmap.yaml -f /etc/kubernetes/addons/dashboard-dp.yaml -f /etc/kubernetes/addons/dashboard-role.yaml -f /etc/kubernetes/addons/dashboard-rolebinding.yaml -f /etc/kubernetes/addons/dashboard-sa.yaml -f /etc/kubernetes/addons/dashboard-secret.yaml -f /etc/kubernetes/addons/dashboard-svc.yaml
I0929 11:45:14.652483  809327 out.go:179] * Some dashboard features require the metrics-server addon. To enable all features please run:

                                                
                                                
	minikube -p functional-332736 addons enable metrics-server

                                                
                                                
I0929 11:45:14.653682  809327 addons.go:201] Writing out "functional-332736" config to set dashboard=true...
W0929 11:45:14.653907  809327 out.go:285] * Verifying dashboard health ...
* Verifying dashboard health ...
I0929 11:45:14.654634  809327 kapi.go:59] client config for functional-332736: &rest.Config{Host:"https://192.168.49.2:8441", APIPath:"", ContentConfig:rest.ContentConfig{AcceptContentTypes:"", ContentType:"", GroupVersion:(*schema.GroupVersion)(nil), NegotiatedSerializer:runtime.NegotiatedSerializer(nil)}, Username:"", Password:"", BearerToken:"", BearerTokenFile:"", Impersonate:rest.ImpersonationConfig{UserName:"", UID:"", Groups:[]string(nil), Extra:map[string][]string(nil)}, AuthProvider:<nil>, AuthConfigPersister:rest.AuthProviderConfigPersister(nil), ExecProvider:<nil>, TLSClientConfig:rest.sanitizedTLSClientConfig{Insecure:false, ServerName:"", CertFile:"/home/jenkins/minikube-integration/21655-728906/.minikube/profiles/functional-332736/client.crt", KeyFile:"/home/jenkins/minikube-integration/21655-728906/.minikube/profiles/functional-332736/client.key", CAFile:"/home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt", CertData:[]uint8(nil), KeyData:[]uint8(nil), CAData:[]uint8(nil),
NextProtos:[]string(nil)}, UserAgent:"", DisableCompression:false, Transport:http.RoundTripper(nil), WrapTransport:(transport.WrapperFunc)(0x27f41c0), QPS:0, Burst:0, RateLimiter:flowcontrol.RateLimiter(nil), WarningHandler:rest.WarningHandler(nil), WarningHandlerWithContext:rest.WarningHandlerWithContext(nil), Timeout:0, Dial:(func(context.Context, string, string) (net.Conn, error))(nil), Proxy:(func(*http.Request) (*url.URL, error))(nil)}
I0929 11:45:14.655112  809327 envvar.go:172] "Feature gate default state" feature="ClientsPreferCBOR" enabled=false
I0929 11:45:14.655135  809327 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=false
I0929 11:45:14.655140  809327 envvar.go:172] "Feature gate default state" feature="InOrderInformers" enabled=true
I0929 11:45:14.655145  809327 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=false
I0929 11:45:14.655149  809327 envvar.go:172] "Feature gate default state" feature="ClientsAllowCBOR" enabled=false
I0929 11:45:14.662721  809327 service.go:215] Found service: &Service{ObjectMeta:{kubernetes-dashboard  kubernetes-dashboard  f99c12ef-bc52-4eaf-bc9f-139e66c125ef 739 0 2025-09-29 11:45:14 +0000 UTC <nil> <nil> map[addonmanager.kubernetes.io/mode:Reconcile k8s-app:kubernetes-dashboard kubernetes.io/minikube-addons:dashboard] map[kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{},"labels":{"addonmanager.kubernetes.io/mode":"Reconcile","k8s-app":"kubernetes-dashboard","kubernetes.io/minikube-addons":"dashboard"},"name":"kubernetes-dashboard","namespace":"kubernetes-dashboard"},"spec":{"ports":[{"port":80,"targetPort":9090}],"selector":{"k8s-app":"kubernetes-dashboard"}}}
] [] [] [{kubectl-client-side-apply Update v1 2025-09-29 11:45:14 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:kubectl.kubernetes.io/last-applied-configuration":{}},"f:labels":{".":{},"f:addonmanager.kubernetes.io/mode":{},"f:k8s-app":{},"f:kubernetes.io/minikube-addons":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":80,\"protocol\":\"TCP\"}":{".":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}} }]},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:,Protocol:TCP,Port:80,TargetPort:{0 9090 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: kubernetes-dashboard,},ClusterIP:10.96.177.124,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[10.96.177.124],IPFamilies:[IPv4],AllocateLoadBalance
rNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},}
W0929 11:45:14.662870  809327 out.go:285] * Launching proxy ...
* Launching proxy ...
I0929 11:45:14.662932  809327 dashboard.go:152] Executing: /usr/local/bin/kubectl [/usr/local/bin/kubectl --context functional-332736 proxy --port 36195]
I0929 11:45:14.663223  809327 dashboard.go:157] Waiting for kubectl to output host:port ...
I0929 11:45:14.710005  809327 dashboard.go:175] proxy stdout: Starting to serve on 127.0.0.1:36195
W0929 11:45:14.710113  809327 out.go:285] * Verifying proxy health ...
* Verifying proxy health ...
I0929 11:45:14.718496  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[5dab2290-6205-4c63-b1f1-5916fdff7fbc] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:14 GMT]] Body:0xc0000997c0 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000471540 TLS:<nil>}
I0929 11:45:14.718606  809327 retry.go:31] will retry after 123.874µs: Temporary Error: unexpected response code: 503
I0929 11:45:14.722008  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[ac9ac5c2-d3d8-472b-8db7-385484706d7c] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:14 GMT]] Body:0xc0008572c0 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc00017e780 TLS:<nil>}
I0929 11:45:14.722059  809327 retry.go:31] will retry after 118.118µs: Temporary Error: unexpected response code: 503
I0929 11:45:14.725413  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[4b5fa83b-3258-4769-a43d-1b8d0376e46c] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:14 GMT]] Body:0xc00081af80 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc00030c500 TLS:<nil>}
I0929 11:45:14.725472  809327 retry.go:31] will retry after 130.184µs: Temporary Error: unexpected response code: 503
I0929 11:45:14.728781  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[f1545c1e-9da6-454e-b576-4eaf6d8dddfe] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:14 GMT]] Body:0xc0000998c0 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000471680 TLS:<nil>}
I0929 11:45:14.728827  809327 retry.go:31] will retry after 193.137µs: Temporary Error: unexpected response code: 503
I0929 11:45:14.732254  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[2320916c-26f8-44cf-940c-c32968d03b7c] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:14 GMT]] Body:0xc00081b040 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc00017e8c0 TLS:<nil>}
I0929 11:45:14.732310  809327 retry.go:31] will retry after 318.698µs: Temporary Error: unexpected response code: 503
I0929 11:45:14.735444  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[1a348087-f546-4be1-8403-5227906100dd] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:14 GMT]] Body:0xc000857440 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc0004717c0 TLS:<nil>}
I0929 11:45:14.735491  809327 retry.go:31] will retry after 422.898µs: Temporary Error: unexpected response code: 503
I0929 11:45:14.738594  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[66dd6649-8b27-4b22-8a7a-f8669db0d302] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:14 GMT]] Body:0xc0000999c0 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc00030c640 TLS:<nil>}
I0929 11:45:14.738642  809327 retry.go:31] will retry after 1.519647ms: Temporary Error: unexpected response code: 503
I0929 11:45:14.742867  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[43ce3b8c-ca7f-4b98-8d31-48accd27f73b] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:14 GMT]] Body:0xc000857540 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc00017ea00 TLS:<nil>}
I0929 11:45:14.742922  809327 retry.go:31] will retry after 1.297107ms: Temporary Error: unexpected response code: 503
I0929 11:45:14.747006  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[3a6acbf5-fd19-4239-8ef4-56fc6a3ddcb7] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:14 GMT]] Body:0xc0008576c0 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc00030c8c0 TLS:<nil>}
I0929 11:45:14.747046  809327 retry.go:31] will retry after 1.633769ms: Temporary Error: unexpected response code: 503
I0929 11:45:14.752021  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[e397df27-6ed7-4174-a33e-b9c5f38845fc] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:14 GMT]] Body:0xc00081b1c0 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc00030ca00 TLS:<nil>}
I0929 11:45:14.752072  809327 retry.go:31] will retry after 2.754074ms: Temporary Error: unexpected response code: 503
I0929 11:45:14.757873  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[78cf16d9-84f7-4430-bf67-e7d73c4e4097] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:14 GMT]] Body:0xc000857780 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000471900 TLS:<nil>}
I0929 11:45:14.757932  809327 retry.go:31] will retry after 4.278245ms: Temporary Error: unexpected response code: 503
I0929 11:45:14.765389  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[cfc5dbd3-c2ae-46ea-8cb5-66694df5086c] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:14 GMT]] Body:0xc000099c80 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc00030cc80 TLS:<nil>}
I0929 11:45:14.765463  809327 retry.go:31] will retry after 12.782663ms: Temporary Error: unexpected response code: 503
I0929 11:45:14.781177  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[4dcb8bff-6446-4d66-bd84-f6adad33ef27] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:14 GMT]] Body:0xc0008578c0 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc00017eb40 TLS:<nil>}
I0929 11:45:14.781235  809327 retry.go:31] will retry after 17.688647ms: Temporary Error: unexpected response code: 503
I0929 11:45:14.802331  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[885871d9-96d9-4d73-8d3e-def495fe5b2c] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:14 GMT]] Body:0xc0008e0900 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc00030cdc0 TLS:<nil>}
I0929 11:45:14.802412  809327 retry.go:31] will retry after 15.597428ms: Temporary Error: unexpected response code: 503
I0929 11:45:14.821651  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[71299cd1-224c-4b24-a38d-49cc95164690] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:14 GMT]] Body:0xc000857a40 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc00017ef00 TLS:<nil>}
I0929 11:45:14.821732  809327 retry.go:31] will retry after 20.12006ms: Temporary Error: unexpected response code: 503
I0929 11:45:14.844904  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[dd9c176a-05db-4b71-bd80-d96ca4e38f50] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:14 GMT]] Body:0xc00081b300 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc00030cf00 TLS:<nil>}
I0929 11:45:14.844988  809327 retry.go:31] will retry after 52.108653ms: Temporary Error: unexpected response code: 503
I0929 11:45:14.900323  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[e39bcdbd-6aa9-4ebe-a99f-43ac15f8fab5] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:14 GMT]] Body:0xc0008e0a00 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000471a40 TLS:<nil>}
I0929 11:45:14.900391  809327 retry.go:31] will retry after 80.602911ms: Temporary Error: unexpected response code: 503
I0929 11:45:14.985884  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[3a634c2b-3647-45cf-ad16-b7bdb7a30cd2] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:14 GMT]] Body:0xc000857b00 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc00017f680 TLS:<nil>}
I0929 11:45:14.985967  809327 retry.go:31] will retry after 96.846969ms: Temporary Error: unexpected response code: 503
I0929 11:45:15.090334  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[4ca4643b-0125-404b-897b-2c71589ba5d4] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:15 GMT]] Body:0xc00081b440 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc00030d040 TLS:<nil>}
I0929 11:45:15.090419  809327 retry.go:31] will retry after 219.867086ms: Temporary Error: unexpected response code: 503
I0929 11:45:15.313980  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[ff1d878e-32b2-4794-b6ca-66fcc3992dc2] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:15 GMT]] Body:0xc0008e0ac0 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000471b80 TLS:<nil>}
I0929 11:45:15.314061  809327 retry.go:31] will retry after 142.274805ms: Temporary Error: unexpected response code: 503
I0929 11:45:15.460598  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[79174966-b4d2-498a-a7af-f552b965580b] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:15 GMT]] Body:0xc000857c40 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc00017f7c0 TLS:<nil>}
I0929 11:45:15.460675  809327 retry.go:31] will retry after 392.085721ms: Temporary Error: unexpected response code: 503
I0929 11:45:15.856415  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[ab955804-d820-4374-8157-aa8033c26f72] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:15 GMT]] Body:0xc00081b540 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc00030d180 TLS:<nil>}
I0929 11:45:15.856488  809327 retry.go:31] will retry after 480.822144ms: Temporary Error: unexpected response code: 503
I0929 11:45:16.341337  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[33483e66-dbb9-4db5-b6c3-86dd56f4ef63] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:16 GMT]] Body:0xc0008e0e40 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000471cc0 TLS:<nil>}
I0929 11:45:16.341420  809327 retry.go:31] will retry after 535.21165ms: Temporary Error: unexpected response code: 503
I0929 11:45:16.881120  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[8bfaa016-095b-465d-89ac-727e8b26bcae] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:16 GMT]] Body:0xc000857d40 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc00017f900 TLS:<nil>}
I0929 11:45:16.881218  809327 retry.go:31] will retry after 999.454814ms: Temporary Error: unexpected response code: 503
I0929 11:45:17.884078  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[cf85d0aa-253a-4a9e-99ee-57d026c57dbe] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:17 GMT]] Body:0xc0008e0fc0 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc00030d2c0 TLS:<nil>}
I0929 11:45:17.884154  809327 retry.go:31] will retry after 1.248275529s: Temporary Error: unexpected response code: 503
I0929 11:45:19.135915  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[cd81b5e3-b2bc-497a-a45a-88e4aff3fd8e] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:19 GMT]] Body:0xc0008e1040 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc00030d400 TLS:<nil>}
I0929 11:45:19.135979  809327 retry.go:31] will retry after 2.637822526s: Temporary Error: unexpected response code: 503
I0929 11:45:21.778848  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[9ca465b6-9f96-436e-8b4d-6c82a3b2094e] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:21 GMT]] Body:0xc00166a000 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc00017fa40 TLS:<nil>}
I0929 11:45:21.778911  809327 retry.go:31] will retry after 3.388486339s: Temporary Error: unexpected response code: 503
I0929 11:45:25.171082  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[cecb4fde-5069-4ab3-8e83-e0ba19c4b6c6] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:25 GMT]] Body:0xc00081b900 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc00030d540 TLS:<nil>}
I0929 11:45:25.171365  809327 retry.go:31] will retry after 5.381432941s: Temporary Error: unexpected response code: 503
I0929 11:45:30.557670  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[f4bae866-6a3a-4ff7-b69b-aa70ffa152ea] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:30 GMT]] Body:0xc0008e1100 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000471e00 TLS:<nil>}
I0929 11:45:30.557750  809327 retry.go:31] will retry after 5.284688498s: Temporary Error: unexpected response code: 503
I0929 11:45:35.846535  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[31278620-8f76-4a8c-bdaf-87659d2ea628] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:35 GMT]] Body:0xc001744100 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc00030d680 TLS:<nil>}
I0929 11:45:35.846616  809327 retry.go:31] will retry after 18.46226351s: Temporary Error: unexpected response code: 503
I0929 11:45:54.312890  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[3ff4928f-8604-49de-a224-04812fb0a16d] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:45:54 GMT]] Body:0xc00166a180 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000418000 TLS:<nil>}
I0929 11:45:54.312976  809327 retry.go:31] will retry after 14.875794898s: Temporary Error: unexpected response code: 503
I0929 11:46:09.193007  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[d4646e92-538c-4ca7-8fed-dbefb3e9ee72] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:46:09 GMT]] Body:0xc00166a240 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc00030d7c0 TLS:<nil>}
I0929 11:46:09.193078  809327 retry.go:31] will retry after 25.092540539s: Temporary Error: unexpected response code: 503
I0929 11:46:34.289342  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[bc2fb193-94cf-4167-b112-3810c5bd3e9e] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:46:34 GMT]] Body:0xc001744240 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc00030d900 TLS:<nil>}
I0929 11:46:34.289409  809327 retry.go:31] will retry after 1m0.331361151s: Temporary Error: unexpected response code: 503
I0929 11:47:34.624403  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[408de451-da4b-490f-a4fd-e6446faac2dc] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:47:34 GMT]] Body:0xc0017440c0 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000244280 TLS:<nil>}
I0929 11:47:34.624478  809327 retry.go:31] will retry after 38.177510722s: Temporary Error: unexpected response code: 503
I0929 11:48:12.809281  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[fd8becc6-e8bf-4d1f-b6e7-21f6fb3c0bd4] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:48:12 GMT]] Body:0xc0003a4280 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000418140 TLS:<nil>}
I0929 11:48:12.809372  809327 retry.go:31] will retry after 1m7.142072579s: Temporary Error: unexpected response code: 503
I0929 11:49:19.956300  809327 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[3d1ead2f-b202-46a6-b09f-a4ecbec7fc8b] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Mon, 29 Sep 2025 11:49:19 GMT]] Body:0xc0003a4480 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000244640 TLS:<nil>}
I0929 11:49:19.956471  809327 retry.go:31] will retry after 58.07461679s: Temporary Error: unexpected response code: 503
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:223: ======>  post-mortem[TestFunctional/parallel/DashboardCmd]: 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[TestFunctional/parallel/DashboardCmd]: docker inspect <======
helpers_test.go:239: (dbg) Run:  docker inspect functional-332736
helpers_test.go:243: (dbg) docker inspect functional-332736:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36",
	        "Created": "2025-09-29T11:43:22.76795119Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 796799,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2025-09-29T11:43:22.807972379Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:c6b5532e987b5b4f5fc9cb0336e378ed49c0542bad8cbfc564b71e977a6269de",
	        "ResolvConfPath": "/var/lib/docker/containers/a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36/hostname",
	        "HostsPath": "/var/lib/docker/containers/a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36/hosts",
	        "LogPath": "/var/lib/docker/containers/a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36/a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36-json.log",
	        "Name": "/functional-332736",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "functional-332736:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "functional-332736",
	            "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": ""
	                    }
	                ],
	                "8441/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": "private",
	            "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": 0,
	            "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": null,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "ID": "a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36",
	                "LowerDir": "/var/lib/docker/overlay2/79f306608615668f32aa88645dcaf181c5a611822b1c8f9bcc166af7a2e7eed3-init/diff:/var/lib/docker/overlay2/77070dd40a60b70b435bf4a69cbe4e41eeab20e4e227c9544e0e0b5e600a0bbc/diff",
	                "MergedDir": "/var/lib/docker/overlay2/79f306608615668f32aa88645dcaf181c5a611822b1c8f9bcc166af7a2e7eed3/merged",
	                "UpperDir": "/var/lib/docker/overlay2/79f306608615668f32aa88645dcaf181c5a611822b1c8f9bcc166af7a2e7eed3/diff",
	                "WorkDir": "/var/lib/docker/overlay2/79f306608615668f32aa88645dcaf181c5a611822b1c8f9bcc166af7a2e7eed3/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "functional-332736",
	                "Source": "/var/lib/docker/volumes/functional-332736/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "functional-332736",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8441/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1",
	            "Volumes": null,
	            "WorkingDir": "/",
	            "Entrypoint": [
	                "/usr/local/bin/entrypoint",
	                "/sbin/init"
	            ],
	            "OnBuild": null,
	            "Labels": {
	                "created_by.minikube.sigs.k8s.io": "true",
	                "mode.minikube.sigs.k8s.io": "functional-332736",
	                "name.minikube.sigs.k8s.io": "functional-332736",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "55a6a7c8ae2af962d01acbc963427711c21bdc2f51bea5521d29c818bcecdc83",
	            "SandboxKey": "/var/run/docker/netns/55a6a7c8ae2a",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32783"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32784"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32787"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32785"
	                    }
	                ],
	                "8441/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32786"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "functional-332736": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "5e:0a:da:27:08:d1",
	                    "DriverOpts": null,
	                    "GwPriority": 0,
	                    "NetworkID": "27b3edb15b119b151e33e46530c7ff55b557844f8782ea57f2279cc59357094a",
	                    "EndpointID": "a37f2b61e41d2ab038d6b733adacb43f4d45206537f436872dcdff22c0d43813",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "functional-332736",
	                        "a9a836a5a45d"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:247: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p functional-332736 -n functional-332736
helpers_test.go:252: <<< TestFunctional/parallel/DashboardCmd FAILED: start of post-mortem logs <<<
helpers_test.go:253: ======>  post-mortem[TestFunctional/parallel/DashboardCmd]: minikube logs <======
helpers_test.go:255: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 logs -n 25
helpers_test.go:255: (dbg) Done: out/minikube-linux-amd64 -p functional-332736 logs -n 25: (1.55986071s)
helpers_test.go:260: TestFunctional/parallel/DashboardCmd logs: 
-- stdout --
	
	==> Audit <==
	┌───────────┬──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬───────────────────┬─────────┬─────────┬─────────────────────┬─────────────────────┐
	│  COMMAND  │                                                               ARGS                                                               │      PROFILE      │  USER   │ VERSION │     START TIME      │      END TIME       │
	├───────────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼───────────────────┼─────────┼─────────┼─────────────────────┼─────────────────────┤
	│ ssh       │ functional-332736 ssh stat /mount-9p/created-by-test                                                                             │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ start     │ -p functional-332736 --dry-run --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd                            │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │                     │
	│ ssh       │ functional-332736 ssh stat /mount-9p/created-by-pod                                                                              │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ dashboard │ --url --port 36195 -p functional-332736 --alsologtostderr -v=1                                                                   │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │                     │
	│ ssh       │ functional-332736 ssh sudo umount -f /mount-9p                                                                                   │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ mount     │ -p functional-332736 /tmp/TestFunctionalparallelMountCmdspecific-port222026102/001:/mount-9p --alsologtostderr -v=1 --port 46464 │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │                     │
	│ ssh       │ functional-332736 ssh findmnt -T /mount-9p | grep 9p                                                                             │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │                     │
	│ ssh       │ functional-332736 ssh findmnt -T /mount-9p | grep 9p                                                                             │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh       │ functional-332736 ssh -- ls -la /mount-9p                                                                                        │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh       │ functional-332736 ssh sudo cat /etc/test/nested/copy/732404/hosts                                                                │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh       │ functional-332736 ssh sudo cat /etc/ssl/certs/732404.pem                                                                         │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh       │ functional-332736 ssh sudo umount -f /mount-9p                                                                                   │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │                     │
	│ ssh       │ functional-332736 ssh sudo cat /usr/share/ca-certificates/732404.pem                                                             │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ mount     │ -p functional-332736 /tmp/TestFunctionalparallelMountCmdVerifyCleanup818890938/001:/mount3 --alsologtostderr -v=1                │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │                     │
	│ ssh       │ functional-332736 ssh findmnt -T /mount1                                                                                         │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │                     │
	│ mount     │ -p functional-332736 /tmp/TestFunctionalparallelMountCmdVerifyCleanup818890938/001:/mount1 --alsologtostderr -v=1                │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │                     │
	│ mount     │ -p functional-332736 /tmp/TestFunctionalparallelMountCmdVerifyCleanup818890938/001:/mount2 --alsologtostderr -v=1                │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │                     │
	│ ssh       │ functional-332736 ssh sudo cat /etc/ssl/certs/51391683.0                                                                         │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh       │ functional-332736 ssh sudo cat /etc/ssl/certs/7324042.pem                                                                        │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh       │ functional-332736 ssh sudo cat /usr/share/ca-certificates/7324042.pem                                                            │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh       │ functional-332736 ssh findmnt -T /mount1                                                                                         │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh       │ functional-332736 ssh sudo cat /etc/ssl/certs/3ec20f2e.0                                                                         │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh       │ functional-332736 ssh findmnt -T /mount2                                                                                         │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh       │ functional-332736 ssh findmnt -T /mount3                                                                                         │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ mount     │ -p functional-332736 --kill=true                                                                                                 │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │                     │
	└───────────┴──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴───────────────────┴─────────┴─────────┴─────────────────────┴─────────────────────┘
	
	
	==> Last Start <==
	Log file created at: 2025/09/29 11:45:13
	Running on machine: ubuntu-20-agent-13
	Binary: Built with gc go1.24.6 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0929 11:45:13.353182  809057 out.go:360] Setting OutFile to fd 1 ...
	I0929 11:45:13.353302  809057 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:45:13.353313  809057 out.go:374] Setting ErrFile to fd 2...
	I0929 11:45:13.353318  809057 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:45:13.353524  809057 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
	I0929 11:45:13.354043  809057 out.go:368] Setting JSON to false
	I0929 11:45:13.355297  809057 start.go:130] hostinfo: {"hostname":"ubuntu-20-agent-13","uptime":70064,"bootTime":1759076249,"procs":247,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"22.04","kernelVersion":"6.8.0-1040-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0929 11:45:13.355403  809057 start.go:140] virtualization: kvm guest
	I0929 11:45:13.357190  809057 out.go:179] * [functional-332736] minikube v1.37.0 on Ubuntu 22.04 (kvm/amd64)
	I0929 11:45:13.359102  809057 out.go:179]   - MINIKUBE_LOCATION=21655
	I0929 11:45:13.359139  809057 notify.go:220] Checking for updates...
	I0929 11:45:13.361827  809057 out.go:179]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0929 11:45:13.363257  809057 out.go:179]   - KUBECONFIG=/home/jenkins/minikube-integration/21655-728906/kubeconfig
	I0929 11:45:13.364850  809057 out.go:179]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/21655-728906/.minikube
	I0929 11:45:13.366356  809057 out.go:179]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0929 11:45:13.367705  809057 out.go:179]   - MINIKUBE_FORCE_SYSTEMD=
	I0929 11:45:13.369470  809057 config.go:182] Loaded profile config "functional-332736": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:45:13.370065  809057 driver.go:421] Setting default libvirt URI to qemu:///system
	I0929 11:45:13.396984  809057 docker.go:123] docker version: linux-28.4.0:Docker Engine - Community
	I0929 11:45:13.397119  809057 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:45:13.460741  809057 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:3 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:37 OomKillDisable:false NGoroutines:56 SystemTime:2025-09-29 11:45:13.448771603 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:45:13.460857  809057 docker.go:318] overlay module found
	I0929 11:45:13.462632  809057 out.go:179] * Using the docker driver based on existing profile
	I0929 11:45:13.463841  809057 start.go:304] selected driver: docker
	I0929 11:45:13.463862  809057 start.go:924] validating driver "docker" against &{Name:functional-332736 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8441 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:functional-332736 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerN
ames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] 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 Moun
tType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0929 11:45:13.464012  809057 start.go:935] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0929 11:45:13.464096  809057 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:45:13.527905  809057 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:3 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:37 OomKillDisable:false NGoroutines:56 SystemTime:2025-09-29 11:45:13.516131028 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:45:13.528654  809057 cni.go:84] Creating CNI manager for ""
	I0929 11:45:13.528736  809057 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0929 11:45:13.528807  809057 start.go:348] cluster config:
	{Name:functional-332736 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8441 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:functional-332736 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRIS
ocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics
:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0929 11:45:13.531168  809057 out.go:179] * dry-run validation complete!
	
	
	==> container status <==
	CONTAINER           IMAGE               CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	f4279b3f38eb1       56cc512116c8f       5 minutes ago       Exited              mount-munger              0                   aac74f3d8a415       busybox-mount
	a0b85c7d0a94d       4a86014ec6994       5 minutes ago       Running             nginx                     0                   a18f1fc044235       nginx-svc
	042cc56066372       90550c43ad2bc       5 minutes ago       Running             kube-apiserver            0                   3aa8006fe2564       kube-apiserver-functional-332736
	06bbeb47e71b8       a0af72f2ec6d6       5 minutes ago       Running             kube-controller-manager   2                   a6e894e6bb46f       kube-controller-manager-functional-332736
	8c09a05cf5ab5       5f1f5298c888d       5 minutes ago       Running             etcd                      1                   a37e055d3e380       etcd-functional-332736
	5b6983f612b91       46169d968e920       5 minutes ago       Running             kube-scheduler            1                   fbe098323a1de       kube-scheduler-functional-332736
	112d28791ce53       6e38f40d628db       5 minutes ago       Running             storage-provisioner       2                   69189e2bd9a75       storage-provisioner
	55462eb751ab3       a0af72f2ec6d6       5 minutes ago       Exited              kube-controller-manager   1                   a6e894e6bb46f       kube-controller-manager-functional-332736
	dbd8612515df7       df0860106674d       5 minutes ago       Running             kube-proxy                1                   048ed92cb610f       kube-proxy-xq8j5
	c49ac283701dd       409467f978b4a       5 minutes ago       Running             kindnet-cni               1                   de78eefd7728b       kindnet-mdffl
	98a08365598bd       52546a367cc9e       5 minutes ago       Running             coredns                   1                   07fc3a8605937       coredns-66bc5c9577-lntgf
	9f630ec8add4b       6e38f40d628db       5 minutes ago       Exited              storage-provisioner       1                   69189e2bd9a75       storage-provisioner
	d9f10a9f588d0       52546a367cc9e       6 minutes ago       Exited              coredns                   0                   07fc3a8605937       coredns-66bc5c9577-lntgf
	7510199151057       409467f978b4a       6 minutes ago       Exited              kindnet-cni               0                   de78eefd7728b       kindnet-mdffl
	c44bebdcd9f35       df0860106674d       6 minutes ago       Exited              kube-proxy                0                   048ed92cb610f       kube-proxy-xq8j5
	905572f1cc62c       5f1f5298c888d       6 minutes ago       Exited              etcd                      0                   a37e055d3e380       etcd-functional-332736
	3f3079de2bded       46169d968e920       6 minutes ago       Exited              kube-scheduler            0                   fbe098323a1de       kube-scheduler-functional-332736
	
	
	==> containerd <==
	Sep 29 11:48:02 functional-332736 containerd[3957]: time="2025-09-29T11:48:02.547387665Z" level=info msg="PullImage \"kicbase/echo-server:latest\""
	Sep 29 11:48:02 functional-332736 containerd[3957]: time="2025-09-29T11:48:02.549288124Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:48:02 functional-332736 containerd[3957]: time="2025-09-29T11:48:02.634240297Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:48:02 functional-332736 containerd[3957]: time="2025-09-29T11:48:02.722248323Z" level=error msg="PullImage \"kicbase/echo-server:latest\" failed" error="failed to pull and unpack image \"docker.io/kicbase/echo-server:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:48:02 functional-332736 containerd[3957]: time="2025-09-29T11:48:02.722301730Z" level=info msg="stop pulling image docker.io/kicbase/echo-server:latest: active requests=0, bytes read=10999"
	Sep 29 11:48:03 functional-332736 containerd[3957]: time="2025-09-29T11:48:03.548117474Z" level=info msg="PullImage \"docker.io/mysql:5.7\""
	Sep 29 11:48:03 functional-332736 containerd[3957]: time="2025-09-29T11:48:03.550077102Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:48:03 functional-332736 containerd[3957]: time="2025-09-29T11:48:03.620610684Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:48:03 functional-332736 containerd[3957]: time="2025-09-29T11:48:03.708857154Z" level=error msg="PullImage \"docker.io/mysql:5.7\" failed" error="failed to pull and unpack image \"docker.io/library/mysql:5.7\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:48:03 functional-332736 containerd[3957]: time="2025-09-29T11:48:03.708929153Z" level=info msg="stop pulling image docker.io/library/mysql:5.7: active requests=0, bytes read=10967"
	Sep 29 11:48:07 functional-332736 containerd[3957]: time="2025-09-29T11:48:07.546503321Z" level=info msg="PullImage \"docker.io/nginx:latest\""
	Sep 29 11:48:07 functional-332736 containerd[3957]: time="2025-09-29T11:48:07.548294066Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:48:07 functional-332736 containerd[3957]: time="2025-09-29T11:48:07.625344769Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:48:07 functional-332736 containerd[3957]: time="2025-09-29T11:48:07.711680264Z" level=error msg="PullImage \"docker.io/nginx:latest\" failed" error="failed to pull and unpack image \"docker.io/library/nginx:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:48:07 functional-332736 containerd[3957]: time="2025-09-29T11:48:07.711738951Z" level=info msg="stop pulling image docker.io/library/nginx:latest: active requests=0, bytes read=10966"
	Sep 29 11:48:07 functional-332736 containerd[3957]: time="2025-09-29T11:48:07.712499635Z" level=info msg="PullImage \"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\""
	Sep 29 11:48:07 functional-332736 containerd[3957]: time="2025-09-29T11:48:07.713842983Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:48:07 functional-332736 containerd[3957]: time="2025-09-29T11:48:07.773519244Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:48:07 functional-332736 containerd[3957]: time="2025-09-29T11:48:07.860521506Z" level=error msg="PullImage \"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\" failed" error="failed to pull and unpack image \"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:48:07 functional-332736 containerd[3957]: time="2025-09-29T11:48:07.860573922Z" level=info msg="stop pulling image docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: active requests=0, bytes read=11047"
	Sep 29 11:48:18 functional-332736 containerd[3957]: time="2025-09-29T11:48:18.547796430Z" level=info msg="PullImage \"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\""
	Sep 29 11:48:18 functional-332736 containerd[3957]: time="2025-09-29T11:48:18.551416264Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:48:18 functional-332736 containerd[3957]: time="2025-09-29T11:48:18.614411686Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:48:18 functional-332736 containerd[3957]: time="2025-09-29T11:48:18.698204537Z" level=error msg="PullImage \"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\" failed" error="failed to pull and unpack image \"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:48:18 functional-332736 containerd[3957]: time="2025-09-29T11:48:18.698269190Z" level=info msg="stop pulling image docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: active requests=0, bytes read=11015"
	
	
	==> coredns [98a08365598bde56c6b33678f2947c319b7b3c2abe9b4f96fdaeb791b36b308a] <==
	maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined
	.:53
	[INFO] plugin/reload: Running configuration SHA512 = 9e2996f8cb67ac53e0259ab1f8d615d07d1beb0bd07e6a1e39769c3bf486a905bb991cc47f8d2f14d0d3a90a87dfc625a0b4c524fed169d8158c40657c0694b1
	CoreDNS-1.12.1
	linux/amd64, go1.24.1, 707c7c1
	[INFO] 127.0.0.1:47553 - 21488 "HINFO IN 5826411348047560417.8388685527169148811. udp 57 false 512" NXDOMAIN qr,rd,ra 132 0.034343999s
	
	
	==> coredns [d9f10a9f588d06641ab5192a5c19a30c9100fb0d9589142f62a5e6f15bd43f18] <==
	maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined
	.:53
	[INFO] plugin/reload: Running configuration SHA512 = 9e2996f8cb67ac53e0259ab1f8d615d07d1beb0bd07e6a1e39769c3bf486a905bb991cc47f8d2f14d0d3a90a87dfc625a0b4c524fed169d8158c40657c0694b1
	CoreDNS-1.12.1
	linux/amd64, go1.24.1, 707c7c1
	[INFO] 127.0.0.1:57949 - 27000 "HINFO IN 6562595950496629922.3686903551365511548. udp 57 false 512" NXDOMAIN qr,rd,ra 132 0.037577769s
	[INFO] SIGTERM: Shutting down servers then terminating
	[INFO] plugin/health: Going into lameduck mode for 5s
	
	
	==> describe nodes <==
	Name:               functional-332736
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=functional-332736
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=e087d081f23c6d1317bb12845422265d8d3490cf
	                    minikube.k8s.io/name=functional-332736
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2025_09_29T11_43_39_0700
	                    minikube.k8s.io/version=v1.37.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	Annotations:        node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 29 Sep 2025 11:43:35 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  functional-332736
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 29 Sep 2025 11:50:11 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 29 Sep 2025 11:45:14 +0000   Mon, 29 Sep 2025 11:43:34 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 29 Sep 2025 11:45:14 +0000   Mon, 29 Sep 2025 11:43:34 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 29 Sep 2025 11:45:14 +0000   Mon, 29 Sep 2025 11:43:34 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 29 Sep 2025 11:45:14 +0000   Mon, 29 Sep 2025 11:43:35 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    functional-332736
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32863448Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32863448Ki
	  pods:               110
	System Info:
	  Machine ID:                 a7946cc65e614a0893d9dd8c1272479b
	  System UUID:                ca009292-ee96-42fb-903a-5552a6b60fd0
	  Boot ID:                    67afa1fd-4f9a-4651-9639-1ca5665e29ac
	  Kernel Version:             6.8.0-1040-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:          (14 in total)
	  Namespace                   Name                                          CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                          ------------  ----------  ---------------  -------------  ---
	  default                     hello-node-connect-7d85dfc575-bgqn6           0 (0%)        0 (0%)      0 (0%)           0 (0%)         4m57s
	  default                     mysql-5bb876957f-gwnh6                        600m (7%)     700m (8%)   512Mi (1%)       700Mi (2%)     4m57s
	  default                     nginx-svc                                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m7s
	  default                     sp-pod                                        0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m2s
	  kube-system                 coredns-66bc5c9577-lntgf                      100m (1%)     0 (0%)      70Mi (0%)        170Mi (0%)     6m31s
	  kube-system                 etcd-functional-332736                        100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         6m36s
	  kube-system                 kindnet-mdffl                                 100m (1%)     100m (1%)   50Mi (0%)        50Mi (0%)      6m31s
	  kube-system                 kube-apiserver-functional-332736              250m (3%)     0 (0%)      0 (0%)           0 (0%)         5m29s
	  kube-system                 kube-controller-manager-functional-332736     200m (2%)     0 (0%)      0 (0%)           0 (0%)         6m36s
	  kube-system                 kube-proxy-xq8j5                              0 (0%)        0 (0%)      0 (0%)           0 (0%)         6m31s
	  kube-system                 kube-scheduler-functional-332736              100m (1%)     0 (0%)      0 (0%)           0 (0%)         6m36s
	  kube-system                 storage-provisioner                           0 (0%)        0 (0%)      0 (0%)           0 (0%)         6m30s
	  kubernetes-dashboard        dashboard-metrics-scraper-77bf4d6c4c-l9h2q    0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m
	  kubernetes-dashboard        kubernetes-dashboard-855c9754f9-q7df4         0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests     Limits
	  --------           --------     ------
	  cpu                1450m (18%)  800m (10%)
	  memory             732Mi (2%)   920Mi (2%)
	  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                 6m30s                  kube-proxy       
	  Normal  Starting                 5m50s                  kube-proxy       
	  Normal  NodeHasNoDiskPressure    6m41s (x8 over 6m41s)  kubelet          Node functional-332736 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientMemory  6m41s (x8 over 6m41s)  kubelet          Node functional-332736 status is now: NodeHasSufficientMemory
	  Normal  Starting                 6m41s                  kubelet          Starting kubelet.
	  Normal  NodeHasSufficientPID     6m41s (x7 over 6m41s)  kubelet          Node functional-332736 status is now: NodeHasSufficientPID
	  Normal  NodeAllocatableEnforced  6m41s                  kubelet          Updated Node Allocatable limit across pods
	  Normal  NodeHasSufficientPID     6m36s                  kubelet          Node functional-332736 status is now: NodeHasSufficientPID
	  Normal  NodeAllocatableEnforced  6m36s                  kubelet          Updated Node Allocatable limit across pods
	  Normal  NodeHasSufficientMemory  6m36s                  kubelet          Node functional-332736 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    6m36s                  kubelet          Node functional-332736 status is now: NodeHasNoDiskPressure
	  Normal  Starting                 6m36s                  kubelet          Starting kubelet.
	  Normal  RegisteredNode           6m32s                  node-controller  Node functional-332736 event: Registered Node functional-332736 in Controller
	  Normal  Starting                 5m32s                  kubelet          Starting kubelet.
	  Normal  NodeHasSufficientMemory  5m32s (x8 over 5m32s)  kubelet          Node functional-332736 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    5m32s (x8 over 5m32s)  kubelet          Node functional-332736 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     5m32s (x7 over 5m32s)  kubelet          Node functional-332736 status is now: NodeHasSufficientPID
	  Normal  NodeAllocatableEnforced  5m32s                  kubelet          Updated Node Allocatable limit across pods
	  Normal  RegisteredNode           5m27s                  node-controller  Node functional-332736 event: Registered Node functional-332736 in Controller
	
	
	==> dmesg <==
	
	
	==> etcd [8c09a05cf5ab5337b89644b6687ab5543a1a08948fa9a5c3c95bdd346ea34afa] <==
	{"level":"warn","ts":"2025-09-29T11:44:43.642340Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53492","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.649631Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53530","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.656785Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53546","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.666090Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53578","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.672655Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53584","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.679454Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53600","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.686064Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53628","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.692770Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53648","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.699104Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53664","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.705530Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53690","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.719566Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53704","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.726820Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53716","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.733603Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53728","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.740602Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53746","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.747482Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53772","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.753926Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53784","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.760822Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53808","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.767305Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53834","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.774225Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53838","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.781092Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53862","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.787697Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53878","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.802161Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53896","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.806364Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53902","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.812739Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53924","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.868184Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53956","server-name":"","error":"EOF"}
	
	
	==> etcd [905572f1cc62ce7bf0f7ff2e16980409b80e04955968efe6ab74773ed8a72675] <==
	{"level":"warn","ts":"2025-09-29T11:43:34.905390Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:41906","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:43:34.913791Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:41924","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:43:34.923246Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:41950","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:43:34.938047Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:41974","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:43:34.946631Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:41996","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:43:34.953046Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:42022","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:43:35.006764Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:42030","server-name":"","error":"EOF"}
	{"level":"info","ts":"2025-09-29T11:44:23.326342Z","caller":"osutil/interrupt_unix.go:65","msg":"received signal; shutting down","signal":"terminated"}
	{"level":"info","ts":"2025-09-29T11:44:23.326504Z","caller":"embed/etcd.go:426","msg":"closing etcd server","name":"functional-332736","data-dir":"/var/lib/minikube/etcd","advertise-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"]}
	{"level":"error","ts":"2025-09-29T11:44:23.326643Z","caller":"embed/etcd.go:912","msg":"setting up serving from embedded etcd failed.","error":"http: Server closed","stacktrace":"go.etcd.io/etcd/server/v3/embed.(*Etcd).errHandler\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:912\ngo.etcd.io/etcd/server/v3/embed.(*serveCtx).startHandler.func1\n\tgo.etcd.io/etcd/server/v3/embed/serve.go:90"}
	{"level":"error","ts":"2025-09-29T11:44:30.328742Z","caller":"embed/etcd.go:912","msg":"setting up serving from embedded etcd failed.","error":"http: Server closed","stacktrace":"go.etcd.io/etcd/server/v3/embed.(*Etcd).errHandler\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:912\ngo.etcd.io/etcd/server/v3/embed.(*serveCtx).startHandler.func1\n\tgo.etcd.io/etcd/server/v3/embed/serve.go:90"}
	{"level":"error","ts":"2025-09-29T11:44:30.330296Z","caller":"embed/etcd.go:912","msg":"setting up serving from embedded etcd failed.","error":"accept tcp 127.0.0.1:2381: use of closed network connection","stacktrace":"go.etcd.io/etcd/server/v3/embed.(*Etcd).errHandler\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:912\ngo.etcd.io/etcd/server/v3/embed.(*Etcd).startHandler.func1\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:906"}
	{"level":"info","ts":"2025-09-29T11:44:30.330353Z","caller":"etcdserver/server.go:1281","msg":"skipped leadership transfer for single voting member cluster","local-member-id":"aec36adc501070cc","current-leader-member-id":"aec36adc501070cc"}
	{"level":"info","ts":"2025-09-29T11:44:30.330405Z","caller":"etcdserver/server.go:2342","msg":"server has stopped; stopping storage version's monitor"}
	{"level":"info","ts":"2025-09-29T11:44:30.330417Z","caller":"etcdserver/server.go:2319","msg":"server has stopped; stopping cluster version's monitor"}
	{"level":"warn","ts":"2025-09-29T11:44:30.330439Z","caller":"embed/serve.go:245","msg":"stopping secure grpc server due to error","error":"accept tcp 192.168.49.2:2379: use of closed network connection"}
	{"level":"warn","ts":"2025-09-29T11:44:30.330443Z","caller":"embed/serve.go:245","msg":"stopping secure grpc server due to error","error":"accept tcp 127.0.0.1:2379: use of closed network connection"}
	{"level":"warn","ts":"2025-09-29T11:44:30.330520Z","caller":"embed/serve.go:247","msg":"stopped secure grpc server due to error","error":"accept tcp 127.0.0.1:2379: use of closed network connection"}
	{"level":"error","ts":"2025-09-29T11:44:30.330531Z","caller":"embed/etcd.go:912","msg":"setting up serving from embedded etcd failed.","error":"accept tcp 127.0.0.1:2379: use of closed network connection","stacktrace":"go.etcd.io/etcd/server/v3/embed.(*Etcd).errHandler\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:912\ngo.etcd.io/etcd/server/v3/embed.(*Etcd).startHandler.func1\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:906"}
	{"level":"warn","ts":"2025-09-29T11:44:30.330506Z","caller":"embed/serve.go:247","msg":"stopped secure grpc server due to error","error":"accept tcp 192.168.49.2:2379: use of closed network connection"}
	{"level":"error","ts":"2025-09-29T11:44:30.330567Z","caller":"embed/etcd.go:912","msg":"setting up serving from embedded etcd failed.","error":"accept tcp 192.168.49.2:2379: use of closed network connection","stacktrace":"go.etcd.io/etcd/server/v3/embed.(*Etcd).errHandler\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:912\ngo.etcd.io/etcd/server/v3/embed.(*Etcd).startHandler.func1\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:906"}
	{"level":"info","ts":"2025-09-29T11:44:30.332666Z","caller":"embed/etcd.go:621","msg":"stopping serving peer traffic","address":"192.168.49.2:2380"}
	{"level":"error","ts":"2025-09-29T11:44:30.332739Z","caller":"embed/etcd.go:912","msg":"setting up serving from embedded etcd failed.","error":"accept tcp 192.168.49.2:2380: use of closed network connection","stacktrace":"go.etcd.io/etcd/server/v3/embed.(*Etcd).errHandler\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:912\ngo.etcd.io/etcd/server/v3/embed.(*Etcd).startHandler.func1\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:906"}
	{"level":"info","ts":"2025-09-29T11:44:30.332774Z","caller":"embed/etcd.go:626","msg":"stopped serving peer traffic","address":"192.168.49.2:2380"}
	{"level":"info","ts":"2025-09-29T11:44:30.332785Z","caller":"embed/etcd.go:428","msg":"closed etcd server","name":"functional-332736","data-dir":"/var/lib/minikube/etcd","advertise-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"]}
	
	
	==> kernel <==
	 11:50:15 up 19:32,  0 users,  load average: 0.16, 0.34, 0.40
	Linux functional-332736 6.8.0-1040-gcp #42~22.04.1-Ubuntu SMP Tue Sep  9 13:30:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [7510199151057f310b61e7f97291517d93e254c0ca5d0d5dbf3daeef21657ae4] <==
	I0929 11:43:44.871425       1 main.go:109] connected to apiserver: https://10.96.0.1:443
	I0929 11:43:44.871798       1 main.go:139] hostIP = 192.168.49.2
	podIP = 192.168.49.2
	I0929 11:43:44.871971       1 main.go:148] setting mtu 1500 for CNI 
	I0929 11:43:44.871989       1 main.go:178] kindnetd IP family: "ipv4"
	I0929 11:43:44.872026       1 main.go:182] noMask IPv4 subnets: [10.244.0.0/16]
	time="2025-09-29T11:43:45Z" level=info msg="Created plugin 10-kube-network-policies (kindnetd, handles RunPodSandbox,RemovePodSandbox)"
	I0929 11:43:45.077017       1 controller.go:377] "Starting controller" name="kube-network-policies"
	I0929 11:43:45.077072       1 controller.go:381] "Waiting for informer caches to sync"
	I0929 11:43:45.077086       1 shared_informer.go:350] "Waiting for caches to sync" controller="kube-network-policies"
	I0929 11:43:45.077257       1 controller.go:390] nri plugin exited: failed to connect to NRI service: dial unix /var/run/nri/nri.sock: connect: no such file or directory
	I0929 11:43:45.477243       1 shared_informer.go:357] "Caches are synced" controller="kube-network-policies"
	I0929 11:43:45.477267       1 metrics.go:72] Registering metrics
	I0929 11:43:45.477308       1 controller.go:711] "Syncing nftables rules"
	I0929 11:43:55.081497       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:43:55.081592       1 main.go:301] handling current node
	I0929 11:44:05.081616       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:44:05.081646       1 main.go:301] handling current node
	I0929 11:44:15.085641       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:44:15.085675       1 main.go:301] handling current node
	
	
	==> kindnet [c49ac283701dd49086f1e037c40a8a45c8142b8a37eda0977e2ce4572b03e839] <==
	I0929 11:48:13.737451       1 main.go:301] handling current node
	I0929 11:48:23.736745       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:48:23.736804       1 main.go:301] handling current node
	I0929 11:48:33.736676       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:48:33.736722       1 main.go:301] handling current node
	I0929 11:48:43.736662       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:48:43.736725       1 main.go:301] handling current node
	I0929 11:48:53.736951       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:48:53.736999       1 main.go:301] handling current node
	I0929 11:49:03.740388       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:49:03.740428       1 main.go:301] handling current node
	I0929 11:49:13.736889       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:49:13.736948       1 main.go:301] handling current node
	I0929 11:49:23.737207       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:49:23.737273       1 main.go:301] handling current node
	I0929 11:49:33.745194       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:49:33.745233       1 main.go:301] handling current node
	I0929 11:49:43.739406       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:49:43.739454       1 main.go:301] handling current node
	I0929 11:49:53.737201       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:49:53.737262       1 main.go:301] handling current node
	I0929 11:50:03.744924       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:50:03.744985       1 main.go:301] handling current node
	I0929 11:50:13.737685       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:50:13.737725       1 main.go:301] handling current node
	
	
	==> kube-apiserver [042cc56066372acfe7cb6759b6c49ba50930b6d95b3773312df6569b4dc4f6d0] <==
	I0929 11:44:44.565639       1 controller.go:667] quota admission added evaluator for: serviceaccounts
	I0929 11:44:45.239819       1 storage_scheduling.go:111] all system priority classes are created successfully or already exist.
	W0929 11:44:45.445855       1 lease.go:265] Resetting endpoints for master service "kubernetes" to [192.168.49.2]
	I0929 11:44:45.447263       1 controller.go:667] quota admission added evaluator for: endpoints
	I0929 11:44:45.453282       1 controller.go:667] quota admission added evaluator for: endpointslices.discovery.k8s.io
	I0929 11:44:45.930918       1 controller.go:667] quota admission added evaluator for: daemonsets.apps
	I0929 11:44:46.030707       1 controller.go:667] quota admission added evaluator for: deployments.apps
	I0929 11:44:46.089302       1 controller.go:667] quota admission added evaluator for: roles.rbac.authorization.k8s.io
	I0929 11:44:46.095231       1 controller.go:667] quota admission added evaluator for: rolebindings.rbac.authorization.k8s.io
	I0929 11:44:48.071878       1 controller.go:667] quota admission added evaluator for: replicasets.apps
	I0929 11:45:01.162681       1 alloc.go:328] "allocated clusterIPs" service="default/invalid-svc" clusterIPs={"IPv4":"10.99.215.194"}
	I0929 11:45:07.170426       1 alloc.go:328] "allocated clusterIPs" service="default/nginx-svc" clusterIPs={"IPv4":"10.109.65.118"}
	I0929 11:45:14.522874       1 controller.go:667] quota admission added evaluator for: namespaces
	I0929 11:45:14.632652       1 alloc.go:328] "allocated clusterIPs" service="kubernetes-dashboard/kubernetes-dashboard" clusterIPs={"IPv4":"10.96.177.124"}
	I0929 11:45:14.645039       1 alloc.go:328] "allocated clusterIPs" service="kubernetes-dashboard/dashboard-metrics-scraper" clusterIPs={"IPv4":"10.97.41.234"}
	I0929 11:45:17.506943       1 alloc.go:328] "allocated clusterIPs" service="default/mysql" clusterIPs={"IPv4":"10.111.105.85"}
	I0929 11:45:17.959615       1 alloc.go:328] "allocated clusterIPs" service="default/hello-node-connect" clusterIPs={"IPv4":"10.109.102.40"}
	I0929 11:45:52.144239       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:45:52.511622       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:47:08.106611       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:47:21.839998       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:48:10.911407       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:48:49.433089       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:49:36.686694       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:50:04.149749       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	
	
	==> kube-controller-manager [06bbeb47e71b869119c714c69f65c0cdefe37d81e77823eb81b7de6fc4ad0ad1] <==
	I0929 11:44:47.715898       1 shared_informer.go:356] "Caches are synced" controller="ephemeral"
	I0929 11:44:47.715945       1 shared_informer.go:356] "Caches are synced" controller="cronjob"
	I0929 11:44:47.716039       1 shared_informer.go:356] "Caches are synced" controller="crt configmap"
	I0929 11:44:47.716051       1 shared_informer.go:356] "Caches are synced" controller="HPA"
	I0929 11:44:47.717097       1 shared_informer.go:356] "Caches are synced" controller="deployment"
	I0929 11:44:47.717749       1 shared_informer.go:356] "Caches are synced" controller="bootstrap_signer"
	I0929 11:44:47.719742       1 shared_informer.go:356] "Caches are synced" controller="resource quota"
	I0929 11:44:47.720815       1 shared_informer.go:356] "Caches are synced" controller="taint"
	I0929 11:44:47.720921       1 node_lifecycle_controller.go:1221] "Initializing eviction metric for zone" logger="node-lifecycle-controller" zone=""
	I0929 11:44:47.721004       1 node_lifecycle_controller.go:873] "Missing timestamp for Node. Assuming now as a timestamp" logger="node-lifecycle-controller" node="functional-332736"
	I0929 11:44:47.721051       1 node_lifecycle_controller.go:1067] "Controller detected that zone is now in new state" logger="node-lifecycle-controller" zone="" newState="Normal"
	I0929 11:44:47.723259       1 shared_informer.go:356] "Caches are synced" controller="TTL after finished"
	I0929 11:44:47.725722       1 shared_informer.go:356] "Caches are synced" controller="endpoint"
	I0929 11:44:47.727997       1 shared_informer.go:356] "Caches are synced" controller="GC"
	I0929 11:44:47.731194       1 shared_informer.go:356] "Caches are synced" controller="certificate-csrsigning-kubelet-client"
	I0929 11:44:47.731226       1 shared_informer.go:356] "Caches are synced" controller="certificate-csrsigning-kubelet-serving"
	I0929 11:44:47.731247       1 shared_informer.go:356] "Caches are synced" controller="certificate-csrsigning-kube-apiserver-client"
	I0929 11:44:47.732400       1 shared_informer.go:356] "Caches are synced" controller="certificate-csrsigning-legacy-unknown"
	I0929 11:44:47.738786       1 shared_informer.go:356] "Caches are synced" controller="garbage collector"
	E0929 11:45:14.572635       1 replica_set.go:587] "Unhandled Error" err="sync \"kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c\" failed with pods \"dashboard-metrics-scraper-77bf4d6c4c-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0929 11:45:14.576722       1 replica_set.go:587] "Unhandled Error" err="sync \"kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c\" failed with pods \"dashboard-metrics-scraper-77bf4d6c4c-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0929 11:45:14.578232       1 replica_set.go:587] "Unhandled Error" err="sync \"kubernetes-dashboard/kubernetes-dashboard-855c9754f9\" failed with pods \"kubernetes-dashboard-855c9754f9-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0929 11:45:14.581342       1 replica_set.go:587] "Unhandled Error" err="sync \"kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c\" failed with pods \"dashboard-metrics-scraper-77bf4d6c4c-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0929 11:45:14.584037       1 replica_set.go:587] "Unhandled Error" err="sync \"kubernetes-dashboard/kubernetes-dashboard-855c9754f9\" failed with pods \"kubernetes-dashboard-855c9754f9-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0929 11:45:14.587319       1 replica_set.go:587] "Unhandled Error" err="sync \"kubernetes-dashboard/kubernetes-dashboard-855c9754f9\" failed with pods \"kubernetes-dashboard-855c9754f9-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	
	
	==> kube-controller-manager [55462eb751ab31aab71c8f83dbe1c1caa6d162b03b0e6df077024dcc2b4c3d26] <==
	I0929 11:44:32.676811       1 controllermanager.go:781] "Started controller" controller="service-cidr-controller"
	I0929 11:44:32.676930       1 servicecidrs_controller.go:137] "Starting" logger="service-cidr-controller" controller="service-cidr-controller"
	I0929 11:44:32.676948       1 shared_informer.go:349] "Waiting for caches to sync" controller="service-cidr-controller"
	I0929 11:44:32.682653       1 garbagecollector.go:144] "Starting controller" logger="garbage-collector-controller" controller="garbagecollector"
	I0929 11:44:32.682675       1 shared_informer.go:349] "Waiting for caches to sync" controller="garbage collector"
	I0929 11:44:32.682738       1 graph_builder.go:351] "Running" logger="garbage-collector-controller" component="GraphBuilder"
	I0929 11:44:32.682855       1 controllermanager.go:781] "Started controller" controller="garbage-collector-controller"
	I0929 11:44:32.684990       1 controllermanager.go:781] "Started controller" controller="replicaset-controller"
	I0929 11:44:32.685162       1 replica_set.go:243] "Starting controller" logger="replicaset-controller" name="replicaset"
	I0929 11:44:32.685181       1 shared_informer.go:349] "Waiting for caches to sync" controller="ReplicaSet"
	I0929 11:44:32.687058       1 controllermanager.go:781] "Started controller" controller="certificatesigningrequest-cleaner-controller"
	I0929 11:44:32.687100       1 cleaner.go:83] "Starting CSR cleaner controller" logger="certificatesigningrequest-cleaner-controller"
	I0929 11:44:32.689123       1 controllermanager.go:781] "Started controller" controller="ttl-controller"
	I0929 11:44:32.689196       1 ttl_controller.go:127] "Starting TTL controller" logger="ttl-controller"
	I0929 11:44:32.689218       1 shared_informer.go:349] "Waiting for caches to sync" controller="TTL"
	I0929 11:44:32.691092       1 controllermanager.go:781] "Started controller" controller="bootstrap-signer-controller"
	I0929 11:44:32.691334       1 shared_informer.go:349] "Waiting for caches to sync" controller="bootstrap_signer"
	I0929 11:44:32.693564       1 controllermanager.go:781] "Started controller" controller="persistentvolume-attach-detach-controller"
	I0929 11:44:32.693739       1 attach_detach_controller.go:336] "Starting attach detach controller" logger="persistentvolume-attach-detach-controller"
	I0929 11:44:32.693754       1 shared_informer.go:349] "Waiting for caches to sync" controller="attach detach"
	I0929 11:44:33.197933       1 range_allocator.go:112] "No Secondary Service CIDR provided. Skipping filtering out secondary service addresses" logger="node-ipam-controller"
	I0929 11:44:33.198057       1 controllermanager.go:781] "Started controller" controller="node-ipam-controller"
	I0929 11:44:33.198274       1 node_ipam_controller.go:141] "Starting ipam controller" logger="node-ipam-controller"
	I0929 11:44:33.198338       1 shared_informer.go:349] "Waiting for caches to sync" controller="node"
	F0929 11:44:33.198503       1 client_builder_dynamic.go:154] Get "https://192.168.49.2:8441/api/v1/namespaces/kube-system/serviceaccounts/node-controller": dial tcp 192.168.49.2:8441: connect: connection refused
	
	
	==> kube-proxy [c44bebdcd9f356c782c8367d0d93d6d8cd17f8ad411472a6d3357fe037723f69] <==
	I0929 11:43:44.356153       1 server_linux.go:53] "Using iptables proxy"
	I0929 11:43:44.425620       1 shared_informer.go:349] "Waiting for caches to sync" controller="node informer cache"
	I0929 11:43:44.526302       1 shared_informer.go:356] "Caches are synced" controller="node informer cache"
	I0929 11:43:44.526373       1 server.go:219] "Successfully retrieved NodeIPs" NodeIPs=["192.168.49.2"]
	E0929 11:43:44.526531       1 server.go:256] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
	I0929 11:43:44.549896       1 server.go:265] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0929 11:43:44.549980       1 server_linux.go:132] "Using iptables Proxier"
	I0929 11:43:44.555781       1 proxier.go:242] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses" ipFamily="IPv4"
	I0929 11:43:44.556281       1 server.go:527] "Version info" version="v1.34.0"
	I0929 11:43:44.556312       1 server.go:529] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0929 11:43:44.557940       1 config.go:200] "Starting service config controller"
	I0929 11:43:44.557970       1 shared_informer.go:349] "Waiting for caches to sync" controller="service config"
	I0929 11:43:44.557988       1 config.go:106] "Starting endpoint slice config controller"
	I0929 11:43:44.558015       1 shared_informer.go:349] "Waiting for caches to sync" controller="endpoint slice config"
	I0929 11:43:44.558102       1 config.go:309] "Starting node config controller"
	I0929 11:43:44.558113       1 shared_informer.go:349] "Waiting for caches to sync" controller="node config"
	I0929 11:43:44.558143       1 config.go:403] "Starting serviceCIDR config controller"
	I0929 11:43:44.558148       1 shared_informer.go:349] "Waiting for caches to sync" controller="serviceCIDR config"
	I0929 11:43:44.658125       1 shared_informer.go:356] "Caches are synced" controller="service config"
	I0929 11:43:44.658173       1 shared_informer.go:356] "Caches are synced" controller="serviceCIDR config"
	I0929 11:43:44.658148       1 shared_informer.go:356] "Caches are synced" controller="endpoint slice config"
	I0929 11:43:44.658198       1 shared_informer.go:356] "Caches are synced" controller="node config"
	
	
	==> kube-proxy [dbd8612515df74178fc0eab6eddfc120ff4c2d5a4aad0f4ec9e43faad7dee371] <==
	I0929 11:44:24.346731       1 server_linux.go:53] "Using iptables proxy"
	I0929 11:44:24.408431       1 shared_informer.go:349] "Waiting for caches to sync" controller="node informer cache"
	I0929 11:44:24.508701       1 shared_informer.go:356] "Caches are synced" controller="node informer cache"
	I0929 11:44:24.508741       1 server.go:219] "Successfully retrieved NodeIPs" NodeIPs=["192.168.49.2"]
	E0929 11:44:24.508919       1 server.go:256] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
	I0929 11:44:24.532699       1 server.go:265] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0929 11:44:24.532752       1 server_linux.go:132] "Using iptables Proxier"
	I0929 11:44:24.538409       1 proxier.go:242] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses" ipFamily="IPv4"
	I0929 11:44:24.538815       1 server.go:527] "Version info" version="v1.34.0"
	I0929 11:44:24.538858       1 server.go:529] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0929 11:44:24.540302       1 config.go:403] "Starting serviceCIDR config controller"
	I0929 11:44:24.540334       1 shared_informer.go:349] "Waiting for caches to sync" controller="serviceCIDR config"
	I0929 11:44:24.540309       1 config.go:200] "Starting service config controller"
	I0929 11:44:24.540423       1 shared_informer.go:349] "Waiting for caches to sync" controller="service config"
	I0929 11:44:24.540335       1 config.go:106] "Starting endpoint slice config controller"
	I0929 11:44:24.540444       1 shared_informer.go:349] "Waiting for caches to sync" controller="endpoint slice config"
	I0929 11:44:24.540457       1 config.go:309] "Starting node config controller"
	I0929 11:44:24.540469       1 shared_informer.go:349] "Waiting for caches to sync" controller="node config"
	I0929 11:44:24.540476       1 shared_informer.go:356] "Caches are synced" controller="node config"
	I0929 11:44:24.640678       1 shared_informer.go:356] "Caches are synced" controller="endpoint slice config"
	I0929 11:44:24.640678       1 shared_informer.go:356] "Caches are synced" controller="serviceCIDR config"
	I0929 11:44:24.640685       1 shared_informer.go:356] "Caches are synced" controller="service config"
	
	
	==> kube-scheduler [3f3079de2bdedb8b2827b321a8c2d97e8a5b6854618566c166a9466c599e5e59] <==
	E0929 11:43:35.415615       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0929 11:43:35.415729       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolumeClaim"
	E0929 11:43:35.415752       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
	E0929 11:43:35.415828       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceClaim: resourceclaims.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceclaims\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceClaim"
	E0929 11:43:36.296242       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Pod"
	E0929 11:43:36.372726       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"
	E0929 11:43:36.372959       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceSlice: resourceslices.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceslices\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceSlice"
	E0929 11:43:36.409643       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PodDisruptionBudget"
	E0929 11:43:36.470919       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolumeClaim"
	E0929 11:43:36.527463       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Namespace"
	E0929 11:43:36.532466       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicationController"
	E0929 11:43:36.533285       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIStorageCapacity"
	E0929 11:43:36.545614       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0929 11:43:36.561935       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"
	E0929 11:43:36.610079       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
	E0929 11:43:36.611967       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
	E0929 11:43:36.630373       1 reflector.go:205] "Failed to watch" err="failed to list *v1.DeviceClass: deviceclasses.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"deviceclasses\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.DeviceClass"
	E0929 11:43:36.641638       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"
	I0929 11:43:39.213441       1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0929 11:44:30.386819       1 configmap_cafile_content.go:226] "Shutting down controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0929 11:44:30.386911       1 tlsconfig.go:258] "Shutting down DynamicServingCertificateController"
	I0929 11:44:30.387062       1 secure_serving.go:259] Stopped listening on 127.0.0.1:10259
	I0929 11:44:30.387170       1 server.go:263] "[graceful-termination] secure server has stopped listening"
	I0929 11:44:30.387186       1 server.go:265] "[graceful-termination] secure server is exiting"
	E0929 11:44:30.387214       1 run.go:72] "command failed" err="finished without leader elect"
	
	
	==> kube-scheduler [5b6983f612b91009f437e3736445a9d47ace899e71d25db64946d86dfe2ce405] <==
	I0929 11:44:31.885460       1 serving.go:386] Generated self-signed cert in-memory
	I0929 11:44:32.498616       1 server.go:175] "Starting Kubernetes Scheduler" version="v1.34.0"
	I0929 11:44:32.498644       1 server.go:177] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0929 11:44:32.506187       1 configmap_cafile_content.go:205] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0929 11:44:32.506195       1 requestheader_controller.go:180] Starting RequestHeaderAuthRequestController
	I0929 11:44:32.506243       1 shared_informer.go:349] "Waiting for caches to sync" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0929 11:44:32.506245       1 shared_informer.go:349] "Waiting for caches to sync" controller="RequestHeaderAuthRequestController"
	I0929 11:44:32.506213       1 configmap_cafile_content.go:205] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file"
	I0929 11:44:32.506941       1 shared_informer.go:349] "Waiting for caches to sync" controller="client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file"
	I0929 11:44:32.507593       1 secure_serving.go:211] Serving securely on 127.0.0.1:10259
	I0929 11:44:32.507786       1 tlsconfig.go:243] "Starting DynamicServingCertificateController"
	I0929 11:44:32.607035       1 shared_informer.go:356] "Caches are synced" controller="RequestHeaderAuthRequestController"
	I0929 11:44:32.607079       1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file"
	I0929 11:44:32.607098       1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	E0929 11:44:44.266936       1 reflector.go:205] "Failed to watch" err="namespaces is forbidden: User \"system:kube-scheduler\" cannot watch resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Namespace"
	E0929 11:44:44.267085       1 reflector.go:205] "Failed to watch" err="pods is forbidden: User \"system:kube-scheduler\" cannot watch resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Pod"
	E0929 11:44:44.267123       1 reflector.go:205] "Failed to watch" err="storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot watch resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0929 11:44:44.267142       1 reflector.go:205] "Failed to watch" err="csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot watch resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
	E0929 11:44:44.267163       1 reflector.go:205] "Failed to watch" err="csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot watch resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIDriver"
	E0929 11:44:44.267188       1 reflector.go:205] "Failed to watch" err="services is forbidden: User \"system:kube-scheduler\" cannot watch resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0929 11:44:44.267201       1 reflector.go:205] "Failed to watch" err="poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot watch resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PodDisruptionBudget"
	E0929 11:44:44.267216       1 reflector.go:205] "Failed to watch" err="statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot watch resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
	E0929 11:44:44.284507       1 reflector.go:205] "Failed to watch" err="configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot watch resource \"configmaps\" in API group \"\" in the namespace \"kube-system\"" logger="UnhandledError" reflector="runtime/asm_amd64.s:1700" type="*v1.ConfigMap"
	E0929 11:44:44.289996       1 reflector.go:205] "Failed to watch" err="configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot watch resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": RBAC: [role.rbac.authorization.k8s.io \"extension-apiserver-authentication-reader\" not found, role.rbac.authorization.k8s.io \"system::leader-locking-kube-scheduler\" not found]" logger="UnhandledError" reflector="runtime/asm_amd64.s:1700" type="*v1.ConfigMap"
	
	
	==> kubelet <==
	Sep 29 11:49:11 functional-332736 kubelet[5121]: E0929 11:49:11.548015    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c-l9h2q" podUID="9c538a15-e7ed-49fd-957b-dbe5
b591a10b"
	Sep 29 11:49:11 functional-332736 kubelet[5121]: E0929 11:49:11.548042    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-855c9754f9-q7df4" podUID="05f6a706-0514-441d-af48-af80c7898543"
	Sep 29 11:49:17 functional-332736 kubelet[5121]: E0929 11:49:17.547264    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"mysql\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/mysql:5.7\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/mysql:5.7\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/mysql-5bb876957f-gwnh6" podUID="ccba6f43-e38c-4aee-9846-fac07c36dc13"
	Sep 29 11:49:19 functional-332736 kubelet[5121]: E0929 11:49:19.546588    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="ecea0998-cad2-462d-a60c-c7e52bb5a4e2"
	Sep 29 11:49:25 functional-332736 kubelet[5121]: E0929 11:49:25.546811    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c-l9h2q" podUID="9c538a15-e7ed-49fd-957b-dbe5
b591a10b"
	Sep 29 11:49:26 functional-332736 kubelet[5121]: E0929 11:49:26.546722    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"echo-server\" with ImagePullBackOff: \"Back-off pulling image \\\"kicbase/echo-server\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kicbase/echo-server:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/hello-node-connect-7d85dfc575-bgqn6" podUID="278e0bfc-7a24-4a97-beab-6b576e7c65aa"
	Sep 29 11:49:26 functional-332736 kubelet[5121]: E0929 11:49:26.547719    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-855c9754f9-q7df4" podUID="05f6a706-0514-441d-af48-af80c7898543"
	Sep 29 11:49:31 functional-332736 kubelet[5121]: E0929 11:49:31.546660    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="ecea0998-cad2-462d-a60c-c7e52bb5a4e2"
	Sep 29 11:49:32 functional-332736 kubelet[5121]: E0929 11:49:32.547627    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"mysql\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/mysql:5.7\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/mysql:5.7\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/mysql-5bb876957f-gwnh6" podUID="ccba6f43-e38c-4aee-9846-fac07c36dc13"
	Sep 29 11:49:38 functional-332736 kubelet[5121]: E0929 11:49:38.547658    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-855c9754f9-q7df4" podUID="05f6a706-0514-441d-af48-af80c7898543"
	Sep 29 11:49:38 functional-332736 kubelet[5121]: E0929 11:49:38.547658    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c-l9h2q" podUID="9c538a15-e7ed-49fd-957b-dbe5
b591a10b"
	Sep 29 11:49:41 functional-332736 kubelet[5121]: E0929 11:49:41.547043    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"echo-server\" with ImagePullBackOff: \"Back-off pulling image \\\"kicbase/echo-server\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kicbase/echo-server:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/hello-node-connect-7d85dfc575-bgqn6" podUID="278e0bfc-7a24-4a97-beab-6b576e7c65aa"
	Sep 29 11:49:44 functional-332736 kubelet[5121]: E0929 11:49:44.546750    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="ecea0998-cad2-462d-a60c-c7e52bb5a4e2"
	Sep 29 11:49:47 functional-332736 kubelet[5121]: E0929 11:49:47.547786    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"mysql\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/mysql:5.7\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/mysql:5.7\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/mysql-5bb876957f-gwnh6" podUID="ccba6f43-e38c-4aee-9846-fac07c36dc13"
	Sep 29 11:49:50 functional-332736 kubelet[5121]: E0929 11:49:50.547443    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-855c9754f9-q7df4" podUID="05f6a706-0514-441d-af48-af80c7898543"
	Sep 29 11:49:51 functional-332736 kubelet[5121]: E0929 11:49:51.546915    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c-l9h2q" podUID="9c538a15-e7ed-49fd-957b-dbe5
b591a10b"
	Sep 29 11:49:55 functional-332736 kubelet[5121]: E0929 11:49:55.546902    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"echo-server\" with ImagePullBackOff: \"Back-off pulling image \\\"kicbase/echo-server\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kicbase/echo-server:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/hello-node-connect-7d85dfc575-bgqn6" podUID="278e0bfc-7a24-4a97-beab-6b576e7c65aa"
	Sep 29 11:49:57 functional-332736 kubelet[5121]: E0929 11:49:57.546854    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="ecea0998-cad2-462d-a60c-c7e52bb5a4e2"
	Sep 29 11:50:00 functional-332736 kubelet[5121]: E0929 11:50:00.550949    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"mysql\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/mysql:5.7\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/mysql:5.7\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/mysql-5bb876957f-gwnh6" podUID="ccba6f43-e38c-4aee-9846-fac07c36dc13"
	Sep 29 11:50:03 functional-332736 kubelet[5121]: E0929 11:50:03.547363    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-855c9754f9-q7df4" podUID="05f6a706-0514-441d-af48-af80c7898543"
	Sep 29 11:50:04 functional-332736 kubelet[5121]: E0929 11:50:04.547914    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c-l9h2q" podUID="9c538a15-e7ed-49fd-957b-dbe5
b591a10b"
	Sep 29 11:50:09 functional-332736 kubelet[5121]: E0929 11:50:09.546786    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"echo-server\" with ImagePullBackOff: \"Back-off pulling image \\\"kicbase/echo-server\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kicbase/echo-server:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/hello-node-connect-7d85dfc575-bgqn6" podUID="278e0bfc-7a24-4a97-beab-6b576e7c65aa"
	Sep 29 11:50:12 functional-332736 kubelet[5121]: E0929 11:50:12.547406    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="ecea0998-cad2-462d-a60c-c7e52bb5a4e2"
	Sep 29 11:50:14 functional-332736 kubelet[5121]: E0929 11:50:14.547062    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-855c9754f9-q7df4" podUID="05f6a706-0514-441d-af48-af80c7898543"
	Sep 29 11:50:14 functional-332736 kubelet[5121]: E0929 11:50:14.547168    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"mysql\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/mysql:5.7\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/mysql:5.7\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/mysql-5bb876957f-gwnh6" podUID="ccba6f43-e38c-4aee-9846-fac07c36dc13"
	
	
	==> storage-provisioner [112d28791ce53fddef9848db517c10d797d163a0bad7bc581ab29abf4e8b9eb0] <==
	W0929 11:49:50.620438       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:49:52.624116       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:49:52.628604       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:49:54.632576       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:49:54.638150       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:49:56.642581       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:49:56.646734       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:49:58.650321       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:49:58.655889       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:50:00.660870       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:50:00.667192       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:50:02.670562       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:50:02.675464       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:50:04.679414       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:50:04.683876       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:50:06.687601       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:50:06.693465       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:50:08.697083       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:50:08.701186       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:50:10.705048       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:50:10.710066       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:50:12.713450       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:50:12.717800       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:50:14.721985       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:50:14.726663       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	
	
	==> storage-provisioner [9f630ec8add4b30efb4c624051f6dace079eacf9212a1de3f197d73130fa749b] <==
	I0929 11:44:15.241453       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0929 11:44:15.249910       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0929 11:44:15.249963       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	W0929 11:44:15.252437       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:44:15.257853       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	I0929 11:44:15.258023       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0929 11:44:15.258204       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_functional-332736_2d826673-7896-4c64-959b-21eabb7e722b!
	I0929 11:44:15.258204       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"763f7a6d-e199-4ff4-a208-cd49a06ddcaf", APIVersion:"v1", ResourceVersion:"467", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' functional-332736_2d826673-7896-4c64-959b-21eabb7e722b became leader
	W0929 11:44:15.260265       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:44:15.263899       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	I0929 11:44:15.358707       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_functional-332736_2d826673-7896-4c64-959b-21eabb7e722b!
	W0929 11:44:17.267530       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:44:17.272342       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 functional-332736 -n functional-332736
helpers_test.go:269: (dbg) Run:  kubectl --context functional-332736 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:280: non-running pods: busybox-mount hello-node-connect-7d85dfc575-bgqn6 mysql-5bb876957f-gwnh6 sp-pod dashboard-metrics-scraper-77bf4d6c4c-l9h2q kubernetes-dashboard-855c9754f9-q7df4
helpers_test.go:282: ======> post-mortem[TestFunctional/parallel/DashboardCmd]: describe non-running pods <======
helpers_test.go:285: (dbg) Run:  kubectl --context functional-332736 describe pod busybox-mount hello-node-connect-7d85dfc575-bgqn6 mysql-5bb876957f-gwnh6 sp-pod dashboard-metrics-scraper-77bf4d6c4c-l9h2q kubernetes-dashboard-855c9754f9-q7df4
helpers_test.go:285: (dbg) Non-zero exit: kubectl --context functional-332736 describe pod busybox-mount hello-node-connect-7d85dfc575-bgqn6 mysql-5bb876957f-gwnh6 sp-pod dashboard-metrics-scraper-77bf4d6c4c-l9h2q kubernetes-dashboard-855c9754f9-q7df4: exit status 1 (98.040338ms)

                                                
                                                
-- stdout --
	Name:             busybox-mount
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-332736/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:45:09 +0000
	Labels:           integration-test=busybox-mount
	Annotations:      <none>
	Status:           Succeeded
	IP:               10.244.0.5
	IPs:
	  IP:  10.244.0.5
	Containers:
	  mount-munger:
	    Container ID:  containerd://f4279b3f38eb19c49ca7b357fd74e174a55eca135cb79112d0a5810cd1adb70a
	    Image:         gcr.io/k8s-minikube/busybox:1.28.4-glibc
	    Image ID:      gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e
	    Port:          <none>
	    Host Port:     <none>
	    Command:
	      /bin/sh
	      -c
	      --
	    Args:
	      cat /mount-9p/created-by-test; echo test > /mount-9p/created-by-pod; rm /mount-9p/created-by-test-removed-by-pod; echo test > /mount-9p/created-by-pod-removed-by-test date >> /mount-9p/pod-dates
	    State:          Terminated
	      Reason:       Completed
	      Exit Code:    0
	      Started:      Mon, 29 Sep 2025 11:45:11 +0000
	      Finished:     Mon, 29 Sep 2025 11:45:11 +0000
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /mount-9p from test-volume (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-smxqb (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   False 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  test-volume:
	    Type:          HostPath (bare host directory volume)
	    Path:          /mount-9p
	    HostPathType:  
	  kube-api-access-smxqb:
	    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  5m7s  default-scheduler  Successfully assigned default/busybox-mount to functional-332736
	  Normal  Pulling    5m7s  kubelet            Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
	  Normal  Pulled     5m6s  kubelet            Successfully pulled image "gcr.io/k8s-minikube/busybox:1.28.4-glibc" in 1.49s (1.49s including waiting). Image size: 2395207 bytes.
	  Normal  Created    5m6s  kubelet            Created container: mount-munger
	  Normal  Started    5m5s  kubelet            Started container mount-munger
	
	
	Name:             hello-node-connect-7d85dfc575-bgqn6
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-332736/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:45:17 +0000
	Labels:           app=hello-node-connect
	                  pod-template-hash=7d85dfc575
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.10
	IPs:
	  IP:           10.244.0.10
	Controlled By:  ReplicaSet/hello-node-connect-7d85dfc575
	Containers:
	  echo-server:
	    Container ID:   
	    Image:          kicbase/echo-server
	    Image ID:       
	    Port:           <none>
	    Host Port:      <none>
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-v4t2s (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-v4t2s:
	    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  4m58s                  default-scheduler  Successfully assigned default/hello-node-connect-7d85dfc575-bgqn6 to functional-332736
	  Warning  Failed     3m41s                  kubelet            Failed to pull image "kicbase/echo-server": failed to pull and unpack image "docker.io/kicbase/echo-server:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Normal   Pulling    2m14s (x5 over 4m58s)  kubelet            Pulling image "kicbase/echo-server"
	  Warning  Failed     2m14s (x4 over 4m58s)  kubelet            Failed to pull image "kicbase/echo-server": failed to pull and unpack image "docker.io/kicbase/echo-server:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Warning  Failed     2m14s (x5 over 4m58s)  kubelet            Error: ErrImagePull
	  Warning  Failed     65s (x15 over 4m58s)   kubelet            Error: ImagePullBackOff
	  Normal   BackOff    7s (x19 over 4m58s)    kubelet            Back-off pulling image "kicbase/echo-server"
	
	
	Name:             mysql-5bb876957f-gwnh6
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-332736/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:45:17 +0000
	Labels:           app=mysql
	                  pod-template-hash=5bb876957f
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.9
	IPs:
	  IP:           10.244.0.9
	Controlled By:  ReplicaSet/mysql-5bb876957f
	Containers:
	  mysql:
	    Container ID:   
	    Image:          docker.io/mysql:5.7
	    Image ID:       
	    Port:           3306/TCP (mysql)
	    Host Port:      0/TCP (mysql)
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Limits:
	      cpu:     700m
	      memory:  700Mi
	    Requests:
	      cpu:     600m
	      memory:  512Mi
	    Environment:
	      MYSQL_ROOT_PASSWORD:  password
	    Mounts:
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-kjl25 (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-kjl25:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    Optional:                false
	    DownwardAPI:             true
	QoS Class:                   Burstable
	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  4m58s                  default-scheduler  Successfully assigned default/mysql-5bb876957f-gwnh6 to functional-332736
	  Normal   Pulling    2m13s (x5 over 4m59s)  kubelet            Pulling image "docker.io/mysql:5.7"
	  Warning  Failed     2m13s (x5 over 4m58s)  kubelet            Failed to pull image "docker.io/mysql:5.7": failed to pull and unpack image "docker.io/library/mysql:5.7": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Warning  Failed     2m13s (x5 over 4m58s)  kubelet            Error: ErrImagePull
	  Warning  Failed     44s (x15 over 4m58s)   kubelet            Error: ImagePullBackOff
	  Normal   BackOff    2s (x18 over 4m58s)    kubelet            Back-off pulling image "docker.io/mysql:5.7"
	
	
	Name:             sp-pod
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-332736/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:45:12 +0000
	Labels:           test=storage-provisioner
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.6
	IPs:
	  IP:  10.244.0.6
	Containers:
	  myfrontend:
	    Container ID:   
	    Image:          docker.io/nginx
	    Image ID:       
	    Port:           <none>
	    Host Port:      <none>
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /tmp/mount from mypd (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-rmfcs (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  mypd:
	    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
	    ClaimName:  myclaim
	    ReadOnly:   false
	  kube-api-access-rmfcs:
	    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  5m3s                 default-scheduler  Successfully assigned default/sp-pod to functional-332736
	  Normal   Pulling    2m9s (x5 over 5m3s)  kubelet            Pulling image "docker.io/nginx"
	  Warning  Failed     2m9s (x5 over 5m3s)  kubelet            Failed to pull image "docker.io/nginx": failed to pull and unpack image "docker.io/library/nginx:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Warning  Failed     2m9s (x5 over 5m3s)  kubelet            Error: ErrImagePull
	  Warning  Failed     80s (x15 over 5m3s)  kubelet            Error: ImagePullBackOff
	  Normal   BackOff    19s (x20 over 5m3s)  kubelet            Back-off pulling image "docker.io/nginx"

                                                
                                                
-- /stdout --
** stderr ** 
	Error from server (NotFound): pods "dashboard-metrics-scraper-77bf4d6c4c-l9h2q" not found
	Error from server (NotFound): pods "kubernetes-dashboard-855c9754f9-q7df4" not found

                                                
                                                
** /stderr **
helpers_test.go:287: kubectl --context functional-332736 describe pod busybox-mount hello-node-connect-7d85dfc575-bgqn6 mysql-5bb876957f-gwnh6 sp-pod dashboard-metrics-scraper-77bf4d6c4c-l9h2q kubernetes-dashboard-855c9754f9-q7df4: exit status 1
--- FAIL: TestFunctional/parallel/DashboardCmd (302.54s)

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmdConnect (603.33s)

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmdConnect
=== PAUSE TestFunctional/parallel/ServiceCmdConnect

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1636: (dbg) Run:  kubectl --context functional-332736 create deployment hello-node-connect --image kicbase/echo-server
functional_test.go:1640: (dbg) Run:  kubectl --context functional-332736 expose deployment hello-node-connect --type=NodePort --port=8080
functional_test.go:1645: (dbg) TestFunctional/parallel/ServiceCmdConnect: waiting 10m0s for pods matching "app=hello-node-connect" in namespace "default" ...
helpers_test.go:352: "hello-node-connect-7d85dfc575-bgqn6" [278e0bfc-7a24-4a97-beab-6b576e7c65aa] Pending / Ready:ContainersNotReady (containers with unready status: [echo-server]) / ContainersReady:ContainersNotReady (containers with unready status: [echo-server])
helpers_test.go:337: TestFunctional/parallel/ServiceCmdConnect: WARNING: pod list for "default" "app=hello-node-connect" returned: client rate limiter Wait returned an error: context deadline exceeded
functional_test.go:1645: ***** TestFunctional/parallel/ServiceCmdConnect: pod "app=hello-node-connect" failed to start within 10m0s: context deadline exceeded ****
functional_test.go:1645: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p functional-332736 -n functional-332736
functional_test.go:1645: TestFunctional/parallel/ServiceCmdConnect: showing logs for failed pods as of 2025-09-29 11:55:18.289255934 +0000 UTC m=+2595.450506479
functional_test.go:1645: (dbg) Run:  kubectl --context functional-332736 describe po hello-node-connect-7d85dfc575-bgqn6 -n default
functional_test.go:1645: (dbg) kubectl --context functional-332736 describe po hello-node-connect-7d85dfc575-bgqn6 -n default:
Name:             hello-node-connect-7d85dfc575-bgqn6
Namespace:        default
Priority:         0
Service Account:  default
Node:             functional-332736/192.168.49.2
Start Time:       Mon, 29 Sep 2025 11:45:17 +0000
Labels:           app=hello-node-connect
pod-template-hash=7d85dfc575
Annotations:      <none>
Status:           Pending
IP:               10.244.0.10
IPs:
IP:           10.244.0.10
Controlled By:  ReplicaSet/hello-node-connect-7d85dfc575
Containers:
echo-server:
Container ID:   
Image:          kicbase/echo-server
Image ID:       
Port:           <none>
Host Port:      <none>
State:          Waiting
Reason:       ImagePullBackOff
Ready:          False
Restart Count:  0
Environment:    <none>
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-v4t2s (ro)
Conditions:
Type                        Status
PodReadyToStartContainers   True 
Initialized                 True 
Ready                       False 
ContainersReady             False 
PodScheduled                True 
Volumes:
kube-api-access-v4t2s:
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  10m                   default-scheduler  Successfully assigned default/hello-node-connect-7d85dfc575-bgqn6 to functional-332736
Warning  Failed     8m43s                 kubelet            Failed to pull image "kicbase/echo-server": failed to pull and unpack image "docker.io/kicbase/echo-server:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Normal   Pulling    7m16s (x5 over 10m)   kubelet            Pulling image "kicbase/echo-server"
Warning  Failed     7m16s (x4 over 10m)   kubelet            Failed to pull image "kicbase/echo-server": failed to pull and unpack image "docker.io/kicbase/echo-server:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Warning  Failed     7m16s (x5 over 10m)   kubelet            Error: ErrImagePull
Warning  Failed     4m56s (x20 over 10m)  kubelet            Error: ImagePullBackOff
Normal   BackOff    4m44s (x21 over 10m)  kubelet            Back-off pulling image "kicbase/echo-server"
functional_test.go:1645: (dbg) Run:  kubectl --context functional-332736 logs hello-node-connect-7d85dfc575-bgqn6 -n default
functional_test.go:1645: (dbg) Non-zero exit: kubectl --context functional-332736 logs hello-node-connect-7d85dfc575-bgqn6 -n default: exit status 1 (70.945395ms)

                                                
                                                
** stderr ** 
	Error from server (BadRequest): container "echo-server" in pod "hello-node-connect-7d85dfc575-bgqn6" is waiting to start: trying and failing to pull image

                                                
                                                
** /stderr **
functional_test.go:1645: kubectl --context functional-332736 logs hello-node-connect-7d85dfc575-bgqn6 -n default: exit status 1
functional_test.go:1646: failed waiting for hello-node pod: app=hello-node-connect within 10m0s: context deadline exceeded
functional_test.go:1608: service test failed - dumping debug information
functional_test.go:1609: -----------------------service failure post-mortem--------------------------------
functional_test.go:1612: (dbg) Run:  kubectl --context functional-332736 describe po hello-node-connect
functional_test.go:1616: hello-node pod describe:
Name:             hello-node-connect-7d85dfc575-bgqn6
Namespace:        default
Priority:         0
Service Account:  default
Node:             functional-332736/192.168.49.2
Start Time:       Mon, 29 Sep 2025 11:45:17 +0000
Labels:           app=hello-node-connect
pod-template-hash=7d85dfc575
Annotations:      <none>
Status:           Pending
IP:               10.244.0.10
IPs:
IP:           10.244.0.10
Controlled By:  ReplicaSet/hello-node-connect-7d85dfc575
Containers:
echo-server:
Container ID:   
Image:          kicbase/echo-server
Image ID:       
Port:           <none>
Host Port:      <none>
State:          Waiting
Reason:       ImagePullBackOff
Ready:          False
Restart Count:  0
Environment:    <none>
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-v4t2s (ro)
Conditions:
Type                        Status
PodReadyToStartContainers   True 
Initialized                 True 
Ready                       False 
ContainersReady             False 
PodScheduled                True 
Volumes:
kube-api-access-v4t2s:
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  10m                   default-scheduler  Successfully assigned default/hello-node-connect-7d85dfc575-bgqn6 to functional-332736
Warning  Failed     8m43s                 kubelet            Failed to pull image "kicbase/echo-server": failed to pull and unpack image "docker.io/kicbase/echo-server:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Normal   Pulling    7m16s (x5 over 10m)   kubelet            Pulling image "kicbase/echo-server"
Warning  Failed     7m16s (x4 over 10m)   kubelet            Failed to pull image "kicbase/echo-server": failed to pull and unpack image "docker.io/kicbase/echo-server:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Warning  Failed     7m16s (x5 over 10m)   kubelet            Error: ErrImagePull
Warning  Failed     4m56s (x20 over 10m)  kubelet            Error: ImagePullBackOff
Normal   BackOff    4m44s (x21 over 10m)  kubelet            Back-off pulling image "kicbase/echo-server"

                                                
                                                
functional_test.go:1618: (dbg) Run:  kubectl --context functional-332736 logs -l app=hello-node-connect
functional_test.go:1618: (dbg) Non-zero exit: kubectl --context functional-332736 logs -l app=hello-node-connect: exit status 1 (67.316076ms)

                                                
                                                
** stderr ** 
	Error from server (BadRequest): container "echo-server" in pod "hello-node-connect-7d85dfc575-bgqn6" is waiting to start: trying and failing to pull image

                                                
                                                
** /stderr **
functional_test.go:1620: "kubectl --context functional-332736 logs -l app=hello-node-connect" failed: exit status 1
functional_test.go:1622: hello-node logs:
functional_test.go:1624: (dbg) Run:  kubectl --context functional-332736 describe svc hello-node-connect
functional_test.go:1628: hello-node svc describe:
Name:                     hello-node-connect
Namespace:                default
Labels:                   app=hello-node-connect
Annotations:              <none>
Selector:                 app=hello-node-connect
Type:                     NodePort
IP Family Policy:         SingleStack
IP Families:              IPv4
IP:                       10.109.102.40
IPs:                      10.109.102.40
Port:                     <unset>  8080/TCP
TargetPort:               8080/TCP
NodePort:                 <unset>  31510/TCP
Endpoints:                
Session Affinity:         None
External Traffic Policy:  Cluster
Internal Traffic Policy:  Cluster
Events:                   <none>
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:223: ======>  post-mortem[TestFunctional/parallel/ServiceCmdConnect]: 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[TestFunctional/parallel/ServiceCmdConnect]: docker inspect <======
helpers_test.go:239: (dbg) Run:  docker inspect functional-332736
helpers_test.go:243: (dbg) docker inspect functional-332736:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36",
	        "Created": "2025-09-29T11:43:22.76795119Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 796799,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2025-09-29T11:43:22.807972379Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:c6b5532e987b5b4f5fc9cb0336e378ed49c0542bad8cbfc564b71e977a6269de",
	        "ResolvConfPath": "/var/lib/docker/containers/a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36/hostname",
	        "HostsPath": "/var/lib/docker/containers/a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36/hosts",
	        "LogPath": "/var/lib/docker/containers/a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36/a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36-json.log",
	        "Name": "/functional-332736",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "functional-332736:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "functional-332736",
	            "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": ""
	                    }
	                ],
	                "8441/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": "private",
	            "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": 0,
	            "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": null,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "ID": "a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36",
	                "LowerDir": "/var/lib/docker/overlay2/79f306608615668f32aa88645dcaf181c5a611822b1c8f9bcc166af7a2e7eed3-init/diff:/var/lib/docker/overlay2/77070dd40a60b70b435bf4a69cbe4e41eeab20e4e227c9544e0e0b5e600a0bbc/diff",
	                "MergedDir": "/var/lib/docker/overlay2/79f306608615668f32aa88645dcaf181c5a611822b1c8f9bcc166af7a2e7eed3/merged",
	                "UpperDir": "/var/lib/docker/overlay2/79f306608615668f32aa88645dcaf181c5a611822b1c8f9bcc166af7a2e7eed3/diff",
	                "WorkDir": "/var/lib/docker/overlay2/79f306608615668f32aa88645dcaf181c5a611822b1c8f9bcc166af7a2e7eed3/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "functional-332736",
	                "Source": "/var/lib/docker/volumes/functional-332736/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "functional-332736",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8441/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1",
	            "Volumes": null,
	            "WorkingDir": "/",
	            "Entrypoint": [
	                "/usr/local/bin/entrypoint",
	                "/sbin/init"
	            ],
	            "OnBuild": null,
	            "Labels": {
	                "created_by.minikube.sigs.k8s.io": "true",
	                "mode.minikube.sigs.k8s.io": "functional-332736",
	                "name.minikube.sigs.k8s.io": "functional-332736",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "55a6a7c8ae2af962d01acbc963427711c21bdc2f51bea5521d29c818bcecdc83",
	            "SandboxKey": "/var/run/docker/netns/55a6a7c8ae2a",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32783"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32784"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32787"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32785"
	                    }
	                ],
	                "8441/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32786"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "functional-332736": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "5e:0a:da:27:08:d1",
	                    "DriverOpts": null,
	                    "GwPriority": 0,
	                    "NetworkID": "27b3edb15b119b151e33e46530c7ff55b557844f8782ea57f2279cc59357094a",
	                    "EndpointID": "a37f2b61e41d2ab038d6b733adacb43f4d45206537f436872dcdff22c0d43813",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "functional-332736",
	                        "a9a836a5a45d"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:247: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p functional-332736 -n functional-332736
helpers_test.go:252: <<< TestFunctional/parallel/ServiceCmdConnect FAILED: start of post-mortem logs <<<
helpers_test.go:253: ======>  post-mortem[TestFunctional/parallel/ServiceCmdConnect]: minikube logs <======
helpers_test.go:255: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 logs -n 25
helpers_test.go:255: (dbg) Done: out/minikube-linux-amd64 -p functional-332736 logs -n 25: (1.618584131s)
helpers_test.go:260: TestFunctional/parallel/ServiceCmdConnect logs: 
-- stdout --
	
	==> Audit <==
	┌────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬───────────────────┬─────────┬─────────┬─────────────────────┬─────────────────────┐
	│    COMMAND     │                                                            ARGS                                                            │      PROFILE      │  USER   │ VERSION │     START TIME      │      END TIME       │
	├────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼───────────────────┼─────────┼─────────┼─────────────────────┼─────────────────────┤
	│ mount          │ -p functional-332736 /tmp/TestFunctionalparallelMountCmdVerifyCleanup818890938/001:/mount2 --alsologtostderr -v=1          │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │                     │
	│ ssh            │ functional-332736 ssh sudo cat /etc/ssl/certs/51391683.0                                                                   │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh            │ functional-332736 ssh sudo cat /etc/ssl/certs/7324042.pem                                                                  │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh            │ functional-332736 ssh sudo cat /usr/share/ca-certificates/7324042.pem                                                      │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh            │ functional-332736 ssh findmnt -T /mount1                                                                                   │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh            │ functional-332736 ssh sudo cat /etc/ssl/certs/3ec20f2e.0                                                                   │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh            │ functional-332736 ssh findmnt -T /mount2                                                                                   │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh            │ functional-332736 ssh findmnt -T /mount3                                                                                   │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ mount          │ -p functional-332736 --kill=true                                                                                           │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │                     │
	│ cp             │ functional-332736 cp testdata/cp-test.txt /home/docker/cp-test.txt                                                         │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:50 UTC │ 29 Sep 25 11:50 UTC │
	│ ssh            │ functional-332736 ssh -n functional-332736 sudo cat /home/docker/cp-test.txt                                               │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:50 UTC │ 29 Sep 25 11:50 UTC │
	│ cp             │ functional-332736 cp functional-332736:/home/docker/cp-test.txt /tmp/TestFunctionalparallelCpCmd3770838678/001/cp-test.txt │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:50 UTC │ 29 Sep 25 11:50 UTC │
	│ ssh            │ functional-332736 ssh -n functional-332736 sudo cat /home/docker/cp-test.txt                                               │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:50 UTC │ 29 Sep 25 11:50 UTC │
	│ cp             │ functional-332736 cp testdata/cp-test.txt /tmp/does/not/exist/cp-test.txt                                                  │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:50 UTC │ 29 Sep 25 11:50 UTC │
	│ ssh            │ functional-332736 ssh -n functional-332736 sudo cat /tmp/does/not/exist/cp-test.txt                                        │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:50 UTC │ 29 Sep 25 11:50 UTC │
	│ image          │ functional-332736 image ls --format short --alsologtostderr                                                                │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:51 UTC │ 29 Sep 25 11:51 UTC │
	│ image          │ functional-332736 image ls --format yaml --alsologtostderr                                                                 │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:51 UTC │ 29 Sep 25 11:51 UTC │
	│ ssh            │ functional-332736 ssh pgrep buildkitd                                                                                      │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:51 UTC │                     │
	│ image          │ functional-332736 image build -t localhost/my-image:functional-332736 testdata/build --alsologtostderr                     │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:51 UTC │ 29 Sep 25 11:51 UTC │
	│ image          │ functional-332736 image ls                                                                                                 │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:51 UTC │ 29 Sep 25 11:51 UTC │
	│ image          │ functional-332736 image ls --format json --alsologtostderr                                                                 │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:51 UTC │ 29 Sep 25 11:51 UTC │
	│ image          │ functional-332736 image ls --format table --alsologtostderr                                                                │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:51 UTC │ 29 Sep 25 11:51 UTC │
	│ update-context │ functional-332736 update-context --alsologtostderr -v=2                                                                    │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:51 UTC │ 29 Sep 25 11:51 UTC │
	│ update-context │ functional-332736 update-context --alsologtostderr -v=2                                                                    │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:51 UTC │ 29 Sep 25 11:51 UTC │
	│ update-context │ functional-332736 update-context --alsologtostderr -v=2                                                                    │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:51 UTC │ 29 Sep 25 11:51 UTC │
	└────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴───────────────────┴─────────┴─────────┴─────────────────────┴─────────────────────┘
	
	
	==> Last Start <==
	Log file created at: 2025/09/29 11:45:13
	Running on machine: ubuntu-20-agent-13
	Binary: Built with gc go1.24.6 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0929 11:45:13.353182  809057 out.go:360] Setting OutFile to fd 1 ...
	I0929 11:45:13.353302  809057 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:45:13.353313  809057 out.go:374] Setting ErrFile to fd 2...
	I0929 11:45:13.353318  809057 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:45:13.353524  809057 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
	I0929 11:45:13.354043  809057 out.go:368] Setting JSON to false
	I0929 11:45:13.355297  809057 start.go:130] hostinfo: {"hostname":"ubuntu-20-agent-13","uptime":70064,"bootTime":1759076249,"procs":247,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"22.04","kernelVersion":"6.8.0-1040-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0929 11:45:13.355403  809057 start.go:140] virtualization: kvm guest
	I0929 11:45:13.357190  809057 out.go:179] * [functional-332736] minikube v1.37.0 on Ubuntu 22.04 (kvm/amd64)
	I0929 11:45:13.359102  809057 out.go:179]   - MINIKUBE_LOCATION=21655
	I0929 11:45:13.359139  809057 notify.go:220] Checking for updates...
	I0929 11:45:13.361827  809057 out.go:179]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0929 11:45:13.363257  809057 out.go:179]   - KUBECONFIG=/home/jenkins/minikube-integration/21655-728906/kubeconfig
	I0929 11:45:13.364850  809057 out.go:179]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/21655-728906/.minikube
	I0929 11:45:13.366356  809057 out.go:179]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0929 11:45:13.367705  809057 out.go:179]   - MINIKUBE_FORCE_SYSTEMD=
	I0929 11:45:13.369470  809057 config.go:182] Loaded profile config "functional-332736": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:45:13.370065  809057 driver.go:421] Setting default libvirt URI to qemu:///system
	I0929 11:45:13.396984  809057 docker.go:123] docker version: linux-28.4.0:Docker Engine - Community
	I0929 11:45:13.397119  809057 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:45:13.460741  809057 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:3 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:37 OomKillDisable:false NGoroutines:56 SystemTime:2025-09-29 11:45:13.448771603 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:45:13.460857  809057 docker.go:318] overlay module found
	I0929 11:45:13.462632  809057 out.go:179] * Using the docker driver based on existing profile
	I0929 11:45:13.463841  809057 start.go:304] selected driver: docker
	I0929 11:45:13.463862  809057 start.go:924] validating driver "docker" against &{Name:functional-332736 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8441 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:functional-332736 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerN
ames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] 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 Moun
tType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0929 11:45:13.464012  809057 start.go:935] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0929 11:45:13.464096  809057 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:45:13.527905  809057 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:3 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:37 OomKillDisable:false NGoroutines:56 SystemTime:2025-09-29 11:45:13.516131028 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:45:13.528654  809057 cni.go:84] Creating CNI manager for ""
	I0929 11:45:13.528736  809057 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0929 11:45:13.528807  809057 start.go:348] cluster config:
	{Name:functional-332736 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8441 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:functional-332736 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRIS
ocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics
:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0929 11:45:13.531168  809057 out.go:179] * dry-run validation complete!
	
	
	==> container status <==
	CONTAINER           IMAGE               CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	f4279b3f38eb1       56cc512116c8f       10 minutes ago      Exited              mount-munger              0                   aac74f3d8a415       busybox-mount
	a0b85c7d0a94d       4a86014ec6994       10 minutes ago      Running             nginx                     0                   a18f1fc044235       nginx-svc
	042cc56066372       90550c43ad2bc       10 minutes ago      Running             kube-apiserver            0                   3aa8006fe2564       kube-apiserver-functional-332736
	06bbeb47e71b8       a0af72f2ec6d6       10 minutes ago      Running             kube-controller-manager   2                   a6e894e6bb46f       kube-controller-manager-functional-332736
	8c09a05cf5ab5       5f1f5298c888d       10 minutes ago      Running             etcd                      1                   a37e055d3e380       etcd-functional-332736
	5b6983f612b91       46169d968e920       10 minutes ago      Running             kube-scheduler            1                   fbe098323a1de       kube-scheduler-functional-332736
	112d28791ce53       6e38f40d628db       10 minutes ago      Running             storage-provisioner       2                   69189e2bd9a75       storage-provisioner
	55462eb751ab3       a0af72f2ec6d6       10 minutes ago      Exited              kube-controller-manager   1                   a6e894e6bb46f       kube-controller-manager-functional-332736
	dbd8612515df7       df0860106674d       10 minutes ago      Running             kube-proxy                1                   048ed92cb610f       kube-proxy-xq8j5
	c49ac283701dd       409467f978b4a       10 minutes ago      Running             kindnet-cni               1                   de78eefd7728b       kindnet-mdffl
	98a08365598bd       52546a367cc9e       10 minutes ago      Running             coredns                   1                   07fc3a8605937       coredns-66bc5c9577-lntgf
	9f630ec8add4b       6e38f40d628db       11 minutes ago      Exited              storage-provisioner       1                   69189e2bd9a75       storage-provisioner
	d9f10a9f588d0       52546a367cc9e       11 minutes ago      Exited              coredns                   0                   07fc3a8605937       coredns-66bc5c9577-lntgf
	7510199151057       409467f978b4a       11 minutes ago      Exited              kindnet-cni               0                   de78eefd7728b       kindnet-mdffl
	c44bebdcd9f35       df0860106674d       11 minutes ago      Exited              kube-proxy                0                   048ed92cb610f       kube-proxy-xq8j5
	905572f1cc62c       5f1f5298c888d       11 minutes ago      Exited              etcd                      0                   a37e055d3e380       etcd-functional-332736
	3f3079de2bded       46169d968e920       11 minutes ago      Exited              kube-scheduler            0                   fbe098323a1de       kube-scheduler-functional-332736
	
	
	==> containerd <==
	Sep 29 11:50:56 functional-332736 containerd[3957]: time="2025-09-29T11:50:56.551629491Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:50:56 functional-332736 containerd[3957]: time="2025-09-29T11:50:56.632782588Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:50:56 functional-332736 containerd[3957]: time="2025-09-29T11:50:56.718053974Z" level=error msg="PullImage \"kicbase/echo-server:latest\" failed" error="failed to pull and unpack image \"docker.io/kicbase/echo-server:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:50:56 functional-332736 containerd[3957]: time="2025-09-29T11:50:56.718096967Z" level=info msg="stop pulling image docker.io/kicbase/echo-server:latest: active requests=0, bytes read=10998"
	Sep 29 11:51:08 functional-332736 containerd[3957]: time="2025-09-29T11:51:08.550365012Z" level=info msg="PullImage \"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\""
	Sep 29 11:51:08 functional-332736 containerd[3957]: time="2025-09-29T11:51:08.552283907Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:51:08 functional-332736 containerd[3957]: time="2025-09-29T11:51:08.622962593Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:51:08 functional-332736 containerd[3957]: time="2025-09-29T11:51:08.708836553Z" level=error msg="PullImage \"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\" failed" error="failed to pull and unpack image \"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:51:08 functional-332736 containerd[3957]: time="2025-09-29T11:51:08.708907744Z" level=info msg="stop pulling image docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: active requests=0, bytes read=11015"
	Sep 29 11:51:18 functional-332736 containerd[3957]: time="2025-09-29T11:51:18.884229376Z" level=info msg="shim disconnected" id=r9gh6lfldmckg3x9h80ympuil namespace=k8s.io
	Sep 29 11:51:18 functional-332736 containerd[3957]: time="2025-09-29T11:51:18.884283059Z" level=warning msg="cleaning up after shim disconnected" id=r9gh6lfldmckg3x9h80ympuil namespace=k8s.io
	Sep 29 11:51:18 functional-332736 containerd[3957]: time="2025-09-29T11:51:18.884294730Z" level=info msg="cleaning up dead shim" namespace=k8s.io
	Sep 29 11:51:19 functional-332736 containerd[3957]: time="2025-09-29T11:51:19.030023505Z" level=info msg="ImageCreate event name:\"localhost/my-image:functional-332736\""
	Sep 29 11:51:19 functional-332736 containerd[3957]: time="2025-09-29T11:51:19.035358988Z" level=info msg="ImageCreate event name:\"sha256:24ee0e47d60237c6c793dfea2a63500460fb2f1ba2de39e0a1c0230c6a60a7de\"  labels:{key:\"io.cri-containerd.image\"  value:\"managed\"}"
	Sep 29 11:51:19 functional-332736 containerd[3957]: time="2025-09-29T11:51:19.035932738Z" level=info msg="ImageUpdate event name:\"localhost/my-image:functional-332736\"  labels:{key:\"io.cri-containerd.image\"  value:\"managed\"}"
	Sep 29 11:51:46 functional-332736 containerd[3957]: time="2025-09-29T11:51:46.547518386Z" level=info msg="PullImage \"kicbase/echo-server:latest\""
	Sep 29 11:51:46 functional-332736 containerd[3957]: time="2025-09-29T11:51:46.549468637Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:51:46 functional-332736 containerd[3957]: time="2025-09-29T11:51:46.630091458Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:51:46 functional-332736 containerd[3957]: time="2025-09-29T11:51:46.716769325Z" level=error msg="PullImage \"kicbase/echo-server:latest\" failed" error="failed to pull and unpack image \"docker.io/kicbase/echo-server:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:51:46 functional-332736 containerd[3957]: time="2025-09-29T11:51:46.716817685Z" level=info msg="stop pulling image docker.io/kicbase/echo-server:latest: active requests=0, bytes read=10999"
	Sep 29 11:53:09 functional-332736 containerd[3957]: time="2025-09-29T11:53:09.547311726Z" level=info msg="PullImage \"kicbase/echo-server:latest\""
	Sep 29 11:53:09 functional-332736 containerd[3957]: time="2025-09-29T11:53:09.549143936Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:53:09 functional-332736 containerd[3957]: time="2025-09-29T11:53:09.622226883Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:53:09 functional-332736 containerd[3957]: time="2025-09-29T11:53:09.782866091Z" level=error msg="PullImage \"kicbase/echo-server:latest\" failed" error="failed to pull and unpack image \"docker.io/kicbase/echo-server:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:53:09 functional-332736 containerd[3957]: time="2025-09-29T11:53:09.782963579Z" level=info msg="stop pulling image docker.io/kicbase/echo-server:latest: active requests=0, bytes read=11740"
	
	
	==> coredns [98a08365598bde56c6b33678f2947c319b7b3c2abe9b4f96fdaeb791b36b308a] <==
	maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined
	.:53
	[INFO] plugin/reload: Running configuration SHA512 = 9e2996f8cb67ac53e0259ab1f8d615d07d1beb0bd07e6a1e39769c3bf486a905bb991cc47f8d2f14d0d3a90a87dfc625a0b4c524fed169d8158c40657c0694b1
	CoreDNS-1.12.1
	linux/amd64, go1.24.1, 707c7c1
	[INFO] 127.0.0.1:47553 - 21488 "HINFO IN 5826411348047560417.8388685527169148811. udp 57 false 512" NXDOMAIN qr,rd,ra 132 0.034343999s
	
	
	==> coredns [d9f10a9f588d06641ab5192a5c19a30c9100fb0d9589142f62a5e6f15bd43f18] <==
	maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined
	.:53
	[INFO] plugin/reload: Running configuration SHA512 = 9e2996f8cb67ac53e0259ab1f8d615d07d1beb0bd07e6a1e39769c3bf486a905bb991cc47f8d2f14d0d3a90a87dfc625a0b4c524fed169d8158c40657c0694b1
	CoreDNS-1.12.1
	linux/amd64, go1.24.1, 707c7c1
	[INFO] 127.0.0.1:57949 - 27000 "HINFO IN 6562595950496629922.3686903551365511548. udp 57 false 512" NXDOMAIN qr,rd,ra 132 0.037577769s
	[INFO] SIGTERM: Shutting down servers then terminating
	[INFO] plugin/health: Going into lameduck mode for 5s
	
	
	==> describe nodes <==
	Name:               functional-332736
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=functional-332736
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=e087d081f23c6d1317bb12845422265d8d3490cf
	                    minikube.k8s.io/name=functional-332736
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2025_09_29T11_43_39_0700
	                    minikube.k8s.io/version=v1.37.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	Annotations:        node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 29 Sep 2025 11:43:35 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  functional-332736
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 29 Sep 2025 11:55:18 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 29 Sep 2025 11:55:18 +0000   Mon, 29 Sep 2025 11:43:34 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 29 Sep 2025 11:55:18 +0000   Mon, 29 Sep 2025 11:43:34 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 29 Sep 2025 11:55:18 +0000   Mon, 29 Sep 2025 11:43:34 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 29 Sep 2025 11:55:18 +0000   Mon, 29 Sep 2025 11:43:35 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    functional-332736
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32863448Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32863448Ki
	  pods:               110
	System Info:
	  Machine ID:                 a7946cc65e614a0893d9dd8c1272479b
	  System UUID:                ca009292-ee96-42fb-903a-5552a6b60fd0
	  Boot ID:                    67afa1fd-4f9a-4651-9639-1ca5665e29ac
	  Kernel Version:             6.8.0-1040-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:          (15 in total)
	  Namespace                   Name                                          CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                          ------------  ----------  ---------------  -------------  ---
	  default                     hello-node-75c85bcc94-5v4qm                   0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m2s
	  default                     hello-node-connect-7d85dfc575-bgqn6           0 (0%)        0 (0%)      0 (0%)           0 (0%)         10m
	  default                     mysql-5bb876957f-gwnh6                        600m (7%)     700m (8%)   512Mi (1%)       700Mi (2%)     10m
	  default                     nginx-svc                                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         10m
	  default                     sp-pod                                        0 (0%)        0 (0%)      0 (0%)           0 (0%)         10m
	  kube-system                 coredns-66bc5c9577-lntgf                      100m (1%)     0 (0%)      70Mi (0%)        170Mi (0%)     11m
	  kube-system                 etcd-functional-332736                        100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         11m
	  kube-system                 kindnet-mdffl                                 100m (1%)     100m (1%)   50Mi (0%)        50Mi (0%)      11m
	  kube-system                 kube-apiserver-functional-332736              250m (3%)     0 (0%)      0 (0%)           0 (0%)         10m
	  kube-system                 kube-controller-manager-functional-332736     200m (2%)     0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 kube-proxy-xq8j5                              0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 kube-scheduler-functional-332736              100m (1%)     0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 storage-provisioner                           0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  kubernetes-dashboard        dashboard-metrics-scraper-77bf4d6c4c-l9h2q    0 (0%)        0 (0%)      0 (0%)           0 (0%)         10m
	  kubernetes-dashboard        kubernetes-dashboard-855c9754f9-q7df4         0 (0%)        0 (0%)      0 (0%)           0 (0%)         10m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests     Limits
	  --------           --------     ------
	  cpu                1450m (18%)  800m (10%)
	  memory             732Mi (2%)   920Mi (2%)
	  ephemeral-storage  0 (0%)       0 (0%)
	  hugepages-1Gi      0 (0%)       0 (0%)
	  hugepages-2Mi      0 (0%)       0 (0%)
	Events:
	  Type    Reason                   Age                From             Message
	  ----    ------                   ----               ----             -------
	  Normal  Starting                 11m                kube-proxy       
	  Normal  Starting                 10m                kube-proxy       
	  Normal  NodeHasNoDiskPressure    11m (x8 over 11m)  kubelet          Node functional-332736 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientMemory  11m (x8 over 11m)  kubelet          Node functional-332736 status is now: NodeHasSufficientMemory
	  Normal  Starting                 11m                kubelet          Starting kubelet.
	  Normal  NodeHasSufficientPID     11m (x7 over 11m)  kubelet          Node functional-332736 status is now: NodeHasSufficientPID
	  Normal  NodeAllocatableEnforced  11m                kubelet          Updated Node Allocatable limit across pods
	  Normal  NodeHasSufficientPID     11m                kubelet          Node functional-332736 status is now: NodeHasSufficientPID
	  Normal  NodeAllocatableEnforced  11m                kubelet          Updated Node Allocatable limit across pods
	  Normal  NodeHasSufficientMemory  11m                kubelet          Node functional-332736 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    11m                kubelet          Node functional-332736 status is now: NodeHasNoDiskPressure
	  Normal  Starting                 11m                kubelet          Starting kubelet.
	  Normal  RegisteredNode           11m                node-controller  Node functional-332736 event: Registered Node functional-332736 in Controller
	  Normal  Starting                 10m                kubelet          Starting kubelet.
	  Normal  NodeHasSufficientMemory  10m (x8 over 10m)  kubelet          Node functional-332736 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    10m (x8 over 10m)  kubelet          Node functional-332736 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     10m (x7 over 10m)  kubelet          Node functional-332736 status is now: NodeHasSufficientPID
	  Normal  NodeAllocatableEnforced  10m                kubelet          Updated Node Allocatable limit across pods
	  Normal  RegisteredNode           10m                node-controller  Node functional-332736 event: Registered Node functional-332736 in Controller
	
	
	==> dmesg <==
	
	
	==> etcd [8c09a05cf5ab5337b89644b6687ab5543a1a08948fa9a5c3c95bdd346ea34afa] <==
	{"level":"warn","ts":"2025-09-29T11:44:43.666090Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53578","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.672655Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53584","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.679454Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53600","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.686064Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53628","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.692770Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53648","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.699104Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53664","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.705530Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53690","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.719566Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53704","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.726820Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53716","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.733603Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53728","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.740602Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53746","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.747482Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53772","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.753926Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53784","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.760822Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53808","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.767305Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53834","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.774225Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53838","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.781092Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53862","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.787697Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53878","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.802161Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53896","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.806364Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53902","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.812739Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53924","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.868184Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53956","server-name":"","error":"EOF"}
	{"level":"info","ts":"2025-09-29T11:54:43.380987Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":1284}
	{"level":"info","ts":"2025-09-29T11:54:43.401769Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":1284,"took":"20.406074ms","hash":1215414226,"current-db-size-bytes":3973120,"current-db-size":"4.0 MB","current-db-size-in-use-bytes":2031616,"current-db-size-in-use":"2.0 MB"}
	{"level":"info","ts":"2025-09-29T11:54:43.401818Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":1215414226,"revision":1284,"compact-revision":-1}
	
	
	==> etcd [905572f1cc62ce7bf0f7ff2e16980409b80e04955968efe6ab74773ed8a72675] <==
	{"level":"warn","ts":"2025-09-29T11:43:34.905390Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:41906","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:43:34.913791Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:41924","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:43:34.923246Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:41950","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:43:34.938047Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:41974","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:43:34.946631Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:41996","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:43:34.953046Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:42022","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:43:35.006764Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:42030","server-name":"","error":"EOF"}
	{"level":"info","ts":"2025-09-29T11:44:23.326342Z","caller":"osutil/interrupt_unix.go:65","msg":"received signal; shutting down","signal":"terminated"}
	{"level":"info","ts":"2025-09-29T11:44:23.326504Z","caller":"embed/etcd.go:426","msg":"closing etcd server","name":"functional-332736","data-dir":"/var/lib/minikube/etcd","advertise-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"]}
	{"level":"error","ts":"2025-09-29T11:44:23.326643Z","caller":"embed/etcd.go:912","msg":"setting up serving from embedded etcd failed.","error":"http: Server closed","stacktrace":"go.etcd.io/etcd/server/v3/embed.(*Etcd).errHandler\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:912\ngo.etcd.io/etcd/server/v3/embed.(*serveCtx).startHandler.func1\n\tgo.etcd.io/etcd/server/v3/embed/serve.go:90"}
	{"level":"error","ts":"2025-09-29T11:44:30.328742Z","caller":"embed/etcd.go:912","msg":"setting up serving from embedded etcd failed.","error":"http: Server closed","stacktrace":"go.etcd.io/etcd/server/v3/embed.(*Etcd).errHandler\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:912\ngo.etcd.io/etcd/server/v3/embed.(*serveCtx).startHandler.func1\n\tgo.etcd.io/etcd/server/v3/embed/serve.go:90"}
	{"level":"error","ts":"2025-09-29T11:44:30.330296Z","caller":"embed/etcd.go:912","msg":"setting up serving from embedded etcd failed.","error":"accept tcp 127.0.0.1:2381: use of closed network connection","stacktrace":"go.etcd.io/etcd/server/v3/embed.(*Etcd).errHandler\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:912\ngo.etcd.io/etcd/server/v3/embed.(*Etcd).startHandler.func1\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:906"}
	{"level":"info","ts":"2025-09-29T11:44:30.330353Z","caller":"etcdserver/server.go:1281","msg":"skipped leadership transfer for single voting member cluster","local-member-id":"aec36adc501070cc","current-leader-member-id":"aec36adc501070cc"}
	{"level":"info","ts":"2025-09-29T11:44:30.330405Z","caller":"etcdserver/server.go:2342","msg":"server has stopped; stopping storage version's monitor"}
	{"level":"info","ts":"2025-09-29T11:44:30.330417Z","caller":"etcdserver/server.go:2319","msg":"server has stopped; stopping cluster version's monitor"}
	{"level":"warn","ts":"2025-09-29T11:44:30.330439Z","caller":"embed/serve.go:245","msg":"stopping secure grpc server due to error","error":"accept tcp 192.168.49.2:2379: use of closed network connection"}
	{"level":"warn","ts":"2025-09-29T11:44:30.330443Z","caller":"embed/serve.go:245","msg":"stopping secure grpc server due to error","error":"accept tcp 127.0.0.1:2379: use of closed network connection"}
	{"level":"warn","ts":"2025-09-29T11:44:30.330520Z","caller":"embed/serve.go:247","msg":"stopped secure grpc server due to error","error":"accept tcp 127.0.0.1:2379: use of closed network connection"}
	{"level":"error","ts":"2025-09-29T11:44:30.330531Z","caller":"embed/etcd.go:912","msg":"setting up serving from embedded etcd failed.","error":"accept tcp 127.0.0.1:2379: use of closed network connection","stacktrace":"go.etcd.io/etcd/server/v3/embed.(*Etcd).errHandler\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:912\ngo.etcd.io/etcd/server/v3/embed.(*Etcd).startHandler.func1\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:906"}
	{"level":"warn","ts":"2025-09-29T11:44:30.330506Z","caller":"embed/serve.go:247","msg":"stopped secure grpc server due to error","error":"accept tcp 192.168.49.2:2379: use of closed network connection"}
	{"level":"error","ts":"2025-09-29T11:44:30.330567Z","caller":"embed/etcd.go:912","msg":"setting up serving from embedded etcd failed.","error":"accept tcp 192.168.49.2:2379: use of closed network connection","stacktrace":"go.etcd.io/etcd/server/v3/embed.(*Etcd).errHandler\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:912\ngo.etcd.io/etcd/server/v3/embed.(*Etcd).startHandler.func1\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:906"}
	{"level":"info","ts":"2025-09-29T11:44:30.332666Z","caller":"embed/etcd.go:621","msg":"stopping serving peer traffic","address":"192.168.49.2:2380"}
	{"level":"error","ts":"2025-09-29T11:44:30.332739Z","caller":"embed/etcd.go:912","msg":"setting up serving from embedded etcd failed.","error":"accept tcp 192.168.49.2:2380: use of closed network connection","stacktrace":"go.etcd.io/etcd/server/v3/embed.(*Etcd).errHandler\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:912\ngo.etcd.io/etcd/server/v3/embed.(*Etcd).startHandler.func1\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:906"}
	{"level":"info","ts":"2025-09-29T11:44:30.332774Z","caller":"embed/etcd.go:626","msg":"stopped serving peer traffic","address":"192.168.49.2:2380"}
	{"level":"info","ts":"2025-09-29T11:44:30.332785Z","caller":"embed/etcd.go:428","msg":"closed etcd server","name":"functional-332736","data-dir":"/var/lib/minikube/etcd","advertise-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"]}
	
	
	==> kernel <==
	 11:55:20 up 19:37,  0 users,  load average: 0.67, 0.46, 0.42
	Linux functional-332736 6.8.0-1040-gcp #42~22.04.1-Ubuntu SMP Tue Sep  9 13:30:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [7510199151057f310b61e7f97291517d93e254c0ca5d0d5dbf3daeef21657ae4] <==
	I0929 11:43:44.871425       1 main.go:109] connected to apiserver: https://10.96.0.1:443
	I0929 11:43:44.871798       1 main.go:139] hostIP = 192.168.49.2
	podIP = 192.168.49.2
	I0929 11:43:44.871971       1 main.go:148] setting mtu 1500 for CNI 
	I0929 11:43:44.871989       1 main.go:178] kindnetd IP family: "ipv4"
	I0929 11:43:44.872026       1 main.go:182] noMask IPv4 subnets: [10.244.0.0/16]
	time="2025-09-29T11:43:45Z" level=info msg="Created plugin 10-kube-network-policies (kindnetd, handles RunPodSandbox,RemovePodSandbox)"
	I0929 11:43:45.077017       1 controller.go:377] "Starting controller" name="kube-network-policies"
	I0929 11:43:45.077072       1 controller.go:381] "Waiting for informer caches to sync"
	I0929 11:43:45.077086       1 shared_informer.go:350] "Waiting for caches to sync" controller="kube-network-policies"
	I0929 11:43:45.077257       1 controller.go:390] nri plugin exited: failed to connect to NRI service: dial unix /var/run/nri/nri.sock: connect: no such file or directory
	I0929 11:43:45.477243       1 shared_informer.go:357] "Caches are synced" controller="kube-network-policies"
	I0929 11:43:45.477267       1 metrics.go:72] Registering metrics
	I0929 11:43:45.477308       1 controller.go:711] "Syncing nftables rules"
	I0929 11:43:55.081497       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:43:55.081592       1 main.go:301] handling current node
	I0929 11:44:05.081616       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:44:05.081646       1 main.go:301] handling current node
	I0929 11:44:15.085641       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:44:15.085675       1 main.go:301] handling current node
	
	
	==> kindnet [c49ac283701dd49086f1e037c40a8a45c8142b8a37eda0977e2ce4572b03e839] <==
	I0929 11:53:13.736933       1 main.go:301] handling current node
	I0929 11:53:23.736986       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:53:23.737036       1 main.go:301] handling current node
	I0929 11:53:33.741647       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:53:33.741689       1 main.go:301] handling current node
	I0929 11:53:43.743150       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:53:43.743195       1 main.go:301] handling current node
	I0929 11:53:53.737252       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:53:53.737285       1 main.go:301] handling current node
	I0929 11:54:03.742465       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:54:03.742519       1 main.go:301] handling current node
	I0929 11:54:13.740653       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:54:13.740683       1 main.go:301] handling current node
	I0929 11:54:23.737619       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:54:23.737652       1 main.go:301] handling current node
	I0929 11:54:33.741815       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:54:33.741849       1 main.go:301] handling current node
	I0929 11:54:43.741004       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:54:43.741042       1 main.go:301] handling current node
	I0929 11:54:53.738833       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:54:53.738871       1 main.go:301] handling current node
	I0929 11:55:03.741717       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:55:03.741761       1 main.go:301] handling current node
	I0929 11:55:13.738522       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:55:13.738585       1 main.go:301] handling current node
	
	
	==> kube-apiserver [042cc56066372acfe7cb6759b6c49ba50930b6d95b3773312df6569b4dc4f6d0] <==
	I0929 11:45:01.162681       1 alloc.go:328] "allocated clusterIPs" service="default/invalid-svc" clusterIPs={"IPv4":"10.99.215.194"}
	I0929 11:45:07.170426       1 alloc.go:328] "allocated clusterIPs" service="default/nginx-svc" clusterIPs={"IPv4":"10.109.65.118"}
	I0929 11:45:14.522874       1 controller.go:667] quota admission added evaluator for: namespaces
	I0929 11:45:14.632652       1 alloc.go:328] "allocated clusterIPs" service="kubernetes-dashboard/kubernetes-dashboard" clusterIPs={"IPv4":"10.96.177.124"}
	I0929 11:45:14.645039       1 alloc.go:328] "allocated clusterIPs" service="kubernetes-dashboard/dashboard-metrics-scraper" clusterIPs={"IPv4":"10.97.41.234"}
	I0929 11:45:17.506943       1 alloc.go:328] "allocated clusterIPs" service="default/mysql" clusterIPs={"IPv4":"10.111.105.85"}
	I0929 11:45:17.959615       1 alloc.go:328] "allocated clusterIPs" service="default/hello-node-connect" clusterIPs={"IPv4":"10.109.102.40"}
	I0929 11:45:52.144239       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:45:52.511622       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:47:08.106611       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:47:21.839998       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:48:10.911407       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:48:49.433089       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:49:36.686694       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:50:04.149749       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:50:17.848057       1 alloc.go:328] "allocated clusterIPs" service="default/hello-node" clusterIPs={"IPv4":"10.111.5.128"}
	I0929 11:51:01.958641       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:51:11.757989       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:52:29.053312       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:52:31.696279       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:53:40.659176       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:53:54.011123       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:54:44.289992       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0929 11:54:58.208130       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:55:09.460762       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	
	
	==> kube-controller-manager [06bbeb47e71b869119c714c69f65c0cdefe37d81e77823eb81b7de6fc4ad0ad1] <==
	I0929 11:44:47.715898       1 shared_informer.go:356] "Caches are synced" controller="ephemeral"
	I0929 11:44:47.715945       1 shared_informer.go:356] "Caches are synced" controller="cronjob"
	I0929 11:44:47.716039       1 shared_informer.go:356] "Caches are synced" controller="crt configmap"
	I0929 11:44:47.716051       1 shared_informer.go:356] "Caches are synced" controller="HPA"
	I0929 11:44:47.717097       1 shared_informer.go:356] "Caches are synced" controller="deployment"
	I0929 11:44:47.717749       1 shared_informer.go:356] "Caches are synced" controller="bootstrap_signer"
	I0929 11:44:47.719742       1 shared_informer.go:356] "Caches are synced" controller="resource quota"
	I0929 11:44:47.720815       1 shared_informer.go:356] "Caches are synced" controller="taint"
	I0929 11:44:47.720921       1 node_lifecycle_controller.go:1221] "Initializing eviction metric for zone" logger="node-lifecycle-controller" zone=""
	I0929 11:44:47.721004       1 node_lifecycle_controller.go:873] "Missing timestamp for Node. Assuming now as a timestamp" logger="node-lifecycle-controller" node="functional-332736"
	I0929 11:44:47.721051       1 node_lifecycle_controller.go:1067] "Controller detected that zone is now in new state" logger="node-lifecycle-controller" zone="" newState="Normal"
	I0929 11:44:47.723259       1 shared_informer.go:356] "Caches are synced" controller="TTL after finished"
	I0929 11:44:47.725722       1 shared_informer.go:356] "Caches are synced" controller="endpoint"
	I0929 11:44:47.727997       1 shared_informer.go:356] "Caches are synced" controller="GC"
	I0929 11:44:47.731194       1 shared_informer.go:356] "Caches are synced" controller="certificate-csrsigning-kubelet-client"
	I0929 11:44:47.731226       1 shared_informer.go:356] "Caches are synced" controller="certificate-csrsigning-kubelet-serving"
	I0929 11:44:47.731247       1 shared_informer.go:356] "Caches are synced" controller="certificate-csrsigning-kube-apiserver-client"
	I0929 11:44:47.732400       1 shared_informer.go:356] "Caches are synced" controller="certificate-csrsigning-legacy-unknown"
	I0929 11:44:47.738786       1 shared_informer.go:356] "Caches are synced" controller="garbage collector"
	E0929 11:45:14.572635       1 replica_set.go:587] "Unhandled Error" err="sync \"kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c\" failed with pods \"dashboard-metrics-scraper-77bf4d6c4c-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0929 11:45:14.576722       1 replica_set.go:587] "Unhandled Error" err="sync \"kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c\" failed with pods \"dashboard-metrics-scraper-77bf4d6c4c-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0929 11:45:14.578232       1 replica_set.go:587] "Unhandled Error" err="sync \"kubernetes-dashboard/kubernetes-dashboard-855c9754f9\" failed with pods \"kubernetes-dashboard-855c9754f9-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0929 11:45:14.581342       1 replica_set.go:587] "Unhandled Error" err="sync \"kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c\" failed with pods \"dashboard-metrics-scraper-77bf4d6c4c-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0929 11:45:14.584037       1 replica_set.go:587] "Unhandled Error" err="sync \"kubernetes-dashboard/kubernetes-dashboard-855c9754f9\" failed with pods \"kubernetes-dashboard-855c9754f9-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0929 11:45:14.587319       1 replica_set.go:587] "Unhandled Error" err="sync \"kubernetes-dashboard/kubernetes-dashboard-855c9754f9\" failed with pods \"kubernetes-dashboard-855c9754f9-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	
	
	==> kube-controller-manager [55462eb751ab31aab71c8f83dbe1c1caa6d162b03b0e6df077024dcc2b4c3d26] <==
	I0929 11:44:32.676811       1 controllermanager.go:781] "Started controller" controller="service-cidr-controller"
	I0929 11:44:32.676930       1 servicecidrs_controller.go:137] "Starting" logger="service-cidr-controller" controller="service-cidr-controller"
	I0929 11:44:32.676948       1 shared_informer.go:349] "Waiting for caches to sync" controller="service-cidr-controller"
	I0929 11:44:32.682653       1 garbagecollector.go:144] "Starting controller" logger="garbage-collector-controller" controller="garbagecollector"
	I0929 11:44:32.682675       1 shared_informer.go:349] "Waiting for caches to sync" controller="garbage collector"
	I0929 11:44:32.682738       1 graph_builder.go:351] "Running" logger="garbage-collector-controller" component="GraphBuilder"
	I0929 11:44:32.682855       1 controllermanager.go:781] "Started controller" controller="garbage-collector-controller"
	I0929 11:44:32.684990       1 controllermanager.go:781] "Started controller" controller="replicaset-controller"
	I0929 11:44:32.685162       1 replica_set.go:243] "Starting controller" logger="replicaset-controller" name="replicaset"
	I0929 11:44:32.685181       1 shared_informer.go:349] "Waiting for caches to sync" controller="ReplicaSet"
	I0929 11:44:32.687058       1 controllermanager.go:781] "Started controller" controller="certificatesigningrequest-cleaner-controller"
	I0929 11:44:32.687100       1 cleaner.go:83] "Starting CSR cleaner controller" logger="certificatesigningrequest-cleaner-controller"
	I0929 11:44:32.689123       1 controllermanager.go:781] "Started controller" controller="ttl-controller"
	I0929 11:44:32.689196       1 ttl_controller.go:127] "Starting TTL controller" logger="ttl-controller"
	I0929 11:44:32.689218       1 shared_informer.go:349] "Waiting for caches to sync" controller="TTL"
	I0929 11:44:32.691092       1 controllermanager.go:781] "Started controller" controller="bootstrap-signer-controller"
	I0929 11:44:32.691334       1 shared_informer.go:349] "Waiting for caches to sync" controller="bootstrap_signer"
	I0929 11:44:32.693564       1 controllermanager.go:781] "Started controller" controller="persistentvolume-attach-detach-controller"
	I0929 11:44:32.693739       1 attach_detach_controller.go:336] "Starting attach detach controller" logger="persistentvolume-attach-detach-controller"
	I0929 11:44:32.693754       1 shared_informer.go:349] "Waiting for caches to sync" controller="attach detach"
	I0929 11:44:33.197933       1 range_allocator.go:112] "No Secondary Service CIDR provided. Skipping filtering out secondary service addresses" logger="node-ipam-controller"
	I0929 11:44:33.198057       1 controllermanager.go:781] "Started controller" controller="node-ipam-controller"
	I0929 11:44:33.198274       1 node_ipam_controller.go:141] "Starting ipam controller" logger="node-ipam-controller"
	I0929 11:44:33.198338       1 shared_informer.go:349] "Waiting for caches to sync" controller="node"
	F0929 11:44:33.198503       1 client_builder_dynamic.go:154] Get "https://192.168.49.2:8441/api/v1/namespaces/kube-system/serviceaccounts/node-controller": dial tcp 192.168.49.2:8441: connect: connection refused
	
	
	==> kube-proxy [c44bebdcd9f356c782c8367d0d93d6d8cd17f8ad411472a6d3357fe037723f69] <==
	I0929 11:43:44.356153       1 server_linux.go:53] "Using iptables proxy"
	I0929 11:43:44.425620       1 shared_informer.go:349] "Waiting for caches to sync" controller="node informer cache"
	I0929 11:43:44.526302       1 shared_informer.go:356] "Caches are synced" controller="node informer cache"
	I0929 11:43:44.526373       1 server.go:219] "Successfully retrieved NodeIPs" NodeIPs=["192.168.49.2"]
	E0929 11:43:44.526531       1 server.go:256] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
	I0929 11:43:44.549896       1 server.go:265] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0929 11:43:44.549980       1 server_linux.go:132] "Using iptables Proxier"
	I0929 11:43:44.555781       1 proxier.go:242] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses" ipFamily="IPv4"
	I0929 11:43:44.556281       1 server.go:527] "Version info" version="v1.34.0"
	I0929 11:43:44.556312       1 server.go:529] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0929 11:43:44.557940       1 config.go:200] "Starting service config controller"
	I0929 11:43:44.557970       1 shared_informer.go:349] "Waiting for caches to sync" controller="service config"
	I0929 11:43:44.557988       1 config.go:106] "Starting endpoint slice config controller"
	I0929 11:43:44.558015       1 shared_informer.go:349] "Waiting for caches to sync" controller="endpoint slice config"
	I0929 11:43:44.558102       1 config.go:309] "Starting node config controller"
	I0929 11:43:44.558113       1 shared_informer.go:349] "Waiting for caches to sync" controller="node config"
	I0929 11:43:44.558143       1 config.go:403] "Starting serviceCIDR config controller"
	I0929 11:43:44.558148       1 shared_informer.go:349] "Waiting for caches to sync" controller="serviceCIDR config"
	I0929 11:43:44.658125       1 shared_informer.go:356] "Caches are synced" controller="service config"
	I0929 11:43:44.658173       1 shared_informer.go:356] "Caches are synced" controller="serviceCIDR config"
	I0929 11:43:44.658148       1 shared_informer.go:356] "Caches are synced" controller="endpoint slice config"
	I0929 11:43:44.658198       1 shared_informer.go:356] "Caches are synced" controller="node config"
	
	
	==> kube-proxy [dbd8612515df74178fc0eab6eddfc120ff4c2d5a4aad0f4ec9e43faad7dee371] <==
	I0929 11:44:24.346731       1 server_linux.go:53] "Using iptables proxy"
	I0929 11:44:24.408431       1 shared_informer.go:349] "Waiting for caches to sync" controller="node informer cache"
	I0929 11:44:24.508701       1 shared_informer.go:356] "Caches are synced" controller="node informer cache"
	I0929 11:44:24.508741       1 server.go:219] "Successfully retrieved NodeIPs" NodeIPs=["192.168.49.2"]
	E0929 11:44:24.508919       1 server.go:256] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
	I0929 11:44:24.532699       1 server.go:265] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0929 11:44:24.532752       1 server_linux.go:132] "Using iptables Proxier"
	I0929 11:44:24.538409       1 proxier.go:242] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses" ipFamily="IPv4"
	I0929 11:44:24.538815       1 server.go:527] "Version info" version="v1.34.0"
	I0929 11:44:24.538858       1 server.go:529] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0929 11:44:24.540302       1 config.go:403] "Starting serviceCIDR config controller"
	I0929 11:44:24.540334       1 shared_informer.go:349] "Waiting for caches to sync" controller="serviceCIDR config"
	I0929 11:44:24.540309       1 config.go:200] "Starting service config controller"
	I0929 11:44:24.540423       1 shared_informer.go:349] "Waiting for caches to sync" controller="service config"
	I0929 11:44:24.540335       1 config.go:106] "Starting endpoint slice config controller"
	I0929 11:44:24.540444       1 shared_informer.go:349] "Waiting for caches to sync" controller="endpoint slice config"
	I0929 11:44:24.540457       1 config.go:309] "Starting node config controller"
	I0929 11:44:24.540469       1 shared_informer.go:349] "Waiting for caches to sync" controller="node config"
	I0929 11:44:24.540476       1 shared_informer.go:356] "Caches are synced" controller="node config"
	I0929 11:44:24.640678       1 shared_informer.go:356] "Caches are synced" controller="endpoint slice config"
	I0929 11:44:24.640678       1 shared_informer.go:356] "Caches are synced" controller="serviceCIDR config"
	I0929 11:44:24.640685       1 shared_informer.go:356] "Caches are synced" controller="service config"
	
	
	==> kube-scheduler [3f3079de2bdedb8b2827b321a8c2d97e8a5b6854618566c166a9466c599e5e59] <==
	E0929 11:43:35.415615       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0929 11:43:35.415729       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolumeClaim"
	E0929 11:43:35.415752       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
	E0929 11:43:35.415828       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceClaim: resourceclaims.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceclaims\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceClaim"
	E0929 11:43:36.296242       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Pod"
	E0929 11:43:36.372726       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"
	E0929 11:43:36.372959       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceSlice: resourceslices.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceslices\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceSlice"
	E0929 11:43:36.409643       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PodDisruptionBudget"
	E0929 11:43:36.470919       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolumeClaim"
	E0929 11:43:36.527463       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Namespace"
	E0929 11:43:36.532466       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicationController"
	E0929 11:43:36.533285       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIStorageCapacity"
	E0929 11:43:36.545614       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0929 11:43:36.561935       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"
	E0929 11:43:36.610079       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
	E0929 11:43:36.611967       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
	E0929 11:43:36.630373       1 reflector.go:205] "Failed to watch" err="failed to list *v1.DeviceClass: deviceclasses.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"deviceclasses\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.DeviceClass"
	E0929 11:43:36.641638       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"
	I0929 11:43:39.213441       1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0929 11:44:30.386819       1 configmap_cafile_content.go:226] "Shutting down controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0929 11:44:30.386911       1 tlsconfig.go:258] "Shutting down DynamicServingCertificateController"
	I0929 11:44:30.387062       1 secure_serving.go:259] Stopped listening on 127.0.0.1:10259
	I0929 11:44:30.387170       1 server.go:263] "[graceful-termination] secure server has stopped listening"
	I0929 11:44:30.387186       1 server.go:265] "[graceful-termination] secure server is exiting"
	E0929 11:44:30.387214       1 run.go:72] "command failed" err="finished without leader elect"
	
	
	==> kube-scheduler [5b6983f612b91009f437e3736445a9d47ace899e71d25db64946d86dfe2ce405] <==
	I0929 11:44:31.885460       1 serving.go:386] Generated self-signed cert in-memory
	I0929 11:44:32.498616       1 server.go:175] "Starting Kubernetes Scheduler" version="v1.34.0"
	I0929 11:44:32.498644       1 server.go:177] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0929 11:44:32.506187       1 configmap_cafile_content.go:205] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0929 11:44:32.506195       1 requestheader_controller.go:180] Starting RequestHeaderAuthRequestController
	I0929 11:44:32.506243       1 shared_informer.go:349] "Waiting for caches to sync" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0929 11:44:32.506245       1 shared_informer.go:349] "Waiting for caches to sync" controller="RequestHeaderAuthRequestController"
	I0929 11:44:32.506213       1 configmap_cafile_content.go:205] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file"
	I0929 11:44:32.506941       1 shared_informer.go:349] "Waiting for caches to sync" controller="client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file"
	I0929 11:44:32.507593       1 secure_serving.go:211] Serving securely on 127.0.0.1:10259
	I0929 11:44:32.507786       1 tlsconfig.go:243] "Starting DynamicServingCertificateController"
	I0929 11:44:32.607035       1 shared_informer.go:356] "Caches are synced" controller="RequestHeaderAuthRequestController"
	I0929 11:44:32.607079       1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file"
	I0929 11:44:32.607098       1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	E0929 11:44:44.266936       1 reflector.go:205] "Failed to watch" err="namespaces is forbidden: User \"system:kube-scheduler\" cannot watch resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Namespace"
	E0929 11:44:44.267085       1 reflector.go:205] "Failed to watch" err="pods is forbidden: User \"system:kube-scheduler\" cannot watch resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Pod"
	E0929 11:44:44.267123       1 reflector.go:205] "Failed to watch" err="storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot watch resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0929 11:44:44.267142       1 reflector.go:205] "Failed to watch" err="csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot watch resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
	E0929 11:44:44.267163       1 reflector.go:205] "Failed to watch" err="csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot watch resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIDriver"
	E0929 11:44:44.267188       1 reflector.go:205] "Failed to watch" err="services is forbidden: User \"system:kube-scheduler\" cannot watch resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0929 11:44:44.267201       1 reflector.go:205] "Failed to watch" err="poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot watch resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PodDisruptionBudget"
	E0929 11:44:44.267216       1 reflector.go:205] "Failed to watch" err="statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot watch resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
	E0929 11:44:44.284507       1 reflector.go:205] "Failed to watch" err="configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot watch resource \"configmaps\" in API group \"\" in the namespace \"kube-system\"" logger="UnhandledError" reflector="runtime/asm_amd64.s:1700" type="*v1.ConfigMap"
	E0929 11:44:44.289996       1 reflector.go:205] "Failed to watch" err="configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot watch resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": RBAC: [role.rbac.authorization.k8s.io \"extension-apiserver-authentication-reader\" not found, role.rbac.authorization.k8s.io \"system::leader-locking-kube-scheduler\" not found]" logger="UnhandledError" reflector="runtime/asm_amd64.s:1700" type="*v1.ConfigMap"
	
	
	==> kubelet <==
	Sep 29 11:54:28 functional-332736 kubelet[5121]: E0929 11:54:28.550721    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c-l9h2q" podUID="9c538a15-e7ed-49fd-957b-dbe5
b591a10b"
	Sep 29 11:54:31 functional-332736 kubelet[5121]: E0929 11:54:31.546911    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="ecea0998-cad2-462d-a60c-c7e52bb5a4e2"
	Sep 29 11:54:31 functional-332736 kubelet[5121]: E0929 11:54:31.547798    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"mysql\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/mysql:5.7\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/mysql:5.7\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/mysql-5bb876957f-gwnh6" podUID="ccba6f43-e38c-4aee-9846-fac07c36dc13"
	Sep 29 11:54:32 functional-332736 kubelet[5121]: E0929 11:54:32.547636    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"echo-server\" with ImagePullBackOff: \"Back-off pulling image \\\"kicbase/echo-server\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kicbase/echo-server:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/hello-node-connect-7d85dfc575-bgqn6" podUID="278e0bfc-7a24-4a97-beab-6b576e7c65aa"
	Sep 29 11:54:32 functional-332736 kubelet[5121]: E0929 11:54:32.548254    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-855c9754f9-q7df4" podUID="05f6a706-0514-441d-af48-af80c7898543"
	Sep 29 11:54:38 functional-332736 kubelet[5121]: E0929 11:54:38.546308    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"echo-server\" with ImagePullBackOff: \"Back-off pulling image \\\"kicbase/echo-server\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kicbase/echo-server:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/hello-node-75c85bcc94-5v4qm" podUID="60d9f88b-aa80-4665-a70a-3f3e13efe837"
	Sep 29 11:54:42 functional-332736 kubelet[5121]: E0929 11:54:42.548513    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c-l9h2q" podUID="9c538a15-e7ed-49fd-957b-dbe5
b591a10b"
	Sep 29 11:54:42 functional-332736 kubelet[5121]: E0929 11:54:42.548514    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"mysql\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/mysql:5.7\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/mysql:5.7\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/mysql-5bb876957f-gwnh6" podUID="ccba6f43-e38c-4aee-9846-fac07c36dc13"
	Sep 29 11:54:43 functional-332736 kubelet[5121]: E0929 11:54:43.546516    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"echo-server\" with ImagePullBackOff: \"Back-off pulling image \\\"kicbase/echo-server\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kicbase/echo-server:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/hello-node-connect-7d85dfc575-bgqn6" podUID="278e0bfc-7a24-4a97-beab-6b576e7c65aa"
	Sep 29 11:54:44 functional-332736 kubelet[5121]: E0929 11:54:44.546728    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="ecea0998-cad2-462d-a60c-c7e52bb5a4e2"
	Sep 29 11:54:44 functional-332736 kubelet[5121]: E0929 11:54:44.547506    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-855c9754f9-q7df4" podUID="05f6a706-0514-441d-af48-af80c7898543"
	Sep 29 11:54:51 functional-332736 kubelet[5121]: E0929 11:54:51.546675    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"echo-server\" with ImagePullBackOff: \"Back-off pulling image \\\"kicbase/echo-server\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kicbase/echo-server:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/hello-node-75c85bcc94-5v4qm" podUID="60d9f88b-aa80-4665-a70a-3f3e13efe837"
	Sep 29 11:54:53 functional-332736 kubelet[5121]: E0929 11:54:53.547415    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"mysql\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/mysql:5.7\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/mysql:5.7\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/mysql-5bb876957f-gwnh6" podUID="ccba6f43-e38c-4aee-9846-fac07c36dc13"
	Sep 29 11:54:55 functional-332736 kubelet[5121]: E0929 11:54:55.547808    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c-l9h2q" podUID="9c538a15-e7ed-49fd-957b-dbe5
b591a10b"
	Sep 29 11:54:58 functional-332736 kubelet[5121]: E0929 11:54:58.547431    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"echo-server\" with ImagePullBackOff: \"Back-off pulling image \\\"kicbase/echo-server\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kicbase/echo-server:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/hello-node-connect-7d85dfc575-bgqn6" podUID="278e0bfc-7a24-4a97-beab-6b576e7c65aa"
	Sep 29 11:54:58 functional-332736 kubelet[5121]: E0929 11:54:58.548115    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-855c9754f9-q7df4" podUID="05f6a706-0514-441d-af48-af80c7898543"
	Sep 29 11:54:59 functional-332736 kubelet[5121]: E0929 11:54:59.546604    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="ecea0998-cad2-462d-a60c-c7e52bb5a4e2"
	Sep 29 11:55:02 functional-332736 kubelet[5121]: E0929 11:55:02.547694    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"echo-server\" with ImagePullBackOff: \"Back-off pulling image \\\"kicbase/echo-server\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kicbase/echo-server:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/hello-node-75c85bcc94-5v4qm" podUID="60d9f88b-aa80-4665-a70a-3f3e13efe837"
	Sep 29 11:55:04 functional-332736 kubelet[5121]: E0929 11:55:04.548216    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"mysql\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/mysql:5.7\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/mysql:5.7\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/mysql-5bb876957f-gwnh6" podUID="ccba6f43-e38c-4aee-9846-fac07c36dc13"
	Sep 29 11:55:08 functional-332736 kubelet[5121]: E0929 11:55:08.547277    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c-l9h2q" podUID="9c538a15-e7ed-49fd-957b-dbe5
b591a10b"
	Sep 29 11:55:12 functional-332736 kubelet[5121]: E0929 11:55:12.547337    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"echo-server\" with ImagePullBackOff: \"Back-off pulling image \\\"kicbase/echo-server\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kicbase/echo-server:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/hello-node-connect-7d85dfc575-bgqn6" podUID="278e0bfc-7a24-4a97-beab-6b576e7c65aa"
	Sep 29 11:55:12 functional-332736 kubelet[5121]: E0929 11:55:12.548222    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-855c9754f9-q7df4" podUID="05f6a706-0514-441d-af48-af80c7898543"
	Sep 29 11:55:14 functional-332736 kubelet[5121]: E0929 11:55:14.546759    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="ecea0998-cad2-462d-a60c-c7e52bb5a4e2"
	Sep 29 11:55:15 functional-332736 kubelet[5121]: E0929 11:55:15.547845    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"mysql\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/mysql:5.7\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/mysql:5.7\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/mysql-5bb876957f-gwnh6" podUID="ccba6f43-e38c-4aee-9846-fac07c36dc13"
	Sep 29 11:55:16 functional-332736 kubelet[5121]: E0929 11:55:16.546215    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"echo-server\" with ImagePullBackOff: \"Back-off pulling image \\\"kicbase/echo-server\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kicbase/echo-server:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/hello-node-75c85bcc94-5v4qm" podUID="60d9f88b-aa80-4665-a70a-3f3e13efe837"
	
	
	==> storage-provisioner [112d28791ce53fddef9848db517c10d797d163a0bad7bc581ab29abf4e8b9eb0] <==
	W0929 11:54:55.864330       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:54:57.867904       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:54:57.872005       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:54:59.876133       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:54:59.880527       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:01.884222       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:01.890279       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:03.893530       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:03.897883       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:05.901028       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:05.905060       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:07.908699       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:07.912919       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:09.916670       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:09.923509       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:11.927109       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:11.931326       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:13.934497       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:13.938603       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:15.942403       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:15.946589       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:17.950129       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:17.959261       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:19.963390       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:19.969470       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	
	
	==> storage-provisioner [9f630ec8add4b30efb4c624051f6dace079eacf9212a1de3f197d73130fa749b] <==
	I0929 11:44:15.241453       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0929 11:44:15.249910       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0929 11:44:15.249963       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	W0929 11:44:15.252437       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:44:15.257853       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	I0929 11:44:15.258023       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0929 11:44:15.258204       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_functional-332736_2d826673-7896-4c64-959b-21eabb7e722b!
	I0929 11:44:15.258204       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"763f7a6d-e199-4ff4-a208-cd49a06ddcaf", APIVersion:"v1", ResourceVersion:"467", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' functional-332736_2d826673-7896-4c64-959b-21eabb7e722b became leader
	W0929 11:44:15.260265       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:44:15.263899       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	I0929 11:44:15.358707       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_functional-332736_2d826673-7896-4c64-959b-21eabb7e722b!
	W0929 11:44:17.267530       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:44:17.272342       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 functional-332736 -n functional-332736
helpers_test.go:269: (dbg) Run:  kubectl --context functional-332736 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:280: non-running pods: busybox-mount hello-node-75c85bcc94-5v4qm hello-node-connect-7d85dfc575-bgqn6 mysql-5bb876957f-gwnh6 sp-pod dashboard-metrics-scraper-77bf4d6c4c-l9h2q kubernetes-dashboard-855c9754f9-q7df4
helpers_test.go:282: ======> post-mortem[TestFunctional/parallel/ServiceCmdConnect]: describe non-running pods <======
helpers_test.go:285: (dbg) Run:  kubectl --context functional-332736 describe pod busybox-mount hello-node-75c85bcc94-5v4qm hello-node-connect-7d85dfc575-bgqn6 mysql-5bb876957f-gwnh6 sp-pod dashboard-metrics-scraper-77bf4d6c4c-l9h2q kubernetes-dashboard-855c9754f9-q7df4
helpers_test.go:285: (dbg) Non-zero exit: kubectl --context functional-332736 describe pod busybox-mount hello-node-75c85bcc94-5v4qm hello-node-connect-7d85dfc575-bgqn6 mysql-5bb876957f-gwnh6 sp-pod dashboard-metrics-scraper-77bf4d6c4c-l9h2q kubernetes-dashboard-855c9754f9-q7df4: exit status 1 (110.358693ms)

                                                
                                                
-- stdout --
	Name:             busybox-mount
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-332736/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:45:09 +0000
	Labels:           integration-test=busybox-mount
	Annotations:      <none>
	Status:           Succeeded
	IP:               10.244.0.5
	IPs:
	  IP:  10.244.0.5
	Containers:
	  mount-munger:
	    Container ID:  containerd://f4279b3f38eb19c49ca7b357fd74e174a55eca135cb79112d0a5810cd1adb70a
	    Image:         gcr.io/k8s-minikube/busybox:1.28.4-glibc
	    Image ID:      gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e
	    Port:          <none>
	    Host Port:     <none>
	    Command:
	      /bin/sh
	      -c
	      --
	    Args:
	      cat /mount-9p/created-by-test; echo test > /mount-9p/created-by-pod; rm /mount-9p/created-by-test-removed-by-pod; echo test > /mount-9p/created-by-pod-removed-by-test date >> /mount-9p/pod-dates
	    State:          Terminated
	      Reason:       Completed
	      Exit Code:    0
	      Started:      Mon, 29 Sep 2025 11:45:11 +0000
	      Finished:     Mon, 29 Sep 2025 11:45:11 +0000
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /mount-9p from test-volume (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-smxqb (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   False 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  test-volume:
	    Type:          HostPath (bare host directory volume)
	    Path:          /mount-9p
	    HostPathType:  
	  kube-api-access-smxqb:
	    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  10m   default-scheduler  Successfully assigned default/busybox-mount to functional-332736
	  Normal  Pulling    10m   kubelet            Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
	  Normal  Pulled     10m   kubelet            Successfully pulled image "gcr.io/k8s-minikube/busybox:1.28.4-glibc" in 1.49s (1.49s including waiting). Image size: 2395207 bytes.
	  Normal  Created    10m   kubelet            Created container: mount-munger
	  Normal  Started    10m   kubelet            Started container mount-munger
	
	
	Name:             hello-node-75c85bcc94-5v4qm
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-332736/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:50:17 +0000
	Labels:           app=hello-node
	                  pod-template-hash=75c85bcc94
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.11
	IPs:
	  IP:           10.244.0.11
	Controlled By:  ReplicaSet/hello-node-75c85bcc94
	Containers:
	  echo-server:
	    Container ID:   
	    Image:          kicbase/echo-server
	    Image ID:       
	    Port:           <none>
	    Host Port:      <none>
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-hznch (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-hznch:
	    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  5m3s                   default-scheduler  Successfully assigned default/hello-node-75c85bcc94-5v4qm to functional-332736
	  Warning  Failed     3m35s (x2 over 4m25s)  kubelet            Failed to pull image "kicbase/echo-server": failed to pull and unpack image "docker.io/kicbase/echo-server:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Normal   Pulling    2m12s (x5 over 5m3s)   kubelet            Pulling image "kicbase/echo-server"
	  Warning  Failed     2m12s (x3 over 5m3s)   kubelet            Failed to pull image "kicbase/echo-server": failed to pull and unpack image "docker.io/kicbase/echo-server:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Warning  Failed     2m12s (x5 over 5m3s)   kubelet            Error: ErrImagePull
	  Warning  Failed     69s (x15 over 5m2s)    kubelet            Error: ImagePullBackOff
	  Normal   BackOff    5s (x20 over 5m2s)     kubelet            Back-off pulling image "kicbase/echo-server"
	
	
	Name:             hello-node-connect-7d85dfc575-bgqn6
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-332736/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:45:17 +0000
	Labels:           app=hello-node-connect
	                  pod-template-hash=7d85dfc575
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.10
	IPs:
	  IP:           10.244.0.10
	Controlled By:  ReplicaSet/hello-node-connect-7d85dfc575
	Containers:
	  echo-server:
	    Container ID:   
	    Image:          kicbase/echo-server
	    Image ID:       
	    Port:           <none>
	    Host Port:      <none>
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-v4t2s (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-v4t2s:
	    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  10m                   default-scheduler  Successfully assigned default/hello-node-connect-7d85dfc575-bgqn6 to functional-332736
	  Warning  Failed     8m46s                 kubelet            Failed to pull image "kicbase/echo-server": failed to pull and unpack image "docker.io/kicbase/echo-server:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Normal   Pulling    7m19s (x5 over 10m)   kubelet            Pulling image "kicbase/echo-server"
	  Warning  Failed     7m19s (x4 over 10m)   kubelet            Failed to pull image "kicbase/echo-server": failed to pull and unpack image "docker.io/kicbase/echo-server:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Warning  Failed     7m19s (x5 over 10m)   kubelet            Error: ErrImagePull
	  Warning  Failed     4m59s (x20 over 10m)  kubelet            Error: ImagePullBackOff
	  Normal   BackOff    4m47s (x21 over 10m)  kubelet            Back-off pulling image "kicbase/echo-server"
	
	
	Name:             mysql-5bb876957f-gwnh6
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-332736/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:45:17 +0000
	Labels:           app=mysql
	                  pod-template-hash=5bb876957f
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.9
	IPs:
	  IP:           10.244.0.9
	Controlled By:  ReplicaSet/mysql-5bb876957f
	Containers:
	  mysql:
	    Container ID:   
	    Image:          docker.io/mysql:5.7
	    Image ID:       
	    Port:           3306/TCP (mysql)
	    Host Port:      0/TCP (mysql)
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Limits:
	      cpu:     700m
	      memory:  700Mi
	    Requests:
	      cpu:     600m
	      memory:  512Mi
	    Environment:
	      MYSQL_ROOT_PASSWORD:  password
	    Mounts:
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-kjl25 (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-kjl25:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    Optional:                false
	    DownwardAPI:             true
	QoS Class:                   Burstable
	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  10m                   default-scheduler  Successfully assigned default/mysql-5bb876957f-gwnh6 to functional-332736
	  Warning  Failed     7m18s (x5 over 10m)   kubelet            Failed to pull image "docker.io/mysql:5.7": failed to pull and unpack image "docker.io/library/mysql:5.7": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Warning  Failed     7m18s (x5 over 10m)   kubelet            Error: ErrImagePull
	  Warning  Failed     4m55s (x19 over 10m)  kubelet            Error: ImagePullBackOff
	  Normal   BackOff    4m41s (x20 over 10m)  kubelet            Back-off pulling image "docker.io/mysql:5.7"
	  Normal   Pulling    4m27s (x6 over 10m)   kubelet            Pulling image "docker.io/mysql:5.7"
	
	
	Name:             sp-pod
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-332736/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:45:12 +0000
	Labels:           test=storage-provisioner
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.6
	IPs:
	  IP:  10.244.0.6
	Containers:
	  myfrontend:
	    Container ID:   
	    Image:          docker.io/nginx
	    Image ID:       
	    Port:           <none>
	    Host Port:      <none>
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /tmp/mount from mypd (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-rmfcs (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  mypd:
	    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
	    ClaimName:  myclaim
	    ReadOnly:   false
	  kube-api-access-rmfcs:
	    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  10m                  default-scheduler  Successfully assigned default/sp-pod to functional-332736
	  Normal   Pulling    7m14s (x5 over 10m)  kubelet            Pulling image "docker.io/nginx"
	  Warning  Failed     7m14s (x5 over 10m)  kubelet            Failed to pull image "docker.io/nginx": failed to pull and unpack image "docker.io/library/nginx:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Warning  Failed     7m14s (x5 over 10m)  kubelet            Error: ErrImagePull
	  Normal   BackOff    7s (x44 over 10m)    kubelet            Back-off pulling image "docker.io/nginx"
	  Warning  Failed     7s (x44 over 10m)    kubelet            Error: ImagePullBackOff

                                                
                                                
-- /stdout --
** stderr ** 
	Error from server (NotFound): pods "dashboard-metrics-scraper-77bf4d6c4c-l9h2q" not found
	Error from server (NotFound): pods "kubernetes-dashboard-855c9754f9-q7df4" not found

                                                
                                                
** /stderr **
helpers_test.go:287: kubectl --context functional-332736 describe pod busybox-mount hello-node-75c85bcc94-5v4qm hello-node-connect-7d85dfc575-bgqn6 mysql-5bb876957f-gwnh6 sp-pod dashboard-metrics-scraper-77bf4d6c4c-l9h2q kubernetes-dashboard-855c9754f9-q7df4: exit status 1
E0929 11:59:04.050603  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
--- FAIL: TestFunctional/parallel/ServiceCmdConnect (603.33s)

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (369.24s)

                                                
                                                
=== RUN   TestFunctional/parallel/PersistentVolumeClaim
=== PAUSE TestFunctional/parallel/PersistentVolumeClaim

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/PersistentVolumeClaim
functional_test_pvc_test.go:50: (dbg) TestFunctional/parallel/PersistentVolumeClaim: waiting 4m0s for pods matching "integration-test=storage-provisioner" in namespace "kube-system" ...
helpers_test.go:352: "storage-provisioner" [9df4be91-636a-4082-adb4-a842d98991cc] Running
functional_test_pvc_test.go:50: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 6.004045425s
functional_test_pvc_test.go:55: (dbg) Run:  kubectl --context functional-332736 get storageclass -o=json
functional_test_pvc_test.go:75: (dbg) Run:  kubectl --context functional-332736 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:82: (dbg) Run:  kubectl --context functional-332736 get pvc myclaim -o=json
functional_test_pvc_test.go:131: (dbg) Run:  kubectl --context functional-332736 apply -f testdata/storage-provisioner/pod.yaml
I0929 11:45:12.995516  732404 detect.go:223] nested VM detected
functional_test_pvc_test.go:140: (dbg) TestFunctional/parallel/PersistentVolumeClaim: waiting 6m0s for pods matching "test=storage-provisioner" in namespace "default" ...
helpers_test.go:352: "sp-pod" [ecea0998-cad2-462d-a60c-c7e52bb5a4e2] Pending
helpers_test.go:352: "sp-pod" [ecea0998-cad2-462d-a60c-c7e52bb5a4e2] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:337: TestFunctional/parallel/PersistentVolumeClaim: WARNING: pod list for "default" "test=storage-provisioner" returned: client rate limiter Wait returned an error: context deadline exceeded
functional_test_pvc_test.go:140: ***** TestFunctional/parallel/PersistentVolumeClaim: pod "test=storage-provisioner" failed to start within 6m0s: context deadline exceeded ****
functional_test_pvc_test.go:140: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p functional-332736 -n functional-332736
functional_test_pvc_test.go:140: TestFunctional/parallel/PersistentVolumeClaim: showing logs for failed pods as of 2025-09-29 11:51:13.312374947 +0000 UTC m=+2350.473625502
functional_test_pvc_test.go:140: (dbg) Run:  kubectl --context functional-332736 describe po sp-pod -n default
functional_test_pvc_test.go:140: (dbg) kubectl --context functional-332736 describe po sp-pod -n default:
Name:             sp-pod
Namespace:        default
Priority:         0
Service Account:  default
Node:             functional-332736/192.168.49.2
Start Time:       Mon, 29 Sep 2025 11:45:12 +0000
Labels:           test=storage-provisioner
Annotations:      <none>
Status:           Pending
IP:               10.244.0.6
IPs:
IP:  10.244.0.6
Containers:
myfrontend:
Container ID:   
Image:          docker.io/nginx
Image ID:       
Port:           <none>
Host Port:      <none>
State:          Waiting
Reason:       ImagePullBackOff
Ready:          False
Restart Count:  0
Environment:    <none>
Mounts:
/tmp/mount from mypd (rw)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-rmfcs (ro)
Conditions:
Type                        Status
PodReadyToStartContainers   True 
Initialized                 True 
Ready                       False 
ContainersReady             False 
PodScheduled                True 
Volumes:
mypd:
Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
ClaimName:  myclaim
ReadOnly:   false
kube-api-access-rmfcs:
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  6m                 default-scheduler  Successfully assigned default/sp-pod to functional-332736
Normal   Pulling    3m6s (x5 over 6m)  kubelet            Pulling image "docker.io/nginx"
Warning  Failed     3m6s (x5 over 6m)  kubelet            Failed to pull image "docker.io/nginx": failed to pull and unpack image "docker.io/library/nginx:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Warning  Failed     3m6s (x5 over 6m)  kubelet            Error: ErrImagePull
Normal   BackOff    49s (x22 over 6m)  kubelet            Back-off pulling image "docker.io/nginx"
Warning  Failed     49s (x22 over 6m)  kubelet            Error: ImagePullBackOff
functional_test_pvc_test.go:140: (dbg) Run:  kubectl --context functional-332736 logs sp-pod -n default
functional_test_pvc_test.go:140: (dbg) Non-zero exit: kubectl --context functional-332736 logs sp-pod -n default: exit status 1 (72.786718ms)

                                                
                                                
** stderr ** 
	Error from server (BadRequest): container "myfrontend" in pod "sp-pod" is waiting to start: trying and failing to pull image

                                                
                                                
** /stderr **
functional_test_pvc_test.go:140: kubectl --context functional-332736 logs sp-pod -n default: exit status 1
functional_test_pvc_test.go:141: failed waiting for pvctest pod : test=storage-provisioner within 6m0s: context deadline exceeded
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:223: ======>  post-mortem[TestFunctional/parallel/PersistentVolumeClaim]: 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[TestFunctional/parallel/PersistentVolumeClaim]: docker inspect <======
helpers_test.go:239: (dbg) Run:  docker inspect functional-332736
helpers_test.go:243: (dbg) docker inspect functional-332736:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36",
	        "Created": "2025-09-29T11:43:22.76795119Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 796799,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2025-09-29T11:43:22.807972379Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:c6b5532e987b5b4f5fc9cb0336e378ed49c0542bad8cbfc564b71e977a6269de",
	        "ResolvConfPath": "/var/lib/docker/containers/a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36/hostname",
	        "HostsPath": "/var/lib/docker/containers/a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36/hosts",
	        "LogPath": "/var/lib/docker/containers/a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36/a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36-json.log",
	        "Name": "/functional-332736",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "functional-332736:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "functional-332736",
	            "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": ""
	                    }
	                ],
	                "8441/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": "private",
	            "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": 0,
	            "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": null,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "ID": "a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36",
	                "LowerDir": "/var/lib/docker/overlay2/79f306608615668f32aa88645dcaf181c5a611822b1c8f9bcc166af7a2e7eed3-init/diff:/var/lib/docker/overlay2/77070dd40a60b70b435bf4a69cbe4e41eeab20e4e227c9544e0e0b5e600a0bbc/diff",
	                "MergedDir": "/var/lib/docker/overlay2/79f306608615668f32aa88645dcaf181c5a611822b1c8f9bcc166af7a2e7eed3/merged",
	                "UpperDir": "/var/lib/docker/overlay2/79f306608615668f32aa88645dcaf181c5a611822b1c8f9bcc166af7a2e7eed3/diff",
	                "WorkDir": "/var/lib/docker/overlay2/79f306608615668f32aa88645dcaf181c5a611822b1c8f9bcc166af7a2e7eed3/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "functional-332736",
	                "Source": "/var/lib/docker/volumes/functional-332736/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "functional-332736",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8441/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1",
	            "Volumes": null,
	            "WorkingDir": "/",
	            "Entrypoint": [
	                "/usr/local/bin/entrypoint",
	                "/sbin/init"
	            ],
	            "OnBuild": null,
	            "Labels": {
	                "created_by.minikube.sigs.k8s.io": "true",
	                "mode.minikube.sigs.k8s.io": "functional-332736",
	                "name.minikube.sigs.k8s.io": "functional-332736",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "55a6a7c8ae2af962d01acbc963427711c21bdc2f51bea5521d29c818bcecdc83",
	            "SandboxKey": "/var/run/docker/netns/55a6a7c8ae2a",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32783"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32784"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32787"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32785"
	                    }
	                ],
	                "8441/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32786"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "functional-332736": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "5e:0a:da:27:08:d1",
	                    "DriverOpts": null,
	                    "GwPriority": 0,
	                    "NetworkID": "27b3edb15b119b151e33e46530c7ff55b557844f8782ea57f2279cc59357094a",
	                    "EndpointID": "a37f2b61e41d2ab038d6b733adacb43f4d45206537f436872dcdff22c0d43813",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "functional-332736",
	                        "a9a836a5a45d"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:247: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p functional-332736 -n functional-332736
helpers_test.go:252: <<< TestFunctional/parallel/PersistentVolumeClaim FAILED: start of post-mortem logs <<<
helpers_test.go:253: ======>  post-mortem[TestFunctional/parallel/PersistentVolumeClaim]: minikube logs <======
helpers_test.go:255: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 logs -n 25
helpers_test.go:255: (dbg) Done: out/minikube-linux-amd64 -p functional-332736 logs -n 25: (1.515941097s)
helpers_test.go:260: TestFunctional/parallel/PersistentVolumeClaim logs: 
-- stdout --
	
	==> Audit <==
	┌─────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬───────────────────┬─────────┬─────────┬─────────────────────┬─────────────────────┐
	│ COMMAND │                                                            ARGS                                                            │      PROFILE      │  USER   │ VERSION │     START TIME      │      END TIME       │
	├─────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼───────────────────┼─────────┼─────────┼─────────────────────┼─────────────────────┤
	│ ssh     │ functional-332736 ssh findmnt -T /mount-9p | grep 9p                                                                       │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │                     │
	│ ssh     │ functional-332736 ssh findmnt -T /mount-9p | grep 9p                                                                       │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh     │ functional-332736 ssh -- ls -la /mount-9p                                                                                  │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh     │ functional-332736 ssh sudo cat /etc/test/nested/copy/732404/hosts                                                          │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh     │ functional-332736 ssh sudo cat /etc/ssl/certs/732404.pem                                                                   │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh     │ functional-332736 ssh sudo umount -f /mount-9p                                                                             │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │                     │
	│ ssh     │ functional-332736 ssh sudo cat /usr/share/ca-certificates/732404.pem                                                       │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ mount   │ -p functional-332736 /tmp/TestFunctionalparallelMountCmdVerifyCleanup818890938/001:/mount3 --alsologtostderr -v=1          │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │                     │
	│ ssh     │ functional-332736 ssh findmnt -T /mount1                                                                                   │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │                     │
	│ mount   │ -p functional-332736 /tmp/TestFunctionalparallelMountCmdVerifyCleanup818890938/001:/mount1 --alsologtostderr -v=1          │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │                     │
	│ mount   │ -p functional-332736 /tmp/TestFunctionalparallelMountCmdVerifyCleanup818890938/001:/mount2 --alsologtostderr -v=1          │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │                     │
	│ ssh     │ functional-332736 ssh sudo cat /etc/ssl/certs/51391683.0                                                                   │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh     │ functional-332736 ssh sudo cat /etc/ssl/certs/7324042.pem                                                                  │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh     │ functional-332736 ssh sudo cat /usr/share/ca-certificates/7324042.pem                                                      │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh     │ functional-332736 ssh findmnt -T /mount1                                                                                   │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh     │ functional-332736 ssh sudo cat /etc/ssl/certs/3ec20f2e.0                                                                   │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh     │ functional-332736 ssh findmnt -T /mount2                                                                                   │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh     │ functional-332736 ssh findmnt -T /mount3                                                                                   │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ mount   │ -p functional-332736 --kill=true                                                                                           │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │                     │
	│ cp      │ functional-332736 cp testdata/cp-test.txt /home/docker/cp-test.txt                                                         │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:50 UTC │ 29 Sep 25 11:50 UTC │
	│ ssh     │ functional-332736 ssh -n functional-332736 sudo cat /home/docker/cp-test.txt                                               │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:50 UTC │ 29 Sep 25 11:50 UTC │
	│ cp      │ functional-332736 cp functional-332736:/home/docker/cp-test.txt /tmp/TestFunctionalparallelCpCmd3770838678/001/cp-test.txt │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:50 UTC │ 29 Sep 25 11:50 UTC │
	│ ssh     │ functional-332736 ssh -n functional-332736 sudo cat /home/docker/cp-test.txt                                               │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:50 UTC │ 29 Sep 25 11:50 UTC │
	│ cp      │ functional-332736 cp testdata/cp-test.txt /tmp/does/not/exist/cp-test.txt                                                  │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:50 UTC │ 29 Sep 25 11:50 UTC │
	│ ssh     │ functional-332736 ssh -n functional-332736 sudo cat /tmp/does/not/exist/cp-test.txt                                        │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:50 UTC │ 29 Sep 25 11:50 UTC │
	└─────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴───────────────────┴─────────┴─────────┴─────────────────────┴─────────────────────┘
	
	
	==> Last Start <==
	Log file created at: 2025/09/29 11:45:13
	Running on machine: ubuntu-20-agent-13
	Binary: Built with gc go1.24.6 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0929 11:45:13.353182  809057 out.go:360] Setting OutFile to fd 1 ...
	I0929 11:45:13.353302  809057 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:45:13.353313  809057 out.go:374] Setting ErrFile to fd 2...
	I0929 11:45:13.353318  809057 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:45:13.353524  809057 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
	I0929 11:45:13.354043  809057 out.go:368] Setting JSON to false
	I0929 11:45:13.355297  809057 start.go:130] hostinfo: {"hostname":"ubuntu-20-agent-13","uptime":70064,"bootTime":1759076249,"procs":247,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"22.04","kernelVersion":"6.8.0-1040-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0929 11:45:13.355403  809057 start.go:140] virtualization: kvm guest
	I0929 11:45:13.357190  809057 out.go:179] * [functional-332736] minikube v1.37.0 on Ubuntu 22.04 (kvm/amd64)
	I0929 11:45:13.359102  809057 out.go:179]   - MINIKUBE_LOCATION=21655
	I0929 11:45:13.359139  809057 notify.go:220] Checking for updates...
	I0929 11:45:13.361827  809057 out.go:179]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0929 11:45:13.363257  809057 out.go:179]   - KUBECONFIG=/home/jenkins/minikube-integration/21655-728906/kubeconfig
	I0929 11:45:13.364850  809057 out.go:179]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/21655-728906/.minikube
	I0929 11:45:13.366356  809057 out.go:179]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0929 11:45:13.367705  809057 out.go:179]   - MINIKUBE_FORCE_SYSTEMD=
	I0929 11:45:13.369470  809057 config.go:182] Loaded profile config "functional-332736": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:45:13.370065  809057 driver.go:421] Setting default libvirt URI to qemu:///system
	I0929 11:45:13.396984  809057 docker.go:123] docker version: linux-28.4.0:Docker Engine - Community
	I0929 11:45:13.397119  809057 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:45:13.460741  809057 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:3 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:37 OomKillDisable:false NGoroutines:56 SystemTime:2025-09-29 11:45:13.448771603 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:45:13.460857  809057 docker.go:318] overlay module found
	I0929 11:45:13.462632  809057 out.go:179] * Using the docker driver based on existing profile
	I0929 11:45:13.463841  809057 start.go:304] selected driver: docker
	I0929 11:45:13.463862  809057 start.go:924] validating driver "docker" against &{Name:functional-332736 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8441 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:functional-332736 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerN
ames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] 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 Moun
tType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0929 11:45:13.464012  809057 start.go:935] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0929 11:45:13.464096  809057 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:45:13.527905  809057 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:3 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:37 OomKillDisable:false NGoroutines:56 SystemTime:2025-09-29 11:45:13.516131028 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:45:13.528654  809057 cni.go:84] Creating CNI manager for ""
	I0929 11:45:13.528736  809057 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0929 11:45:13.528807  809057 start.go:348] cluster config:
	{Name:functional-332736 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8441 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:functional-332736 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRIS
ocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics
:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0929 11:45:13.531168  809057 out.go:179] * dry-run validation complete!
	
	
	==> container status <==
	CONTAINER           IMAGE               CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	f4279b3f38eb1       56cc512116c8f       6 minutes ago       Exited              mount-munger              0                   aac74f3d8a415       busybox-mount
	a0b85c7d0a94d       4a86014ec6994       6 minutes ago       Running             nginx                     0                   a18f1fc044235       nginx-svc
	042cc56066372       90550c43ad2bc       6 minutes ago       Running             kube-apiserver            0                   3aa8006fe2564       kube-apiserver-functional-332736
	06bbeb47e71b8       a0af72f2ec6d6       6 minutes ago       Running             kube-controller-manager   2                   a6e894e6bb46f       kube-controller-manager-functional-332736
	8c09a05cf5ab5       5f1f5298c888d       6 minutes ago       Running             etcd                      1                   a37e055d3e380       etcd-functional-332736
	5b6983f612b91       46169d968e920       6 minutes ago       Running             kube-scheduler            1                   fbe098323a1de       kube-scheduler-functional-332736
	112d28791ce53       6e38f40d628db       6 minutes ago       Running             storage-provisioner       2                   69189e2bd9a75       storage-provisioner
	55462eb751ab3       a0af72f2ec6d6       6 minutes ago       Exited              kube-controller-manager   1                   a6e894e6bb46f       kube-controller-manager-functional-332736
	dbd8612515df7       df0860106674d       6 minutes ago       Running             kube-proxy                1                   048ed92cb610f       kube-proxy-xq8j5
	c49ac283701dd       409467f978b4a       6 minutes ago       Running             kindnet-cni               1                   de78eefd7728b       kindnet-mdffl
	98a08365598bd       52546a367cc9e       6 minutes ago       Running             coredns                   1                   07fc3a8605937       coredns-66bc5c9577-lntgf
	9f630ec8add4b       6e38f40d628db       6 minutes ago       Exited              storage-provisioner       1                   69189e2bd9a75       storage-provisioner
	d9f10a9f588d0       52546a367cc9e       7 minutes ago       Exited              coredns                   0                   07fc3a8605937       coredns-66bc5c9577-lntgf
	7510199151057       409467f978b4a       7 minutes ago       Exited              kindnet-cni               0                   de78eefd7728b       kindnet-mdffl
	c44bebdcd9f35       df0860106674d       7 minutes ago       Exited              kube-proxy                0                   048ed92cb610f       kube-proxy-xq8j5
	905572f1cc62c       5f1f5298c888d       7 minutes ago       Exited              etcd                      0                   a37e055d3e380       etcd-functional-332736
	3f3079de2bded       46169d968e920       7 minutes ago       Exited              kube-scheduler            0                   fbe098323a1de       kube-scheduler-functional-332736
	
	
	==> containerd <==
	Sep 29 11:50:48 functional-332736 containerd[3957]: time="2025-09-29T11:50:48.547098947Z" level=info msg="PullImage \"docker.io/nginx:latest\""
	Sep 29 11:50:48 functional-332736 containerd[3957]: time="2025-09-29T11:50:48.548743623Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:50:48 functional-332736 containerd[3957]: time="2025-09-29T11:50:48.621442206Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:50:48 functional-332736 containerd[3957]: time="2025-09-29T11:50:48.706874920Z" level=error msg="PullImage \"docker.io/nginx:latest\" failed" error="failed to pull and unpack image \"docker.io/library/nginx:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:50:48 functional-332736 containerd[3957]: time="2025-09-29T11:50:48.706925293Z" level=info msg="stop pulling image docker.io/library/nginx:latest: active requests=0, bytes read=10966"
	Sep 29 11:50:52 functional-332736 containerd[3957]: time="2025-09-29T11:50:52.548408557Z" level=info msg="PullImage \"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\""
	Sep 29 11:50:52 functional-332736 containerd[3957]: time="2025-09-29T11:50:52.550194488Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:50:52 functional-332736 containerd[3957]: time="2025-09-29T11:50:52.621823015Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:50:52 functional-332736 containerd[3957]: time="2025-09-29T11:50:52.712960883Z" level=error msg="PullImage \"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\" failed" error="failed to pull and unpack image \"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:50:52 functional-332736 containerd[3957]: time="2025-09-29T11:50:52.712992910Z" level=info msg="stop pulling image docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: active requests=0, bytes read=11047"
	Sep 29 11:50:54 functional-332736 containerd[3957]: time="2025-09-29T11:50:54.547442906Z" level=info msg="PullImage \"docker.io/mysql:5.7\""
	Sep 29 11:50:54 functional-332736 containerd[3957]: time="2025-09-29T11:50:54.549292107Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:50:54 functional-332736 containerd[3957]: time="2025-09-29T11:50:54.614787212Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:50:54 functional-332736 containerd[3957]: time="2025-09-29T11:50:54.700163288Z" level=error msg="PullImage \"docker.io/mysql:5.7\" failed" error="failed to pull and unpack image \"docker.io/library/mysql:5.7\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:50:54 functional-332736 containerd[3957]: time="2025-09-29T11:50:54.700201306Z" level=info msg="stop pulling image docker.io/library/mysql:5.7: active requests=0, bytes read=10966"
	Sep 29 11:50:56 functional-332736 containerd[3957]: time="2025-09-29T11:50:56.549821565Z" level=info msg="PullImage \"kicbase/echo-server:latest\""
	Sep 29 11:50:56 functional-332736 containerd[3957]: time="2025-09-29T11:50:56.551629491Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:50:56 functional-332736 containerd[3957]: time="2025-09-29T11:50:56.632782588Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:50:56 functional-332736 containerd[3957]: time="2025-09-29T11:50:56.718053974Z" level=error msg="PullImage \"kicbase/echo-server:latest\" failed" error="failed to pull and unpack image \"docker.io/kicbase/echo-server:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:50:56 functional-332736 containerd[3957]: time="2025-09-29T11:50:56.718096967Z" level=info msg="stop pulling image docker.io/kicbase/echo-server:latest: active requests=0, bytes read=10998"
	Sep 29 11:51:08 functional-332736 containerd[3957]: time="2025-09-29T11:51:08.550365012Z" level=info msg="PullImage \"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\""
	Sep 29 11:51:08 functional-332736 containerd[3957]: time="2025-09-29T11:51:08.552283907Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:51:08 functional-332736 containerd[3957]: time="2025-09-29T11:51:08.622962593Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:51:08 functional-332736 containerd[3957]: time="2025-09-29T11:51:08.708836553Z" level=error msg="PullImage \"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\" failed" error="failed to pull and unpack image \"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:51:08 functional-332736 containerd[3957]: time="2025-09-29T11:51:08.708907744Z" level=info msg="stop pulling image docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: active requests=0, bytes read=11015"
	
	
	==> coredns [98a08365598bde56c6b33678f2947c319b7b3c2abe9b4f96fdaeb791b36b308a] <==
	maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined
	.:53
	[INFO] plugin/reload: Running configuration SHA512 = 9e2996f8cb67ac53e0259ab1f8d615d07d1beb0bd07e6a1e39769c3bf486a905bb991cc47f8d2f14d0d3a90a87dfc625a0b4c524fed169d8158c40657c0694b1
	CoreDNS-1.12.1
	linux/amd64, go1.24.1, 707c7c1
	[INFO] 127.0.0.1:47553 - 21488 "HINFO IN 5826411348047560417.8388685527169148811. udp 57 false 512" NXDOMAIN qr,rd,ra 132 0.034343999s
	
	
	==> coredns [d9f10a9f588d06641ab5192a5c19a30c9100fb0d9589142f62a5e6f15bd43f18] <==
	maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined
	.:53
	[INFO] plugin/reload: Running configuration SHA512 = 9e2996f8cb67ac53e0259ab1f8d615d07d1beb0bd07e6a1e39769c3bf486a905bb991cc47f8d2f14d0d3a90a87dfc625a0b4c524fed169d8158c40657c0694b1
	CoreDNS-1.12.1
	linux/amd64, go1.24.1, 707c7c1
	[INFO] 127.0.0.1:57949 - 27000 "HINFO IN 6562595950496629922.3686903551365511548. udp 57 false 512" NXDOMAIN qr,rd,ra 132 0.037577769s
	[INFO] SIGTERM: Shutting down servers then terminating
	[INFO] plugin/health: Going into lameduck mode for 5s
	
	
	==> describe nodes <==
	Name:               functional-332736
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=functional-332736
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=e087d081f23c6d1317bb12845422265d8d3490cf
	                    minikube.k8s.io/name=functional-332736
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2025_09_29T11_43_39_0700
	                    minikube.k8s.io/version=v1.37.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	Annotations:        node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 29 Sep 2025 11:43:35 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  functional-332736
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 29 Sep 2025 11:51:13 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 29 Sep 2025 11:50:42 +0000   Mon, 29 Sep 2025 11:43:34 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 29 Sep 2025 11:50:42 +0000   Mon, 29 Sep 2025 11:43:34 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 29 Sep 2025 11:50:42 +0000   Mon, 29 Sep 2025 11:43:34 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 29 Sep 2025 11:50:42 +0000   Mon, 29 Sep 2025 11:43:35 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    functional-332736
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32863448Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32863448Ki
	  pods:               110
	System Info:
	  Machine ID:                 a7946cc65e614a0893d9dd8c1272479b
	  System UUID:                ca009292-ee96-42fb-903a-5552a6b60fd0
	  Boot ID:                    67afa1fd-4f9a-4651-9639-1ca5665e29ac
	  Kernel Version:             6.8.0-1040-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:          (15 in total)
	  Namespace                   Name                                          CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                          ------------  ----------  ---------------  -------------  ---
	  default                     hello-node-75c85bcc94-5v4qm                   0 (0%)        0 (0%)      0 (0%)           0 (0%)         57s
	  default                     hello-node-connect-7d85dfc575-bgqn6           0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m57s
	  default                     mysql-5bb876957f-gwnh6                        600m (7%)     700m (8%)   512Mi (1%)       700Mi (2%)     5m57s
	  default                     nginx-svc                                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         6m7s
	  default                     sp-pod                                        0 (0%)        0 (0%)      0 (0%)           0 (0%)         6m2s
	  kube-system                 coredns-66bc5c9577-lntgf                      100m (1%)     0 (0%)      70Mi (0%)        170Mi (0%)     7m31s
	  kube-system                 etcd-functional-332736                        100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         7m36s
	  kube-system                 kindnet-mdffl                                 100m (1%)     100m (1%)   50Mi (0%)        50Mi (0%)      7m31s
	  kube-system                 kube-apiserver-functional-332736              250m (3%)     0 (0%)      0 (0%)           0 (0%)         6m29s
	  kube-system                 kube-controller-manager-functional-332736     200m (2%)     0 (0%)      0 (0%)           0 (0%)         7m36s
	  kube-system                 kube-proxy-xq8j5                              0 (0%)        0 (0%)      0 (0%)           0 (0%)         7m31s
	  kube-system                 kube-scheduler-functional-332736              100m (1%)     0 (0%)      0 (0%)           0 (0%)         7m36s
	  kube-system                 storage-provisioner                           0 (0%)        0 (0%)      0 (0%)           0 (0%)         7m30s
	  kubernetes-dashboard        dashboard-metrics-scraper-77bf4d6c4c-l9h2q    0 (0%)        0 (0%)      0 (0%)           0 (0%)         6m
	  kubernetes-dashboard        kubernetes-dashboard-855c9754f9-q7df4         0 (0%)        0 (0%)      0 (0%)           0 (0%)         6m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests     Limits
	  --------           --------     ------
	  cpu                1450m (18%)  800m (10%)
	  memory             732Mi (2%)   920Mi (2%)
	  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                 7m30s                  kube-proxy       
	  Normal  Starting                 6m50s                  kube-proxy       
	  Normal  NodeHasNoDiskPressure    7m41s (x8 over 7m41s)  kubelet          Node functional-332736 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientMemory  7m41s (x8 over 7m41s)  kubelet          Node functional-332736 status is now: NodeHasSufficientMemory
	  Normal  Starting                 7m41s                  kubelet          Starting kubelet.
	  Normal  NodeHasSufficientPID     7m41s (x7 over 7m41s)  kubelet          Node functional-332736 status is now: NodeHasSufficientPID
	  Normal  NodeAllocatableEnforced  7m41s                  kubelet          Updated Node Allocatable limit across pods
	  Normal  NodeHasSufficientPID     7m36s                  kubelet          Node functional-332736 status is now: NodeHasSufficientPID
	  Normal  NodeAllocatableEnforced  7m36s                  kubelet          Updated Node Allocatable limit across pods
	  Normal  NodeHasSufficientMemory  7m36s                  kubelet          Node functional-332736 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    7m36s                  kubelet          Node functional-332736 status is now: NodeHasNoDiskPressure
	  Normal  Starting                 7m36s                  kubelet          Starting kubelet.
	  Normal  RegisteredNode           7m32s                  node-controller  Node functional-332736 event: Registered Node functional-332736 in Controller
	  Normal  Starting                 6m32s                  kubelet          Starting kubelet.
	  Normal  NodeHasSufficientMemory  6m32s (x8 over 6m32s)  kubelet          Node functional-332736 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    6m32s (x8 over 6m32s)  kubelet          Node functional-332736 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     6m32s (x7 over 6m32s)  kubelet          Node functional-332736 status is now: NodeHasSufficientPID
	  Normal  NodeAllocatableEnforced  6m32s                  kubelet          Updated Node Allocatable limit across pods
	  Normal  RegisteredNode           6m27s                  node-controller  Node functional-332736 event: Registered Node functional-332736 in Controller
	
	
	==> dmesg <==
	
	
	==> etcd [8c09a05cf5ab5337b89644b6687ab5543a1a08948fa9a5c3c95bdd346ea34afa] <==
	{"level":"warn","ts":"2025-09-29T11:44:43.642340Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53492","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.649631Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53530","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.656785Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53546","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.666090Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53578","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.672655Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53584","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.679454Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53600","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.686064Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53628","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.692770Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53648","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.699104Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53664","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.705530Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53690","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.719566Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53704","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.726820Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53716","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.733603Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53728","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.740602Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53746","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.747482Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53772","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.753926Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53784","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.760822Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53808","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.767305Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53834","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.774225Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53838","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.781092Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53862","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.787697Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53878","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.802161Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53896","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.806364Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53902","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.812739Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53924","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.868184Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53956","server-name":"","error":"EOF"}
	
	
	==> etcd [905572f1cc62ce7bf0f7ff2e16980409b80e04955968efe6ab74773ed8a72675] <==
	{"level":"warn","ts":"2025-09-29T11:43:34.905390Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:41906","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:43:34.913791Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:41924","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:43:34.923246Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:41950","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:43:34.938047Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:41974","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:43:34.946631Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:41996","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:43:34.953046Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:42022","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:43:35.006764Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:42030","server-name":"","error":"EOF"}
	{"level":"info","ts":"2025-09-29T11:44:23.326342Z","caller":"osutil/interrupt_unix.go:65","msg":"received signal; shutting down","signal":"terminated"}
	{"level":"info","ts":"2025-09-29T11:44:23.326504Z","caller":"embed/etcd.go:426","msg":"closing etcd server","name":"functional-332736","data-dir":"/var/lib/minikube/etcd","advertise-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"]}
	{"level":"error","ts":"2025-09-29T11:44:23.326643Z","caller":"embed/etcd.go:912","msg":"setting up serving from embedded etcd failed.","error":"http: Server closed","stacktrace":"go.etcd.io/etcd/server/v3/embed.(*Etcd).errHandler\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:912\ngo.etcd.io/etcd/server/v3/embed.(*serveCtx).startHandler.func1\n\tgo.etcd.io/etcd/server/v3/embed/serve.go:90"}
	{"level":"error","ts":"2025-09-29T11:44:30.328742Z","caller":"embed/etcd.go:912","msg":"setting up serving from embedded etcd failed.","error":"http: Server closed","stacktrace":"go.etcd.io/etcd/server/v3/embed.(*Etcd).errHandler\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:912\ngo.etcd.io/etcd/server/v3/embed.(*serveCtx).startHandler.func1\n\tgo.etcd.io/etcd/server/v3/embed/serve.go:90"}
	{"level":"error","ts":"2025-09-29T11:44:30.330296Z","caller":"embed/etcd.go:912","msg":"setting up serving from embedded etcd failed.","error":"accept tcp 127.0.0.1:2381: use of closed network connection","stacktrace":"go.etcd.io/etcd/server/v3/embed.(*Etcd).errHandler\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:912\ngo.etcd.io/etcd/server/v3/embed.(*Etcd).startHandler.func1\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:906"}
	{"level":"info","ts":"2025-09-29T11:44:30.330353Z","caller":"etcdserver/server.go:1281","msg":"skipped leadership transfer for single voting member cluster","local-member-id":"aec36adc501070cc","current-leader-member-id":"aec36adc501070cc"}
	{"level":"info","ts":"2025-09-29T11:44:30.330405Z","caller":"etcdserver/server.go:2342","msg":"server has stopped; stopping storage version's monitor"}
	{"level":"info","ts":"2025-09-29T11:44:30.330417Z","caller":"etcdserver/server.go:2319","msg":"server has stopped; stopping cluster version's monitor"}
	{"level":"warn","ts":"2025-09-29T11:44:30.330439Z","caller":"embed/serve.go:245","msg":"stopping secure grpc server due to error","error":"accept tcp 192.168.49.2:2379: use of closed network connection"}
	{"level":"warn","ts":"2025-09-29T11:44:30.330443Z","caller":"embed/serve.go:245","msg":"stopping secure grpc server due to error","error":"accept tcp 127.0.0.1:2379: use of closed network connection"}
	{"level":"warn","ts":"2025-09-29T11:44:30.330520Z","caller":"embed/serve.go:247","msg":"stopped secure grpc server due to error","error":"accept tcp 127.0.0.1:2379: use of closed network connection"}
	{"level":"error","ts":"2025-09-29T11:44:30.330531Z","caller":"embed/etcd.go:912","msg":"setting up serving from embedded etcd failed.","error":"accept tcp 127.0.0.1:2379: use of closed network connection","stacktrace":"go.etcd.io/etcd/server/v3/embed.(*Etcd).errHandler\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:912\ngo.etcd.io/etcd/server/v3/embed.(*Etcd).startHandler.func1\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:906"}
	{"level":"warn","ts":"2025-09-29T11:44:30.330506Z","caller":"embed/serve.go:247","msg":"stopped secure grpc server due to error","error":"accept tcp 192.168.49.2:2379: use of closed network connection"}
	{"level":"error","ts":"2025-09-29T11:44:30.330567Z","caller":"embed/etcd.go:912","msg":"setting up serving from embedded etcd failed.","error":"accept tcp 192.168.49.2:2379: use of closed network connection","stacktrace":"go.etcd.io/etcd/server/v3/embed.(*Etcd).errHandler\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:912\ngo.etcd.io/etcd/server/v3/embed.(*Etcd).startHandler.func1\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:906"}
	{"level":"info","ts":"2025-09-29T11:44:30.332666Z","caller":"embed/etcd.go:621","msg":"stopping serving peer traffic","address":"192.168.49.2:2380"}
	{"level":"error","ts":"2025-09-29T11:44:30.332739Z","caller":"embed/etcd.go:912","msg":"setting up serving from embedded etcd failed.","error":"accept tcp 192.168.49.2:2380: use of closed network connection","stacktrace":"go.etcd.io/etcd/server/v3/embed.(*Etcd).errHandler\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:912\ngo.etcd.io/etcd/server/v3/embed.(*Etcd).startHandler.func1\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:906"}
	{"level":"info","ts":"2025-09-29T11:44:30.332774Z","caller":"embed/etcd.go:626","msg":"stopped serving peer traffic","address":"192.168.49.2:2380"}
	{"level":"info","ts":"2025-09-29T11:44:30.332785Z","caller":"embed/etcd.go:428","msg":"closed etcd server","name":"functional-332736","data-dir":"/var/lib/minikube/etcd","advertise-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"]}
	
	
	==> kernel <==
	 11:51:14 up 19:33,  0 users,  load average: 0.20, 0.32, 0.39
	Linux functional-332736 6.8.0-1040-gcp #42~22.04.1-Ubuntu SMP Tue Sep  9 13:30:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [7510199151057f310b61e7f97291517d93e254c0ca5d0d5dbf3daeef21657ae4] <==
	I0929 11:43:44.871425       1 main.go:109] connected to apiserver: https://10.96.0.1:443
	I0929 11:43:44.871798       1 main.go:139] hostIP = 192.168.49.2
	podIP = 192.168.49.2
	I0929 11:43:44.871971       1 main.go:148] setting mtu 1500 for CNI 
	I0929 11:43:44.871989       1 main.go:178] kindnetd IP family: "ipv4"
	I0929 11:43:44.872026       1 main.go:182] noMask IPv4 subnets: [10.244.0.0/16]
	time="2025-09-29T11:43:45Z" level=info msg="Created plugin 10-kube-network-policies (kindnetd, handles RunPodSandbox,RemovePodSandbox)"
	I0929 11:43:45.077017       1 controller.go:377] "Starting controller" name="kube-network-policies"
	I0929 11:43:45.077072       1 controller.go:381] "Waiting for informer caches to sync"
	I0929 11:43:45.077086       1 shared_informer.go:350] "Waiting for caches to sync" controller="kube-network-policies"
	I0929 11:43:45.077257       1 controller.go:390] nri plugin exited: failed to connect to NRI service: dial unix /var/run/nri/nri.sock: connect: no such file or directory
	I0929 11:43:45.477243       1 shared_informer.go:357] "Caches are synced" controller="kube-network-policies"
	I0929 11:43:45.477267       1 metrics.go:72] Registering metrics
	I0929 11:43:45.477308       1 controller.go:711] "Syncing nftables rules"
	I0929 11:43:55.081497       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:43:55.081592       1 main.go:301] handling current node
	I0929 11:44:05.081616       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:44:05.081646       1 main.go:301] handling current node
	I0929 11:44:15.085641       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:44:15.085675       1 main.go:301] handling current node
	
	
	==> kindnet [c49ac283701dd49086f1e037c40a8a45c8142b8a37eda0977e2ce4572b03e839] <==
	I0929 11:49:13.736948       1 main.go:301] handling current node
	I0929 11:49:23.737207       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:49:23.737273       1 main.go:301] handling current node
	I0929 11:49:33.745194       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:49:33.745233       1 main.go:301] handling current node
	I0929 11:49:43.739406       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:49:43.739454       1 main.go:301] handling current node
	I0929 11:49:53.737201       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:49:53.737262       1 main.go:301] handling current node
	I0929 11:50:03.744924       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:50:03.744985       1 main.go:301] handling current node
	I0929 11:50:13.737685       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:50:13.737725       1 main.go:301] handling current node
	I0929 11:50:23.736632       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:50:23.736698       1 main.go:301] handling current node
	I0929 11:50:33.736702       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:50:33.736738       1 main.go:301] handling current node
	I0929 11:50:43.737158       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:50:43.737226       1 main.go:301] handling current node
	I0929 11:50:53.740482       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:50:53.740527       1 main.go:301] handling current node
	I0929 11:51:03.739451       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:51:03.739494       1 main.go:301] handling current node
	I0929 11:51:13.736689       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:51:13.736756       1 main.go:301] handling current node
	
	
	==> kube-apiserver [042cc56066372acfe7cb6759b6c49ba50930b6d95b3773312df6569b4dc4f6d0] <==
	I0929 11:44:45.447263       1 controller.go:667] quota admission added evaluator for: endpoints
	I0929 11:44:45.453282       1 controller.go:667] quota admission added evaluator for: endpointslices.discovery.k8s.io
	I0929 11:44:45.930918       1 controller.go:667] quota admission added evaluator for: daemonsets.apps
	I0929 11:44:46.030707       1 controller.go:667] quota admission added evaluator for: deployments.apps
	I0929 11:44:46.089302       1 controller.go:667] quota admission added evaluator for: roles.rbac.authorization.k8s.io
	I0929 11:44:46.095231       1 controller.go:667] quota admission added evaluator for: rolebindings.rbac.authorization.k8s.io
	I0929 11:44:48.071878       1 controller.go:667] quota admission added evaluator for: replicasets.apps
	I0929 11:45:01.162681       1 alloc.go:328] "allocated clusterIPs" service="default/invalid-svc" clusterIPs={"IPv4":"10.99.215.194"}
	I0929 11:45:07.170426       1 alloc.go:328] "allocated clusterIPs" service="default/nginx-svc" clusterIPs={"IPv4":"10.109.65.118"}
	I0929 11:45:14.522874       1 controller.go:667] quota admission added evaluator for: namespaces
	I0929 11:45:14.632652       1 alloc.go:328] "allocated clusterIPs" service="kubernetes-dashboard/kubernetes-dashboard" clusterIPs={"IPv4":"10.96.177.124"}
	I0929 11:45:14.645039       1 alloc.go:328] "allocated clusterIPs" service="kubernetes-dashboard/dashboard-metrics-scraper" clusterIPs={"IPv4":"10.97.41.234"}
	I0929 11:45:17.506943       1 alloc.go:328] "allocated clusterIPs" service="default/mysql" clusterIPs={"IPv4":"10.111.105.85"}
	I0929 11:45:17.959615       1 alloc.go:328] "allocated clusterIPs" service="default/hello-node-connect" clusterIPs={"IPv4":"10.109.102.40"}
	I0929 11:45:52.144239       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:45:52.511622       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:47:08.106611       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:47:21.839998       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:48:10.911407       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:48:49.433089       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:49:36.686694       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:50:04.149749       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:50:17.848057       1 alloc.go:328] "allocated clusterIPs" service="default/hello-node" clusterIPs={"IPv4":"10.111.5.128"}
	I0929 11:51:01.958641       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:51:11.757989       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	
	
	==> kube-controller-manager [06bbeb47e71b869119c714c69f65c0cdefe37d81e77823eb81b7de6fc4ad0ad1] <==
	I0929 11:44:47.715898       1 shared_informer.go:356] "Caches are synced" controller="ephemeral"
	I0929 11:44:47.715945       1 shared_informer.go:356] "Caches are synced" controller="cronjob"
	I0929 11:44:47.716039       1 shared_informer.go:356] "Caches are synced" controller="crt configmap"
	I0929 11:44:47.716051       1 shared_informer.go:356] "Caches are synced" controller="HPA"
	I0929 11:44:47.717097       1 shared_informer.go:356] "Caches are synced" controller="deployment"
	I0929 11:44:47.717749       1 shared_informer.go:356] "Caches are synced" controller="bootstrap_signer"
	I0929 11:44:47.719742       1 shared_informer.go:356] "Caches are synced" controller="resource quota"
	I0929 11:44:47.720815       1 shared_informer.go:356] "Caches are synced" controller="taint"
	I0929 11:44:47.720921       1 node_lifecycle_controller.go:1221] "Initializing eviction metric for zone" logger="node-lifecycle-controller" zone=""
	I0929 11:44:47.721004       1 node_lifecycle_controller.go:873] "Missing timestamp for Node. Assuming now as a timestamp" logger="node-lifecycle-controller" node="functional-332736"
	I0929 11:44:47.721051       1 node_lifecycle_controller.go:1067] "Controller detected that zone is now in new state" logger="node-lifecycle-controller" zone="" newState="Normal"
	I0929 11:44:47.723259       1 shared_informer.go:356] "Caches are synced" controller="TTL after finished"
	I0929 11:44:47.725722       1 shared_informer.go:356] "Caches are synced" controller="endpoint"
	I0929 11:44:47.727997       1 shared_informer.go:356] "Caches are synced" controller="GC"
	I0929 11:44:47.731194       1 shared_informer.go:356] "Caches are synced" controller="certificate-csrsigning-kubelet-client"
	I0929 11:44:47.731226       1 shared_informer.go:356] "Caches are synced" controller="certificate-csrsigning-kubelet-serving"
	I0929 11:44:47.731247       1 shared_informer.go:356] "Caches are synced" controller="certificate-csrsigning-kube-apiserver-client"
	I0929 11:44:47.732400       1 shared_informer.go:356] "Caches are synced" controller="certificate-csrsigning-legacy-unknown"
	I0929 11:44:47.738786       1 shared_informer.go:356] "Caches are synced" controller="garbage collector"
	E0929 11:45:14.572635       1 replica_set.go:587] "Unhandled Error" err="sync \"kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c\" failed with pods \"dashboard-metrics-scraper-77bf4d6c4c-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0929 11:45:14.576722       1 replica_set.go:587] "Unhandled Error" err="sync \"kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c\" failed with pods \"dashboard-metrics-scraper-77bf4d6c4c-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0929 11:45:14.578232       1 replica_set.go:587] "Unhandled Error" err="sync \"kubernetes-dashboard/kubernetes-dashboard-855c9754f9\" failed with pods \"kubernetes-dashboard-855c9754f9-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0929 11:45:14.581342       1 replica_set.go:587] "Unhandled Error" err="sync \"kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c\" failed with pods \"dashboard-metrics-scraper-77bf4d6c4c-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0929 11:45:14.584037       1 replica_set.go:587] "Unhandled Error" err="sync \"kubernetes-dashboard/kubernetes-dashboard-855c9754f9\" failed with pods \"kubernetes-dashboard-855c9754f9-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0929 11:45:14.587319       1 replica_set.go:587] "Unhandled Error" err="sync \"kubernetes-dashboard/kubernetes-dashboard-855c9754f9\" failed with pods \"kubernetes-dashboard-855c9754f9-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	
	
	==> kube-controller-manager [55462eb751ab31aab71c8f83dbe1c1caa6d162b03b0e6df077024dcc2b4c3d26] <==
	I0929 11:44:32.676811       1 controllermanager.go:781] "Started controller" controller="service-cidr-controller"
	I0929 11:44:32.676930       1 servicecidrs_controller.go:137] "Starting" logger="service-cidr-controller" controller="service-cidr-controller"
	I0929 11:44:32.676948       1 shared_informer.go:349] "Waiting for caches to sync" controller="service-cidr-controller"
	I0929 11:44:32.682653       1 garbagecollector.go:144] "Starting controller" logger="garbage-collector-controller" controller="garbagecollector"
	I0929 11:44:32.682675       1 shared_informer.go:349] "Waiting for caches to sync" controller="garbage collector"
	I0929 11:44:32.682738       1 graph_builder.go:351] "Running" logger="garbage-collector-controller" component="GraphBuilder"
	I0929 11:44:32.682855       1 controllermanager.go:781] "Started controller" controller="garbage-collector-controller"
	I0929 11:44:32.684990       1 controllermanager.go:781] "Started controller" controller="replicaset-controller"
	I0929 11:44:32.685162       1 replica_set.go:243] "Starting controller" logger="replicaset-controller" name="replicaset"
	I0929 11:44:32.685181       1 shared_informer.go:349] "Waiting for caches to sync" controller="ReplicaSet"
	I0929 11:44:32.687058       1 controllermanager.go:781] "Started controller" controller="certificatesigningrequest-cleaner-controller"
	I0929 11:44:32.687100       1 cleaner.go:83] "Starting CSR cleaner controller" logger="certificatesigningrequest-cleaner-controller"
	I0929 11:44:32.689123       1 controllermanager.go:781] "Started controller" controller="ttl-controller"
	I0929 11:44:32.689196       1 ttl_controller.go:127] "Starting TTL controller" logger="ttl-controller"
	I0929 11:44:32.689218       1 shared_informer.go:349] "Waiting for caches to sync" controller="TTL"
	I0929 11:44:32.691092       1 controllermanager.go:781] "Started controller" controller="bootstrap-signer-controller"
	I0929 11:44:32.691334       1 shared_informer.go:349] "Waiting for caches to sync" controller="bootstrap_signer"
	I0929 11:44:32.693564       1 controllermanager.go:781] "Started controller" controller="persistentvolume-attach-detach-controller"
	I0929 11:44:32.693739       1 attach_detach_controller.go:336] "Starting attach detach controller" logger="persistentvolume-attach-detach-controller"
	I0929 11:44:32.693754       1 shared_informer.go:349] "Waiting for caches to sync" controller="attach detach"
	I0929 11:44:33.197933       1 range_allocator.go:112] "No Secondary Service CIDR provided. Skipping filtering out secondary service addresses" logger="node-ipam-controller"
	I0929 11:44:33.198057       1 controllermanager.go:781] "Started controller" controller="node-ipam-controller"
	I0929 11:44:33.198274       1 node_ipam_controller.go:141] "Starting ipam controller" logger="node-ipam-controller"
	I0929 11:44:33.198338       1 shared_informer.go:349] "Waiting for caches to sync" controller="node"
	F0929 11:44:33.198503       1 client_builder_dynamic.go:154] Get "https://192.168.49.2:8441/api/v1/namespaces/kube-system/serviceaccounts/node-controller": dial tcp 192.168.49.2:8441: connect: connection refused
	
	
	==> kube-proxy [c44bebdcd9f356c782c8367d0d93d6d8cd17f8ad411472a6d3357fe037723f69] <==
	I0929 11:43:44.356153       1 server_linux.go:53] "Using iptables proxy"
	I0929 11:43:44.425620       1 shared_informer.go:349] "Waiting for caches to sync" controller="node informer cache"
	I0929 11:43:44.526302       1 shared_informer.go:356] "Caches are synced" controller="node informer cache"
	I0929 11:43:44.526373       1 server.go:219] "Successfully retrieved NodeIPs" NodeIPs=["192.168.49.2"]
	E0929 11:43:44.526531       1 server.go:256] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
	I0929 11:43:44.549896       1 server.go:265] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0929 11:43:44.549980       1 server_linux.go:132] "Using iptables Proxier"
	I0929 11:43:44.555781       1 proxier.go:242] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses" ipFamily="IPv4"
	I0929 11:43:44.556281       1 server.go:527] "Version info" version="v1.34.0"
	I0929 11:43:44.556312       1 server.go:529] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0929 11:43:44.557940       1 config.go:200] "Starting service config controller"
	I0929 11:43:44.557970       1 shared_informer.go:349] "Waiting for caches to sync" controller="service config"
	I0929 11:43:44.557988       1 config.go:106] "Starting endpoint slice config controller"
	I0929 11:43:44.558015       1 shared_informer.go:349] "Waiting for caches to sync" controller="endpoint slice config"
	I0929 11:43:44.558102       1 config.go:309] "Starting node config controller"
	I0929 11:43:44.558113       1 shared_informer.go:349] "Waiting for caches to sync" controller="node config"
	I0929 11:43:44.558143       1 config.go:403] "Starting serviceCIDR config controller"
	I0929 11:43:44.558148       1 shared_informer.go:349] "Waiting for caches to sync" controller="serviceCIDR config"
	I0929 11:43:44.658125       1 shared_informer.go:356] "Caches are synced" controller="service config"
	I0929 11:43:44.658173       1 shared_informer.go:356] "Caches are synced" controller="serviceCIDR config"
	I0929 11:43:44.658148       1 shared_informer.go:356] "Caches are synced" controller="endpoint slice config"
	I0929 11:43:44.658198       1 shared_informer.go:356] "Caches are synced" controller="node config"
	
	
	==> kube-proxy [dbd8612515df74178fc0eab6eddfc120ff4c2d5a4aad0f4ec9e43faad7dee371] <==
	I0929 11:44:24.346731       1 server_linux.go:53] "Using iptables proxy"
	I0929 11:44:24.408431       1 shared_informer.go:349] "Waiting for caches to sync" controller="node informer cache"
	I0929 11:44:24.508701       1 shared_informer.go:356] "Caches are synced" controller="node informer cache"
	I0929 11:44:24.508741       1 server.go:219] "Successfully retrieved NodeIPs" NodeIPs=["192.168.49.2"]
	E0929 11:44:24.508919       1 server.go:256] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
	I0929 11:44:24.532699       1 server.go:265] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0929 11:44:24.532752       1 server_linux.go:132] "Using iptables Proxier"
	I0929 11:44:24.538409       1 proxier.go:242] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses" ipFamily="IPv4"
	I0929 11:44:24.538815       1 server.go:527] "Version info" version="v1.34.0"
	I0929 11:44:24.538858       1 server.go:529] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0929 11:44:24.540302       1 config.go:403] "Starting serviceCIDR config controller"
	I0929 11:44:24.540334       1 shared_informer.go:349] "Waiting for caches to sync" controller="serviceCIDR config"
	I0929 11:44:24.540309       1 config.go:200] "Starting service config controller"
	I0929 11:44:24.540423       1 shared_informer.go:349] "Waiting for caches to sync" controller="service config"
	I0929 11:44:24.540335       1 config.go:106] "Starting endpoint slice config controller"
	I0929 11:44:24.540444       1 shared_informer.go:349] "Waiting for caches to sync" controller="endpoint slice config"
	I0929 11:44:24.540457       1 config.go:309] "Starting node config controller"
	I0929 11:44:24.540469       1 shared_informer.go:349] "Waiting for caches to sync" controller="node config"
	I0929 11:44:24.540476       1 shared_informer.go:356] "Caches are synced" controller="node config"
	I0929 11:44:24.640678       1 shared_informer.go:356] "Caches are synced" controller="endpoint slice config"
	I0929 11:44:24.640678       1 shared_informer.go:356] "Caches are synced" controller="serviceCIDR config"
	I0929 11:44:24.640685       1 shared_informer.go:356] "Caches are synced" controller="service config"
	
	
	==> kube-scheduler [3f3079de2bdedb8b2827b321a8c2d97e8a5b6854618566c166a9466c599e5e59] <==
	E0929 11:43:35.415615       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0929 11:43:35.415729       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolumeClaim"
	E0929 11:43:35.415752       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
	E0929 11:43:35.415828       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceClaim: resourceclaims.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceclaims\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceClaim"
	E0929 11:43:36.296242       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Pod"
	E0929 11:43:36.372726       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"
	E0929 11:43:36.372959       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceSlice: resourceslices.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceslices\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceSlice"
	E0929 11:43:36.409643       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PodDisruptionBudget"
	E0929 11:43:36.470919       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolumeClaim"
	E0929 11:43:36.527463       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Namespace"
	E0929 11:43:36.532466       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicationController"
	E0929 11:43:36.533285       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIStorageCapacity"
	E0929 11:43:36.545614       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0929 11:43:36.561935       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"
	E0929 11:43:36.610079       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
	E0929 11:43:36.611967       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
	E0929 11:43:36.630373       1 reflector.go:205] "Failed to watch" err="failed to list *v1.DeviceClass: deviceclasses.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"deviceclasses\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.DeviceClass"
	E0929 11:43:36.641638       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"
	I0929 11:43:39.213441       1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0929 11:44:30.386819       1 configmap_cafile_content.go:226] "Shutting down controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0929 11:44:30.386911       1 tlsconfig.go:258] "Shutting down DynamicServingCertificateController"
	I0929 11:44:30.387062       1 secure_serving.go:259] Stopped listening on 127.0.0.1:10259
	I0929 11:44:30.387170       1 server.go:263] "[graceful-termination] secure server has stopped listening"
	I0929 11:44:30.387186       1 server.go:265] "[graceful-termination] secure server is exiting"
	E0929 11:44:30.387214       1 run.go:72] "command failed" err="finished without leader elect"
	
	
	==> kube-scheduler [5b6983f612b91009f437e3736445a9d47ace899e71d25db64946d86dfe2ce405] <==
	I0929 11:44:31.885460       1 serving.go:386] Generated self-signed cert in-memory
	I0929 11:44:32.498616       1 server.go:175] "Starting Kubernetes Scheduler" version="v1.34.0"
	I0929 11:44:32.498644       1 server.go:177] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0929 11:44:32.506187       1 configmap_cafile_content.go:205] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0929 11:44:32.506195       1 requestheader_controller.go:180] Starting RequestHeaderAuthRequestController
	I0929 11:44:32.506243       1 shared_informer.go:349] "Waiting for caches to sync" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0929 11:44:32.506245       1 shared_informer.go:349] "Waiting for caches to sync" controller="RequestHeaderAuthRequestController"
	I0929 11:44:32.506213       1 configmap_cafile_content.go:205] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file"
	I0929 11:44:32.506941       1 shared_informer.go:349] "Waiting for caches to sync" controller="client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file"
	I0929 11:44:32.507593       1 secure_serving.go:211] Serving securely on 127.0.0.1:10259
	I0929 11:44:32.507786       1 tlsconfig.go:243] "Starting DynamicServingCertificateController"
	I0929 11:44:32.607035       1 shared_informer.go:356] "Caches are synced" controller="RequestHeaderAuthRequestController"
	I0929 11:44:32.607079       1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file"
	I0929 11:44:32.607098       1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	E0929 11:44:44.266936       1 reflector.go:205] "Failed to watch" err="namespaces is forbidden: User \"system:kube-scheduler\" cannot watch resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Namespace"
	E0929 11:44:44.267085       1 reflector.go:205] "Failed to watch" err="pods is forbidden: User \"system:kube-scheduler\" cannot watch resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Pod"
	E0929 11:44:44.267123       1 reflector.go:205] "Failed to watch" err="storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot watch resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0929 11:44:44.267142       1 reflector.go:205] "Failed to watch" err="csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot watch resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
	E0929 11:44:44.267163       1 reflector.go:205] "Failed to watch" err="csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot watch resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIDriver"
	E0929 11:44:44.267188       1 reflector.go:205] "Failed to watch" err="services is forbidden: User \"system:kube-scheduler\" cannot watch resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0929 11:44:44.267201       1 reflector.go:205] "Failed to watch" err="poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot watch resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PodDisruptionBudget"
	E0929 11:44:44.267216       1 reflector.go:205] "Failed to watch" err="statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot watch resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
	E0929 11:44:44.284507       1 reflector.go:205] "Failed to watch" err="configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot watch resource \"configmaps\" in API group \"\" in the namespace \"kube-system\"" logger="UnhandledError" reflector="runtime/asm_amd64.s:1700" type="*v1.ConfigMap"
	E0929 11:44:44.289996       1 reflector.go:205] "Failed to watch" err="configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot watch resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": RBAC: [role.rbac.authorization.k8s.io \"extension-apiserver-authentication-reader\" not found, role.rbac.authorization.k8s.io \"system::leader-locking-kube-scheduler\" not found]" logger="UnhandledError" reflector="runtime/asm_amd64.s:1700" type="*v1.ConfigMap"
	
	
	==> kubelet <==
	Sep 29 11:50:48 functional-332736 kubelet[5121]: E0929 11:50:48.707409    5121 kuberuntime_manager.go:1449] "Unhandled Error" err="container myfrontend start failed in pod sp-pod_default(ecea0998-cad2-462d-a60c-c7e52bb5a4e2): ErrImagePull: failed to pull and unpack image \"docker.io/library/nginx:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
	Sep 29 11:50:48 functional-332736 kubelet[5121]: E0929 11:50:48.707473    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="ecea0998-cad2-462d-a60c-c7e52bb5a4e2"
	Sep 29 11:50:52 functional-332736 kubelet[5121]: E0929 11:50:52.713342    5121 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c"
	Sep 29 11:50:52 functional-332736 kubelet[5121]: E0929 11:50:52.713420    5121 kuberuntime_image.go:43] "Failed to pull image" err="failed to pull and unpack image \"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c"
	Sep 29 11:50:52 functional-332736 kubelet[5121]: E0929 11:50:52.713520    5121 kuberuntime_manager.go:1449] "Unhandled Error" err="container dashboard-metrics-scraper start failed in pod dashboard-metrics-scraper-77bf4d6c4c-l9h2q_kubernetes-dashboard(9c538a15-e7ed-49fd-957b-dbe5b591a10b): ErrImagePull: failed to pull and unpack image \"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
	Sep 29 11:50:52 functional-332736 kubelet[5121]: E0929 11:50:52.713592    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c-l9h2q" podUID="9c538a15-e7ed-49fd-957b-dbe5b591a10b"
	Sep 29 11:50:54 functional-332736 kubelet[5121]: E0929 11:50:54.547153    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-855c9754f9-q7df4" podUID="05f6a706-0514-441d-af48-af80c7898543"
	Sep 29 11:50:54 functional-332736 kubelet[5121]: E0929 11:50:54.700496    5121 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"docker.io/library/mysql:5.7\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/mysql:5.7"
	Sep 29 11:50:54 functional-332736 kubelet[5121]: E0929 11:50:54.700587    5121 kuberuntime_image.go:43] "Failed to pull image" err="failed to pull and unpack image \"docker.io/library/mysql:5.7\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/mysql:5.7"
	Sep 29 11:50:54 functional-332736 kubelet[5121]: E0929 11:50:54.700805    5121 kuberuntime_manager.go:1449] "Unhandled Error" err="container mysql start failed in pod mysql-5bb876957f-gwnh6_default(ccba6f43-e38c-4aee-9846-fac07c36dc13): ErrImagePull: failed to pull and unpack image \"docker.io/library/mysql:5.7\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
	Sep 29 11:50:54 functional-332736 kubelet[5121]: E0929 11:50:54.700890    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"mysql\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/library/mysql:5.7\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/mysql-5bb876957f-gwnh6" podUID="ccba6f43-e38c-4aee-9846-fac07c36dc13"
	Sep 29 11:50:56 functional-332736 kubelet[5121]: E0929 11:50:56.718399    5121 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"docker.io/kicbase/echo-server:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="kicbase/echo-server:latest"
	Sep 29 11:50:56 functional-332736 kubelet[5121]: E0929 11:50:56.718475    5121 kuberuntime_image.go:43] "Failed to pull image" err="failed to pull and unpack image \"docker.io/kicbase/echo-server:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="kicbase/echo-server:latest"
	Sep 29 11:50:56 functional-332736 kubelet[5121]: E0929 11:50:56.718653    5121 kuberuntime_manager.go:1449] "Unhandled Error" err="container echo-server start failed in pod hello-node-75c85bcc94-5v4qm_default(60d9f88b-aa80-4665-a70a-3f3e13efe837): ErrImagePull: failed to pull and unpack image \"docker.io/kicbase/echo-server:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
	Sep 29 11:50:56 functional-332736 kubelet[5121]: E0929 11:50:56.718710    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"echo-server\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/kicbase/echo-server:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/hello-node-75c85bcc94-5v4qm" podUID="60d9f88b-aa80-4665-a70a-3f3e13efe837"
	Sep 29 11:50:59 functional-332736 kubelet[5121]: E0929 11:50:59.546356    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="ecea0998-cad2-462d-a60c-c7e52bb5a4e2"
	Sep 29 11:51:00 functional-332736 kubelet[5121]: E0929 11:51:00.546821    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"echo-server\" with ImagePullBackOff: \"Back-off pulling image \\\"kicbase/echo-server\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kicbase/echo-server:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/hello-node-connect-7d85dfc575-bgqn6" podUID="278e0bfc-7a24-4a97-beab-6b576e7c65aa"
	Sep 29 11:51:06 functional-332736 kubelet[5121]: E0929 11:51:06.547877    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c-l9h2q" podUID="9c538a15-e7ed-49fd-957b-dbe5
b591a10b"
	Sep 29 11:51:07 functional-332736 kubelet[5121]: E0929 11:51:07.546078    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"echo-server\" with ImagePullBackOff: \"Back-off pulling image \\\"kicbase/echo-server\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kicbase/echo-server:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/hello-node-75c85bcc94-5v4qm" podUID="60d9f88b-aa80-4665-a70a-3f3e13efe837"
	Sep 29 11:51:08 functional-332736 kubelet[5121]: E0929 11:51:08.709192    5121 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93"
	Sep 29 11:51:08 functional-332736 kubelet[5121]: E0929 11:51:08.709266    5121 kuberuntime_image.go:43] "Failed to pull image" err="failed to pull and unpack image \"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93"
	Sep 29 11:51:08 functional-332736 kubelet[5121]: E0929 11:51:08.709374    5121 kuberuntime_manager.go:1449] "Unhandled Error" err="container kubernetes-dashboard start failed in pod kubernetes-dashboard-855c9754f9-q7df4_kubernetes-dashboard(05f6a706-0514-441d-af48-af80c7898543): ErrImagePull: failed to pull and unpack image \"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
	Sep 29 11:51:08 functional-332736 kubelet[5121]: E0929 11:51:08.709411    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-855c9754f9-q7df4" podUID="05f6a706-0514-441d-af48-af80c7898543"
	Sep 29 11:51:09 functional-332736 kubelet[5121]: E0929 11:51:09.547837    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"mysql\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/mysql:5.7\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/mysql:5.7\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/mysql-5bb876957f-gwnh6" podUID="ccba6f43-e38c-4aee-9846-fac07c36dc13"
	Sep 29 11:51:11 functional-332736 kubelet[5121]: E0929 11:51:11.546008    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="ecea0998-cad2-462d-a60c-c7e52bb5a4e2"
	
	
	==> storage-provisioner [112d28791ce53fddef9848db517c10d797d163a0bad7bc581ab29abf4e8b9eb0] <==
	W0929 11:50:50.875401       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:50:52.878438       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:50:52.884407       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:50:54.887342       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:50:54.891439       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:50:56.894641       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:50:56.899428       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:50:58.902608       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:50:58.906767       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:51:00.910769       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:51:00.914911       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:51:02.918886       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:51:02.924109       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:51:04.927026       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:51:04.931008       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:51:06.934049       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:51:06.937777       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:51:08.940534       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:51:08.945993       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:51:10.949596       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:51:10.953597       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:51:12.956627       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:51:12.962270       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:51:14.965185       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:51:14.969613       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	
	
	==> storage-provisioner [9f630ec8add4b30efb4c624051f6dace079eacf9212a1de3f197d73130fa749b] <==
	I0929 11:44:15.241453       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0929 11:44:15.249910       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0929 11:44:15.249963       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	W0929 11:44:15.252437       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:44:15.257853       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	I0929 11:44:15.258023       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0929 11:44:15.258204       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_functional-332736_2d826673-7896-4c64-959b-21eabb7e722b!
	I0929 11:44:15.258204       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"763f7a6d-e199-4ff4-a208-cd49a06ddcaf", APIVersion:"v1", ResourceVersion:"467", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' functional-332736_2d826673-7896-4c64-959b-21eabb7e722b became leader
	W0929 11:44:15.260265       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:44:15.263899       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	I0929 11:44:15.358707       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_functional-332736_2d826673-7896-4c64-959b-21eabb7e722b!
	W0929 11:44:17.267530       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:44:17.272342       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 functional-332736 -n functional-332736
helpers_test.go:269: (dbg) Run:  kubectl --context functional-332736 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:280: non-running pods: busybox-mount hello-node-75c85bcc94-5v4qm hello-node-connect-7d85dfc575-bgqn6 mysql-5bb876957f-gwnh6 sp-pod dashboard-metrics-scraper-77bf4d6c4c-l9h2q kubernetes-dashboard-855c9754f9-q7df4
helpers_test.go:282: ======> post-mortem[TestFunctional/parallel/PersistentVolumeClaim]: describe non-running pods <======
helpers_test.go:285: (dbg) Run:  kubectl --context functional-332736 describe pod busybox-mount hello-node-75c85bcc94-5v4qm hello-node-connect-7d85dfc575-bgqn6 mysql-5bb876957f-gwnh6 sp-pod dashboard-metrics-scraper-77bf4d6c4c-l9h2q kubernetes-dashboard-855c9754f9-q7df4
helpers_test.go:285: (dbg) Non-zero exit: kubectl --context functional-332736 describe pod busybox-mount hello-node-75c85bcc94-5v4qm hello-node-connect-7d85dfc575-bgqn6 mysql-5bb876957f-gwnh6 sp-pod dashboard-metrics-scraper-77bf4d6c4c-l9h2q kubernetes-dashboard-855c9754f9-q7df4: exit status 1 (100.32104ms)

                                                
                                                
-- stdout --
	Name:             busybox-mount
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-332736/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:45:09 +0000
	Labels:           integration-test=busybox-mount
	Annotations:      <none>
	Status:           Succeeded
	IP:               10.244.0.5
	IPs:
	  IP:  10.244.0.5
	Containers:
	  mount-munger:
	    Container ID:  containerd://f4279b3f38eb19c49ca7b357fd74e174a55eca135cb79112d0a5810cd1adb70a
	    Image:         gcr.io/k8s-minikube/busybox:1.28.4-glibc
	    Image ID:      gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e
	    Port:          <none>
	    Host Port:     <none>
	    Command:
	      /bin/sh
	      -c
	      --
	    Args:
	      cat /mount-9p/created-by-test; echo test > /mount-9p/created-by-pod; rm /mount-9p/created-by-test-removed-by-pod; echo test > /mount-9p/created-by-pod-removed-by-test date >> /mount-9p/pod-dates
	    State:          Terminated
	      Reason:       Completed
	      Exit Code:    0
	      Started:      Mon, 29 Sep 2025 11:45:11 +0000
	      Finished:     Mon, 29 Sep 2025 11:45:11 +0000
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /mount-9p from test-volume (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-smxqb (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   False 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  test-volume:
	    Type:          HostPath (bare host directory volume)
	    Path:          /mount-9p
	    HostPathType:  
	  kube-api-access-smxqb:
	    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  6m6s  default-scheduler  Successfully assigned default/busybox-mount to functional-332736
	  Normal  Pulling    6m6s  kubelet            Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
	  Normal  Pulled     6m5s  kubelet            Successfully pulled image "gcr.io/k8s-minikube/busybox:1.28.4-glibc" in 1.49s (1.49s including waiting). Image size: 2395207 bytes.
	  Normal  Created    6m5s  kubelet            Created container: mount-munger
	  Normal  Started    6m4s  kubelet            Started container mount-munger
	
	
	Name:             hello-node-75c85bcc94-5v4qm
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-332736/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:50:17 +0000
	Labels:           app=hello-node
	                  pod-template-hash=75c85bcc94
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.11
	IPs:
	  IP:           10.244.0.11
	Controlled By:  ReplicaSet/hello-node-75c85bcc94
	Containers:
	  echo-server:
	    Container ID:   
	    Image:          kicbase/echo-server
	    Image ID:       
	    Port:           <none>
	    Host Port:      <none>
	    State:          Waiting
	      Reason:       ErrImagePull
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-hznch (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-hznch:
	    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  58s                default-scheduler  Successfully assigned default/hello-node-75c85bcc94-5v4qm to functional-332736
	  Warning  Failed     43s (x2 over 57s)  kubelet            Failed to pull image "kicbase/echo-server": failed to pull and unpack image "docker.io/kicbase/echo-server:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Normal   Pulling    19s (x3 over 57s)  kubelet            Pulling image "kicbase/echo-server"
	  Warning  Failed     19s (x3 over 57s)  kubelet            Error: ErrImagePull
	  Warning  Failed     19s                kubelet            Failed to pull image "kicbase/echo-server": failed to pull and unpack image "docker.io/kicbase/echo-server:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Normal   BackOff    8s (x3 over 56s)   kubelet            Back-off pulling image "kicbase/echo-server"
	  Warning  Failed     8s (x3 over 56s)   kubelet            Error: ImagePullBackOff
	
	
	Name:             hello-node-connect-7d85dfc575-bgqn6
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-332736/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:45:17 +0000
	Labels:           app=hello-node-connect
	                  pod-template-hash=7d85dfc575
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.10
	IPs:
	  IP:           10.244.0.10
	Controlled By:  ReplicaSet/hello-node-connect-7d85dfc575
	Containers:
	  echo-server:
	    Container ID:   
	    Image:          kicbase/echo-server
	    Image ID:       
	    Port:           <none>
	    Host Port:      <none>
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-v4t2s (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-v4t2s:
	    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  5m57s                  default-scheduler  Successfully assigned default/hello-node-connect-7d85dfc575-bgqn6 to functional-332736
	  Warning  Failed     4m40s                  kubelet            Failed to pull image "kicbase/echo-server": failed to pull and unpack image "docker.io/kicbase/echo-server:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Normal   Pulling    3m13s (x5 over 5m57s)  kubelet            Pulling image "kicbase/echo-server"
	  Warning  Failed     3m13s (x4 over 5m57s)  kubelet            Failed to pull image "kicbase/echo-server": failed to pull and unpack image "docker.io/kicbase/echo-server:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Warning  Failed     3m13s (x5 over 5m57s)  kubelet            Error: ErrImagePull
	  Warning  Failed     53s (x20 over 5m57s)   kubelet            Error: ImagePullBackOff
	  Normal   BackOff    41s (x21 over 5m57s)   kubelet            Back-off pulling image "kicbase/echo-server"
	
	
	Name:             mysql-5bb876957f-gwnh6
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-332736/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:45:17 +0000
	Labels:           app=mysql
	                  pod-template-hash=5bb876957f
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.9
	IPs:
	  IP:           10.244.0.9
	Controlled By:  ReplicaSet/mysql-5bb876957f
	Containers:
	  mysql:
	    Container ID:   
	    Image:          docker.io/mysql:5.7
	    Image ID:       
	    Port:           3306/TCP (mysql)
	    Host Port:      0/TCP (mysql)
	    State:          Waiting
	      Reason:       ErrImagePull
	    Ready:          False
	    Restart Count:  0
	    Limits:
	      cpu:     700m
	      memory:  700Mi
	    Requests:
	      cpu:     600m
	      memory:  512Mi
	    Environment:
	      MYSQL_ROOT_PASSWORD:  password
	    Mounts:
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-kjl25 (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-kjl25:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    Optional:                false
	    DownwardAPI:             true
	QoS Class:                   Burstable
	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  5m58s                  default-scheduler  Successfully assigned default/mysql-5bb876957f-gwnh6 to functional-332736
	  Warning  Failed     3m12s (x5 over 5m57s)  kubelet            Failed to pull image "docker.io/mysql:5.7": failed to pull and unpack image "docker.io/library/mysql:5.7": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Warning  Failed     3m12s (x5 over 5m57s)  kubelet            Error: ErrImagePull
	  Warning  Failed     49s (x19 over 5m57s)   kubelet            Error: ImagePullBackOff
	  Normal   BackOff    35s (x20 over 5m57s)   kubelet            Back-off pulling image "docker.io/mysql:5.7"
	  Normal   Pulling    21s (x6 over 5m58s)    kubelet            Pulling image "docker.io/mysql:5.7"
	
	
	Name:             sp-pod
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-332736/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:45:12 +0000
	Labels:           test=storage-provisioner
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.6
	IPs:
	  IP:  10.244.0.6
	Containers:
	  myfrontend:
	    Container ID:   
	    Image:          docker.io/nginx
	    Image ID:       
	    Port:           <none>
	    Host Port:      <none>
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /tmp/mount from mypd (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-rmfcs (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  mypd:
	    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
	    ClaimName:  myclaim
	    ReadOnly:   false
	  kube-api-access-rmfcs:
	    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  6m2s                 default-scheduler  Successfully assigned default/sp-pod to functional-332736
	  Normal   Pulling    3m8s (x5 over 6m2s)  kubelet            Pulling image "docker.io/nginx"
	  Warning  Failed     3m8s (x5 over 6m2s)  kubelet            Failed to pull image "docker.io/nginx": failed to pull and unpack image "docker.io/library/nginx:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Warning  Failed     3m8s (x5 over 6m2s)  kubelet            Error: ErrImagePull
	  Normal   BackOff    51s (x22 over 6m2s)  kubelet            Back-off pulling image "docker.io/nginx"
	  Warning  Failed     51s (x22 over 6m2s)  kubelet            Error: ImagePullBackOff

                                                
                                                
-- /stdout --
** stderr ** 
	Error from server (NotFound): pods "dashboard-metrics-scraper-77bf4d6c4c-l9h2q" not found
	Error from server (NotFound): pods "kubernetes-dashboard-855c9754f9-q7df4" not found

                                                
                                                
** /stderr **
helpers_test.go:287: kubectl --context functional-332736 describe pod busybox-mount hello-node-75c85bcc94-5v4qm hello-node-connect-7d85dfc575-bgqn6 mysql-5bb876957f-gwnh6 sp-pod dashboard-metrics-scraper-77bf4d6c4c-l9h2q kubernetes-dashboard-855c9754f9-q7df4: exit status 1
--- FAIL: TestFunctional/parallel/PersistentVolumeClaim (369.24s)

                                                
                                    
x
+
TestFunctional/parallel/MySQL (603.18s)

                                                
                                                
=== RUN   TestFunctional/parallel/MySQL
=== PAUSE TestFunctional/parallel/MySQL

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1798: (dbg) Run:  kubectl --context functional-332736 replace --force -f testdata/mysql.yaml
functional_test.go:1804: (dbg) TestFunctional/parallel/MySQL: waiting 10m0s for pods matching "app=mysql" in namespace "default" ...
helpers_test.go:352: "mysql-5bb876957f-gwnh6" [ccba6f43-e38c-4aee-9846-fac07c36dc13] Pending / Ready:ContainersNotReady (containers with unready status: [mysql]) / ContainersReady:ContainersNotReady (containers with unready status: [mysql])
E0929 11:45:25.990360  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 11:46:47.912633  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 11:49:04.051501  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 11:49:31.755033  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
functional_test.go:1804: ***** TestFunctional/parallel/MySQL: pod "app=mysql" failed to start within 10m0s: context deadline exceeded ****
functional_test.go:1804: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p functional-332736 -n functional-332736
functional_test.go:1804: TestFunctional/parallel/MySQL: showing logs for failed pods as of 2025-09-29 11:55:17.874797148 +0000 UTC m=+2595.036047711
functional_test.go:1804: (dbg) Run:  kubectl --context functional-332736 describe po mysql-5bb876957f-gwnh6 -n default
functional_test.go:1804: (dbg) kubectl --context functional-332736 describe po mysql-5bb876957f-gwnh6 -n default:
Name:             mysql-5bb876957f-gwnh6
Namespace:        default
Priority:         0
Service Account:  default
Node:             functional-332736/192.168.49.2
Start Time:       Mon, 29 Sep 2025 11:45:17 +0000
Labels:           app=mysql
pod-template-hash=5bb876957f
Annotations:      <none>
Status:           Pending
IP:               10.244.0.9
IPs:
IP:           10.244.0.9
Controlled By:  ReplicaSet/mysql-5bb876957f
Containers:
mysql:
Container ID:   
Image:          docker.io/mysql:5.7
Image ID:       
Port:           3306/TCP (mysql)
Host Port:      0/TCP (mysql)
State:          Waiting
Reason:       ImagePullBackOff
Ready:          False
Restart Count:  0
Limits:
cpu:     700m
memory:  700Mi
Requests:
cpu:     600m
memory:  512Mi
Environment:
MYSQL_ROOT_PASSWORD:  password
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-kjl25 (ro)
Conditions:
Type                        Status
PodReadyToStartContainers   True 
Initialized                 True 
Ready                       False 
ContainersReady             False 
PodScheduled                True 
Volumes:
kube-api-access-kjl25:
Type:                    Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds:  3607
ConfigMapName:           kube-root-ca.crt
Optional:                false
DownwardAPI:             true
QoS Class:                   Burstable
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  10m                     default-scheduler  Successfully assigned default/mysql-5bb876957f-gwnh6 to functional-332736
Warning  Failed     7m14s (x5 over 9m59s)   kubelet            Failed to pull image "docker.io/mysql:5.7": failed to pull and unpack image "docker.io/library/mysql:5.7": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Warning  Failed     7m14s (x5 over 9m59s)   kubelet            Error: ErrImagePull
Warning  Failed     4m51s (x19 over 9m59s)  kubelet            Error: ImagePullBackOff
Normal   BackOff    4m37s (x20 over 9m59s)  kubelet            Back-off pulling image "docker.io/mysql:5.7"
Normal   Pulling    4m23s (x6 over 10m)     kubelet            Pulling image "docker.io/mysql:5.7"
functional_test.go:1804: (dbg) Run:  kubectl --context functional-332736 logs mysql-5bb876957f-gwnh6 -n default
functional_test.go:1804: (dbg) Non-zero exit: kubectl --context functional-332736 logs mysql-5bb876957f-gwnh6 -n default: exit status 1 (81.201806ms)

                                                
                                                
** stderr ** 
	Error from server (BadRequest): container "mysql" in pod "mysql-5bb876957f-gwnh6" is waiting to start: trying and failing to pull image

                                                
                                                
** /stderr **
functional_test.go:1804: kubectl --context functional-332736 logs mysql-5bb876957f-gwnh6 -n default: exit status 1
functional_test.go:1806: failed waiting for mysql pod: app=mysql within 10m0s: context deadline exceeded
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:223: ======>  post-mortem[TestFunctional/parallel/MySQL]: 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[TestFunctional/parallel/MySQL]: docker inspect <======
helpers_test.go:239: (dbg) Run:  docker inspect functional-332736
helpers_test.go:243: (dbg) docker inspect functional-332736:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36",
	        "Created": "2025-09-29T11:43:22.76795119Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 796799,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2025-09-29T11:43:22.807972379Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:c6b5532e987b5b4f5fc9cb0336e378ed49c0542bad8cbfc564b71e977a6269de",
	        "ResolvConfPath": "/var/lib/docker/containers/a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36/hostname",
	        "HostsPath": "/var/lib/docker/containers/a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36/hosts",
	        "LogPath": "/var/lib/docker/containers/a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36/a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36-json.log",
	        "Name": "/functional-332736",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "functional-332736:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "functional-332736",
	            "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": ""
	                    }
	                ],
	                "8441/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": "private",
	            "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": 0,
	            "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": null,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "ID": "a9a836a5a45d29ba207a44e5b29ed11de85df5d8f5d2d38968a453e982298c36",
	                "LowerDir": "/var/lib/docker/overlay2/79f306608615668f32aa88645dcaf181c5a611822b1c8f9bcc166af7a2e7eed3-init/diff:/var/lib/docker/overlay2/77070dd40a60b70b435bf4a69cbe4e41eeab20e4e227c9544e0e0b5e600a0bbc/diff",
	                "MergedDir": "/var/lib/docker/overlay2/79f306608615668f32aa88645dcaf181c5a611822b1c8f9bcc166af7a2e7eed3/merged",
	                "UpperDir": "/var/lib/docker/overlay2/79f306608615668f32aa88645dcaf181c5a611822b1c8f9bcc166af7a2e7eed3/diff",
	                "WorkDir": "/var/lib/docker/overlay2/79f306608615668f32aa88645dcaf181c5a611822b1c8f9bcc166af7a2e7eed3/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "volume",
	                "Name": "functional-332736",
	                "Source": "/var/lib/docker/volumes/functional-332736/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            },
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            }
	        ],
	        "Config": {
	            "Hostname": "functional-332736",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8441/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1",
	            "Volumes": null,
	            "WorkingDir": "/",
	            "Entrypoint": [
	                "/usr/local/bin/entrypoint",
	                "/sbin/init"
	            ],
	            "OnBuild": null,
	            "Labels": {
	                "created_by.minikube.sigs.k8s.io": "true",
	                "mode.minikube.sigs.k8s.io": "functional-332736",
	                "name.minikube.sigs.k8s.io": "functional-332736",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "55a6a7c8ae2af962d01acbc963427711c21bdc2f51bea5521d29c818bcecdc83",
	            "SandboxKey": "/var/run/docker/netns/55a6a7c8ae2a",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32783"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32784"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32787"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32785"
	                    }
	                ],
	                "8441/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32786"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "functional-332736": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "5e:0a:da:27:08:d1",
	                    "DriverOpts": null,
	                    "GwPriority": 0,
	                    "NetworkID": "27b3edb15b119b151e33e46530c7ff55b557844f8782ea57f2279cc59357094a",
	                    "EndpointID": "a37f2b61e41d2ab038d6b733adacb43f4d45206537f436872dcdff22c0d43813",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "functional-332736",
	                        "a9a836a5a45d"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:247: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p functional-332736 -n functional-332736
helpers_test.go:252: <<< TestFunctional/parallel/MySQL FAILED: start of post-mortem logs <<<
helpers_test.go:253: ======>  post-mortem[TestFunctional/parallel/MySQL]: minikube logs <======
helpers_test.go:255: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 logs -n 25
helpers_test.go:255: (dbg) Done: out/minikube-linux-amd64 -p functional-332736 logs -n 25: (1.641559283s)
helpers_test.go:260: TestFunctional/parallel/MySQL logs: 
-- stdout --
	
	==> Audit <==
	┌────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬───────────────────┬─────────┬─────────┬─────────────────────┬─────────────────────┐
	│    COMMAND     │                                                            ARGS                                                            │      PROFILE      │  USER   │ VERSION │     START TIME      │      END TIME       │
	├────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼───────────────────┼─────────┼─────────┼─────────────────────┼─────────────────────┤
	│ mount          │ -p functional-332736 /tmp/TestFunctionalparallelMountCmdVerifyCleanup818890938/001:/mount2 --alsologtostderr -v=1          │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │                     │
	│ ssh            │ functional-332736 ssh sudo cat /etc/ssl/certs/51391683.0                                                                   │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh            │ functional-332736 ssh sudo cat /etc/ssl/certs/7324042.pem                                                                  │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh            │ functional-332736 ssh sudo cat /usr/share/ca-certificates/7324042.pem                                                      │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh            │ functional-332736 ssh findmnt -T /mount1                                                                                   │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh            │ functional-332736 ssh sudo cat /etc/ssl/certs/3ec20f2e.0                                                                   │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh            │ functional-332736 ssh findmnt -T /mount2                                                                                   │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ ssh            │ functional-332736 ssh findmnt -T /mount3                                                                                   │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │ 29 Sep 25 11:45 UTC │
	│ mount          │ -p functional-332736 --kill=true                                                                                           │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:45 UTC │                     │
	│ cp             │ functional-332736 cp testdata/cp-test.txt /home/docker/cp-test.txt                                                         │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:50 UTC │ 29 Sep 25 11:50 UTC │
	│ ssh            │ functional-332736 ssh -n functional-332736 sudo cat /home/docker/cp-test.txt                                               │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:50 UTC │ 29 Sep 25 11:50 UTC │
	│ cp             │ functional-332736 cp functional-332736:/home/docker/cp-test.txt /tmp/TestFunctionalparallelCpCmd3770838678/001/cp-test.txt │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:50 UTC │ 29 Sep 25 11:50 UTC │
	│ ssh            │ functional-332736 ssh -n functional-332736 sudo cat /home/docker/cp-test.txt                                               │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:50 UTC │ 29 Sep 25 11:50 UTC │
	│ cp             │ functional-332736 cp testdata/cp-test.txt /tmp/does/not/exist/cp-test.txt                                                  │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:50 UTC │ 29 Sep 25 11:50 UTC │
	│ ssh            │ functional-332736 ssh -n functional-332736 sudo cat /tmp/does/not/exist/cp-test.txt                                        │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:50 UTC │ 29 Sep 25 11:50 UTC │
	│ image          │ functional-332736 image ls --format short --alsologtostderr                                                                │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:51 UTC │ 29 Sep 25 11:51 UTC │
	│ image          │ functional-332736 image ls --format yaml --alsologtostderr                                                                 │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:51 UTC │ 29 Sep 25 11:51 UTC │
	│ ssh            │ functional-332736 ssh pgrep buildkitd                                                                                      │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:51 UTC │                     │
	│ image          │ functional-332736 image build -t localhost/my-image:functional-332736 testdata/build --alsologtostderr                     │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:51 UTC │ 29 Sep 25 11:51 UTC │
	│ image          │ functional-332736 image ls                                                                                                 │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:51 UTC │ 29 Sep 25 11:51 UTC │
	│ image          │ functional-332736 image ls --format json --alsologtostderr                                                                 │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:51 UTC │ 29 Sep 25 11:51 UTC │
	│ image          │ functional-332736 image ls --format table --alsologtostderr                                                                │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:51 UTC │ 29 Sep 25 11:51 UTC │
	│ update-context │ functional-332736 update-context --alsologtostderr -v=2                                                                    │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:51 UTC │ 29 Sep 25 11:51 UTC │
	│ update-context │ functional-332736 update-context --alsologtostderr -v=2                                                                    │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:51 UTC │ 29 Sep 25 11:51 UTC │
	│ update-context │ functional-332736 update-context --alsologtostderr -v=2                                                                    │ functional-332736 │ jenkins │ v1.37.0 │ 29 Sep 25 11:51 UTC │ 29 Sep 25 11:51 UTC │
	└────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴───────────────────┴─────────┴─────────┴─────────────────────┴─────────────────────┘
	
	
	==> Last Start <==
	Log file created at: 2025/09/29 11:45:13
	Running on machine: ubuntu-20-agent-13
	Binary: Built with gc go1.24.6 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0929 11:45:13.353182  809057 out.go:360] Setting OutFile to fd 1 ...
	I0929 11:45:13.353302  809057 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:45:13.353313  809057 out.go:374] Setting ErrFile to fd 2...
	I0929 11:45:13.353318  809057 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:45:13.353524  809057 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
	I0929 11:45:13.354043  809057 out.go:368] Setting JSON to false
	I0929 11:45:13.355297  809057 start.go:130] hostinfo: {"hostname":"ubuntu-20-agent-13","uptime":70064,"bootTime":1759076249,"procs":247,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"22.04","kernelVersion":"6.8.0-1040-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0929 11:45:13.355403  809057 start.go:140] virtualization: kvm guest
	I0929 11:45:13.357190  809057 out.go:179] * [functional-332736] minikube v1.37.0 on Ubuntu 22.04 (kvm/amd64)
	I0929 11:45:13.359102  809057 out.go:179]   - MINIKUBE_LOCATION=21655
	I0929 11:45:13.359139  809057 notify.go:220] Checking for updates...
	I0929 11:45:13.361827  809057 out.go:179]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0929 11:45:13.363257  809057 out.go:179]   - KUBECONFIG=/home/jenkins/minikube-integration/21655-728906/kubeconfig
	I0929 11:45:13.364850  809057 out.go:179]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/21655-728906/.minikube
	I0929 11:45:13.366356  809057 out.go:179]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0929 11:45:13.367705  809057 out.go:179]   - MINIKUBE_FORCE_SYSTEMD=
	I0929 11:45:13.369470  809057 config.go:182] Loaded profile config "functional-332736": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:45:13.370065  809057 driver.go:421] Setting default libvirt URI to qemu:///system
	I0929 11:45:13.396984  809057 docker.go:123] docker version: linux-28.4.0:Docker Engine - Community
	I0929 11:45:13.397119  809057 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:45:13.460741  809057 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:3 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:37 OomKillDisable:false NGoroutines:56 SystemTime:2025-09-29 11:45:13.448771603 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:45:13.460857  809057 docker.go:318] overlay module found
	I0929 11:45:13.462632  809057 out.go:179] * Using the docker driver based on existing profile
	I0929 11:45:13.463841  809057 start.go:304] selected driver: docker
	I0929 11:45:13.463862  809057 start.go:924] validating driver "docker" against &{Name:functional-332736 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8441 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:functional-332736 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerN
ames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] 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 Moun
tType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0929 11:45:13.464012  809057 start.go:935] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0929 11:45:13.464096  809057 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:45:13.527905  809057 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:3 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:37 OomKillDisable:false NGoroutines:56 SystemTime:2025-09-29 11:45:13.516131028 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:45:13.528654  809057 cni.go:84] Creating CNI manager for ""
	I0929 11:45:13.528736  809057 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0929 11:45:13.528807  809057 start.go:348] cluster config:
	{Name:functional-332736 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8441 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:functional-332736 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRIS
ocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics
:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0929 11:45:13.531168  809057 out.go:179] * dry-run validation complete!
	
	
	==> container status <==
	CONTAINER           IMAGE               CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	f4279b3f38eb1       56cc512116c8f       10 minutes ago      Exited              mount-munger              0                   aac74f3d8a415       busybox-mount
	a0b85c7d0a94d       4a86014ec6994       10 minutes ago      Running             nginx                     0                   a18f1fc044235       nginx-svc
	042cc56066372       90550c43ad2bc       10 minutes ago      Running             kube-apiserver            0                   3aa8006fe2564       kube-apiserver-functional-332736
	06bbeb47e71b8       a0af72f2ec6d6       10 minutes ago      Running             kube-controller-manager   2                   a6e894e6bb46f       kube-controller-manager-functional-332736
	8c09a05cf5ab5       5f1f5298c888d       10 minutes ago      Running             etcd                      1                   a37e055d3e380       etcd-functional-332736
	5b6983f612b91       46169d968e920       10 minutes ago      Running             kube-scheduler            1                   fbe098323a1de       kube-scheduler-functional-332736
	112d28791ce53       6e38f40d628db       10 minutes ago      Running             storage-provisioner       2                   69189e2bd9a75       storage-provisioner
	55462eb751ab3       a0af72f2ec6d6       10 minutes ago      Exited              kube-controller-manager   1                   a6e894e6bb46f       kube-controller-manager-functional-332736
	dbd8612515df7       df0860106674d       10 minutes ago      Running             kube-proxy                1                   048ed92cb610f       kube-proxy-xq8j5
	c49ac283701dd       409467f978b4a       10 minutes ago      Running             kindnet-cni               1                   de78eefd7728b       kindnet-mdffl
	98a08365598bd       52546a367cc9e       10 minutes ago      Running             coredns                   1                   07fc3a8605937       coredns-66bc5c9577-lntgf
	9f630ec8add4b       6e38f40d628db       11 minutes ago      Exited              storage-provisioner       1                   69189e2bd9a75       storage-provisioner
	d9f10a9f588d0       52546a367cc9e       11 minutes ago      Exited              coredns                   0                   07fc3a8605937       coredns-66bc5c9577-lntgf
	7510199151057       409467f978b4a       11 minutes ago      Exited              kindnet-cni               0                   de78eefd7728b       kindnet-mdffl
	c44bebdcd9f35       df0860106674d       11 minutes ago      Exited              kube-proxy                0                   048ed92cb610f       kube-proxy-xq8j5
	905572f1cc62c       5f1f5298c888d       11 minutes ago      Exited              etcd                      0                   a37e055d3e380       etcd-functional-332736
	3f3079de2bded       46169d968e920       11 minutes ago      Exited              kube-scheduler            0                   fbe098323a1de       kube-scheduler-functional-332736
	
	
	==> containerd <==
	Sep 29 11:50:56 functional-332736 containerd[3957]: time="2025-09-29T11:50:56.551629491Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:50:56 functional-332736 containerd[3957]: time="2025-09-29T11:50:56.632782588Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:50:56 functional-332736 containerd[3957]: time="2025-09-29T11:50:56.718053974Z" level=error msg="PullImage \"kicbase/echo-server:latest\" failed" error="failed to pull and unpack image \"docker.io/kicbase/echo-server:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:50:56 functional-332736 containerd[3957]: time="2025-09-29T11:50:56.718096967Z" level=info msg="stop pulling image docker.io/kicbase/echo-server:latest: active requests=0, bytes read=10998"
	Sep 29 11:51:08 functional-332736 containerd[3957]: time="2025-09-29T11:51:08.550365012Z" level=info msg="PullImage \"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\""
	Sep 29 11:51:08 functional-332736 containerd[3957]: time="2025-09-29T11:51:08.552283907Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:51:08 functional-332736 containerd[3957]: time="2025-09-29T11:51:08.622962593Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:51:08 functional-332736 containerd[3957]: time="2025-09-29T11:51:08.708836553Z" level=error msg="PullImage \"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\" failed" error="failed to pull and unpack image \"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:51:08 functional-332736 containerd[3957]: time="2025-09-29T11:51:08.708907744Z" level=info msg="stop pulling image docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: active requests=0, bytes read=11015"
	Sep 29 11:51:18 functional-332736 containerd[3957]: time="2025-09-29T11:51:18.884229376Z" level=info msg="shim disconnected" id=r9gh6lfldmckg3x9h80ympuil namespace=k8s.io
	Sep 29 11:51:18 functional-332736 containerd[3957]: time="2025-09-29T11:51:18.884283059Z" level=warning msg="cleaning up after shim disconnected" id=r9gh6lfldmckg3x9h80ympuil namespace=k8s.io
	Sep 29 11:51:18 functional-332736 containerd[3957]: time="2025-09-29T11:51:18.884294730Z" level=info msg="cleaning up dead shim" namespace=k8s.io
	Sep 29 11:51:19 functional-332736 containerd[3957]: time="2025-09-29T11:51:19.030023505Z" level=info msg="ImageCreate event name:\"localhost/my-image:functional-332736\""
	Sep 29 11:51:19 functional-332736 containerd[3957]: time="2025-09-29T11:51:19.035358988Z" level=info msg="ImageCreate event name:\"sha256:24ee0e47d60237c6c793dfea2a63500460fb2f1ba2de39e0a1c0230c6a60a7de\"  labels:{key:\"io.cri-containerd.image\"  value:\"managed\"}"
	Sep 29 11:51:19 functional-332736 containerd[3957]: time="2025-09-29T11:51:19.035932738Z" level=info msg="ImageUpdate event name:\"localhost/my-image:functional-332736\"  labels:{key:\"io.cri-containerd.image\"  value:\"managed\"}"
	Sep 29 11:51:46 functional-332736 containerd[3957]: time="2025-09-29T11:51:46.547518386Z" level=info msg="PullImage \"kicbase/echo-server:latest\""
	Sep 29 11:51:46 functional-332736 containerd[3957]: time="2025-09-29T11:51:46.549468637Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:51:46 functional-332736 containerd[3957]: time="2025-09-29T11:51:46.630091458Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:51:46 functional-332736 containerd[3957]: time="2025-09-29T11:51:46.716769325Z" level=error msg="PullImage \"kicbase/echo-server:latest\" failed" error="failed to pull and unpack image \"docker.io/kicbase/echo-server:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:51:46 functional-332736 containerd[3957]: time="2025-09-29T11:51:46.716817685Z" level=info msg="stop pulling image docker.io/kicbase/echo-server:latest: active requests=0, bytes read=10999"
	Sep 29 11:53:09 functional-332736 containerd[3957]: time="2025-09-29T11:53:09.547311726Z" level=info msg="PullImage \"kicbase/echo-server:latest\""
	Sep 29 11:53:09 functional-332736 containerd[3957]: time="2025-09-29T11:53:09.549143936Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:53:09 functional-332736 containerd[3957]: time="2025-09-29T11:53:09.622226883Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Sep 29 11:53:09 functional-332736 containerd[3957]: time="2025-09-29T11:53:09.782866091Z" level=error msg="PullImage \"kicbase/echo-server:latest\" failed" error="failed to pull and unpack image \"docker.io/kicbase/echo-server:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Sep 29 11:53:09 functional-332736 containerd[3957]: time="2025-09-29T11:53:09.782963579Z" level=info msg="stop pulling image docker.io/kicbase/echo-server:latest: active requests=0, bytes read=11740"
	
	
	==> coredns [98a08365598bde56c6b33678f2947c319b7b3c2abe9b4f96fdaeb791b36b308a] <==
	maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined
	.:53
	[INFO] plugin/reload: Running configuration SHA512 = 9e2996f8cb67ac53e0259ab1f8d615d07d1beb0bd07e6a1e39769c3bf486a905bb991cc47f8d2f14d0d3a90a87dfc625a0b4c524fed169d8158c40657c0694b1
	CoreDNS-1.12.1
	linux/amd64, go1.24.1, 707c7c1
	[INFO] 127.0.0.1:47553 - 21488 "HINFO IN 5826411348047560417.8388685527169148811. udp 57 false 512" NXDOMAIN qr,rd,ra 132 0.034343999s
	
	
	==> coredns [d9f10a9f588d06641ab5192a5c19a30c9100fb0d9589142f62a5e6f15bd43f18] <==
	maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined
	.:53
	[INFO] plugin/reload: Running configuration SHA512 = 9e2996f8cb67ac53e0259ab1f8d615d07d1beb0bd07e6a1e39769c3bf486a905bb991cc47f8d2f14d0d3a90a87dfc625a0b4c524fed169d8158c40657c0694b1
	CoreDNS-1.12.1
	linux/amd64, go1.24.1, 707c7c1
	[INFO] 127.0.0.1:57949 - 27000 "HINFO IN 6562595950496629922.3686903551365511548. udp 57 false 512" NXDOMAIN qr,rd,ra 132 0.037577769s
	[INFO] SIGTERM: Shutting down servers then terminating
	[INFO] plugin/health: Going into lameduck mode for 5s
	
	
	==> describe nodes <==
	Name:               functional-332736
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=functional-332736
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=e087d081f23c6d1317bb12845422265d8d3490cf
	                    minikube.k8s.io/name=functional-332736
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2025_09_29T11_43_39_0700
	                    minikube.k8s.io/version=v1.37.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	Annotations:        node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 29 Sep 2025 11:43:35 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  functional-332736
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 29 Sep 2025 11:55:18 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 29 Sep 2025 11:55:18 +0000   Mon, 29 Sep 2025 11:43:34 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 29 Sep 2025 11:55:18 +0000   Mon, 29 Sep 2025 11:43:34 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 29 Sep 2025 11:55:18 +0000   Mon, 29 Sep 2025 11:43:34 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 29 Sep 2025 11:55:18 +0000   Mon, 29 Sep 2025 11:43:35 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    functional-332736
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32863448Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32863448Ki
	  pods:               110
	System Info:
	  Machine ID:                 a7946cc65e614a0893d9dd8c1272479b
	  System UUID:                ca009292-ee96-42fb-903a-5552a6b60fd0
	  Boot ID:                    67afa1fd-4f9a-4651-9639-1ca5665e29ac
	  Kernel Version:             6.8.0-1040-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:          (15 in total)
	  Namespace                   Name                                          CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                          ------------  ----------  ---------------  -------------  ---
	  default                     hello-node-75c85bcc94-5v4qm                   0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m2s
	  default                     hello-node-connect-7d85dfc575-bgqn6           0 (0%)        0 (0%)      0 (0%)           0 (0%)         10m
	  default                     mysql-5bb876957f-gwnh6                        600m (7%)     700m (8%)   512Mi (1%)       700Mi (2%)     10m
	  default                     nginx-svc                                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         10m
	  default                     sp-pod                                        0 (0%)        0 (0%)      0 (0%)           0 (0%)         10m
	  kube-system                 coredns-66bc5c9577-lntgf                      100m (1%)     0 (0%)      70Mi (0%)        170Mi (0%)     11m
	  kube-system                 etcd-functional-332736                        100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         11m
	  kube-system                 kindnet-mdffl                                 100m (1%)     100m (1%)   50Mi (0%)        50Mi (0%)      11m
	  kube-system                 kube-apiserver-functional-332736              250m (3%)     0 (0%)      0 (0%)           0 (0%)         10m
	  kube-system                 kube-controller-manager-functional-332736     200m (2%)     0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 kube-proxy-xq8j5                              0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 kube-scheduler-functional-332736              100m (1%)     0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 storage-provisioner                           0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  kubernetes-dashboard        dashboard-metrics-scraper-77bf4d6c4c-l9h2q    0 (0%)        0 (0%)      0 (0%)           0 (0%)         10m
	  kubernetes-dashboard        kubernetes-dashboard-855c9754f9-q7df4         0 (0%)        0 (0%)      0 (0%)           0 (0%)         10m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests     Limits
	  --------           --------     ------
	  cpu                1450m (18%)  800m (10%)
	  memory             732Mi (2%)   920Mi (2%)
	  ephemeral-storage  0 (0%)       0 (0%)
	  hugepages-1Gi      0 (0%)       0 (0%)
	  hugepages-2Mi      0 (0%)       0 (0%)
	Events:
	  Type    Reason                   Age                From             Message
	  ----    ------                   ----               ----             -------
	  Normal  Starting                 11m                kube-proxy       
	  Normal  Starting                 10m                kube-proxy       
	  Normal  NodeHasNoDiskPressure    11m (x8 over 11m)  kubelet          Node functional-332736 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientMemory  11m (x8 over 11m)  kubelet          Node functional-332736 status is now: NodeHasSufficientMemory
	  Normal  Starting                 11m                kubelet          Starting kubelet.
	  Normal  NodeHasSufficientPID     11m (x7 over 11m)  kubelet          Node functional-332736 status is now: NodeHasSufficientPID
	  Normal  NodeAllocatableEnforced  11m                kubelet          Updated Node Allocatable limit across pods
	  Normal  NodeHasSufficientPID     11m                kubelet          Node functional-332736 status is now: NodeHasSufficientPID
	  Normal  NodeAllocatableEnforced  11m                kubelet          Updated Node Allocatable limit across pods
	  Normal  NodeHasSufficientMemory  11m                kubelet          Node functional-332736 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    11m                kubelet          Node functional-332736 status is now: NodeHasNoDiskPressure
	  Normal  Starting                 11m                kubelet          Starting kubelet.
	  Normal  RegisteredNode           11m                node-controller  Node functional-332736 event: Registered Node functional-332736 in Controller
	  Normal  Starting                 10m                kubelet          Starting kubelet.
	  Normal  NodeHasSufficientMemory  10m (x8 over 10m)  kubelet          Node functional-332736 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    10m (x8 over 10m)  kubelet          Node functional-332736 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     10m (x7 over 10m)  kubelet          Node functional-332736 status is now: NodeHasSufficientPID
	  Normal  NodeAllocatableEnforced  10m                kubelet          Updated Node Allocatable limit across pods
	  Normal  RegisteredNode           10m                node-controller  Node functional-332736 event: Registered Node functional-332736 in Controller
	
	
	==> dmesg <==
	
	
	==> etcd [8c09a05cf5ab5337b89644b6687ab5543a1a08948fa9a5c3c95bdd346ea34afa] <==
	{"level":"warn","ts":"2025-09-29T11:44:43.666090Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53578","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.672655Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53584","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.679454Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53600","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.686064Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53628","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.692770Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53648","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.699104Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53664","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.705530Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53690","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.719566Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53704","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.726820Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53716","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.733603Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53728","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.740602Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53746","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.747482Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53772","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.753926Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53784","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.760822Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53808","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.767305Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53834","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.774225Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53838","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.781092Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53862","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.787697Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53878","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.802161Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53896","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.806364Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53902","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.812739Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53924","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:44:43.868184Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:53956","server-name":"","error":"EOF"}
	{"level":"info","ts":"2025-09-29T11:54:43.380987Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":1284}
	{"level":"info","ts":"2025-09-29T11:54:43.401769Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":1284,"took":"20.406074ms","hash":1215414226,"current-db-size-bytes":3973120,"current-db-size":"4.0 MB","current-db-size-in-use-bytes":2031616,"current-db-size-in-use":"2.0 MB"}
	{"level":"info","ts":"2025-09-29T11:54:43.401818Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":1215414226,"revision":1284,"compact-revision":-1}
	
	
	==> etcd [905572f1cc62ce7bf0f7ff2e16980409b80e04955968efe6ab74773ed8a72675] <==
	{"level":"warn","ts":"2025-09-29T11:43:34.905390Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:41906","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:43:34.913791Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:41924","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:43:34.923246Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:41950","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:43:34.938047Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:41974","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:43:34.946631Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:41996","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:43:34.953046Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:42022","server-name":"","error":"EOF"}
	{"level":"warn","ts":"2025-09-29T11:43:35.006764Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:42030","server-name":"","error":"EOF"}
	{"level":"info","ts":"2025-09-29T11:44:23.326342Z","caller":"osutil/interrupt_unix.go:65","msg":"received signal; shutting down","signal":"terminated"}
	{"level":"info","ts":"2025-09-29T11:44:23.326504Z","caller":"embed/etcd.go:426","msg":"closing etcd server","name":"functional-332736","data-dir":"/var/lib/minikube/etcd","advertise-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"]}
	{"level":"error","ts":"2025-09-29T11:44:23.326643Z","caller":"embed/etcd.go:912","msg":"setting up serving from embedded etcd failed.","error":"http: Server closed","stacktrace":"go.etcd.io/etcd/server/v3/embed.(*Etcd).errHandler\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:912\ngo.etcd.io/etcd/server/v3/embed.(*serveCtx).startHandler.func1\n\tgo.etcd.io/etcd/server/v3/embed/serve.go:90"}
	{"level":"error","ts":"2025-09-29T11:44:30.328742Z","caller":"embed/etcd.go:912","msg":"setting up serving from embedded etcd failed.","error":"http: Server closed","stacktrace":"go.etcd.io/etcd/server/v3/embed.(*Etcd).errHandler\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:912\ngo.etcd.io/etcd/server/v3/embed.(*serveCtx).startHandler.func1\n\tgo.etcd.io/etcd/server/v3/embed/serve.go:90"}
	{"level":"error","ts":"2025-09-29T11:44:30.330296Z","caller":"embed/etcd.go:912","msg":"setting up serving from embedded etcd failed.","error":"accept tcp 127.0.0.1:2381: use of closed network connection","stacktrace":"go.etcd.io/etcd/server/v3/embed.(*Etcd).errHandler\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:912\ngo.etcd.io/etcd/server/v3/embed.(*Etcd).startHandler.func1\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:906"}
	{"level":"info","ts":"2025-09-29T11:44:30.330353Z","caller":"etcdserver/server.go:1281","msg":"skipped leadership transfer for single voting member cluster","local-member-id":"aec36adc501070cc","current-leader-member-id":"aec36adc501070cc"}
	{"level":"info","ts":"2025-09-29T11:44:30.330405Z","caller":"etcdserver/server.go:2342","msg":"server has stopped; stopping storage version's monitor"}
	{"level":"info","ts":"2025-09-29T11:44:30.330417Z","caller":"etcdserver/server.go:2319","msg":"server has stopped; stopping cluster version's monitor"}
	{"level":"warn","ts":"2025-09-29T11:44:30.330439Z","caller":"embed/serve.go:245","msg":"stopping secure grpc server due to error","error":"accept tcp 192.168.49.2:2379: use of closed network connection"}
	{"level":"warn","ts":"2025-09-29T11:44:30.330443Z","caller":"embed/serve.go:245","msg":"stopping secure grpc server due to error","error":"accept tcp 127.0.0.1:2379: use of closed network connection"}
	{"level":"warn","ts":"2025-09-29T11:44:30.330520Z","caller":"embed/serve.go:247","msg":"stopped secure grpc server due to error","error":"accept tcp 127.0.0.1:2379: use of closed network connection"}
	{"level":"error","ts":"2025-09-29T11:44:30.330531Z","caller":"embed/etcd.go:912","msg":"setting up serving from embedded etcd failed.","error":"accept tcp 127.0.0.1:2379: use of closed network connection","stacktrace":"go.etcd.io/etcd/server/v3/embed.(*Etcd).errHandler\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:912\ngo.etcd.io/etcd/server/v3/embed.(*Etcd).startHandler.func1\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:906"}
	{"level":"warn","ts":"2025-09-29T11:44:30.330506Z","caller":"embed/serve.go:247","msg":"stopped secure grpc server due to error","error":"accept tcp 192.168.49.2:2379: use of closed network connection"}
	{"level":"error","ts":"2025-09-29T11:44:30.330567Z","caller":"embed/etcd.go:912","msg":"setting up serving from embedded etcd failed.","error":"accept tcp 192.168.49.2:2379: use of closed network connection","stacktrace":"go.etcd.io/etcd/server/v3/embed.(*Etcd).errHandler\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:912\ngo.etcd.io/etcd/server/v3/embed.(*Etcd).startHandler.func1\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:906"}
	{"level":"info","ts":"2025-09-29T11:44:30.332666Z","caller":"embed/etcd.go:621","msg":"stopping serving peer traffic","address":"192.168.49.2:2380"}
	{"level":"error","ts":"2025-09-29T11:44:30.332739Z","caller":"embed/etcd.go:912","msg":"setting up serving from embedded etcd failed.","error":"accept tcp 192.168.49.2:2380: use of closed network connection","stacktrace":"go.etcd.io/etcd/server/v3/embed.(*Etcd).errHandler\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:912\ngo.etcd.io/etcd/server/v3/embed.(*Etcd).startHandler.func1\n\tgo.etcd.io/etcd/server/v3/embed/etcd.go:906"}
	{"level":"info","ts":"2025-09-29T11:44:30.332774Z","caller":"embed/etcd.go:626","msg":"stopped serving peer traffic","address":"192.168.49.2:2380"}
	{"level":"info","ts":"2025-09-29T11:44:30.332785Z","caller":"embed/etcd.go:428","msg":"closed etcd server","name":"functional-332736","data-dir":"/var/lib/minikube/etcd","advertise-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"]}
	
	
	==> kernel <==
	 11:55:19 up 19:37,  0 users,  load average: 0.67, 0.46, 0.42
	Linux functional-332736 6.8.0-1040-gcp #42~22.04.1-Ubuntu SMP Tue Sep  9 13:30:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [7510199151057f310b61e7f97291517d93e254c0ca5d0d5dbf3daeef21657ae4] <==
	I0929 11:43:44.871425       1 main.go:109] connected to apiserver: https://10.96.0.1:443
	I0929 11:43:44.871798       1 main.go:139] hostIP = 192.168.49.2
	podIP = 192.168.49.2
	I0929 11:43:44.871971       1 main.go:148] setting mtu 1500 for CNI 
	I0929 11:43:44.871989       1 main.go:178] kindnetd IP family: "ipv4"
	I0929 11:43:44.872026       1 main.go:182] noMask IPv4 subnets: [10.244.0.0/16]
	time="2025-09-29T11:43:45Z" level=info msg="Created plugin 10-kube-network-policies (kindnetd, handles RunPodSandbox,RemovePodSandbox)"
	I0929 11:43:45.077017       1 controller.go:377] "Starting controller" name="kube-network-policies"
	I0929 11:43:45.077072       1 controller.go:381] "Waiting for informer caches to sync"
	I0929 11:43:45.077086       1 shared_informer.go:350] "Waiting for caches to sync" controller="kube-network-policies"
	I0929 11:43:45.077257       1 controller.go:390] nri plugin exited: failed to connect to NRI service: dial unix /var/run/nri/nri.sock: connect: no such file or directory
	I0929 11:43:45.477243       1 shared_informer.go:357] "Caches are synced" controller="kube-network-policies"
	I0929 11:43:45.477267       1 metrics.go:72] Registering metrics
	I0929 11:43:45.477308       1 controller.go:711] "Syncing nftables rules"
	I0929 11:43:55.081497       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:43:55.081592       1 main.go:301] handling current node
	I0929 11:44:05.081616       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:44:05.081646       1 main.go:301] handling current node
	I0929 11:44:15.085641       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:44:15.085675       1 main.go:301] handling current node
	
	
	==> kindnet [c49ac283701dd49086f1e037c40a8a45c8142b8a37eda0977e2ce4572b03e839] <==
	I0929 11:53:13.736933       1 main.go:301] handling current node
	I0929 11:53:23.736986       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:53:23.737036       1 main.go:301] handling current node
	I0929 11:53:33.741647       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:53:33.741689       1 main.go:301] handling current node
	I0929 11:53:43.743150       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:53:43.743195       1 main.go:301] handling current node
	I0929 11:53:53.737252       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:53:53.737285       1 main.go:301] handling current node
	I0929 11:54:03.742465       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:54:03.742519       1 main.go:301] handling current node
	I0929 11:54:13.740653       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:54:13.740683       1 main.go:301] handling current node
	I0929 11:54:23.737619       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:54:23.737652       1 main.go:301] handling current node
	I0929 11:54:33.741815       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:54:33.741849       1 main.go:301] handling current node
	I0929 11:54:43.741004       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:54:43.741042       1 main.go:301] handling current node
	I0929 11:54:53.738833       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:54:53.738871       1 main.go:301] handling current node
	I0929 11:55:03.741717       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:55:03.741761       1 main.go:301] handling current node
	I0929 11:55:13.738522       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0929 11:55:13.738585       1 main.go:301] handling current node
	
	
	==> kube-apiserver [042cc56066372acfe7cb6759b6c49ba50930b6d95b3773312df6569b4dc4f6d0] <==
	I0929 11:45:01.162681       1 alloc.go:328] "allocated clusterIPs" service="default/invalid-svc" clusterIPs={"IPv4":"10.99.215.194"}
	I0929 11:45:07.170426       1 alloc.go:328] "allocated clusterIPs" service="default/nginx-svc" clusterIPs={"IPv4":"10.109.65.118"}
	I0929 11:45:14.522874       1 controller.go:667] quota admission added evaluator for: namespaces
	I0929 11:45:14.632652       1 alloc.go:328] "allocated clusterIPs" service="kubernetes-dashboard/kubernetes-dashboard" clusterIPs={"IPv4":"10.96.177.124"}
	I0929 11:45:14.645039       1 alloc.go:328] "allocated clusterIPs" service="kubernetes-dashboard/dashboard-metrics-scraper" clusterIPs={"IPv4":"10.97.41.234"}
	I0929 11:45:17.506943       1 alloc.go:328] "allocated clusterIPs" service="default/mysql" clusterIPs={"IPv4":"10.111.105.85"}
	I0929 11:45:17.959615       1 alloc.go:328] "allocated clusterIPs" service="default/hello-node-connect" clusterIPs={"IPv4":"10.109.102.40"}
	I0929 11:45:52.144239       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:45:52.511622       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:47:08.106611       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:47:21.839998       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:48:10.911407       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:48:49.433089       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:49:36.686694       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:50:04.149749       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:50:17.848057       1 alloc.go:328] "allocated clusterIPs" service="default/hello-node" clusterIPs={"IPv4":"10.111.5.128"}
	I0929 11:51:01.958641       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:51:11.757989       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:52:29.053312       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:52:31.696279       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:53:40.659176       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:53:54.011123       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:54:44.289992       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0929 11:54:58.208130       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	I0929 11:55:09.460762       1 stats.go:136] "Error getting keys" err="empty key: \"\""
	
	
	==> kube-controller-manager [06bbeb47e71b869119c714c69f65c0cdefe37d81e77823eb81b7de6fc4ad0ad1] <==
	I0929 11:44:47.715898       1 shared_informer.go:356] "Caches are synced" controller="ephemeral"
	I0929 11:44:47.715945       1 shared_informer.go:356] "Caches are synced" controller="cronjob"
	I0929 11:44:47.716039       1 shared_informer.go:356] "Caches are synced" controller="crt configmap"
	I0929 11:44:47.716051       1 shared_informer.go:356] "Caches are synced" controller="HPA"
	I0929 11:44:47.717097       1 shared_informer.go:356] "Caches are synced" controller="deployment"
	I0929 11:44:47.717749       1 shared_informer.go:356] "Caches are synced" controller="bootstrap_signer"
	I0929 11:44:47.719742       1 shared_informer.go:356] "Caches are synced" controller="resource quota"
	I0929 11:44:47.720815       1 shared_informer.go:356] "Caches are synced" controller="taint"
	I0929 11:44:47.720921       1 node_lifecycle_controller.go:1221] "Initializing eviction metric for zone" logger="node-lifecycle-controller" zone=""
	I0929 11:44:47.721004       1 node_lifecycle_controller.go:873] "Missing timestamp for Node. Assuming now as a timestamp" logger="node-lifecycle-controller" node="functional-332736"
	I0929 11:44:47.721051       1 node_lifecycle_controller.go:1067] "Controller detected that zone is now in new state" logger="node-lifecycle-controller" zone="" newState="Normal"
	I0929 11:44:47.723259       1 shared_informer.go:356] "Caches are synced" controller="TTL after finished"
	I0929 11:44:47.725722       1 shared_informer.go:356] "Caches are synced" controller="endpoint"
	I0929 11:44:47.727997       1 shared_informer.go:356] "Caches are synced" controller="GC"
	I0929 11:44:47.731194       1 shared_informer.go:356] "Caches are synced" controller="certificate-csrsigning-kubelet-client"
	I0929 11:44:47.731226       1 shared_informer.go:356] "Caches are synced" controller="certificate-csrsigning-kubelet-serving"
	I0929 11:44:47.731247       1 shared_informer.go:356] "Caches are synced" controller="certificate-csrsigning-kube-apiserver-client"
	I0929 11:44:47.732400       1 shared_informer.go:356] "Caches are synced" controller="certificate-csrsigning-legacy-unknown"
	I0929 11:44:47.738786       1 shared_informer.go:356] "Caches are synced" controller="garbage collector"
	E0929 11:45:14.572635       1 replica_set.go:587] "Unhandled Error" err="sync \"kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c\" failed with pods \"dashboard-metrics-scraper-77bf4d6c4c-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0929 11:45:14.576722       1 replica_set.go:587] "Unhandled Error" err="sync \"kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c\" failed with pods \"dashboard-metrics-scraper-77bf4d6c4c-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0929 11:45:14.578232       1 replica_set.go:587] "Unhandled Error" err="sync \"kubernetes-dashboard/kubernetes-dashboard-855c9754f9\" failed with pods \"kubernetes-dashboard-855c9754f9-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0929 11:45:14.581342       1 replica_set.go:587] "Unhandled Error" err="sync \"kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c\" failed with pods \"dashboard-metrics-scraper-77bf4d6c4c-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0929 11:45:14.584037       1 replica_set.go:587] "Unhandled Error" err="sync \"kubernetes-dashboard/kubernetes-dashboard-855c9754f9\" failed with pods \"kubernetes-dashboard-855c9754f9-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0929 11:45:14.587319       1 replica_set.go:587] "Unhandled Error" err="sync \"kubernetes-dashboard/kubernetes-dashboard-855c9754f9\" failed with pods \"kubernetes-dashboard-855c9754f9-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	
	
	==> kube-controller-manager [55462eb751ab31aab71c8f83dbe1c1caa6d162b03b0e6df077024dcc2b4c3d26] <==
	I0929 11:44:32.676811       1 controllermanager.go:781] "Started controller" controller="service-cidr-controller"
	I0929 11:44:32.676930       1 servicecidrs_controller.go:137] "Starting" logger="service-cidr-controller" controller="service-cidr-controller"
	I0929 11:44:32.676948       1 shared_informer.go:349] "Waiting for caches to sync" controller="service-cidr-controller"
	I0929 11:44:32.682653       1 garbagecollector.go:144] "Starting controller" logger="garbage-collector-controller" controller="garbagecollector"
	I0929 11:44:32.682675       1 shared_informer.go:349] "Waiting for caches to sync" controller="garbage collector"
	I0929 11:44:32.682738       1 graph_builder.go:351] "Running" logger="garbage-collector-controller" component="GraphBuilder"
	I0929 11:44:32.682855       1 controllermanager.go:781] "Started controller" controller="garbage-collector-controller"
	I0929 11:44:32.684990       1 controllermanager.go:781] "Started controller" controller="replicaset-controller"
	I0929 11:44:32.685162       1 replica_set.go:243] "Starting controller" logger="replicaset-controller" name="replicaset"
	I0929 11:44:32.685181       1 shared_informer.go:349] "Waiting for caches to sync" controller="ReplicaSet"
	I0929 11:44:32.687058       1 controllermanager.go:781] "Started controller" controller="certificatesigningrequest-cleaner-controller"
	I0929 11:44:32.687100       1 cleaner.go:83] "Starting CSR cleaner controller" logger="certificatesigningrequest-cleaner-controller"
	I0929 11:44:32.689123       1 controllermanager.go:781] "Started controller" controller="ttl-controller"
	I0929 11:44:32.689196       1 ttl_controller.go:127] "Starting TTL controller" logger="ttl-controller"
	I0929 11:44:32.689218       1 shared_informer.go:349] "Waiting for caches to sync" controller="TTL"
	I0929 11:44:32.691092       1 controllermanager.go:781] "Started controller" controller="bootstrap-signer-controller"
	I0929 11:44:32.691334       1 shared_informer.go:349] "Waiting for caches to sync" controller="bootstrap_signer"
	I0929 11:44:32.693564       1 controllermanager.go:781] "Started controller" controller="persistentvolume-attach-detach-controller"
	I0929 11:44:32.693739       1 attach_detach_controller.go:336] "Starting attach detach controller" logger="persistentvolume-attach-detach-controller"
	I0929 11:44:32.693754       1 shared_informer.go:349] "Waiting for caches to sync" controller="attach detach"
	I0929 11:44:33.197933       1 range_allocator.go:112] "No Secondary Service CIDR provided. Skipping filtering out secondary service addresses" logger="node-ipam-controller"
	I0929 11:44:33.198057       1 controllermanager.go:781] "Started controller" controller="node-ipam-controller"
	I0929 11:44:33.198274       1 node_ipam_controller.go:141] "Starting ipam controller" logger="node-ipam-controller"
	I0929 11:44:33.198338       1 shared_informer.go:349] "Waiting for caches to sync" controller="node"
	F0929 11:44:33.198503       1 client_builder_dynamic.go:154] Get "https://192.168.49.2:8441/api/v1/namespaces/kube-system/serviceaccounts/node-controller": dial tcp 192.168.49.2:8441: connect: connection refused
	
	
	==> kube-proxy [c44bebdcd9f356c782c8367d0d93d6d8cd17f8ad411472a6d3357fe037723f69] <==
	I0929 11:43:44.356153       1 server_linux.go:53] "Using iptables proxy"
	I0929 11:43:44.425620       1 shared_informer.go:349] "Waiting for caches to sync" controller="node informer cache"
	I0929 11:43:44.526302       1 shared_informer.go:356] "Caches are synced" controller="node informer cache"
	I0929 11:43:44.526373       1 server.go:219] "Successfully retrieved NodeIPs" NodeIPs=["192.168.49.2"]
	E0929 11:43:44.526531       1 server.go:256] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
	I0929 11:43:44.549896       1 server.go:265] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0929 11:43:44.549980       1 server_linux.go:132] "Using iptables Proxier"
	I0929 11:43:44.555781       1 proxier.go:242] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses" ipFamily="IPv4"
	I0929 11:43:44.556281       1 server.go:527] "Version info" version="v1.34.0"
	I0929 11:43:44.556312       1 server.go:529] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0929 11:43:44.557940       1 config.go:200] "Starting service config controller"
	I0929 11:43:44.557970       1 shared_informer.go:349] "Waiting for caches to sync" controller="service config"
	I0929 11:43:44.557988       1 config.go:106] "Starting endpoint slice config controller"
	I0929 11:43:44.558015       1 shared_informer.go:349] "Waiting for caches to sync" controller="endpoint slice config"
	I0929 11:43:44.558102       1 config.go:309] "Starting node config controller"
	I0929 11:43:44.558113       1 shared_informer.go:349] "Waiting for caches to sync" controller="node config"
	I0929 11:43:44.558143       1 config.go:403] "Starting serviceCIDR config controller"
	I0929 11:43:44.558148       1 shared_informer.go:349] "Waiting for caches to sync" controller="serviceCIDR config"
	I0929 11:43:44.658125       1 shared_informer.go:356] "Caches are synced" controller="service config"
	I0929 11:43:44.658173       1 shared_informer.go:356] "Caches are synced" controller="serviceCIDR config"
	I0929 11:43:44.658148       1 shared_informer.go:356] "Caches are synced" controller="endpoint slice config"
	I0929 11:43:44.658198       1 shared_informer.go:356] "Caches are synced" controller="node config"
	
	
	==> kube-proxy [dbd8612515df74178fc0eab6eddfc120ff4c2d5a4aad0f4ec9e43faad7dee371] <==
	I0929 11:44:24.346731       1 server_linux.go:53] "Using iptables proxy"
	I0929 11:44:24.408431       1 shared_informer.go:349] "Waiting for caches to sync" controller="node informer cache"
	I0929 11:44:24.508701       1 shared_informer.go:356] "Caches are synced" controller="node informer cache"
	I0929 11:44:24.508741       1 server.go:219] "Successfully retrieved NodeIPs" NodeIPs=["192.168.49.2"]
	E0929 11:44:24.508919       1 server.go:256] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
	I0929 11:44:24.532699       1 server.go:265] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0929 11:44:24.532752       1 server_linux.go:132] "Using iptables Proxier"
	I0929 11:44:24.538409       1 proxier.go:242] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses" ipFamily="IPv4"
	I0929 11:44:24.538815       1 server.go:527] "Version info" version="v1.34.0"
	I0929 11:44:24.538858       1 server.go:529] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0929 11:44:24.540302       1 config.go:403] "Starting serviceCIDR config controller"
	I0929 11:44:24.540334       1 shared_informer.go:349] "Waiting for caches to sync" controller="serviceCIDR config"
	I0929 11:44:24.540309       1 config.go:200] "Starting service config controller"
	I0929 11:44:24.540423       1 shared_informer.go:349] "Waiting for caches to sync" controller="service config"
	I0929 11:44:24.540335       1 config.go:106] "Starting endpoint slice config controller"
	I0929 11:44:24.540444       1 shared_informer.go:349] "Waiting for caches to sync" controller="endpoint slice config"
	I0929 11:44:24.540457       1 config.go:309] "Starting node config controller"
	I0929 11:44:24.540469       1 shared_informer.go:349] "Waiting for caches to sync" controller="node config"
	I0929 11:44:24.540476       1 shared_informer.go:356] "Caches are synced" controller="node config"
	I0929 11:44:24.640678       1 shared_informer.go:356] "Caches are synced" controller="endpoint slice config"
	I0929 11:44:24.640678       1 shared_informer.go:356] "Caches are synced" controller="serviceCIDR config"
	I0929 11:44:24.640685       1 shared_informer.go:356] "Caches are synced" controller="service config"
	
	
	==> kube-scheduler [3f3079de2bdedb8b2827b321a8c2d97e8a5b6854618566c166a9466c599e5e59] <==
	E0929 11:43:35.415615       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0929 11:43:35.415729       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolumeClaim"
	E0929 11:43:35.415752       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
	E0929 11:43:35.415828       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceClaim: resourceclaims.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceclaims\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceClaim"
	E0929 11:43:36.296242       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Pod"
	E0929 11:43:36.372726       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"
	E0929 11:43:36.372959       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceSlice: resourceslices.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceslices\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceSlice"
	E0929 11:43:36.409643       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PodDisruptionBudget"
	E0929 11:43:36.470919       1 reflector.go:205] "Failed to watch" err="failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolumeClaim"
	E0929 11:43:36.527463       1 reflector.go:205] "Failed to watch" err="failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Namespace"
	E0929 11:43:36.532466       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicationController"
	E0929 11:43:36.533285       1 reflector.go:205] "Failed to watch" err="failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIStorageCapacity"
	E0929 11:43:36.545614       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0929 11:43:36.561935       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"
	E0929 11:43:36.610079       1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
	E0929 11:43:36.611967       1 reflector.go:205] "Failed to watch" err="failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
	E0929 11:43:36.630373       1 reflector.go:205] "Failed to watch" err="failed to list *v1.DeviceClass: deviceclasses.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"deviceclasses\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.DeviceClass"
	E0929 11:43:36.641638       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"
	I0929 11:43:39.213441       1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0929 11:44:30.386819       1 configmap_cafile_content.go:226] "Shutting down controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0929 11:44:30.386911       1 tlsconfig.go:258] "Shutting down DynamicServingCertificateController"
	I0929 11:44:30.387062       1 secure_serving.go:259] Stopped listening on 127.0.0.1:10259
	I0929 11:44:30.387170       1 server.go:263] "[graceful-termination] secure server has stopped listening"
	I0929 11:44:30.387186       1 server.go:265] "[graceful-termination] secure server is exiting"
	E0929 11:44:30.387214       1 run.go:72] "command failed" err="finished without leader elect"
	
	
	==> kube-scheduler [5b6983f612b91009f437e3736445a9d47ace899e71d25db64946d86dfe2ce405] <==
	I0929 11:44:31.885460       1 serving.go:386] Generated self-signed cert in-memory
	I0929 11:44:32.498616       1 server.go:175] "Starting Kubernetes Scheduler" version="v1.34.0"
	I0929 11:44:32.498644       1 server.go:177] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0929 11:44:32.506187       1 configmap_cafile_content.go:205] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0929 11:44:32.506195       1 requestheader_controller.go:180] Starting RequestHeaderAuthRequestController
	I0929 11:44:32.506243       1 shared_informer.go:349] "Waiting for caches to sync" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0929 11:44:32.506245       1 shared_informer.go:349] "Waiting for caches to sync" controller="RequestHeaderAuthRequestController"
	I0929 11:44:32.506213       1 configmap_cafile_content.go:205] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file"
	I0929 11:44:32.506941       1 shared_informer.go:349] "Waiting for caches to sync" controller="client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file"
	I0929 11:44:32.507593       1 secure_serving.go:211] Serving securely on 127.0.0.1:10259
	I0929 11:44:32.507786       1 tlsconfig.go:243] "Starting DynamicServingCertificateController"
	I0929 11:44:32.607035       1 shared_informer.go:356] "Caches are synced" controller="RequestHeaderAuthRequestController"
	I0929 11:44:32.607079       1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file"
	I0929 11:44:32.607098       1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	E0929 11:44:44.266936       1 reflector.go:205] "Failed to watch" err="namespaces is forbidden: User \"system:kube-scheduler\" cannot watch resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Namespace"
	E0929 11:44:44.267085       1 reflector.go:205] "Failed to watch" err="pods is forbidden: User \"system:kube-scheduler\" cannot watch resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Pod"
	E0929 11:44:44.267123       1 reflector.go:205] "Failed to watch" err="storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot watch resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0929 11:44:44.267142       1 reflector.go:205] "Failed to watch" err="csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot watch resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
	E0929 11:44:44.267163       1 reflector.go:205] "Failed to watch" err="csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot watch resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIDriver"
	E0929 11:44:44.267188       1 reflector.go:205] "Failed to watch" err="services is forbidden: User \"system:kube-scheduler\" cannot watch resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0929 11:44:44.267201       1 reflector.go:205] "Failed to watch" err="poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot watch resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PodDisruptionBudget"
	E0929 11:44:44.267216       1 reflector.go:205] "Failed to watch" err="statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot watch resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
	E0929 11:44:44.284507       1 reflector.go:205] "Failed to watch" err="configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot watch resource \"configmaps\" in API group \"\" in the namespace \"kube-system\"" logger="UnhandledError" reflector="runtime/asm_amd64.s:1700" type="*v1.ConfigMap"
	E0929 11:44:44.289996       1 reflector.go:205] "Failed to watch" err="configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot watch resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": RBAC: [role.rbac.authorization.k8s.io \"extension-apiserver-authentication-reader\" not found, role.rbac.authorization.k8s.io \"system::leader-locking-kube-scheduler\" not found]" logger="UnhandledError" reflector="runtime/asm_amd64.s:1700" type="*v1.ConfigMap"
	
	
	==> kubelet <==
	Sep 29 11:54:28 functional-332736 kubelet[5121]: E0929 11:54:28.550721    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c-l9h2q" podUID="9c538a15-e7ed-49fd-957b-dbe5
b591a10b"
	Sep 29 11:54:31 functional-332736 kubelet[5121]: E0929 11:54:31.546911    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="ecea0998-cad2-462d-a60c-c7e52bb5a4e2"
	Sep 29 11:54:31 functional-332736 kubelet[5121]: E0929 11:54:31.547798    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"mysql\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/mysql:5.7\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/mysql:5.7\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/mysql-5bb876957f-gwnh6" podUID="ccba6f43-e38c-4aee-9846-fac07c36dc13"
	Sep 29 11:54:32 functional-332736 kubelet[5121]: E0929 11:54:32.547636    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"echo-server\" with ImagePullBackOff: \"Back-off pulling image \\\"kicbase/echo-server\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kicbase/echo-server:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/hello-node-connect-7d85dfc575-bgqn6" podUID="278e0bfc-7a24-4a97-beab-6b576e7c65aa"
	Sep 29 11:54:32 functional-332736 kubelet[5121]: E0929 11:54:32.548254    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-855c9754f9-q7df4" podUID="05f6a706-0514-441d-af48-af80c7898543"
	Sep 29 11:54:38 functional-332736 kubelet[5121]: E0929 11:54:38.546308    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"echo-server\" with ImagePullBackOff: \"Back-off pulling image \\\"kicbase/echo-server\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kicbase/echo-server:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/hello-node-75c85bcc94-5v4qm" podUID="60d9f88b-aa80-4665-a70a-3f3e13efe837"
	Sep 29 11:54:42 functional-332736 kubelet[5121]: E0929 11:54:42.548513    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c-l9h2q" podUID="9c538a15-e7ed-49fd-957b-dbe5
b591a10b"
	Sep 29 11:54:42 functional-332736 kubelet[5121]: E0929 11:54:42.548514    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"mysql\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/mysql:5.7\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/mysql:5.7\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/mysql-5bb876957f-gwnh6" podUID="ccba6f43-e38c-4aee-9846-fac07c36dc13"
	Sep 29 11:54:43 functional-332736 kubelet[5121]: E0929 11:54:43.546516    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"echo-server\" with ImagePullBackOff: \"Back-off pulling image \\\"kicbase/echo-server\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kicbase/echo-server:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/hello-node-connect-7d85dfc575-bgqn6" podUID="278e0bfc-7a24-4a97-beab-6b576e7c65aa"
	Sep 29 11:54:44 functional-332736 kubelet[5121]: E0929 11:54:44.546728    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="ecea0998-cad2-462d-a60c-c7e52bb5a4e2"
	Sep 29 11:54:44 functional-332736 kubelet[5121]: E0929 11:54:44.547506    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-855c9754f9-q7df4" podUID="05f6a706-0514-441d-af48-af80c7898543"
	Sep 29 11:54:51 functional-332736 kubelet[5121]: E0929 11:54:51.546675    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"echo-server\" with ImagePullBackOff: \"Back-off pulling image \\\"kicbase/echo-server\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kicbase/echo-server:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/hello-node-75c85bcc94-5v4qm" podUID="60d9f88b-aa80-4665-a70a-3f3e13efe837"
	Sep 29 11:54:53 functional-332736 kubelet[5121]: E0929 11:54:53.547415    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"mysql\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/mysql:5.7\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/mysql:5.7\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/mysql-5bb876957f-gwnh6" podUID="ccba6f43-e38c-4aee-9846-fac07c36dc13"
	Sep 29 11:54:55 functional-332736 kubelet[5121]: E0929 11:54:55.547808    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c-l9h2q" podUID="9c538a15-e7ed-49fd-957b-dbe5
b591a10b"
	Sep 29 11:54:58 functional-332736 kubelet[5121]: E0929 11:54:58.547431    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"echo-server\" with ImagePullBackOff: \"Back-off pulling image \\\"kicbase/echo-server\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kicbase/echo-server:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/hello-node-connect-7d85dfc575-bgqn6" podUID="278e0bfc-7a24-4a97-beab-6b576e7c65aa"
	Sep 29 11:54:58 functional-332736 kubelet[5121]: E0929 11:54:58.548115    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-855c9754f9-q7df4" podUID="05f6a706-0514-441d-af48-af80c7898543"
	Sep 29 11:54:59 functional-332736 kubelet[5121]: E0929 11:54:59.546604    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="ecea0998-cad2-462d-a60c-c7e52bb5a4e2"
	Sep 29 11:55:02 functional-332736 kubelet[5121]: E0929 11:55:02.547694    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"echo-server\" with ImagePullBackOff: \"Back-off pulling image \\\"kicbase/echo-server\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kicbase/echo-server:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/hello-node-75c85bcc94-5v4qm" podUID="60d9f88b-aa80-4665-a70a-3f3e13efe837"
	Sep 29 11:55:04 functional-332736 kubelet[5121]: E0929 11:55:04.548216    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"mysql\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/mysql:5.7\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/mysql:5.7\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/mysql-5bb876957f-gwnh6" podUID="ccba6f43-e38c-4aee-9846-fac07c36dc13"
	Sep 29 11:55:08 functional-332736 kubelet[5121]: E0929 11:55:08.547277    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-77bf4d6c4c-l9h2q" podUID="9c538a15-e7ed-49fd-957b-dbe5
b591a10b"
	Sep 29 11:55:12 functional-332736 kubelet[5121]: E0929 11:55:12.547337    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"echo-server\" with ImagePullBackOff: \"Back-off pulling image \\\"kicbase/echo-server\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kicbase/echo-server:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/hello-node-connect-7d85dfc575-bgqn6" podUID="278e0bfc-7a24-4a97-beab-6b576e7c65aa"
	Sep 29 11:55:12 functional-332736 kubelet[5121]: E0929 11:55:12.548222    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-855c9754f9-q7df4" podUID="05f6a706-0514-441d-af48-af80c7898543"
	Sep 29 11:55:14 functional-332736 kubelet[5121]: E0929 11:55:14.546759    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="ecea0998-cad2-462d-a60c-c7e52bb5a4e2"
	Sep 29 11:55:15 functional-332736 kubelet[5121]: E0929 11:55:15.547845    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"mysql\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/mysql:5.7\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/mysql:5.7\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/mysql-5bb876957f-gwnh6" podUID="ccba6f43-e38c-4aee-9846-fac07c36dc13"
	Sep 29 11:55:16 functional-332736 kubelet[5121]: E0929 11:55:16.546215    5121 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"echo-server\" with ImagePullBackOff: \"Back-off pulling image \\\"kicbase/echo-server\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kicbase/echo-server:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/hello-node-75c85bcc94-5v4qm" podUID="60d9f88b-aa80-4665-a70a-3f3e13efe837"
	
	
	==> storage-provisioner [112d28791ce53fddef9848db517c10d797d163a0bad7bc581ab29abf4e8b9eb0] <==
	W0929 11:54:53.856053       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:54:55.859701       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:54:55.864330       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:54:57.867904       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:54:57.872005       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:54:59.876133       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:54:59.880527       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:01.884222       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:01.890279       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:03.893530       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:03.897883       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:05.901028       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:05.905060       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:07.908699       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:07.912919       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:09.916670       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:09.923509       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:11.927109       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:11.931326       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:13.934497       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:13.938603       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:15.942403       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:15.946589       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:17.950129       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:55:17.959261       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	
	
	==> storage-provisioner [9f630ec8add4b30efb4c624051f6dace079eacf9212a1de3f197d73130fa749b] <==
	I0929 11:44:15.241453       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0929 11:44:15.249910       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0929 11:44:15.249963       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	W0929 11:44:15.252437       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:44:15.257853       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	I0929 11:44:15.258023       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0929 11:44:15.258204       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_functional-332736_2d826673-7896-4c64-959b-21eabb7e722b!
	I0929 11:44:15.258204       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"763f7a6d-e199-4ff4-a208-cd49a06ddcaf", APIVersion:"v1", ResourceVersion:"467", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' functional-332736_2d826673-7896-4c64-959b-21eabb7e722b became leader
	W0929 11:44:15.260265       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:44:15.263899       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	I0929 11:44:15.358707       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_functional-332736_2d826673-7896-4c64-959b-21eabb7e722b!
	W0929 11:44:17.267530       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0929 11:44:17.272342       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 functional-332736 -n functional-332736
helpers_test.go:269: (dbg) Run:  kubectl --context functional-332736 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:280: non-running pods: busybox-mount hello-node-75c85bcc94-5v4qm hello-node-connect-7d85dfc575-bgqn6 mysql-5bb876957f-gwnh6 sp-pod dashboard-metrics-scraper-77bf4d6c4c-l9h2q kubernetes-dashboard-855c9754f9-q7df4
helpers_test.go:282: ======> post-mortem[TestFunctional/parallel/MySQL]: describe non-running pods <======
helpers_test.go:285: (dbg) Run:  kubectl --context functional-332736 describe pod busybox-mount hello-node-75c85bcc94-5v4qm hello-node-connect-7d85dfc575-bgqn6 mysql-5bb876957f-gwnh6 sp-pod dashboard-metrics-scraper-77bf4d6c4c-l9h2q kubernetes-dashboard-855c9754f9-q7df4
helpers_test.go:285: (dbg) Non-zero exit: kubectl --context functional-332736 describe pod busybox-mount hello-node-75c85bcc94-5v4qm hello-node-connect-7d85dfc575-bgqn6 mysql-5bb876957f-gwnh6 sp-pod dashboard-metrics-scraper-77bf4d6c4c-l9h2q kubernetes-dashboard-855c9754f9-q7df4: exit status 1 (107.603415ms)

                                                
                                                
-- stdout --
	Name:             busybox-mount
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-332736/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:45:09 +0000
	Labels:           integration-test=busybox-mount
	Annotations:      <none>
	Status:           Succeeded
	IP:               10.244.0.5
	IPs:
	  IP:  10.244.0.5
	Containers:
	  mount-munger:
	    Container ID:  containerd://f4279b3f38eb19c49ca7b357fd74e174a55eca135cb79112d0a5810cd1adb70a
	    Image:         gcr.io/k8s-minikube/busybox:1.28.4-glibc
	    Image ID:      gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e
	    Port:          <none>
	    Host Port:     <none>
	    Command:
	      /bin/sh
	      -c
	      --
	    Args:
	      cat /mount-9p/created-by-test; echo test > /mount-9p/created-by-pod; rm /mount-9p/created-by-test-removed-by-pod; echo test > /mount-9p/created-by-pod-removed-by-test date >> /mount-9p/pod-dates
	    State:          Terminated
	      Reason:       Completed
	      Exit Code:    0
	      Started:      Mon, 29 Sep 2025 11:45:11 +0000
	      Finished:     Mon, 29 Sep 2025 11:45:11 +0000
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /mount-9p from test-volume (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-smxqb (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   False 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  test-volume:
	    Type:          HostPath (bare host directory volume)
	    Path:          /mount-9p
	    HostPathType:  
	  kube-api-access-smxqb:
	    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  10m   default-scheduler  Successfully assigned default/busybox-mount to functional-332736
	  Normal  Pulling    10m   kubelet            Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
	  Normal  Pulled     10m   kubelet            Successfully pulled image "gcr.io/k8s-minikube/busybox:1.28.4-glibc" in 1.49s (1.49s including waiting). Image size: 2395207 bytes.
	  Normal  Created    10m   kubelet            Created container: mount-munger
	  Normal  Started    10m   kubelet            Started container mount-munger
	
	
	Name:             hello-node-75c85bcc94-5v4qm
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-332736/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:50:17 +0000
	Labels:           app=hello-node
	                  pod-template-hash=75c85bcc94
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.11
	IPs:
	  IP:           10.244.0.11
	Controlled By:  ReplicaSet/hello-node-75c85bcc94
	Containers:
	  echo-server:
	    Container ID:   
	    Image:          kicbase/echo-server
	    Image ID:       
	    Port:           <none>
	    Host Port:      <none>
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-hznch (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-hznch:
	    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  5m2s                   default-scheduler  Successfully assigned default/hello-node-75c85bcc94-5v4qm to functional-332736
	  Warning  Failed     3m34s (x2 over 4m24s)  kubelet            Failed to pull image "kicbase/echo-server": failed to pull and unpack image "docker.io/kicbase/echo-server:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Normal   Pulling    2m11s (x5 over 5m2s)   kubelet            Pulling image "kicbase/echo-server"
	  Warning  Failed     2m11s (x3 over 5m2s)   kubelet            Failed to pull image "kicbase/echo-server": failed to pull and unpack image "docker.io/kicbase/echo-server:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Warning  Failed     2m11s (x5 over 5m2s)   kubelet            Error: ErrImagePull
	  Warning  Failed     68s (x15 over 5m1s)    kubelet            Error: ImagePullBackOff
	  Normal   BackOff    4s (x20 over 5m1s)     kubelet            Back-off pulling image "kicbase/echo-server"
	
	
	Name:             hello-node-connect-7d85dfc575-bgqn6
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-332736/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:45:17 +0000
	Labels:           app=hello-node-connect
	                  pod-template-hash=7d85dfc575
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.10
	IPs:
	  IP:           10.244.0.10
	Controlled By:  ReplicaSet/hello-node-connect-7d85dfc575
	Containers:
	  echo-server:
	    Container ID:   
	    Image:          kicbase/echo-server
	    Image ID:       
	    Port:           <none>
	    Host Port:      <none>
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-v4t2s (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-v4t2s:
	    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  10m                   default-scheduler  Successfully assigned default/hello-node-connect-7d85dfc575-bgqn6 to functional-332736
	  Warning  Failed     8m45s                 kubelet            Failed to pull image "kicbase/echo-server": failed to pull and unpack image "docker.io/kicbase/echo-server:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Normal   Pulling    7m18s (x5 over 10m)   kubelet            Pulling image "kicbase/echo-server"
	  Warning  Failed     7m18s (x4 over 10m)   kubelet            Failed to pull image "kicbase/echo-server": failed to pull and unpack image "docker.io/kicbase/echo-server:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Warning  Failed     7m18s (x5 over 10m)   kubelet            Error: ErrImagePull
	  Warning  Failed     4m58s (x20 over 10m)  kubelet            Error: ImagePullBackOff
	  Normal   BackOff    4m46s (x21 over 10m)  kubelet            Back-off pulling image "kicbase/echo-server"
	
	
	Name:             mysql-5bb876957f-gwnh6
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-332736/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:45:17 +0000
	Labels:           app=mysql
	                  pod-template-hash=5bb876957f
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.9
	IPs:
	  IP:           10.244.0.9
	Controlled By:  ReplicaSet/mysql-5bb876957f
	Containers:
	  mysql:
	    Container ID:   
	    Image:          docker.io/mysql:5.7
	    Image ID:       
	    Port:           3306/TCP (mysql)
	    Host Port:      0/TCP (mysql)
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Limits:
	      cpu:     700m
	      memory:  700Mi
	    Requests:
	      cpu:     600m
	      memory:  512Mi
	    Environment:
	      MYSQL_ROOT_PASSWORD:  password
	    Mounts:
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-kjl25 (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-kjl25:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    Optional:                false
	    DownwardAPI:             true
	QoS Class:                   Burstable
	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  10m                   default-scheduler  Successfully assigned default/mysql-5bb876957f-gwnh6 to functional-332736
	  Warning  Failed     7m17s (x5 over 10m)   kubelet            Failed to pull image "docker.io/mysql:5.7": failed to pull and unpack image "docker.io/library/mysql:5.7": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Warning  Failed     7m17s (x5 over 10m)   kubelet            Error: ErrImagePull
	  Warning  Failed     4m54s (x19 over 10m)  kubelet            Error: ImagePullBackOff
	  Normal   BackOff    4m40s (x20 over 10m)  kubelet            Back-off pulling image "docker.io/mysql:5.7"
	  Normal   Pulling    4m26s (x6 over 10m)   kubelet            Pulling image "docker.io/mysql:5.7"
	
	
	Name:             sp-pod
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-332736/192.168.49.2
	Start Time:       Mon, 29 Sep 2025 11:45:12 +0000
	Labels:           test=storage-provisioner
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.6
	IPs:
	  IP:  10.244.0.6
	Containers:
	  myfrontend:
	    Container ID:   
	    Image:          docker.io/nginx
	    Image ID:       
	    Port:           <none>
	    Host Port:      <none>
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /tmp/mount from mypd (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-rmfcs (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  mypd:
	    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
	    ClaimName:  myclaim
	    ReadOnly:   false
	  kube-api-access-rmfcs:
	    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  10m                  default-scheduler  Successfully assigned default/sp-pod to functional-332736
	  Normal   Pulling    7m13s (x5 over 10m)  kubelet            Pulling image "docker.io/nginx"
	  Warning  Failed     7m13s (x5 over 10m)  kubelet            Failed to pull image "docker.io/nginx": failed to pull and unpack image "docker.io/library/nginx:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Warning  Failed     7m13s (x5 over 10m)  kubelet            Error: ErrImagePull
	  Normal   BackOff    6s (x44 over 10m)    kubelet            Back-off pulling image "docker.io/nginx"
	  Warning  Failed     6s (x44 over 10m)    kubelet            Error: ImagePullBackOff

                                                
                                                
-- /stdout --
** stderr ** 
	Error from server (NotFound): pods "dashboard-metrics-scraper-77bf4d6c4c-l9h2q" not found
	Error from server (NotFound): pods "kubernetes-dashboard-855c9754f9-q7df4" not found

                                                
                                                
** /stderr **
helpers_test.go:287: kubectl --context functional-332736 describe pod busybox-mount hello-node-75c85bcc94-5v4qm hello-node-connect-7d85dfc575-bgqn6 mysql-5bb876957f-gwnh6 sp-pod dashboard-metrics-scraper-77bf4d6c4c-l9h2q kubernetes-dashboard-855c9754f9-q7df4: exit status 1
--- FAIL: TestFunctional/parallel/MySQL (603.18s)

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmd/DeployApp (600.61s)

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/DeployApp
functional_test.go:1451: (dbg) Run:  kubectl --context functional-332736 create deployment hello-node --image kicbase/echo-server
functional_test.go:1455: (dbg) Run:  kubectl --context functional-332736 expose deployment hello-node --type=NodePort --port=8080
functional_test.go:1460: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: waiting 10m0s for pods matching "app=hello-node" in namespace "default" ...
helpers_test.go:352: "hello-node-75c85bcc94-5v4qm" [60d9f88b-aa80-4665-a70a-3f3e13efe837] Pending / Ready:ContainersNotReady (containers with unready status: [echo-server]) / ContainersReady:ContainersNotReady (containers with unready status: [echo-server])
functional_test.go:1460: ***** TestFunctional/parallel/ServiceCmd/DeployApp: pod "app=hello-node" failed to start within 10m0s: context deadline exceeded ****
functional_test.go:1460: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p functional-332736 -n functional-332736
functional_test.go:1460: TestFunctional/parallel/ServiceCmd/DeployApp: showing logs for failed pods as of 2025-09-29 12:00:18.177289734 +0000 UTC m=+2895.338540289
functional_test.go:1460: (dbg) Run:  kubectl --context functional-332736 describe po hello-node-75c85bcc94-5v4qm -n default
functional_test.go:1460: (dbg) kubectl --context functional-332736 describe po hello-node-75c85bcc94-5v4qm -n default:
Name:             hello-node-75c85bcc94-5v4qm
Namespace:        default
Priority:         0
Service Account:  default
Node:             functional-332736/192.168.49.2
Start Time:       Mon, 29 Sep 2025 11:50:17 +0000
Labels:           app=hello-node
pod-template-hash=75c85bcc94
Annotations:      <none>
Status:           Pending
IP:               10.244.0.11
IPs:
IP:           10.244.0.11
Controlled By:  ReplicaSet/hello-node-75c85bcc94
Containers:
echo-server:
Container ID:   
Image:          kicbase/echo-server
Image ID:       
Port:           <none>
Host Port:      <none>
State:          Waiting
Reason:       ImagePullBackOff
Ready:          False
Restart Count:  0
Environment:    <none>
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-hznch (ro)
Conditions:
Type                        Status
PodReadyToStartContainers   True 
Initialized                 True 
Ready                       False 
ContainersReady             False 
PodScheduled                True 
Volumes:
kube-api-access-hznch:
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  10m                     default-scheduler  Successfully assigned default/hello-node-75c85bcc94-5v4qm to functional-332736
Warning  Failed     8m32s (x2 over 9m22s)   kubelet            Failed to pull image "kicbase/echo-server": failed to pull and unpack image "docker.io/kicbase/echo-server:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Normal   Pulling    7m9s (x5 over 10m)      kubelet            Pulling image "kicbase/echo-server"
Warning  Failed     7m9s (x3 over 10m)      kubelet            Failed to pull image "kicbase/echo-server": failed to pull and unpack image "docker.io/kicbase/echo-server:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kicbase/echo-server/manifests/sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Warning  Failed     7m9s (x5 over 10m)      kubelet            Error: ErrImagePull
Normal   BackOff    4m47s (x21 over 9m59s)  kubelet            Back-off pulling image "kicbase/echo-server"
Warning  Failed     4m47s (x21 over 9m59s)  kubelet            Error: ImagePullBackOff
functional_test.go:1460: (dbg) Run:  kubectl --context functional-332736 logs hello-node-75c85bcc94-5v4qm -n default
functional_test.go:1460: (dbg) Non-zero exit: kubectl --context functional-332736 logs hello-node-75c85bcc94-5v4qm -n default: exit status 1 (75.342742ms)

                                                
                                                
** stderr ** 
	Error from server (BadRequest): container "echo-server" in pod "hello-node-75c85bcc94-5v4qm" is waiting to start: trying and failing to pull image

                                                
                                                
** /stderr **
functional_test.go:1460: kubectl --context functional-332736 logs hello-node-75c85bcc94-5v4qm -n default: exit status 1
functional_test.go:1461: failed waiting for hello-node pod: app=hello-node within 10m0s: context deadline exceeded
--- FAIL: TestFunctional/parallel/ServiceCmd/DeployApp (600.61s)

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmd/HTTPS (0.55s)

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/HTTPS
functional_test.go:1519: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 service --namespace=default --https --url hello-node
functional_test.go:1519: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-332736 service --namespace=default --https --url hello-node: exit status 115 (549.913776ms)

                                                
                                                
-- stdout --
	https://192.168.49.2:32043
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	X Exiting due to SVC_UNREACHABLE: service not available: no running pod for service hello-node found
	* 
	╭─────────────────────────────────────────────────────────────────────────────────────────────╮
	│                                                                                             │
	│    * If the above advice does not help, please let us know:                                 │
	│      https://github.com/kubernetes/minikube/issues/new/choose                               │
	│                                                                                             │
	│    * Please run `minikube logs --file=logs.txt` and attach logs.txt to the GitHub issue.    │
	│    * Please also attach the following file to the GitHub issue:                             │
	│    * - /tmp/minikube_service_3af0dd3f106bd0c134df3d834cbdbb288a06d35d_0.log                 │
	│                                                                                             │
	╰─────────────────────────────────────────────────────────────────────────────────────────────╯

                                                
                                                
** /stderr **
functional_test.go:1521: failed to get service url. args "out/minikube-linux-amd64 -p functional-332736 service --namespace=default --https --url hello-node" : exit status 115
--- FAIL: TestFunctional/parallel/ServiceCmd/HTTPS (0.55s)

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmd/Format (0.56s)

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/Format
functional_test.go:1550: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 service hello-node --url --format={{.IP}}
functional_test.go:1550: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-332736 service hello-node --url --format={{.IP}}: exit status 115 (563.69507ms)

                                                
                                                
-- stdout --
	192.168.49.2
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	X Exiting due to SVC_UNREACHABLE: service not available: no running pod for service hello-node found
	* 
	╭─────────────────────────────────────────────────────────────────────────────────────────────╮
	│                                                                                             │
	│    * If the above advice does not help, please let us know:                                 │
	│      https://github.com/kubernetes/minikube/issues/new/choose                               │
	│                                                                                             │
	│    * Please run `minikube logs --file=logs.txt` and attach logs.txt to the GitHub issue.    │
	│    * Please also attach the following file to the GitHub issue:                             │
	│    * - /tmp/minikube_service_7cc4328ee572bf2be3730700e5bda4ff5ee9066f_0.log                 │
	│                                                                                             │
	╰─────────────────────────────────────────────────────────────────────────────────────────────╯

                                                
                                                
** /stderr **
functional_test.go:1552: failed to get service url with custom format. args "out/minikube-linux-amd64 -p functional-332736 service hello-node --url --format={{.IP}}": exit status 115
--- FAIL: TestFunctional/parallel/ServiceCmd/Format (0.56s)

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmd/URL (0.56s)

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/URL
functional_test.go:1569: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 service hello-node --url
functional_test.go:1569: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-332736 service hello-node --url: exit status 115 (555.728711ms)

                                                
                                                
-- stdout --
	http://192.168.49.2:32043
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	X Exiting due to SVC_UNREACHABLE: service not available: no running pod for service hello-node found
	* 
	╭─────────────────────────────────────────────────────────────────────────────────────────────╮
	│                                                                                             │
	│    * If the above advice does not help, please let us know:                                 │
	│      https://github.com/kubernetes/minikube/issues/new/choose                               │
	│                                                                                             │
	│    * Please run `minikube logs --file=logs.txt` and attach logs.txt to the GitHub issue.    │
	│    * Please also attach the following file to the GitHub issue:                             │
	│    * - /tmp/minikube_service_7cc4328ee572bf2be3730700e5bda4ff5ee9066f_0.log                 │
	│                                                                                             │
	╰─────────────────────────────────────────────────────────────────────────────────────────────╯

                                                
                                                
** /stderr **
functional_test.go:1571: failed to get service url. args: "out/minikube-linux-amd64 -p functional-332736 service hello-node --url": exit status 115
functional_test.go:1575: found endpoint for hello-node: http://192.168.49.2:32043
--- FAIL: TestFunctional/parallel/ServiceCmd/URL (0.56s)

                                                
                                    

Test pass (292/332)

Order passed test Duration
3 TestDownloadOnly/v1.28.0/json-events 4.7
4 TestDownloadOnly/v1.28.0/preload-exists 0
8 TestDownloadOnly/v1.28.0/LogsDuration 0.06
9 TestDownloadOnly/v1.28.0/DeleteAll 0.22
10 TestDownloadOnly/v1.28.0/DeleteAlwaysSucceeds 0.14
12 TestDownloadOnly/v1.34.0/json-events 3.89
13 TestDownloadOnly/v1.34.0/preload-exists 0
17 TestDownloadOnly/v1.34.0/LogsDuration 0.07
18 TestDownloadOnly/v1.34.0/DeleteAll 0.22
19 TestDownloadOnly/v1.34.0/DeleteAlwaysSucceeds 0.14
20 TestDownloadOnlyKic 1.22
21 TestBinaryMirror 0.85
22 TestOffline 58.2
25 TestAddons/PreSetup/EnablingAddonOnNonExistingCluster 0.06
26 TestAddons/PreSetup/DisablingAddonOnNonExistingCluster 0.06
27 TestAddons/Setup 409.31
31 TestAddons/serial/GCPAuth/Namespaces 0.12
32 TestAddons/serial/GCPAuth/FakeCredentials 9.5
36 TestAddons/parallel/RegistryCreds 0.65
38 TestAddons/parallel/InspektorGadget 6.29
39 TestAddons/parallel/MetricsServer 5.67
42 TestAddons/parallel/Headlamp 17.52
43 TestAddons/parallel/CloudSpanner 6.53
45 TestAddons/parallel/NvidiaDevicePlugin 5.53
47 TestAddons/parallel/AmdGpuDevicePlugin 5.54
48 TestAddons/StoppedEnableDisable 12.67
49 TestCertOptions 22.82
50 TestCertExpiration 211.75
52 TestForceSystemdFlag 24.59
53 TestForceSystemdEnv 40.1
55 TestKVMDriverInstallOrUpdate 0.59
59 TestErrorSpam/setup 19.81
60 TestErrorSpam/start 0.64
61 TestErrorSpam/status 0.91
62 TestErrorSpam/pause 1.46
63 TestErrorSpam/unpause 1.55
64 TestErrorSpam/stop 1.4
67 TestFunctional/serial/CopySyncFile 0
68 TestFunctional/serial/StartWithProxy 44.43
69 TestFunctional/serial/AuditLog 0
70 TestFunctional/serial/SoftStart 6.17
71 TestFunctional/serial/KubeContext 0.05
72 TestFunctional/serial/KubectlGetPods 0.11
75 TestFunctional/serial/CacheCmd/cache/add_remote 2.59
76 TestFunctional/serial/CacheCmd/cache/add_local 0.93
77 TestFunctional/serial/CacheCmd/cache/CacheDelete 0.05
78 TestFunctional/serial/CacheCmd/cache/list 0.05
79 TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node 0.3
80 TestFunctional/serial/CacheCmd/cache/cache_reload 1.61
81 TestFunctional/serial/CacheCmd/cache/delete 0.1
82 TestFunctional/serial/MinikubeKubectlCmd 0.11
83 TestFunctional/serial/MinikubeKubectlCmdDirectly 0.11
84 TestFunctional/serial/ExtraConfig 43.56
85 TestFunctional/serial/ComponentHealth 0.07
86 TestFunctional/serial/LogsCmd 1.51
87 TestFunctional/serial/LogsFileCmd 1.53
88 TestFunctional/serial/InvalidService 4.68
90 TestFunctional/parallel/ConfigCmd 0.39
92 TestFunctional/parallel/DryRun 0.41
93 TestFunctional/parallel/InternationalLanguage 0.2
94 TestFunctional/parallel/StatusCmd 0.98
99 TestFunctional/parallel/AddonsCmd 0.17
102 TestFunctional/parallel/SSHCmd 0.61
103 TestFunctional/parallel/CpCmd 1.63
105 TestFunctional/parallel/FileSync 0.29
106 TestFunctional/parallel/CertSync 1.72
110 TestFunctional/parallel/NodeLabels 0.07
112 TestFunctional/parallel/NonActiveRuntimeDisabled 0.63
114 TestFunctional/parallel/License 0.28
115 TestFunctional/parallel/ProfileCmd/profile_not_create 0.48
116 TestFunctional/parallel/Version/short 0.05
117 TestFunctional/parallel/Version/components 0.51
118 TestFunctional/parallel/ImageCommands/ImageListShort 0.22
119 TestFunctional/parallel/ImageCommands/ImageListTable 0.22
120 TestFunctional/parallel/ImageCommands/ImageListJson 0.22
121 TestFunctional/parallel/ImageCommands/ImageListYaml 0.22
122 TestFunctional/parallel/ImageCommands/ImageBuild 2.53
123 TestFunctional/parallel/ImageCommands/Setup 0.43
124 TestFunctional/parallel/ProfileCmd/profile_list 0.45
125 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 1.32
127 TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel 0.44
128 TestFunctional/parallel/ProfileCmd/profile_json_output 0.44
129 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0
131 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 8.23
132 TestFunctional/parallel/MountCmd/any-port 6.87
133 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 1.23
134 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 1.23
135 TestFunctional/parallel/ImageCommands/ImageSaveToFile 0.35
136 TestFunctional/parallel/ImageCommands/ImageRemove 0.49
137 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 0.64
138 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 0.39
139 TestFunctional/parallel/MountCmd/specific-port 2
140 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.07
141 TestFunctional/parallel/TunnelCmd/serial/AccessDirect 0
145 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.11
146 TestFunctional/parallel/UpdateContextCmd/no_changes 0.14
147 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 0.14
148 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.14
149 TestFunctional/parallel/MountCmd/VerifyCleanup 1.7
151 TestFunctional/parallel/ServiceCmd/List 1.7
152 TestFunctional/parallel/ServiceCmd/JSONOutput 1.7
156 TestFunctional/delete_echo-server_images 0.04
157 TestFunctional/delete_my-image_image 0.02
158 TestFunctional/delete_minikube_cached_images 0.02
163 TestMultiControlPlane/serial/StartCluster 99.87
164 TestMultiControlPlane/serial/DeployApp 16.47
165 TestMultiControlPlane/serial/PingHostFromPods 1.15
166 TestMultiControlPlane/serial/AddWorkerNode 13.05
167 TestMultiControlPlane/serial/NodeLabels 0.07
168 TestMultiControlPlane/serial/HAppyAfterClusterStart 0.93
169 TestMultiControlPlane/serial/CopyFile 17.36
170 TestMultiControlPlane/serial/StopSecondaryNode 12.67
171 TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop 0.73
172 TestMultiControlPlane/serial/RestartSecondaryNode 9.2
173 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart 0.91
174 TestMultiControlPlane/serial/RestartClusterKeepsNodes 95.56
175 TestMultiControlPlane/serial/DeleteSecondaryNode 9.32
176 TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete 0.72
177 TestMultiControlPlane/serial/StopCluster 36.05
178 TestMultiControlPlane/serial/RestartCluster 58.1
179 TestMultiControlPlane/serial/DegradedAfterClusterRestart 0.72
180 TestMultiControlPlane/serial/AddSecondaryNode 25.57
181 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd 0.98
185 TestJSONOutput/start/Command 42.77
186 TestJSONOutput/start/Audit 0
188 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
189 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
191 TestJSONOutput/pause/Command 0.75
192 TestJSONOutput/pause/Audit 0
194 TestJSONOutput/pause/parallel/DistinctCurrentSteps 0
195 TestJSONOutput/pause/parallel/IncreasingCurrentSteps 0
197 TestJSONOutput/unpause/Command 0.64
198 TestJSONOutput/unpause/Audit 0
200 TestJSONOutput/unpause/parallel/DistinctCurrentSteps 0
201 TestJSONOutput/unpause/parallel/IncreasingCurrentSteps 0
203 TestJSONOutput/stop/Command 5.78
204 TestJSONOutput/stop/Audit 0
206 TestJSONOutput/stop/parallel/DistinctCurrentSteps 0
207 TestJSONOutput/stop/parallel/IncreasingCurrentSteps 0
208 TestErrorJSONOutput 0.22
210 TestKicCustomNetwork/create_custom_network 29.62
211 TestKicCustomNetwork/use_default_bridge_network 23.76
212 TestKicExistingNetwork 26.41
213 TestKicCustomSubnet 24.63
214 TestKicStaticIP 26.77
215 TestMainNoArgs 0.05
216 TestMinikubeProfile 48.22
219 TestMountStart/serial/StartWithMountFirst 5.22
220 TestMountStart/serial/VerifyMountFirst 0.27
221 TestMountStart/serial/StartWithMountSecond 5.16
222 TestMountStart/serial/VerifyMountSecond 0.27
223 TestMountStart/serial/DeleteFirst 1.69
224 TestMountStart/serial/VerifyMountPostDelete 0.27
225 TestMountStart/serial/Stop 1.19
226 TestMountStart/serial/RestartStopped 7.51
227 TestMountStart/serial/VerifyMountPostStop 0.27
230 TestMultiNode/serial/FreshStart2Nodes 54.49
231 TestMultiNode/serial/DeployApp2Nodes 18.62
232 TestMultiNode/serial/PingHostFrom2Pods 0.78
233 TestMultiNode/serial/AddNode 12.58
234 TestMultiNode/serial/MultiNodeLabels 0.08
235 TestMultiNode/serial/ProfileList 0.69
236 TestMultiNode/serial/CopyFile 9.86
237 TestMultiNode/serial/StopNode 2.21
238 TestMultiNode/serial/StartAfterStop 7.27
239 TestMultiNode/serial/RestartKeepsNodes 69.44
240 TestMultiNode/serial/DeleteNode 5.22
241 TestMultiNode/serial/StopMultiNode 23.95
242 TestMultiNode/serial/RestartMultiNode 50.24
243 TestMultiNode/serial/ValidateNameConflict 23.52
248 TestPreload 109.49
250 TestScheduledStopUnix 97.28
253 TestInsufficientStorage 9.26
254 TestRunningBinaryUpgrade 49.47
256 TestKubernetesUpgrade 313.77
257 TestMissingContainerUpgrade 72.69
258 TestStoppedBinaryUpgrade/Setup 0.62
260 TestNoKubernetes/serial/StartNoK8sWithVersion 0.08
261 TestNoKubernetes/serial/StartWithK8s 36.03
262 TestStoppedBinaryUpgrade/Upgrade 69.89
263 TestNoKubernetes/serial/StartWithStopK8s 16.44
264 TestNoKubernetes/serial/Start 5.16
265 TestNoKubernetes/serial/VerifyK8sNotRunning 0.29
266 TestNoKubernetes/serial/ProfileList 12.59
267 TestStoppedBinaryUpgrade/MinikubeLogs 1.21
268 TestNoKubernetes/serial/Stop 1.22
269 TestNoKubernetes/serial/StartNoArgs 6.07
277 TestNoKubernetes/serial/VerifyK8sNotRunningSecond 0.29
285 TestNetworkPlugins/group/false 3.75
290 TestPause/serial/Start 43.76
291 TestPause/serial/SecondStartNoReconfiguration 5.88
292 TestPause/serial/Pause 0.76
293 TestPause/serial/VerifyStatus 0.31
294 TestPause/serial/Unpause 0.66
295 TestPause/serial/PauseAgain 0.75
296 TestPause/serial/DeletePaused 4.07
297 TestPause/serial/VerifyDeletedResources 0.76
299 TestStartStop/group/old-k8s-version/serial/FirstStart 63.89
301 TestStartStop/group/no-preload/serial/FirstStart 52.27
302 TestStartStop/group/old-k8s-version/serial/DeployApp 9.32
303 TestStartStop/group/no-preload/serial/DeployApp 8.26
304 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 0.92
305 TestStartStop/group/old-k8s-version/serial/Stop 12
306 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 0.83
307 TestStartStop/group/no-preload/serial/Stop 12
308 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 0.17
309 TestStartStop/group/old-k8s-version/serial/SecondStart 51.31
310 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 0.2
311 TestStartStop/group/no-preload/serial/SecondStart 51.74
312 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 6.01
313 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 6
314 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 5.07
315 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 5.09
316 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 0.23
317 TestStartStop/group/old-k8s-version/serial/Pause 2.78
318 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 0.26
319 TestStartStop/group/no-preload/serial/Pause 2.93
321 TestStartStop/group/embed-certs/serial/FirstStart 48.28
323 TestStartStop/group/default-k8s-diff-port/serial/FirstStart 47.68
325 TestStartStop/group/newest-cni/serial/FirstStart 26.17
326 TestStartStop/group/newest-cni/serial/DeployApp 0
327 TestStartStop/group/newest-cni/serial/EnableAddonWhileActive 1.1
328 TestStartStop/group/newest-cni/serial/Stop 1.45
329 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 0.17
330 TestStartStop/group/newest-cni/serial/SecondStart 14.6
331 TestStartStop/group/embed-certs/serial/DeployApp 9.59
332 TestStartStop/group/default-k8s-diff-port/serial/DeployApp 9.34
333 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 1.23
334 TestStartStop/group/embed-certs/serial/Stop 12.47
335 TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop 0
336 TestStartStop/group/newest-cni/serial/AddonExistsAfterStop 0
337 TestStartStop/group/newest-cni/serial/VerifyKubernetesImages 0.26
338 TestStartStop/group/newest-cni/serial/Pause 2.96
339 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive 0.93
340 TestNetworkPlugins/group/auto/Start 45.65
341 TestStartStop/group/default-k8s-diff-port/serial/Stop 12.12
342 TestNetworkPlugins/group/kindnet/Start 59.6
343 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 0.21
344 TestStartStop/group/embed-certs/serial/SecondStart 47.25
345 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop 0.2
346 TestStartStop/group/default-k8s-diff-port/serial/SecondStart 46.22
347 TestNetworkPlugins/group/auto/KubeletFlags 0.27
348 TestNetworkPlugins/group/auto/NetCatPod 8.2
349 TestNetworkPlugins/group/auto/DNS 0.15
350 TestNetworkPlugins/group/auto/Localhost 0.11
351 TestNetworkPlugins/group/auto/HairPin 0.12
352 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 6.01
353 TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop 6.01
354 TestNetworkPlugins/group/kindnet/ControllerPod 6.01
355 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 5.08
356 TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop 5.11
357 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 0.24
358 TestStartStop/group/embed-certs/serial/Pause 3.15
359 TestNetworkPlugins/group/kindnet/KubeletFlags 0.3
360 TestNetworkPlugins/group/kindnet/NetCatPod 9.25
361 TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages 0.29
362 TestStartStop/group/default-k8s-diff-port/serial/Pause 3.11
363 TestNetworkPlugins/group/calico/Start 45.48
364 TestNetworkPlugins/group/custom-flannel/Start 46.78
365 TestNetworkPlugins/group/kindnet/DNS 0.15
366 TestNetworkPlugins/group/kindnet/Localhost 0.16
367 TestNetworkPlugins/group/kindnet/HairPin 0.15
368 TestNetworkPlugins/group/enable-default-cni/Start 41.18
369 TestNetworkPlugins/group/flannel/Start 48.21
370 TestNetworkPlugins/group/calico/ControllerPod 6.01
371 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 0.28
372 TestNetworkPlugins/group/custom-flannel/KubeletFlags 0.28
373 TestNetworkPlugins/group/enable-default-cni/NetCatPod 8.2
374 TestNetworkPlugins/group/custom-flannel/NetCatPod 9.19
375 TestNetworkPlugins/group/calico/KubeletFlags 0.27
376 TestNetworkPlugins/group/calico/NetCatPod 9.21
377 TestNetworkPlugins/group/enable-default-cni/DNS 0.13
378 TestNetworkPlugins/group/enable-default-cni/Localhost 0.11
379 TestNetworkPlugins/group/enable-default-cni/HairPin 0.11
380 TestNetworkPlugins/group/custom-flannel/DNS 0.12
381 TestNetworkPlugins/group/custom-flannel/Localhost 0.11
382 TestNetworkPlugins/group/custom-flannel/HairPin 0.11
383 TestNetworkPlugins/group/calico/DNS 0.15
384 TestNetworkPlugins/group/calico/Localhost 0.1
385 TestNetworkPlugins/group/calico/HairPin 0.13
386 TestNetworkPlugins/group/flannel/ControllerPod 6.01
387 TestNetworkPlugins/group/bridge/Start 36.16
388 TestNetworkPlugins/group/flannel/KubeletFlags 0.39
389 TestNetworkPlugins/group/flannel/NetCatPod 8.55
390 TestNetworkPlugins/group/flannel/DNS 0.14
391 TestNetworkPlugins/group/flannel/Localhost 0.11
392 TestNetworkPlugins/group/flannel/HairPin 0.14
393 TestNetworkPlugins/group/bridge/KubeletFlags 0.27
394 TestNetworkPlugins/group/bridge/NetCatPod 9.18
395 TestNetworkPlugins/group/bridge/DNS 0.13
396 TestNetworkPlugins/group/bridge/Localhost 0.11
397 TestNetworkPlugins/group/bridge/HairPin 0.11
x
+
TestDownloadOnly/v1.28.0/json-events (4.7s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.0/json-events
aaa_download_only_test.go:81: (dbg) Run:  out/minikube-linux-amd64 start -o=json --download-only -p download-only-114419 --force --alsologtostderr --kubernetes-version=v1.28.0 --container-runtime=containerd --driver=docker  --container-runtime=containerd
aaa_download_only_test.go:81: (dbg) Done: out/minikube-linux-amd64 start -o=json --download-only -p download-only-114419 --force --alsologtostderr --kubernetes-version=v1.28.0 --container-runtime=containerd --driver=docker  --container-runtime=containerd: (4.695413356s)
--- PASS: TestDownloadOnly/v1.28.0/json-events (4.70s)

                                                
                                    
x
+
TestDownloadOnly/v1.28.0/preload-exists (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.0/preload-exists
I0929 11:12:07.575059  732404 preload.go:131] Checking if preload exists for k8s version v1.28.0 and runtime containerd
I0929 11:12:07.575167  732404 preload.go:146] Found local preload: /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.0-containerd-overlay2-amd64.tar.lz4
--- PASS: TestDownloadOnly/v1.28.0/preload-exists (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.28.0/LogsDuration (0.06s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.0/LogsDuration
aaa_download_only_test.go:184: (dbg) Run:  out/minikube-linux-amd64 logs -p download-only-114419
aaa_download_only_test.go:184: (dbg) Non-zero exit: out/minikube-linux-amd64 logs -p download-only-114419: exit status 85 (63.518578ms)

                                                
                                                
-- stdout --
	
	==> Audit <==
	┌─────────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬──────────────────────┬─────────┬─────────┬─────────────────────┬──────────┐
	│ COMMAND │                                                                                         ARGS                                                                                          │       PROFILE        │  USER   │ VERSION │     START TIME      │ END TIME │
	├─────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼──────────────────────┼─────────┼─────────┼─────────────────────┼──────────┤
	│ start   │ -o=json --download-only -p download-only-114419 --force --alsologtostderr --kubernetes-version=v1.28.0 --container-runtime=containerd --driver=docker  --container-runtime=containerd │ download-only-114419 │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │          │
	└─────────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴──────────────────────┴─────────┴─────────┴─────────────────────┴──────────┘
	
	
	==> Last Start <==
	Log file created at: 2025/09/29 11:12:02
	Running on machine: ubuntu-20-agent-13
	Binary: Built with gc go1.24.6 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0929 11:12:02.924274  732415 out.go:360] Setting OutFile to fd 1 ...
	I0929 11:12:02.924758  732415 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:12:02.924773  732415 out.go:374] Setting ErrFile to fd 2...
	I0929 11:12:02.924777  732415 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:12:02.924995  732415 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
	W0929 11:12:02.925146  732415 root.go:314] Error reading config file at /home/jenkins/minikube-integration/21655-728906/.minikube/config/config.json: open /home/jenkins/minikube-integration/21655-728906/.minikube/config/config.json: no such file or directory
	I0929 11:12:02.925747  732415 out.go:368] Setting JSON to true
	I0929 11:12:02.926716  732415 start.go:130] hostinfo: {"hostname":"ubuntu-20-agent-13","uptime":68074,"bootTime":1759076249,"procs":208,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"22.04","kernelVersion":"6.8.0-1040-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0929 11:12:02.926844  732415 start.go:140] virtualization: kvm guest
	I0929 11:12:02.929462  732415 out.go:99] [download-only-114419] minikube v1.37.0 on Ubuntu 22.04 (kvm/amd64)
	W0929 11:12:02.929635  732415 preload.go:293] Failed to list preload files: open /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball: no such file or directory
	I0929 11:12:02.929691  732415 notify.go:220] Checking for updates...
	I0929 11:12:02.931251  732415 out.go:171] MINIKUBE_LOCATION=21655
	I0929 11:12:02.932948  732415 out.go:171] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0929 11:12:02.934627  732415 out.go:171] KUBECONFIG=/home/jenkins/minikube-integration/21655-728906/kubeconfig
	I0929 11:12:02.936080  732415 out.go:171] MINIKUBE_HOME=/home/jenkins/minikube-integration/21655-728906/.minikube
	I0929 11:12:02.937732  732415 out.go:171] MINIKUBE_BIN=out/minikube-linux-amd64
	W0929 11:12:02.940536  732415 out.go:336] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0929 11:12:02.940843  732415 driver.go:421] Setting default libvirt URI to qemu:///system
	I0929 11:12:02.965984  732415 docker.go:123] docker version: linux-28.4.0:Docker Engine - Community
	I0929 11:12:02.966129  732415 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:12:03.391660  732415 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:30 OomKillDisable:false NGoroutines:64 SystemTime:2025-09-29 11:12:03.379946245 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:12:03.391839  732415 docker.go:318] overlay module found
	I0929 11:12:03.393474  732415 out.go:99] Using the docker driver based on user configuration
	I0929 11:12:03.393504  732415 start.go:304] selected driver: docker
	I0929 11:12:03.393513  732415 start.go:924] validating driver "docker" against <nil>
	I0929 11:12:03.393629  732415 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:12:03.448897  732415 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:30 OomKillDisable:false NGoroutines:64 SystemTime:2025-09-29 11:12:03.439086539 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:12:03.449114  732415 start_flags.go:327] no existing cluster config was found, will generate one from the flags 
	I0929 11:12:03.449663  732415 start_flags.go:410] Using suggested 8000MB memory alloc based on sys=32093MB, container=32093MB
	I0929 11:12:03.449833  732415 start_flags.go:974] Wait components to verify : map[apiserver:true system_pods:true]
	I0929 11:12:03.451793  732415 out.go:171] Using Docker driver with root privileges
	
	
	* The control-plane node download-only-114419 host does not exist
	  To start a cluster, run: "minikube start -p download-only-114419"

                                                
                                                
-- /stdout --
aaa_download_only_test.go:185: minikube logs failed with error: exit status 85
--- PASS: TestDownloadOnly/v1.28.0/LogsDuration (0.06s)

                                                
                                    
x
+
TestDownloadOnly/v1.28.0/DeleteAll (0.22s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.0/DeleteAll
aaa_download_only_test.go:197: (dbg) Run:  out/minikube-linux-amd64 delete --all
--- PASS: TestDownloadOnly/v1.28.0/DeleteAll (0.22s)

                                                
                                    
x
+
TestDownloadOnly/v1.28.0/DeleteAlwaysSucceeds (0.14s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.0/DeleteAlwaysSucceeds
aaa_download_only_test.go:208: (dbg) Run:  out/minikube-linux-amd64 delete -p download-only-114419
--- PASS: TestDownloadOnly/v1.28.0/DeleteAlwaysSucceeds (0.14s)

                                                
                                    
x
+
TestDownloadOnly/v1.34.0/json-events (3.89s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.34.0/json-events
aaa_download_only_test.go:81: (dbg) Run:  out/minikube-linux-amd64 start -o=json --download-only -p download-only-963807 --force --alsologtostderr --kubernetes-version=v1.34.0 --container-runtime=containerd --driver=docker  --container-runtime=containerd
aaa_download_only_test.go:81: (dbg) Done: out/minikube-linux-amd64 start -o=json --download-only -p download-only-963807 --force --alsologtostderr --kubernetes-version=v1.34.0 --container-runtime=containerd --driver=docker  --container-runtime=containerd: (3.890183158s)
--- PASS: TestDownloadOnly/v1.34.0/json-events (3.89s)

                                                
                                    
x
+
TestDownloadOnly/v1.34.0/preload-exists (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.34.0/preload-exists
I0929 11:12:11.891561  732404 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime containerd
I0929 11:12:11.891616  732404 preload.go:146] Found local preload: /home/jenkins/minikube-integration/21655-728906/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-containerd-overlay2-amd64.tar.lz4
--- PASS: TestDownloadOnly/v1.34.0/preload-exists (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.34.0/LogsDuration (0.07s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.34.0/LogsDuration
aaa_download_only_test.go:184: (dbg) Run:  out/minikube-linux-amd64 logs -p download-only-963807
aaa_download_only_test.go:184: (dbg) Non-zero exit: out/minikube-linux-amd64 logs -p download-only-963807: exit status 85 (65.580298ms)

                                                
                                                
-- stdout --
	
	==> Audit <==
	┌─────────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬──────────────────────┬─────────┬─────────┬─────────────────────┬─────────────────────┐
	│ COMMAND │                                                                                         ARGS                                                                                          │       PROFILE        │  USER   │ VERSION │     START TIME      │      END TIME       │
	├─────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼──────────────────────┼─────────┼─────────┼─────────────────────┼─────────────────────┤
	│ start   │ -o=json --download-only -p download-only-114419 --force --alsologtostderr --kubernetes-version=v1.28.0 --container-runtime=containerd --driver=docker  --container-runtime=containerd │ download-only-114419 │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	│ delete  │ --all                                                                                                                                                                                 │ minikube             │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ delete  │ -p download-only-114419                                                                                                                                                               │ download-only-114419 │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │ 29 Sep 25 11:12 UTC │
	│ start   │ -o=json --download-only -p download-only-963807 --force --alsologtostderr --kubernetes-version=v1.34.0 --container-runtime=containerd --driver=docker  --container-runtime=containerd │ download-only-963807 │ jenkins │ v1.37.0 │ 29 Sep 25 11:12 UTC │                     │
	└─────────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴──────────────────────┴─────────┴─────────┴─────────────────────┴─────────────────────┘
	
	
	==> Last Start <==
	Log file created at: 2025/09/29 11:12:08
	Running on machine: ubuntu-20-agent-13
	Binary: Built with gc go1.24.6 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0929 11:12:08.042497  732764 out.go:360] Setting OutFile to fd 1 ...
	I0929 11:12:08.042813  732764 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:12:08.042824  732764 out.go:374] Setting ErrFile to fd 2...
	I0929 11:12:08.042829  732764 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:12:08.043028  732764 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
	I0929 11:12:08.043563  732764 out.go:368] Setting JSON to true
	I0929 11:12:08.044577  732764 start.go:130] hostinfo: {"hostname":"ubuntu-20-agent-13","uptime":68079,"bootTime":1759076249,"procs":178,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"22.04","kernelVersion":"6.8.0-1040-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0929 11:12:08.044680  732764 start.go:140] virtualization: kvm guest
	I0929 11:12:08.046598  732764 out.go:99] [download-only-963807] minikube v1.37.0 on Ubuntu 22.04 (kvm/amd64)
	I0929 11:12:08.046777  732764 notify.go:220] Checking for updates...
	I0929 11:12:08.048206  732764 out.go:171] MINIKUBE_LOCATION=21655
	I0929 11:12:08.049788  732764 out.go:171] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0929 11:12:08.051071  732764 out.go:171] KUBECONFIG=/home/jenkins/minikube-integration/21655-728906/kubeconfig
	I0929 11:12:08.054847  732764 out.go:171] MINIKUBE_HOME=/home/jenkins/minikube-integration/21655-728906/.minikube
	I0929 11:12:08.056428  732764 out.go:171] MINIKUBE_BIN=out/minikube-linux-amd64
	W0929 11:12:08.059259  732764 out.go:336] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0929 11:12:08.059574  732764 driver.go:421] Setting default libvirt URI to qemu:///system
	I0929 11:12:08.083887  732764 docker.go:123] docker version: linux-28.4.0:Docker Engine - Community
	I0929 11:12:08.083987  732764 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:12:08.143141  732764 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:false NGoroutines:52 SystemTime:2025-09-29 11:12:08.133502276 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:12:08.143266  732764 docker.go:318] overlay module found
	I0929 11:12:08.144966  732764 out.go:99] Using the docker driver based on user configuration
	I0929 11:12:08.145032  732764 start.go:304] selected driver: docker
	I0929 11:12:08.145040  732764 start.go:924] validating driver "docker" against <nil>
	I0929 11:12:08.145133  732764 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:12:08.201487  732764 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:false NGoroutines:52 SystemTime:2025-09-29 11:12:08.191379645 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:12:08.201666  732764 start_flags.go:327] no existing cluster config was found, will generate one from the flags 
	I0929 11:12:08.202141  732764 start_flags.go:410] Using suggested 8000MB memory alloc based on sys=32093MB, container=32093MB
	I0929 11:12:08.202289  732764 start_flags.go:974] Wait components to verify : map[apiserver:true system_pods:true]
	I0929 11:12:08.204147  732764 out.go:171] Using Docker driver with root privileges
	
	
	* The control-plane node download-only-963807 host does not exist
	  To start a cluster, run: "minikube start -p download-only-963807"

                                                
                                                
-- /stdout --
aaa_download_only_test.go:185: minikube logs failed with error: exit status 85
--- PASS: TestDownloadOnly/v1.34.0/LogsDuration (0.07s)

                                                
                                    
x
+
TestDownloadOnly/v1.34.0/DeleteAll (0.22s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.34.0/DeleteAll
aaa_download_only_test.go:197: (dbg) Run:  out/minikube-linux-amd64 delete --all
--- PASS: TestDownloadOnly/v1.34.0/DeleteAll (0.22s)

                                                
                                    
x
+
TestDownloadOnly/v1.34.0/DeleteAlwaysSucceeds (0.14s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.34.0/DeleteAlwaysSucceeds
aaa_download_only_test.go:208: (dbg) Run:  out/minikube-linux-amd64 delete -p download-only-963807
--- PASS: TestDownloadOnly/v1.34.0/DeleteAlwaysSucceeds (0.14s)

                                                
                                    
x
+
TestDownloadOnlyKic (1.22s)

                                                
                                                
=== RUN   TestDownloadOnlyKic
aaa_download_only_test.go:232: (dbg) Run:  out/minikube-linux-amd64 start --download-only -p download-docker-005046 --alsologtostderr --driver=docker  --container-runtime=containerd
helpers_test.go:175: Cleaning up "download-docker-005046" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p download-docker-005046
--- PASS: TestDownloadOnlyKic (1.22s)

                                                
                                    
x
+
TestBinaryMirror (0.85s)

                                                
                                                
=== RUN   TestBinaryMirror
I0929 11:12:13.830260  732404 binary.go:74] Not caching binary, using https://dl.k8s.io/release/v1.34.0/bin/linux/amd64/kubectl?checksum=file:https://dl.k8s.io/release/v1.34.0/bin/linux/amd64/kubectl.sha256
aaa_download_only_test.go:314: (dbg) Run:  out/minikube-linux-amd64 start --download-only -p binary-mirror-527849 --alsologtostderr --binary-mirror http://127.0.0.1:45019 --driver=docker  --container-runtime=containerd
helpers_test.go:175: Cleaning up "binary-mirror-527849" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p binary-mirror-527849
--- PASS: TestBinaryMirror (0.85s)

                                                
                                    
x
+
TestOffline (58.2s)

                                                
                                                
=== RUN   TestOffline
=== PAUSE TestOffline

                                                
                                                

                                                
                                                
=== CONT  TestOffline
aab_offline_test.go:55: (dbg) Run:  out/minikube-linux-amd64 start -p offline-containerd-440611 --alsologtostderr -v=1 --memory=3072 --wait=true --driver=docker  --container-runtime=containerd
aab_offline_test.go:55: (dbg) Done: out/minikube-linux-amd64 start -p offline-containerd-440611 --alsologtostderr -v=1 --memory=3072 --wait=true --driver=docker  --container-runtime=containerd: (55.661092688s)
helpers_test.go:175: Cleaning up "offline-containerd-440611" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p offline-containerd-440611
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p offline-containerd-440611: (2.535178187s)
--- PASS: TestOffline (58.20s)

                                                
                                    
x
+
TestAddons/PreSetup/EnablingAddonOnNonExistingCluster (0.06s)

                                                
                                                
=== RUN   TestAddons/PreSetup/EnablingAddonOnNonExistingCluster
=== PAUSE TestAddons/PreSetup/EnablingAddonOnNonExistingCluster

                                                
                                                

                                                
                                                
=== CONT  TestAddons/PreSetup/EnablingAddonOnNonExistingCluster
addons_test.go:1000: (dbg) Run:  out/minikube-linux-amd64 addons enable dashboard -p addons-398275
addons_test.go:1000: (dbg) Non-zero exit: out/minikube-linux-amd64 addons enable dashboard -p addons-398275: exit status 85 (55.893338ms)

                                                
                                                
-- stdout --
	* Profile "addons-398275" not found. Run "minikube profile list" to view all profiles.
	  To start a cluster, run: "minikube start -p addons-398275"

                                                
                                                
-- /stdout --
--- PASS: TestAddons/PreSetup/EnablingAddonOnNonExistingCluster (0.06s)

                                                
                                    
x
+
TestAddons/PreSetup/DisablingAddonOnNonExistingCluster (0.06s)

                                                
                                                
=== RUN   TestAddons/PreSetup/DisablingAddonOnNonExistingCluster
=== PAUSE TestAddons/PreSetup/DisablingAddonOnNonExistingCluster

                                                
                                                

                                                
                                                
=== CONT  TestAddons/PreSetup/DisablingAddonOnNonExistingCluster
addons_test.go:1011: (dbg) Run:  out/minikube-linux-amd64 addons disable dashboard -p addons-398275
addons_test.go:1011: (dbg) Non-zero exit: out/minikube-linux-amd64 addons disable dashboard -p addons-398275: exit status 85 (55.316172ms)

                                                
                                                
-- stdout --
	* Profile "addons-398275" not found. Run "minikube profile list" to view all profiles.
	  To start a cluster, run: "minikube start -p addons-398275"

                                                
                                                
-- /stdout --
--- PASS: TestAddons/PreSetup/DisablingAddonOnNonExistingCluster (0.06s)

                                                
                                    
x
+
TestAddons/Setup (409.31s)

                                                
                                                
=== RUN   TestAddons/Setup
addons_test.go:108: (dbg) Run:  out/minikube-linux-amd64 start -p addons-398275 --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_test.go:108: (dbg) Done: out/minikube-linux-amd64 start -p addons-398275 --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: (6m49.310567413s)
--- PASS: TestAddons/Setup (409.31s)

                                                
                                    
x
+
TestAddons/serial/GCPAuth/Namespaces (0.12s)

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/Namespaces
addons_test.go:630: (dbg) Run:  kubectl --context addons-398275 create ns new-namespace
addons_test.go:644: (dbg) Run:  kubectl --context addons-398275 get secret gcp-auth -n new-namespace
--- PASS: TestAddons/serial/GCPAuth/Namespaces (0.12s)

                                                
                                    
x
+
TestAddons/serial/GCPAuth/FakeCredentials (9.5s)

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/FakeCredentials
addons_test.go:675: (dbg) Run:  kubectl --context addons-398275 create -f testdata/busybox.yaml
addons_test.go:682: (dbg) Run:  kubectl --context addons-398275 create sa gcp-auth-test
addons_test.go:688: (dbg) TestAddons/serial/GCPAuth/FakeCredentials: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:352: "busybox" [be136f49-6e00-4fff-a8b5-27bc22578cde] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:352: "busybox" [be136f49-6e00-4fff-a8b5-27bc22578cde] Running
addons_test.go:688: (dbg) TestAddons/serial/GCPAuth/FakeCredentials: integration-test=busybox healthy within 9.003852965s
addons_test.go:694: (dbg) Run:  kubectl --context addons-398275 exec busybox -- /bin/sh -c "printenv GOOGLE_APPLICATION_CREDENTIALS"
addons_test.go:706: (dbg) Run:  kubectl --context addons-398275 describe sa gcp-auth-test
addons_test.go:744: (dbg) Run:  kubectl --context addons-398275 exec busybox -- /bin/sh -c "printenv GOOGLE_CLOUD_PROJECT"
--- PASS: TestAddons/serial/GCPAuth/FakeCredentials (9.50s)

                                                
                                    
x
+
TestAddons/parallel/RegistryCreds (0.65s)

                                                
                                                
=== RUN   TestAddons/parallel/RegistryCreds
=== PAUSE TestAddons/parallel/RegistryCreds

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/RegistryCreds
addons_test.go:323: registry-creds stabilized in 7.170587ms
addons_test.go:325: (dbg) Run:  out/minikube-linux-amd64 addons configure registry-creds -f ./testdata/addons_testconfig.json -p addons-398275
addons_test.go:332: (dbg) Run:  kubectl --context addons-398275 -n kube-system get secret -o yaml
addons_test.go:1053: (dbg) Run:  out/minikube-linux-amd64 -p addons-398275 addons disable registry-creds --alsologtostderr -v=1
--- PASS: TestAddons/parallel/RegistryCreds (0.65s)

                                                
                                    
x
+
TestAddons/parallel/InspektorGadget (6.29s)

                                                
                                                
=== RUN   TestAddons/parallel/InspektorGadget
=== PAUSE TestAddons/parallel/InspektorGadget

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/InspektorGadget
addons_test.go:823: (dbg) TestAddons/parallel/InspektorGadget: waiting 8m0s for pods matching "k8s-app=gadget" in namespace "gadget" ...
helpers_test.go:352: "gadget-p4d27" [e7d4b5d9-8aca-49e2-a6ab-a37d4c6078c0] Running
addons_test.go:823: (dbg) TestAddons/parallel/InspektorGadget: k8s-app=gadget healthy within 6.004836442s
addons_test.go:1053: (dbg) Run:  out/minikube-linux-amd64 -p addons-398275 addons disable inspektor-gadget --alsologtostderr -v=1
--- PASS: TestAddons/parallel/InspektorGadget (6.29s)

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (5.67s)

                                                
                                                
=== RUN   TestAddons/parallel/MetricsServer
=== PAUSE TestAddons/parallel/MetricsServer

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:455: metrics-server stabilized in 11.863094ms
addons_test.go:457: (dbg) TestAddons/parallel/MetricsServer: waiting 6m0s for pods matching "k8s-app=metrics-server" in namespace "kube-system" ...
helpers_test.go:352: "metrics-server-85b7d694d7-fz82z" [41b69dba-6733-4753-923e-0346c626da68] Running
addons_test.go:457: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 5.004026244s
addons_test.go:463: (dbg) Run:  kubectl --context addons-398275 top pods -n kube-system
addons_test.go:1053: (dbg) Run:  out/minikube-linux-amd64 -p addons-398275 addons disable metrics-server --alsologtostderr -v=1
--- PASS: TestAddons/parallel/MetricsServer (5.67s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (17.52s)

                                                
                                                
=== RUN   TestAddons/parallel/Headlamp
=== PAUSE TestAddons/parallel/Headlamp

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Headlamp
addons_test.go:808: (dbg) Run:  out/minikube-linux-amd64 addons enable headlamp -p addons-398275 --alsologtostderr -v=1
addons_test.go:813: (dbg) TestAddons/parallel/Headlamp: waiting 8m0s for pods matching "app.kubernetes.io/name=headlamp" in namespace "headlamp" ...
helpers_test.go:352: "headlamp-85f8f8dc54-b8ltn" [a6ecb9c3-8453-4490-a0dd-e6d24dd153ff] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:352: "headlamp-85f8f8dc54-b8ltn" [a6ecb9c3-8453-4490-a0dd-e6d24dd153ff] Running
addons_test.go:813: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 11.002800932s
addons_test.go:1053: (dbg) Run:  out/minikube-linux-amd64 -p addons-398275 addons disable headlamp --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-linux-amd64 -p addons-398275 addons disable headlamp --alsologtostderr -v=1: (5.697085955s)
--- PASS: TestAddons/parallel/Headlamp (17.52s)

                                                
                                    
x
+
TestAddons/parallel/CloudSpanner (6.53s)

                                                
                                                
=== RUN   TestAddons/parallel/CloudSpanner
=== PAUSE TestAddons/parallel/CloudSpanner

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CloudSpanner
addons_test.go:840: (dbg) TestAddons/parallel/CloudSpanner: waiting 6m0s for pods matching "app=cloud-spanner-emulator" in namespace "default" ...
helpers_test.go:352: "cloud-spanner-emulator-85f6b7fc65-7w7r9" [0633b449-d725-4c5a-a770-f006f4c74f1b] Running
addons_test.go:840: (dbg) TestAddons/parallel/CloudSpanner: app=cloud-spanner-emulator healthy within 6.003975776s
addons_test.go:1053: (dbg) Run:  out/minikube-linux-amd64 -p addons-398275 addons disable cloud-spanner --alsologtostderr -v=1
--- PASS: TestAddons/parallel/CloudSpanner (6.53s)

                                                
                                    
x
+
TestAddons/parallel/NvidiaDevicePlugin (5.53s)

                                                
                                                
=== RUN   TestAddons/parallel/NvidiaDevicePlugin
=== PAUSE TestAddons/parallel/NvidiaDevicePlugin

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/NvidiaDevicePlugin
addons_test.go:1025: (dbg) TestAddons/parallel/NvidiaDevicePlugin: waiting 6m0s for pods matching "name=nvidia-device-plugin-ds" in namespace "kube-system" ...
helpers_test.go:352: "nvidia-device-plugin-daemonset-f4bdh" [a43b88ea-5d60-4a6d-95ce-e092eeda82fb] Running
addons_test.go:1025: (dbg) TestAddons/parallel/NvidiaDevicePlugin: name=nvidia-device-plugin-ds healthy within 5.004506031s
addons_test.go:1053: (dbg) Run:  out/minikube-linux-amd64 -p addons-398275 addons disable nvidia-device-plugin --alsologtostderr -v=1
--- PASS: TestAddons/parallel/NvidiaDevicePlugin (5.53s)

                                                
                                    
x
+
TestAddons/parallel/AmdGpuDevicePlugin (5.54s)

                                                
                                                
=== RUN   TestAddons/parallel/AmdGpuDevicePlugin
=== PAUSE TestAddons/parallel/AmdGpuDevicePlugin

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/AmdGpuDevicePlugin
addons_test.go:1038: (dbg) TestAddons/parallel/AmdGpuDevicePlugin: waiting 6m0s for pods matching "name=amd-gpu-device-plugin" in namespace "kube-system" ...
helpers_test.go:352: "amd-gpu-device-plugin-s89z8" [f01639a3-1f97-4f59-a09b-41f429fb24c9] Running
addons_test.go:1038: (dbg) TestAddons/parallel/AmdGpuDevicePlugin: name=amd-gpu-device-plugin healthy within 5.004451673s
addons_test.go:1053: (dbg) Run:  out/minikube-linux-amd64 -p addons-398275 addons disable amd-gpu-device-plugin --alsologtostderr -v=1
--- PASS: TestAddons/parallel/AmdGpuDevicePlugin (5.54s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (12.67s)

                                                
                                                
=== RUN   TestAddons/StoppedEnableDisable
addons_test.go:172: (dbg) Run:  out/minikube-linux-amd64 stop -p addons-398275
addons_test.go:172: (dbg) Done: out/minikube-linux-amd64 stop -p addons-398275: (12.403733994s)
addons_test.go:176: (dbg) Run:  out/minikube-linux-amd64 addons enable dashboard -p addons-398275
addons_test.go:180: (dbg) Run:  out/minikube-linux-amd64 addons disable dashboard -p addons-398275
addons_test.go:185: (dbg) Run:  out/minikube-linux-amd64 addons disable gvisor -p addons-398275
--- PASS: TestAddons/StoppedEnableDisable (12.67s)

                                                
                                    
x
+
TestCertOptions (22.82s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

                                                
                                                
=== CONT  TestCertOptions
cert_options_test.go:49: (dbg) Run:  out/minikube-linux-amd64 start -p cert-options-256052 --memory=3072 --apiserver-ips=127.0.0.1 --apiserver-ips=192.168.15.15 --apiserver-names=localhost --apiserver-names=www.google.com --apiserver-port=8555 --driver=docker  --container-runtime=containerd
cert_options_test.go:49: (dbg) Done: out/minikube-linux-amd64 start -p cert-options-256052 --memory=3072 --apiserver-ips=127.0.0.1 --apiserver-ips=192.168.15.15 --apiserver-names=localhost --apiserver-names=www.google.com --apiserver-port=8555 --driver=docker  --container-runtime=containerd: (20.195246783s)
cert_options_test.go:60: (dbg) Run:  out/minikube-linux-amd64 -p cert-options-256052 ssh "openssl x509 -text -noout -in /var/lib/minikube/certs/apiserver.crt"
cert_options_test.go:88: (dbg) Run:  kubectl --context cert-options-256052 config view
cert_options_test.go:100: (dbg) Run:  out/minikube-linux-amd64 ssh -p cert-options-256052 -- "sudo cat /etc/kubernetes/admin.conf"
helpers_test.go:175: Cleaning up "cert-options-256052" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p cert-options-256052
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p cert-options-256052: (1.989736204s)
--- PASS: TestCertOptions (22.82s)

                                                
                                    
x
+
TestCertExpiration (211.75s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:123: (dbg) Run:  out/minikube-linux-amd64 start -p cert-expiration-348993 --memory=3072 --cert-expiration=3m --driver=docker  --container-runtime=containerd
cert_options_test.go:123: (dbg) Done: out/minikube-linux-amd64 start -p cert-expiration-348993 --memory=3072 --cert-expiration=3m --driver=docker  --container-runtime=containerd: (22.627899783s)
cert_options_test.go:131: (dbg) Run:  out/minikube-linux-amd64 start -p cert-expiration-348993 --memory=3072 --cert-expiration=8760h --driver=docker  --container-runtime=containerd
cert_options_test.go:131: (dbg) Done: out/minikube-linux-amd64 start -p cert-expiration-348993 --memory=3072 --cert-expiration=8760h --driver=docker  --container-runtime=containerd: (6.736742125s)
helpers_test.go:175: Cleaning up "cert-expiration-348993" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p cert-expiration-348993
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p cert-expiration-348993: (2.385540159s)
--- PASS: TestCertExpiration (211.75s)

                                                
                                    
x
+
TestForceSystemdFlag (24.59s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdFlag
docker_test.go:91: (dbg) Run:  out/minikube-linux-amd64 start -p force-systemd-flag-222039 --memory=3072 --force-systemd --alsologtostderr -v=5 --driver=docker  --container-runtime=containerd
docker_test.go:91: (dbg) Done: out/minikube-linux-amd64 start -p force-systemd-flag-222039 --memory=3072 --force-systemd --alsologtostderr -v=5 --driver=docker  --container-runtime=containerd: (22.279732653s)
docker_test.go:121: (dbg) Run:  out/minikube-linux-amd64 -p force-systemd-flag-222039 ssh "cat /etc/containerd/config.toml"
helpers_test.go:175: Cleaning up "force-systemd-flag-222039" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p force-systemd-flag-222039
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p force-systemd-flag-222039: (2.037879966s)
--- PASS: TestForceSystemdFlag (24.59s)

                                                
                                    
x
+
TestForceSystemdEnv (40.1s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdEnv
docker_test.go:155: (dbg) Run:  out/minikube-linux-amd64 start -p force-systemd-env-508349 --memory=3072 --alsologtostderr -v=5 --driver=docker  --container-runtime=containerd
docker_test.go:155: (dbg) Done: out/minikube-linux-amd64 start -p force-systemd-env-508349 --memory=3072 --alsologtostderr -v=5 --driver=docker  --container-runtime=containerd: (37.703342024s)
docker_test.go:121: (dbg) Run:  out/minikube-linux-amd64 -p force-systemd-env-508349 ssh "cat /etc/containerd/config.toml"
helpers_test.go:175: Cleaning up "force-systemd-env-508349" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p force-systemd-env-508349
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p force-systemd-env-508349: (2.103569855s)
--- PASS: TestForceSystemdEnv (40.10s)

                                                
                                    
x
+
TestKVMDriverInstallOrUpdate (0.59s)

                                                
                                                
=== RUN   TestKVMDriverInstallOrUpdate
=== PAUSE TestKVMDriverInstallOrUpdate

                                                
                                                

                                                
                                                
=== CONT  TestKVMDriverInstallOrUpdate
I0929 12:21:29.870241  732404 install.go:66] acquiring lock: {Name:mk900956b073697a4aa6c80a27c6bb0742a99a53 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0929 12:21:29.870426  732404 install.go:138] Validating docker-machine-driver-kvm2, PATH=/tmp/TestKVMDriverInstallOrUpdate783014181/001:/home/jenkins/workspace/Docker_Linux_containerd_integration/out/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/go/bin:/home/jenkins/go/bin:/usr/local/bin/:/usr/local/go/bin/:/home/jenkins/go/bin
I0929 12:21:29.903917  732404 install.go:163] /tmp/TestKVMDriverInstallOrUpdate783014181/001/docker-machine-driver-kvm2 version is 1.1.1
W0929 12:21:29.903967  732404 install.go:76] docker-machine-driver-kvm2: docker-machine-driver-kvm2 is version 1.1.1, want 1.37.0
W0929 12:21:29.904088  732404 out.go:176] [unset outFile]: * Downloading driver docker-machine-driver-kvm2:
I0929 12:21:29.904133  732404 download.go:108] Downloading: https://github.com/kubernetes/minikube/releases/download/v1.37.0/docker-machine-driver-kvm2-amd64?checksum=file:https://github.com/kubernetes/minikube/releases/download/v1.37.0/docker-machine-driver-kvm2-amd64.sha256 -> /tmp/TestKVMDriverInstallOrUpdate783014181/001/docker-machine-driver-kvm2
I0929 12:21:30.320884  732404 install.go:138] Validating docker-machine-driver-kvm2, PATH=/tmp/TestKVMDriverInstallOrUpdate783014181/001:/home/jenkins/workspace/Docker_Linux_containerd_integration/out/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/go/bin:/home/jenkins/go/bin:/usr/local/bin/:/usr/local/go/bin/:/home/jenkins/go/bin
I0929 12:21:30.338620  732404 install.go:163] /tmp/TestKVMDriverInstallOrUpdate783014181/001/docker-machine-driver-kvm2 version is 1.37.0
--- PASS: TestKVMDriverInstallOrUpdate (0.59s)

                                                
                                    
x
+
TestErrorSpam/setup (19.81s)

                                                
                                                
=== RUN   TestErrorSpam/setup
error_spam_test.go:81: (dbg) Run:  out/minikube-linux-amd64 start -p nospam-405790 -n=1 --memory=3072 --wait=false --log_dir=/tmp/nospam-405790 --driver=docker  --container-runtime=containerd
error_spam_test.go:81: (dbg) Done: out/minikube-linux-amd64 start -p nospam-405790 -n=1 --memory=3072 --wait=false --log_dir=/tmp/nospam-405790 --driver=docker  --container-runtime=containerd: (19.807200536s)
--- PASS: TestErrorSpam/setup (19.81s)

                                                
                                    
x
+
TestErrorSpam/start (0.64s)

                                                
                                                
=== RUN   TestErrorSpam/start
error_spam_test.go:206: Cleaning up 1 logfile(s) ...
error_spam_test.go:149: (dbg) Run:  out/minikube-linux-amd64 -p nospam-405790 --log_dir /tmp/nospam-405790 start --dry-run
error_spam_test.go:149: (dbg) Run:  out/minikube-linux-amd64 -p nospam-405790 --log_dir /tmp/nospam-405790 start --dry-run
error_spam_test.go:172: (dbg) Run:  out/minikube-linux-amd64 -p nospam-405790 --log_dir /tmp/nospam-405790 start --dry-run
--- PASS: TestErrorSpam/start (0.64s)

                                                
                                    
x
+
TestErrorSpam/status (0.91s)

                                                
                                                
=== RUN   TestErrorSpam/status
error_spam_test.go:206: Cleaning up 0 logfile(s) ...
error_spam_test.go:149: (dbg) Run:  out/minikube-linux-amd64 -p nospam-405790 --log_dir /tmp/nospam-405790 status
error_spam_test.go:149: (dbg) Run:  out/minikube-linux-amd64 -p nospam-405790 --log_dir /tmp/nospam-405790 status
error_spam_test.go:172: (dbg) Run:  out/minikube-linux-amd64 -p nospam-405790 --log_dir /tmp/nospam-405790 status
--- PASS: TestErrorSpam/status (0.91s)

                                                
                                    
x
+
TestErrorSpam/pause (1.46s)

                                                
                                                
=== RUN   TestErrorSpam/pause
error_spam_test.go:206: Cleaning up 0 logfile(s) ...
error_spam_test.go:149: (dbg) Run:  out/minikube-linux-amd64 -p nospam-405790 --log_dir /tmp/nospam-405790 pause
error_spam_test.go:149: (dbg) Run:  out/minikube-linux-amd64 -p nospam-405790 --log_dir /tmp/nospam-405790 pause
error_spam_test.go:172: (dbg) Run:  out/minikube-linux-amd64 -p nospam-405790 --log_dir /tmp/nospam-405790 pause
--- PASS: TestErrorSpam/pause (1.46s)

                                                
                                    
x
+
TestErrorSpam/unpause (1.55s)

                                                
                                                
=== RUN   TestErrorSpam/unpause
error_spam_test.go:206: Cleaning up 0 logfile(s) ...
error_spam_test.go:149: (dbg) Run:  out/minikube-linux-amd64 -p nospam-405790 --log_dir /tmp/nospam-405790 unpause
error_spam_test.go:149: (dbg) Run:  out/minikube-linux-amd64 -p nospam-405790 --log_dir /tmp/nospam-405790 unpause
error_spam_test.go:172: (dbg) Run:  out/minikube-linux-amd64 -p nospam-405790 --log_dir /tmp/nospam-405790 unpause
--- PASS: TestErrorSpam/unpause (1.55s)

                                                
                                    
x
+
TestErrorSpam/stop (1.4s)

                                                
                                                
=== RUN   TestErrorSpam/stop
error_spam_test.go:206: Cleaning up 0 logfile(s) ...
error_spam_test.go:149: (dbg) Run:  out/minikube-linux-amd64 -p nospam-405790 --log_dir /tmp/nospam-405790 stop
error_spam_test.go:149: (dbg) Done: out/minikube-linux-amd64 -p nospam-405790 --log_dir /tmp/nospam-405790 stop: (1.203102999s)
error_spam_test.go:149: (dbg) Run:  out/minikube-linux-amd64 -p nospam-405790 --log_dir /tmp/nospam-405790 stop
error_spam_test.go:172: (dbg) Run:  out/minikube-linux-amd64 -p nospam-405790 --log_dir /tmp/nospam-405790 stop
--- PASS: TestErrorSpam/stop (1.40s)

                                                
                                    
x
+
TestFunctional/serial/CopySyncFile (0s)

                                                
                                                
=== RUN   TestFunctional/serial/CopySyncFile
functional_test.go:1860: local sync path: /home/jenkins/minikube-integration/21655-728906/.minikube/files/etc/test/nested/copy/732404/hosts
--- PASS: TestFunctional/serial/CopySyncFile (0.00s)

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (44.43s)

                                                
                                                
=== RUN   TestFunctional/serial/StartWithProxy
functional_test.go:2239: (dbg) Run:  out/minikube-linux-amd64 start -p functional-332736 --memory=4096 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=containerd
functional_test.go:2239: (dbg) Done: out/minikube-linux-amd64 start -p functional-332736 --memory=4096 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=containerd: (44.429847132s)
--- PASS: TestFunctional/serial/StartWithProxy (44.43s)

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

                                                
                                                
=== RUN   TestFunctional/serial/AuditLog
--- PASS: TestFunctional/serial/AuditLog (0.00s)

                                                
                                    
x
+
TestFunctional/serial/SoftStart (6.17s)

                                                
                                                
=== RUN   TestFunctional/serial/SoftStart
I0929 11:44:02.134388  732404 config.go:182] Loaded profile config "functional-332736": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
functional_test.go:674: (dbg) Run:  out/minikube-linux-amd64 start -p functional-332736 --alsologtostderr -v=8
E0929 11:44:04.051242  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 11:44:04.057697  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 11:44:04.069592  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 11:44:04.090956  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 11:44:04.132490  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 11:44:04.214682  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 11:44:04.376676  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 11:44:04.698014  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 11:44:05.339284  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 11:44:06.620727  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
functional_test.go:674: (dbg) Done: out/minikube-linux-amd64 start -p functional-332736 --alsologtostderr -v=8: (6.165957787s)
functional_test.go:678: soft start took 6.166748326s for "functional-332736" cluster.
I0929 11:44:08.300742  732404 config.go:182] Loaded profile config "functional-332736": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
--- PASS: TestFunctional/serial/SoftStart (6.17s)

                                                
                                    
x
+
TestFunctional/serial/KubeContext (0.05s)

                                                
                                                
=== RUN   TestFunctional/serial/KubeContext
functional_test.go:696: (dbg) Run:  kubectl config current-context
--- PASS: TestFunctional/serial/KubeContext (0.05s)

                                                
                                    
x
+
TestFunctional/serial/KubectlGetPods (0.11s)

                                                
                                                
=== RUN   TestFunctional/serial/KubectlGetPods
functional_test.go:711: (dbg) Run:  kubectl --context functional-332736 get po -A
--- PASS: TestFunctional/serial/KubectlGetPods (0.11s)

                                                
                                    
x
+
TestFunctional/serial/CacheCmd/cache/add_remote (2.59s)

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_remote
functional_test.go:1064: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 cache add registry.k8s.io/pause:3.1
E0929 11:44:09.182749  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
functional_test.go:1064: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 cache add registry.k8s.io/pause:3.3
functional_test.go:1064: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 cache add registry.k8s.io/pause:latest
--- PASS: TestFunctional/serial/CacheCmd/cache/add_remote (2.59s)

                                                
                                    
x
+
TestFunctional/serial/CacheCmd/cache/add_local (0.93s)

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_local
functional_test.go:1092: (dbg) Run:  docker build -t minikube-local-cache-test:functional-332736 /tmp/TestFunctionalserialCacheCmdcacheadd_local2136178696/001
functional_test.go:1104: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 cache add minikube-local-cache-test:functional-332736
functional_test.go:1109: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 cache delete minikube-local-cache-test:functional-332736
functional_test.go:1098: (dbg) Run:  docker rmi minikube-local-cache-test:functional-332736
--- PASS: TestFunctional/serial/CacheCmd/cache/add_local (0.93s)

                                                
                                    
x
+
TestFunctional/serial/CacheCmd/cache/CacheDelete (0.05s)

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/CacheDelete
functional_test.go:1117: (dbg) Run:  out/minikube-linux-amd64 cache delete registry.k8s.io/pause:3.3
--- PASS: TestFunctional/serial/CacheCmd/cache/CacheDelete (0.05s)

                                                
                                    
x
+
TestFunctional/serial/CacheCmd/cache/list (0.05s)

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/list
functional_test.go:1125: (dbg) Run:  out/minikube-linux-amd64 cache list
--- PASS: TestFunctional/serial/CacheCmd/cache/list (0.05s)

                                                
                                    
x
+
TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node (0.3s)

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node
functional_test.go:1139: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh sudo crictl images
--- PASS: TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node (0.30s)

                                                
                                    
x
+
TestFunctional/serial/CacheCmd/cache/cache_reload (1.61s)

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/cache_reload
functional_test.go:1162: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh sudo crictl rmi registry.k8s.io/pause:latest
functional_test.go:1168: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh sudo crictl inspecti registry.k8s.io/pause:latest
functional_test.go:1168: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-332736 ssh sudo crictl inspecti registry.k8s.io/pause:latest: exit status 1 (281.286741ms)

                                                
                                                
-- stdout --
	FATA[0000] no such image "registry.k8s.io/pause:latest" present 

                                                
                                                
-- /stdout --
** stderr ** 
	ssh: Process exited with status 1

                                                
                                                
** /stderr **
functional_test.go:1173: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 cache reload
functional_test.go:1178: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh sudo crictl inspecti registry.k8s.io/pause:latest
--- PASS: TestFunctional/serial/CacheCmd/cache/cache_reload (1.61s)

                                                
                                    
x
+
TestFunctional/serial/CacheCmd/cache/delete (0.1s)

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/delete
functional_test.go:1187: (dbg) Run:  out/minikube-linux-amd64 cache delete registry.k8s.io/pause:3.1
functional_test.go:1187: (dbg) Run:  out/minikube-linux-amd64 cache delete registry.k8s.io/pause:latest
--- PASS: TestFunctional/serial/CacheCmd/cache/delete (0.10s)

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (0.11s)

                                                
                                                
=== RUN   TestFunctional/serial/MinikubeKubectlCmd
functional_test.go:731: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 kubectl -- --context functional-332736 get pods
--- PASS: TestFunctional/serial/MinikubeKubectlCmd (0.11s)

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (0.11s)

                                                
                                                
=== RUN   TestFunctional/serial/MinikubeKubectlCmdDirectly
functional_test.go:756: (dbg) Run:  out/kubectl --context functional-332736 get pods
E0929 11:44:14.304898  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
--- PASS: TestFunctional/serial/MinikubeKubectlCmdDirectly (0.11s)

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (43.56s)

                                                
                                                
=== RUN   TestFunctional/serial/ExtraConfig
functional_test.go:772: (dbg) Run:  out/minikube-linux-amd64 start -p functional-332736 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all
E0929 11:44:24.546689  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 11:44:45.028764  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
functional_test.go:772: (dbg) Done: out/minikube-linux-amd64 start -p functional-332736 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all: (43.556002903s)
functional_test.go:776: restart took 43.556169615s for "functional-332736" cluster.
I0929 11:44:57.872881  732404 config.go:182] Loaded profile config "functional-332736": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
--- PASS: TestFunctional/serial/ExtraConfig (43.56s)

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.07s)

                                                
                                                
=== RUN   TestFunctional/serial/ComponentHealth
functional_test.go:825: (dbg) Run:  kubectl --context functional-332736 get po -l tier=control-plane -n kube-system -o=json
functional_test.go:840: etcd phase: Running
functional_test.go:850: etcd status: Ready
functional_test.go:840: kube-apiserver phase: Running
functional_test.go:850: kube-apiserver status: Ready
functional_test.go:840: kube-controller-manager phase: Running
functional_test.go:850: kube-controller-manager status: Ready
functional_test.go:840: kube-scheduler phase: Running
functional_test.go:850: kube-scheduler status: Ready
--- PASS: TestFunctional/serial/ComponentHealth (0.07s)

                                                
                                    
x
+
TestFunctional/serial/LogsCmd (1.51s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsCmd
functional_test.go:1251: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 logs
functional_test.go:1251: (dbg) Done: out/minikube-linux-amd64 -p functional-332736 logs: (1.507768636s)
--- PASS: TestFunctional/serial/LogsCmd (1.51s)

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (1.53s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1265: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 logs --file /tmp/TestFunctionalserialLogsFileCmd3603718074/001/logs.txt
functional_test.go:1265: (dbg) Done: out/minikube-linux-amd64 -p functional-332736 logs --file /tmp/TestFunctionalserialLogsFileCmd3603718074/001/logs.txt: (1.527815088s)
--- PASS: TestFunctional/serial/LogsFileCmd (1.53s)

                                                
                                    
x
+
TestFunctional/serial/InvalidService (4.68s)

                                                
                                                
=== RUN   TestFunctional/serial/InvalidService
functional_test.go:2326: (dbg) Run:  kubectl --context functional-332736 apply -f testdata/invalidsvc.yaml
functional_test.go:2340: (dbg) Run:  out/minikube-linux-amd64 service invalid-svc -p functional-332736
functional_test.go:2340: (dbg) Non-zero exit: out/minikube-linux-amd64 service invalid-svc -p functional-332736: exit status 115 (348.639676ms)

                                                
                                                
-- stdout --
	┌───────────┬─────────────┬─────────────┬───────────────────────────┐
	│ NAMESPACE │    NAME     │ TARGET PORT │            URL            │
	├───────────┼─────────────┼─────────────┼───────────────────────────┤
	│ default   │ invalid-svc │ 80          │ http://192.168.49.2:31363 │
	└───────────┴─────────────┴─────────────┴───────────────────────────┘
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	X Exiting due to SVC_UNREACHABLE: service not available: no running pod for service invalid-svc found
	* 
	╭─────────────────────────────────────────────────────────────────────────────────────────────╮
	│                                                                                             │
	│    * If the above advice does not help, please let us know:                                 │
	│      https://github.com/kubernetes/minikube/issues/new/choose                               │
	│                                                                                             │
	│    * Please run `minikube logs --file=logs.txt` and attach logs.txt to the GitHub issue.    │
	│    * Please also attach the following file to the GitHub issue:                             │
	│    * - /tmp/minikube_service_96b204199e3191fa1740d4430b018a3c8028d52d_0.log                 │
	│                                                                                             │
	╰─────────────────────────────────────────────────────────────────────────────────────────────╯

                                                
                                                
** /stderr **
functional_test.go:2332: (dbg) Run:  kubectl --context functional-332736 delete -f testdata/invalidsvc.yaml
functional_test.go:2332: (dbg) Done: kubectl --context functional-332736 delete -f testdata/invalidsvc.yaml: (1.147480242s)
--- PASS: TestFunctional/serial/InvalidService (4.68s)

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (0.39s)

                                                
                                                
=== RUN   TestFunctional/parallel/ConfigCmd
=== PAUSE TestFunctional/parallel/ConfigCmd

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ConfigCmd
functional_test.go:1214: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 config unset cpus
functional_test.go:1214: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 config get cpus
functional_test.go:1214: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-332736 config get cpus: exit status 14 (62.424874ms)

                                                
                                                
** stderr ** 
	Error: specified key could not be found in config

                                                
                                                
** /stderr **
functional_test.go:1214: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 config set cpus 2
functional_test.go:1214: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 config get cpus
functional_test.go:1214: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 config unset cpus
functional_test.go:1214: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 config get cpus
functional_test.go:1214: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-332736 config get cpus: exit status 14 (67.8261ms)

                                                
                                                
** stderr ** 
	Error: specified key could not be found in config

                                                
                                                
** /stderr **
--- PASS: TestFunctional/parallel/ConfigCmd (0.39s)

                                                
                                    
x
+
TestFunctional/parallel/DryRun (0.41s)

                                                
                                                
=== RUN   TestFunctional/parallel/DryRun
=== PAUSE TestFunctional/parallel/DryRun

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/DryRun
functional_test.go:989: (dbg) Run:  out/minikube-linux-amd64 start -p functional-332736 --dry-run --memory 250MB --alsologtostderr --driver=docker  --container-runtime=containerd
functional_test.go:989: (dbg) Non-zero exit: out/minikube-linux-amd64 start -p functional-332736 --dry-run --memory 250MB --alsologtostderr --driver=docker  --container-runtime=containerd: exit status 23 (168.84068ms)

                                                
                                                
-- stdout --
	* [functional-332736] minikube v1.37.0 on Ubuntu 22.04 (kvm/amd64)
	  - MINIKUBE_LOCATION=21655
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/21655-728906/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/21655-728906/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-amd64
	  - MINIKUBE_FORCE_SYSTEMD=
	* Using the docker driver based on existing profile
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	I0929 11:45:13.181634  808909 out.go:360] Setting OutFile to fd 1 ...
	I0929 11:45:13.181955  808909 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:45:13.181965  808909 out.go:374] Setting ErrFile to fd 2...
	I0929 11:45:13.181969  808909 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:45:13.182179  808909 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
	I0929 11:45:13.182658  808909 out.go:368] Setting JSON to false
	I0929 11:45:13.183853  808909 start.go:130] hostinfo: {"hostname":"ubuntu-20-agent-13","uptime":70064,"bootTime":1759076249,"procs":243,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"22.04","kernelVersion":"6.8.0-1040-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0929 11:45:13.183913  808909 start.go:140] virtualization: kvm guest
	I0929 11:45:13.186124  808909 out.go:179] * [functional-332736] minikube v1.37.0 on Ubuntu 22.04 (kvm/amd64)
	I0929 11:45:13.188402  808909 notify.go:220] Checking for updates...
	I0929 11:45:13.188425  808909 out.go:179]   - MINIKUBE_LOCATION=21655
	I0929 11:45:13.189914  808909 out.go:179]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0929 11:45:13.191356  808909 out.go:179]   - KUBECONFIG=/home/jenkins/minikube-integration/21655-728906/kubeconfig
	I0929 11:45:13.192642  808909 out.go:179]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/21655-728906/.minikube
	I0929 11:45:13.193982  808909 out.go:179]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0929 11:45:13.195381  808909 out.go:179]   - MINIKUBE_FORCE_SYSTEMD=
	I0929 11:45:13.197242  808909 config.go:182] Loaded profile config "functional-332736": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:45:13.198015  808909 driver.go:421] Setting default libvirt URI to qemu:///system
	I0929 11:45:13.225366  808909 docker.go:123] docker version: linux-28.4.0:Docker Engine - Community
	I0929 11:45:13.225472  808909 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:45:13.287994  808909 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:3 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:37 OomKillDisable:false NGoroutines:56 SystemTime:2025-09-29 11:45:13.276968824 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:45:13.288152  808909 docker.go:318] overlay module found
	I0929 11:45:13.290004  808909 out.go:179] * Using the docker driver based on existing profile
	I0929 11:45:13.291115  808909 start.go:304] selected driver: docker
	I0929 11:45:13.291130  808909 start.go:924] validating driver "docker" against &{Name:functional-332736 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8441 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:functional-332736 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerN
ames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] 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 Moun
tType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0929 11:45:13.291235  808909 start.go:935] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0929 11:45:13.293094  808909 out.go:203] 
	W0929 11:45:13.294376  808909 out.go:285] X Exiting due to RSRC_INSUFFICIENT_REQ_MEMORY: Requested memory allocation 250MiB is less than the usable minimum of 1800MB
	X Exiting due to RSRC_INSUFFICIENT_REQ_MEMORY: Requested memory allocation 250MiB is less than the usable minimum of 1800MB
	I0929 11:45:13.295715  808909 out.go:203] 

                                                
                                                
** /stderr **
functional_test.go:1006: (dbg) Run:  out/minikube-linux-amd64 start -p functional-332736 --dry-run --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd
--- PASS: TestFunctional/parallel/DryRun (0.41s)

                                                
                                    
x
+
TestFunctional/parallel/InternationalLanguage (0.2s)

                                                
                                                
=== RUN   TestFunctional/parallel/InternationalLanguage
=== PAUSE TestFunctional/parallel/InternationalLanguage

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/InternationalLanguage
functional_test.go:1035: (dbg) Run:  out/minikube-linux-amd64 start -p functional-332736 --dry-run --memory 250MB --alsologtostderr --driver=docker  --container-runtime=containerd
functional_test.go:1035: (dbg) Non-zero exit: out/minikube-linux-amd64 start -p functional-332736 --dry-run --memory 250MB --alsologtostderr --driver=docker  --container-runtime=containerd: exit status 23 (202.947829ms)

                                                
                                                
-- stdout --
	* [functional-332736] minikube v1.37.0 sur Ubuntu 22.04 (kvm/amd64)
	  - MINIKUBE_LOCATION=21655
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/21655-728906/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/21655-728906/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-amd64
	  - MINIKUBE_FORCE_SYSTEMD=
	* Utilisation du pilote docker basé sur le profil existant
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	I0929 11:45:07.104278  806708 out.go:360] Setting OutFile to fd 1 ...
	I0929 11:45:07.104534  806708 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:45:07.104557  806708 out.go:374] Setting ErrFile to fd 2...
	I0929 11:45:07.104563  806708 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 11:45:07.104913  806708 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
	I0929 11:45:07.105446  806708 out.go:368] Setting JSON to false
	I0929 11:45:07.106465  806708 start.go:130] hostinfo: {"hostname":"ubuntu-20-agent-13","uptime":70058,"bootTime":1759076249,"procs":231,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"22.04","kernelVersion":"6.8.0-1040-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0929 11:45:07.106594  806708 start.go:140] virtualization: kvm guest
	I0929 11:45:07.108740  806708 out.go:179] * [functional-332736] minikube v1.37.0 sur Ubuntu 22.04 (kvm/amd64)
	I0929 11:45:07.110136  806708 out.go:179]   - MINIKUBE_LOCATION=21655
	I0929 11:45:07.110147  806708 notify.go:220] Checking for updates...
	I0929 11:45:07.112868  806708 out.go:179]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0929 11:45:07.114163  806708 out.go:179]   - KUBECONFIG=/home/jenkins/minikube-integration/21655-728906/kubeconfig
	I0929 11:45:07.118789  806708 out.go:179]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/21655-728906/.minikube
	I0929 11:45:07.123234  806708 out.go:179]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0929 11:45:07.124894  806708 out.go:179]   - MINIKUBE_FORCE_SYSTEMD=
	I0929 11:45:07.127099  806708 config.go:182] Loaded profile config "functional-332736": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 11:45:07.127698  806708 driver.go:421] Setting default libvirt URI to qemu:///system
	I0929 11:45:07.158028  806708 docker.go:123] docker version: linux-28.4.0:Docker Engine - Community
	I0929 11:45:07.158191  806708 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 11:45:07.226875  806708 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:3 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:39 OomKillDisable:false NGoroutines:58 SystemTime:2025-09-29 11:45:07.213757374 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 11:45:07.227098  806708 docker.go:318] overlay module found
	I0929 11:45:07.233646  806708 out.go:179] * Utilisation du pilote docker basé sur le profil existant
	I0929 11:45:07.235155  806708 start.go:304] selected driver: docker
	I0929 11:45:07.235176  806708 start.go:924] validating driver "docker" against &{Name:functional-332736 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8441 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:functional-332736 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerN
ames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.34.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] 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 Moun
tType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0929 11:45:07.235300  806708 start.go:935] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0929 11:45:07.238088  806708 out.go:203] 
	W0929 11:45:07.239825  806708 out.go:285] X Fermeture en raison de RSRC_INSUFFICIENT_REQ_MEMORY : L'allocation de mémoire demandée 250 Mio est inférieure au minimum utilisable de 1800 Mo
	X Fermeture en raison de RSRC_INSUFFICIENT_REQ_MEMORY : L'allocation de mémoire demandée 250 Mio est inférieure au minimum utilisable de 1800 Mo
	I0929 11:45:07.241596  806708 out.go:203] 

                                                
                                                
** /stderr **
--- PASS: TestFunctional/parallel/InternationalLanguage (0.20s)

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (0.98s)

                                                
                                                
=== RUN   TestFunctional/parallel/StatusCmd
=== PAUSE TestFunctional/parallel/StatusCmd

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/StatusCmd
functional_test.go:869: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 status
functional_test.go:875: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 status -f host:{{.Host}},kublet:{{.Kubelet}},apiserver:{{.APIServer}},kubeconfig:{{.Kubeconfig}}
functional_test.go:887: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 status -o json
--- PASS: TestFunctional/parallel/StatusCmd (0.98s)

                                                
                                    
x
+
TestFunctional/parallel/AddonsCmd (0.17s)

                                                
                                                
=== RUN   TestFunctional/parallel/AddonsCmd
=== PAUSE TestFunctional/parallel/AddonsCmd

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/AddonsCmd
functional_test.go:1695: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 addons list
functional_test.go:1707: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 addons list -o json
--- PASS: TestFunctional/parallel/AddonsCmd (0.17s)

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (0.61s)

                                                
                                                
=== RUN   TestFunctional/parallel/SSHCmd
=== PAUSE TestFunctional/parallel/SSHCmd

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/SSHCmd
functional_test.go:1730: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh "echo hello"
functional_test.go:1747: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh "cat /etc/hostname"
--- PASS: TestFunctional/parallel/SSHCmd (0.61s)

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (1.63s)

                                                
                                                
=== RUN   TestFunctional/parallel/CpCmd
=== PAUSE TestFunctional/parallel/CpCmd

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/CpCmd
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 cp testdata/cp-test.txt /home/docker/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh -n functional-332736 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 cp functional-332736:/home/docker/cp-test.txt /tmp/TestFunctionalparallelCpCmd3770838678/001/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh -n functional-332736 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 cp testdata/cp-test.txt /tmp/does/not/exist/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh -n functional-332736 "sudo cat /tmp/does/not/exist/cp-test.txt"
--- PASS: TestFunctional/parallel/CpCmd (1.63s)

                                                
                                    
x
+
TestFunctional/parallel/FileSync (0.29s)

                                                
                                                
=== RUN   TestFunctional/parallel/FileSync
=== PAUSE TestFunctional/parallel/FileSync

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/FileSync
functional_test.go:1934: Checking for existence of /etc/test/nested/copy/732404/hosts within VM
functional_test.go:1936: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh "sudo cat /etc/test/nested/copy/732404/hosts"
functional_test.go:1941: file sync test content: Test file for checking file sync process
--- PASS: TestFunctional/parallel/FileSync (0.29s)

                                                
                                    
x
+
TestFunctional/parallel/CertSync (1.72s)

                                                
                                                
=== RUN   TestFunctional/parallel/CertSync
=== PAUSE TestFunctional/parallel/CertSync

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/CertSync
functional_test.go:1977: Checking for existence of /etc/ssl/certs/732404.pem within VM
functional_test.go:1978: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh "sudo cat /etc/ssl/certs/732404.pem"
functional_test.go:1977: Checking for existence of /usr/share/ca-certificates/732404.pem within VM
functional_test.go:1978: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh "sudo cat /usr/share/ca-certificates/732404.pem"
functional_test.go:1977: Checking for existence of /etc/ssl/certs/51391683.0 within VM
functional_test.go:1978: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh "sudo cat /etc/ssl/certs/51391683.0"
functional_test.go:2004: Checking for existence of /etc/ssl/certs/7324042.pem within VM
functional_test.go:2005: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh "sudo cat /etc/ssl/certs/7324042.pem"
functional_test.go:2004: Checking for existence of /usr/share/ca-certificates/7324042.pem within VM
functional_test.go:2005: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh "sudo cat /usr/share/ca-certificates/7324042.pem"
functional_test.go:2004: Checking for existence of /etc/ssl/certs/3ec20f2e.0 within VM
functional_test.go:2005: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh "sudo cat /etc/ssl/certs/3ec20f2e.0"
--- PASS: TestFunctional/parallel/CertSync (1.72s)

                                                
                                    
x
+
TestFunctional/parallel/NodeLabels (0.07s)

                                                
                                                
=== RUN   TestFunctional/parallel/NodeLabels
=== PAUSE TestFunctional/parallel/NodeLabels

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/NodeLabels
functional_test.go:234: (dbg) Run:  kubectl --context functional-332736 get nodes --output=go-template "--template='{{range $k, $v := (index .items 0).metadata.labels}}{{$k}} {{end}}'"
--- PASS: TestFunctional/parallel/NodeLabels (0.07s)

                                                
                                    
x
+
TestFunctional/parallel/NonActiveRuntimeDisabled (0.63s)

                                                
                                                
=== RUN   TestFunctional/parallel/NonActiveRuntimeDisabled
=== PAUSE TestFunctional/parallel/NonActiveRuntimeDisabled

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/NonActiveRuntimeDisabled
functional_test.go:2032: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh "sudo systemctl is-active docker"
functional_test.go:2032: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-332736 ssh "sudo systemctl is-active docker": exit status 1 (321.587578ms)

                                                
                                                
-- stdout --
	inactive

                                                
                                                
-- /stdout --
** stderr ** 
	ssh: Process exited with status 3

                                                
                                                
** /stderr **
functional_test.go:2032: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh "sudo systemctl is-active crio"
functional_test.go:2032: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-332736 ssh "sudo systemctl is-active crio": exit status 1 (312.505537ms)

                                                
                                                
-- stdout --
	inactive

                                                
                                                
-- /stdout --
** stderr ** 
	ssh: Process exited with status 3

                                                
                                                
** /stderr **
--- PASS: TestFunctional/parallel/NonActiveRuntimeDisabled (0.63s)

                                                
                                    
x
+
TestFunctional/parallel/License (0.28s)

                                                
                                                
=== RUN   TestFunctional/parallel/License
=== PAUSE TestFunctional/parallel/License

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/License
functional_test.go:2293: (dbg) Run:  out/minikube-linux-amd64 license
--- PASS: TestFunctional/parallel/License (0.28s)

                                                
                                    
x
+
TestFunctional/parallel/ProfileCmd/profile_not_create (0.48s)

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_not_create
functional_test.go:1285: (dbg) Run:  out/minikube-linux-amd64 profile lis
functional_test.go:1290: (dbg) Run:  out/minikube-linux-amd64 profile list --output json
--- PASS: TestFunctional/parallel/ProfileCmd/profile_not_create (0.48s)

                                                
                                    
x
+
TestFunctional/parallel/Version/short (0.05s)

                                                
                                                
=== RUN   TestFunctional/parallel/Version/short
=== PAUSE TestFunctional/parallel/Version/short

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/Version/short
functional_test.go:2261: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 version --short
--- PASS: TestFunctional/parallel/Version/short (0.05s)

                                                
                                    
x
+
TestFunctional/parallel/Version/components (0.51s)

                                                
                                                
=== RUN   TestFunctional/parallel/Version/components
=== PAUSE TestFunctional/parallel/Version/components

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/Version/components
functional_test.go:2275: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 version -o=json --components
--- PASS: TestFunctional/parallel/Version/components (0.51s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageListShort (0.22s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageListShort
=== PAUSE TestFunctional/parallel/ImageCommands/ImageListShort

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListShort
functional_test.go:276: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 image ls --format short --alsologtostderr
functional_test.go:281: (dbg) Stdout: out/minikube-linux-amd64 -p functional-332736 image ls --format short --alsologtostderr:
registry.k8s.io/pause:latest
registry.k8s.io/pause:3.3
registry.k8s.io/pause:3.10.1
registry.k8s.io/pause:3.1
registry.k8s.io/kube-scheduler:v1.34.0
registry.k8s.io/kube-proxy:v1.34.0
registry.k8s.io/kube-controller-manager:v1.34.0
registry.k8s.io/kube-apiserver:v1.34.0
registry.k8s.io/etcd:3.6.4-0
registry.k8s.io/coredns/coredns:v1.12.1
gcr.io/k8s-minikube/storage-provisioner:v5
gcr.io/k8s-minikube/busybox:1.28.4-glibc
docker.io/library/nginx:alpine
docker.io/library/minikube-local-cache-test:functional-332736
docker.io/kindest/kindnetd:v20250512-df8de77b
docker.io/kicbase/echo-server:functional-332736
functional_test.go:284: (dbg) Stderr: out/minikube-linux-amd64 -p functional-332736 image ls --format short --alsologtostderr:
I0929 11:51:16.420376  815510 out.go:360] Setting OutFile to fd 1 ...
I0929 11:51:16.420699  815510 out.go:408] TERM=,COLORTERM=, which probably does not support color
I0929 11:51:16.420709  815510 out.go:374] Setting ErrFile to fd 2...
I0929 11:51:16.420713  815510 out.go:408] TERM=,COLORTERM=, which probably does not support color
I0929 11:51:16.420906  815510 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
I0929 11:51:16.421515  815510 config.go:182] Loaded profile config "functional-332736": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
I0929 11:51:16.421625  815510 config.go:182] Loaded profile config "functional-332736": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
I0929 11:51:16.421996  815510 cli_runner.go:164] Run: docker container inspect functional-332736 --format={{.State.Status}}
I0929 11:51:16.440985  815510 ssh_runner.go:195] Run: systemctl --version
I0929 11:51:16.441042  815510 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-332736
I0929 11:51:16.459928  815510 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32783 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/functional-332736/id_rsa Username:docker}
I0929 11:51:16.554062  815510 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (0.22s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageListTable (0.22s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageListTable
=== PAUSE TestFunctional/parallel/ImageCommands/ImageListTable

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListTable
functional_test.go:276: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 image ls --format table --alsologtostderr
functional_test.go:281: (dbg) Stdout: out/minikube-linux-amd64 -p functional-332736 image ls --format table --alsologtostderr:
┌─────────────────────────────────────────────┬────────────────────┬───────────────┬────────┐
│                    IMAGE                    │        TAG         │   IMAGE ID    │  SIZE  │
├─────────────────────────────────────────────┼────────────────────┼───────────────┼────────┤
│ docker.io/kicbase/echo-server               │ functional-332736  │ sha256:9056ab │ 2.37MB │
│ docker.io/kindest/kindnetd                  │ v20250512-df8de77b │ sha256:409467 │ 44.4MB │
│ docker.io/library/nginx                     │ alpine             │ sha256:4a8601 │ 22.5MB │
│ gcr.io/k8s-minikube/storage-provisioner     │ v5                 │ sha256:6e38f4 │ 9.06MB │
│ registry.k8s.io/coredns/coredns             │ v1.12.1            │ sha256:52546a │ 22.4MB │
│ registry.k8s.io/pause                       │ 3.10.1             │ sha256:cd073f │ 320kB  │
│ registry.k8s.io/pause                       │ latest             │ sha256:350b16 │ 72.3kB │
│ docker.io/library/minikube-local-cache-test │ functional-332736  │ sha256:3943e1 │ 989B   │
│ registry.k8s.io/etcd                        │ 3.6.4-0            │ sha256:5f1f52 │ 74.3MB │
│ registry.k8s.io/kube-controller-manager     │ v1.34.0            │ sha256:a0af72 │ 22.8MB │
│ gcr.io/k8s-minikube/busybox                 │ 1.28.4-glibc       │ sha256:56cc51 │ 2.4MB  │
│ localhost/my-image                          │ functional-332736  │ sha256:24ee0e │ 775kB  │
│ registry.k8s.io/kube-scheduler              │ v1.34.0            │ sha256:46169d │ 17.4MB │
│ registry.k8s.io/pause                       │ 3.3                │ sha256:0184c1 │ 298kB  │
│ registry.k8s.io/kube-apiserver              │ v1.34.0            │ sha256:90550c │ 27.1MB │
│ registry.k8s.io/kube-proxy                  │ v1.34.0            │ sha256:df0860 │ 26MB   │
│ registry.k8s.io/pause                       │ 3.1                │ sha256:da86e6 │ 315kB  │
└─────────────────────────────────────────────┴────────────────────┴───────────────┴────────┘
functional_test.go:284: (dbg) Stderr: out/minikube-linux-amd64 -p functional-332736 image ls --format table --alsologtostderr:
I0929 11:51:19.611535  815981 out.go:360] Setting OutFile to fd 1 ...
I0929 11:51:19.611676  815981 out.go:408] TERM=,COLORTERM=, which probably does not support color
I0929 11:51:19.611683  815981 out.go:374] Setting ErrFile to fd 2...
I0929 11:51:19.611687  815981 out.go:408] TERM=,COLORTERM=, which probably does not support color
I0929 11:51:19.611903  815981 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
I0929 11:51:19.612569  815981 config.go:182] Loaded profile config "functional-332736": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
I0929 11:51:19.612673  815981 config.go:182] Loaded profile config "functional-332736": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
I0929 11:51:19.613044  815981 cli_runner.go:164] Run: docker container inspect functional-332736 --format={{.State.Status}}
I0929 11:51:19.631706  815981 ssh_runner.go:195] Run: systemctl --version
I0929 11:51:19.631764  815981 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-332736
I0929 11:51:19.650076  815981 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32783 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/functional-332736/id_rsa Username:docker}
I0929 11:51:19.743716  815981 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (0.22s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageListJson (0.22s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageListJson
=== PAUSE TestFunctional/parallel/ImageCommands/ImageListJson

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListJson
functional_test.go:276: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 image ls --format json --alsologtostderr
functional_test.go:281: (dbg) Stdout: out/minikube-linux-amd64 -p functional-332736 image ls --format json --alsologtostderr:
[{"id":"sha256:46169d968e9203e8b10debaf898210fe11c94b5864c351ea0f6fcf621f659bdc","repoDigests":["registry.k8s.io/kube-scheduler@sha256:8fbe6d18415c8af9b31e177f6e444985f3a87349e083fe6eadd36753dddb17ff"],"repoTags":["registry.k8s.io/kube-scheduler:v1.34.0"],"size":"17385558"},{"id":"sha256:da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.1"],"size":"315399"},{"id":"sha256:cd073f4c5f6a8e9dc6f3125ba00cf60819cae95c1ec84a1f146ee4a9cf9e803f","repoDigests":["registry.k8s.io/pause@sha256:278fb9dbcca9518083ad1e11276933a2e96f23de604a3a08cc3c80002767d24c"],"repoTags":["registry.k8s.io/pause:3.10.1"],"size":"320448"},{"id":"sha256:409467f978b4a30fe717012736557d637f66371452c3b279c02b943b367a141c","repoDigests":["docker.io/kindest/kindnetd@sha256:07a4b3fe0077a0ae606cc0a200fc25a28fa64dcc30b8d311b461089969449f9a"],"repoTags":["docker.io/kindest/kindnetd:v20250512-df8de77b"],"size":"44375501"},{"id":"sha256:4a86014ec6994761b7f3118cf47e4b4fd6bac15fc6
fa262c4f356386bbc0e9d9","repoDigests":["docker.io/library/nginx@sha256:42a516af16b852e33b7682d5ef8acbd5d13fe08fecadc7ed98605ba5e3b26ab8"],"repoTags":["docker.io/library/nginx:alpine"],"size":"22477192"},{"id":"sha256:52546a367cc9e0d924aa3b190596a9167fa6e53245023b5b5baf0f07e5443969","repoDigests":["registry.k8s.io/coredns/coredns@sha256:e8c262566636e6bc340ece6473b0eed193cad045384401529721ddbe6463d31c"],"repoTags":["registry.k8s.io/coredns/coredns:v1.12.1"],"size":"22384805"},{"id":"sha256:a0af72f2ec6d628152b015a46d4074df8f77d5b686978987c70f48b8c7660634","repoDigests":["registry.k8s.io/kube-controller-manager@sha256:f8ba6c082136e2c85ce71628c59c6574ca4b67f162911cb200c0a51a5b9bff81"],"repoTags":["registry.k8s.io/kube-controller-manager:v1.34.0"],"size":"22819719"},{"id":"sha256:350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06","repoDigests":[],"repoTags":["registry.k8s.io/pause:latest"],"size":"72306"},{"id":"sha256:56cc512116c8f894f11ce1995460aef1ee0972d48bc2a3bdb1faaac7c020289c","repoDigests":["
gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e"],"repoTags":["gcr.io/k8s-minikube/busybox:1.28.4-glibc"],"size":"2395207"},{"id":"sha256:24ee0e47d60237c6c793dfea2a63500460fb2f1ba2de39e0a1c0230c6a60a7de","repoDigests":[],"repoTags":["localhost/my-image:functional-332736"],"size":"774887"},{"id":"sha256:df0860106674df871eebbd01fede90c764bf472f5b97eca7e945761292e9b0ce","repoDigests":["registry.k8s.io/kube-proxy@sha256:364da8a25c742d7a35e9635cb8cf42c1faf5b367760d0f9f9a75bdd1f9d52067"],"repoTags":["registry.k8s.io/kube-proxy:v1.34.0"],"size":"25963701"},{"id":"sha256:9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30","repoDigests":[],"repoTags":["docker.io/kicbase/echo-server:functional-332736"],"size":"2372971"},{"id":"sha256:6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562","repoDigests":["gcr.io/k8s-minikube/storage-provisioner@sha256:18eb69d1418e854ad5a19e399310e52808a8321e4c441c1dddad8977a0d7a944"],"repoTags":["gcr.io/k8s-mini
kube/storage-provisioner:v5"],"size":"9058936"},{"id":"sha256:5f1f5298c888daa46c4409ff4cefe5ca9d16e479419f94cdb5f5d5563dac0115","repoDigests":["registry.k8s.io/etcd@sha256:e36c081683425b5b3bc1425bc508b37e7107bb65dfa9367bf5a80125d431fa19"],"repoTags":["registry.k8s.io/etcd:3.6.4-0"],"size":"74311308"},{"id":"sha256:90550c43ad2bcfd11fcd5fd27d2eac5a7ca823be1308884b33dd816ec169be90","repoDigests":["registry.k8s.io/kube-apiserver@sha256:fe86fe2f64021df8efa1a939a290bc21c8c128c66fc00ebbb6b5dea4c7a06812"],"repoTags":["registry.k8s.io/kube-apiserver:v1.34.0"],"size":"27066504"},{"id":"sha256:0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.3"],"size":"297686"},{"id":"sha256:3943e1f97af6ee1d96f6f0ca55da79501b9463e784a8a5141781496a68359ffa","repoDigests":[],"repoTags":["docker.io/library/minikube-local-cache-test:functional-332736"],"size":"989"}]
functional_test.go:284: (dbg) Stderr: out/minikube-linux-amd64 -p functional-332736 image ls --format json --alsologtostderr:
I0929 11:51:19.387388  815931 out.go:360] Setting OutFile to fd 1 ...
I0929 11:51:19.387705  815931 out.go:408] TERM=,COLORTERM=, which probably does not support color
I0929 11:51:19.387718  815931 out.go:374] Setting ErrFile to fd 2...
I0929 11:51:19.387722  815931 out.go:408] TERM=,COLORTERM=, which probably does not support color
I0929 11:51:19.387980  815931 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
I0929 11:51:19.388690  815931 config.go:182] Loaded profile config "functional-332736": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
I0929 11:51:19.388799  815931 config.go:182] Loaded profile config "functional-332736": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
I0929 11:51:19.389211  815931 cli_runner.go:164] Run: docker container inspect functional-332736 --format={{.State.Status}}
I0929 11:51:19.408065  815931 ssh_runner.go:195] Run: systemctl --version
I0929 11:51:19.408130  815931 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-332736
I0929 11:51:19.426833  815931 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32783 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/functional-332736/id_rsa Username:docker}
I0929 11:51:19.520817  815931 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (0.22s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageListYaml (0.22s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageListYaml
=== PAUSE TestFunctional/parallel/ImageCommands/ImageListYaml

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListYaml
functional_test.go:276: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 image ls --format yaml --alsologtostderr
functional_test.go:281: (dbg) Stdout: out/minikube-linux-amd64 -p functional-332736 image ls --format yaml --alsologtostderr:
- id: sha256:409467f978b4a30fe717012736557d637f66371452c3b279c02b943b367a141c
repoDigests:
- docker.io/kindest/kindnetd@sha256:07a4b3fe0077a0ae606cc0a200fc25a28fa64dcc30b8d311b461089969449f9a
repoTags:
- docker.io/kindest/kindnetd:v20250512-df8de77b
size: "44375501"
- id: sha256:df0860106674df871eebbd01fede90c764bf472f5b97eca7e945761292e9b0ce
repoDigests:
- registry.k8s.io/kube-proxy@sha256:364da8a25c742d7a35e9635cb8cf42c1faf5b367760d0f9f9a75bdd1f9d52067
repoTags:
- registry.k8s.io/kube-proxy:v1.34.0
size: "25963701"
- id: sha256:cd073f4c5f6a8e9dc6f3125ba00cf60819cae95c1ec84a1f146ee4a9cf9e803f
repoDigests:
- registry.k8s.io/pause@sha256:278fb9dbcca9518083ad1e11276933a2e96f23de604a3a08cc3c80002767d24c
repoTags:
- registry.k8s.io/pause:3.10.1
size: "320448"
- id: sha256:56cc512116c8f894f11ce1995460aef1ee0972d48bc2a3bdb1faaac7c020289c
repoDigests:
- gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e
repoTags:
- gcr.io/k8s-minikube/busybox:1.28.4-glibc
size: "2395207"
- id: sha256:52546a367cc9e0d924aa3b190596a9167fa6e53245023b5b5baf0f07e5443969
repoDigests:
- registry.k8s.io/coredns/coredns@sha256:e8c262566636e6bc340ece6473b0eed193cad045384401529721ddbe6463d31c
repoTags:
- registry.k8s.io/coredns/coredns:v1.12.1
size: "22384805"
- id: sha256:3943e1f97af6ee1d96f6f0ca55da79501b9463e784a8a5141781496a68359ffa
repoDigests: []
repoTags:
- docker.io/library/minikube-local-cache-test:functional-332736
size: "989"
- id: sha256:6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562
repoDigests:
- gcr.io/k8s-minikube/storage-provisioner@sha256:18eb69d1418e854ad5a19e399310e52808a8321e4c441c1dddad8977a0d7a944
repoTags:
- gcr.io/k8s-minikube/storage-provisioner:v5
size: "9058936"
- id: sha256:46169d968e9203e8b10debaf898210fe11c94b5864c351ea0f6fcf621f659bdc
repoDigests:
- registry.k8s.io/kube-scheduler@sha256:8fbe6d18415c8af9b31e177f6e444985f3a87349e083fe6eadd36753dddb17ff
repoTags:
- registry.k8s.io/kube-scheduler:v1.34.0
size: "17385558"
- id: sha256:350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06
repoDigests: []
repoTags:
- registry.k8s.io/pause:latest
size: "72306"
- id: sha256:9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30
repoDigests: []
repoTags:
- docker.io/kicbase/echo-server:functional-332736
size: "2372971"
- id: sha256:4a86014ec6994761b7f3118cf47e4b4fd6bac15fc6fa262c4f356386bbc0e9d9
repoDigests:
- docker.io/library/nginx@sha256:42a516af16b852e33b7682d5ef8acbd5d13fe08fecadc7ed98605ba5e3b26ab8
repoTags:
- docker.io/library/nginx:alpine
size: "22477192"
- id: sha256:5f1f5298c888daa46c4409ff4cefe5ca9d16e479419f94cdb5f5d5563dac0115
repoDigests:
- registry.k8s.io/etcd@sha256:e36c081683425b5b3bc1425bc508b37e7107bb65dfa9367bf5a80125d431fa19
repoTags:
- registry.k8s.io/etcd:3.6.4-0
size: "74311308"
- id: sha256:90550c43ad2bcfd11fcd5fd27d2eac5a7ca823be1308884b33dd816ec169be90
repoDigests:
- registry.k8s.io/kube-apiserver@sha256:fe86fe2f64021df8efa1a939a290bc21c8c128c66fc00ebbb6b5dea4c7a06812
repoTags:
- registry.k8s.io/kube-apiserver:v1.34.0
size: "27066504"
- id: sha256:a0af72f2ec6d628152b015a46d4074df8f77d5b686978987c70f48b8c7660634
repoDigests:
- registry.k8s.io/kube-controller-manager@sha256:f8ba6c082136e2c85ce71628c59c6574ca4b67f162911cb200c0a51a5b9bff81
repoTags:
- registry.k8s.io/kube-controller-manager:v1.34.0
size: "22819719"
- id: sha256:da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.1
size: "315399"
- id: sha256:0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.3
size: "297686"

                                                
                                                
functional_test.go:284: (dbg) Stderr: out/minikube-linux-amd64 -p functional-332736 image ls --format yaml --alsologtostderr:
I0929 11:51:16.642364  815558 out.go:360] Setting OutFile to fd 1 ...
I0929 11:51:16.642662  815558 out.go:408] TERM=,COLORTERM=, which probably does not support color
I0929 11:51:16.642673  815558 out.go:374] Setting ErrFile to fd 2...
I0929 11:51:16.642680  815558 out.go:408] TERM=,COLORTERM=, which probably does not support color
I0929 11:51:16.642923  815558 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
I0929 11:51:16.643589  815558 config.go:182] Loaded profile config "functional-332736": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
I0929 11:51:16.643715  815558 config.go:182] Loaded profile config "functional-332736": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
I0929 11:51:16.644126  815558 cli_runner.go:164] Run: docker container inspect functional-332736 --format={{.State.Status}}
I0929 11:51:16.663100  815558 ssh_runner.go:195] Run: systemctl --version
I0929 11:51:16.663168  815558 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-332736
I0929 11:51:16.680817  815558 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32783 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/functional-332736/id_rsa Username:docker}
I0929 11:51:16.774141  815558 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (0.22s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageBuild (2.53s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageBuild
=== PAUSE TestFunctional/parallel/ImageCommands/ImageBuild

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageBuild
functional_test.go:323: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh pgrep buildkitd
functional_test.go:323: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-332736 ssh pgrep buildkitd: exit status 1 (265.645702ms)

                                                
                                                
** stderr ** 
	ssh: Process exited with status 1

                                                
                                                
** /stderr **
functional_test.go:330: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 image build -t localhost/my-image:functional-332736 testdata/build --alsologtostderr
functional_test.go:330: (dbg) Done: out/minikube-linux-amd64 -p functional-332736 image build -t localhost/my-image:functional-332736 testdata/build --alsologtostderr: (2.034914913s)
functional_test.go:338: (dbg) Stderr: out/minikube-linux-amd64 -p functional-332736 image build -t localhost/my-image:functional-332736 testdata/build --alsologtostderr:
I0929 11:51:17.126318  815708 out.go:360] Setting OutFile to fd 1 ...
I0929 11:51:17.126619  815708 out.go:408] TERM=,COLORTERM=, which probably does not support color
I0929 11:51:17.126630  815708 out.go:374] Setting ErrFile to fd 2...
I0929 11:51:17.126636  815708 out.go:408] TERM=,COLORTERM=, which probably does not support color
I0929 11:51:17.126846  815708 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
I0929 11:51:17.127569  815708 config.go:182] Loaded profile config "functional-332736": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
I0929 11:51:17.128265  815708 config.go:182] Loaded profile config "functional-332736": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
I0929 11:51:17.128724  815708 cli_runner.go:164] Run: docker container inspect functional-332736 --format={{.State.Status}}
I0929 11:51:17.147112  815708 ssh_runner.go:195] Run: systemctl --version
I0929 11:51:17.147183  815708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-332736
I0929 11:51:17.164627  815708 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32783 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/functional-332736/id_rsa Username:docker}
I0929 11:51:17.257704  815708 build_images.go:161] Building image from path: /tmp/build.1450825456.tar
I0929 11:51:17.257797  815708 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build
I0929 11:51:17.267936  815708 ssh_runner.go:195] Run: stat -c "%s %y" /var/lib/minikube/build/build.1450825456.tar
I0929 11:51:17.271965  815708 ssh_runner.go:352] existence check for /var/lib/minikube/build/build.1450825456.tar: stat -c "%s %y" /var/lib/minikube/build/build.1450825456.tar: Process exited with status 1
stdout:

                                                
                                                
stderr:
stat: cannot statx '/var/lib/minikube/build/build.1450825456.tar': No such file or directory
I0929 11:51:17.272004  815708 ssh_runner.go:362] scp /tmp/build.1450825456.tar --> /var/lib/minikube/build/build.1450825456.tar (3072 bytes)
I0929 11:51:17.298790  815708 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build/build.1450825456
I0929 11:51:17.308513  815708 ssh_runner.go:195] Run: sudo tar -C /var/lib/minikube/build/build.1450825456 -xf /var/lib/minikube/build/build.1450825456.tar
I0929 11:51:17.318314  815708 containerd.go:394] Building image: /var/lib/minikube/build/build.1450825456
I0929 11:51:17.318399  815708 ssh_runner.go:195] Run: sudo buildctl build --frontend dockerfile.v0 --local context=/var/lib/minikube/build/build.1450825456 --local dockerfile=/var/lib/minikube/build/build.1450825456 --output type=image,name=localhost/my-image:functional-332736
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 97B done
#1 DONE 0.0s

                                                
                                                
#2 [internal] load metadata for gcr.io/k8s-minikube/busybox:latest
#2 DONE 1.0s

                                                
                                                
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s

                                                
                                                
#4 [internal] load build context
#4 transferring context: 62B done
#4 DONE 0.0s

                                                
                                                
#5 [1/3] FROM gcr.io/k8s-minikube/busybox:latest@sha256:ca5ae90100d50772da31f3b5016209e25ad61972404e2ccd83d44f10dee7e79b
#5 resolve gcr.io/k8s-minikube/busybox:latest@sha256:ca5ae90100d50772da31f3b5016209e25ad61972404e2ccd83d44f10dee7e79b 0.0s done
#5 sha256:5cc84ad355aaa64f46ea9c7bbcc319a9d808ab15088a27209c9e70ef86e5a2aa 0B / 772.79kB 0.2s
#5 sha256:5cc84ad355aaa64f46ea9c7bbcc319a9d808ab15088a27209c9e70ef86e5a2aa 772.79kB / 772.79kB 0.2s done
#5 extracting sha256:5cc84ad355aaa64f46ea9c7bbcc319a9d808ab15088a27209c9e70ef86e5a2aa 0.0s done
#5 DONE 0.3s

                                                
                                                
#6 [2/3] RUN true
#6 DONE 0.1s

                                                
                                                
#7 [3/3] ADD content.txt /
#7 DONE 0.0s

                                                
                                                
#8 exporting to image
#8 exporting layers 0.1s done
#8 exporting manifest sha256:98d3e002dc43ed04f19293c2a07ece123ef6a15bed100d600982eec8bed00a3c done
#8 exporting config sha256:24ee0e47d60237c6c793dfea2a63500460fb2f1ba2de39e0a1c0230c6a60a7de
#8 exporting config sha256:24ee0e47d60237c6c793dfea2a63500460fb2f1ba2de39e0a1c0230c6a60a7de done
#8 naming to localhost/my-image:functional-332736 done
#8 DONE 0.1s
I0929 11:51:19.090041  815708 ssh_runner.go:235] Completed: sudo buildctl build --frontend dockerfile.v0 --local context=/var/lib/minikube/build/build.1450825456 --local dockerfile=/var/lib/minikube/build/build.1450825456 --output type=image,name=localhost/my-image:functional-332736: (1.771611542s)
I0929 11:51:19.090123  815708 ssh_runner.go:195] Run: sudo rm -rf /var/lib/minikube/build/build.1450825456
I0929 11:51:19.100403  815708 ssh_runner.go:195] Run: sudo rm -f /var/lib/minikube/build/build.1450825456.tar
I0929 11:51:19.110260  815708 build_images.go:217] Built localhost/my-image:functional-332736 from /tmp/build.1450825456.tar
I0929 11:51:19.110295  815708 build_images.go:133] succeeded building to: functional-332736
I0929 11:51:19.110300  815708 build_images.go:134] failed building to: 
functional_test.go:466: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (2.53s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/Setup (0.43s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/Setup
functional_test.go:357: (dbg) Run:  docker pull kicbase/echo-server:1.0
functional_test.go:362: (dbg) Run:  docker tag kicbase/echo-server:1.0 kicbase/echo-server:functional-332736
--- PASS: TestFunctional/parallel/ImageCommands/Setup (0.43s)

                                                
                                    
x
+
TestFunctional/parallel/ProfileCmd/profile_list (0.45s)

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_list
functional_test.go:1325: (dbg) Run:  out/minikube-linux-amd64 profile list
functional_test.go:1330: Took "378.756399ms" to run "out/minikube-linux-amd64 profile list"
functional_test.go:1339: (dbg) Run:  out/minikube-linux-amd64 profile list -l
functional_test.go:1344: Took "72.262468ms" to run "out/minikube-linux-amd64 profile list -l"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_list (0.45s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageLoadDaemon (1.32s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadDaemon
functional_test.go:370: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 image load --daemon kicbase/echo-server:functional-332736 --alsologtostderr
functional_test.go:370: (dbg) Done: out/minikube-linux-amd64 -p functional-332736 image load --daemon kicbase/echo-server:functional-332736 --alsologtostderr: (1.085449719s)
functional_test.go:466: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadDaemon (1.32s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel (0.44s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel
functional_test_tunnel_test.go:154: (dbg) daemon: [out/minikube-linux-amd64 -p functional-332736 tunnel --alsologtostderr]
functional_test_tunnel_test.go:154: (dbg) daemon: [out/minikube-linux-amd64 -p functional-332736 tunnel --alsologtostderr]
functional_test_tunnel_test.go:194: (dbg) stopping [out/minikube-linux-amd64 -p functional-332736 tunnel --alsologtostderr] ...
helpers_test.go:525: unable to kill pid 806569: os: process already finished
helpers_test.go:519: unable to terminate pid 806319: os: process already finished
functional_test_tunnel_test.go:194: (dbg) stopping [out/minikube-linux-amd64 -p functional-332736 tunnel --alsologtostderr] ...
helpers_test.go:507: unable to find parent, assuming dead: process does not exist
--- PASS: TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel (0.44s)

                                                
                                    
x
+
TestFunctional/parallel/ProfileCmd/profile_json_output (0.44s)

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_json_output
functional_test.go:1376: (dbg) Run:  out/minikube-linux-amd64 profile list -o json
functional_test.go:1381: Took "376.541266ms" to run "out/minikube-linux-amd64 profile list -o json"
functional_test.go:1389: (dbg) Run:  out/minikube-linux-amd64 profile list -o json --light
functional_test.go:1394: Took "67.407353ms" to run "out/minikube-linux-amd64 profile list -o json --light"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_json_output (0.44s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/StartTunnel (0s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/StartTunnel
functional_test_tunnel_test.go:129: (dbg) daemon: [out/minikube-linux-amd64 -p functional-332736 tunnel --alsologtostderr]
--- PASS: TestFunctional/parallel/TunnelCmd/serial/StartTunnel (0.00s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (8.23s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:212: (dbg) Run:  kubectl --context functional-332736 apply -f testdata/testsvc.yaml
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: waiting 4m0s for pods matching "run=nginx-svc" in namespace "default" ...
helpers_test.go:352: "nginx-svc" [8223b385-ccd1-4b5a-a556-ad61f93b3e52] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:352: "nginx-svc" [8223b385-ccd1-4b5a-a556-ad61f93b3e52] Running
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 8.005005731s
I0929 11:45:15.185071  732404 kapi.go:150] Service nginx-svc in namespace default found.
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (8.23s)

                                                
                                    
x
+
TestFunctional/parallel/MountCmd/any-port (6.87s)

                                                
                                                
=== RUN   TestFunctional/parallel/MountCmd/any-port
functional_test_mount_test.go:73: (dbg) daemon: [out/minikube-linux-amd64 mount -p functional-332736 /tmp/TestFunctionalparallelMountCmdany-port990762425/001:/mount-9p --alsologtostderr -v=1]
functional_test_mount_test.go:107: wrote "test-1759146307248592330" to /tmp/TestFunctionalparallelMountCmdany-port990762425/001/created-by-test
functional_test_mount_test.go:107: wrote "test-1759146307248592330" to /tmp/TestFunctionalparallelMountCmdany-port990762425/001/created-by-test-removed-by-pod
functional_test_mount_test.go:107: wrote "test-1759146307248592330" to /tmp/TestFunctionalparallelMountCmdany-port990762425/001/test-1759146307248592330
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:115: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-332736 ssh "findmnt -T /mount-9p | grep 9p": exit status 1 (303.837349ms)

                                                
                                                
** stderr ** 
	ssh: Process exited with status 1

                                                
                                                
** /stderr **
I0929 11:45:07.552784  732404 retry.go:31] will retry after 457.958419ms: exit status 1
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:129: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh -- ls -la /mount-9p
functional_test_mount_test.go:133: guest mount directory contents
total 2
-rw-r--r-- 1 docker docker 24 Sep 29 11:45 created-by-test
-rw-r--r-- 1 docker docker 24 Sep 29 11:45 created-by-test-removed-by-pod
-rw-r--r-- 1 docker docker 24 Sep 29 11:45 test-1759146307248592330
functional_test_mount_test.go:137: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh cat /mount-9p/test-1759146307248592330
functional_test_mount_test.go:148: (dbg) Run:  kubectl --context functional-332736 replace --force -f testdata/busybox-mount-test.yaml
functional_test_mount_test.go:153: (dbg) TestFunctional/parallel/MountCmd/any-port: waiting 4m0s for pods matching "integration-test=busybox-mount" in namespace "default" ...
helpers_test.go:352: "busybox-mount" [2c9cde4f-d49e-4e99-a385-d81f2a7e3d41] Pending
helpers_test.go:352: "busybox-mount" [2c9cde4f-d49e-4e99-a385-d81f2a7e3d41] Pending / Ready:ContainersNotReady (containers with unready status: [mount-munger]) / ContainersReady:ContainersNotReady (containers with unready status: [mount-munger])
helpers_test.go:352: "busybox-mount" [2c9cde4f-d49e-4e99-a385-d81f2a7e3d41] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:352: "busybox-mount" [2c9cde4f-d49e-4e99-a385-d81f2a7e3d41] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
functional_test_mount_test.go:153: (dbg) TestFunctional/parallel/MountCmd/any-port: integration-test=busybox-mount healthy within 4.003377985s
functional_test_mount_test.go:169: (dbg) Run:  kubectl --context functional-332736 logs busybox-mount
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh stat /mount-9p/created-by-test
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh stat /mount-9p/created-by-pod
functional_test_mount_test.go:90: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:94: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-332736 /tmp/TestFunctionalparallelMountCmdany-port990762425/001:/mount-9p --alsologtostderr -v=1] ...
--- PASS: TestFunctional/parallel/MountCmd/any-port (6.87s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageReloadDaemon (1.23s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageReloadDaemon
functional_test.go:380: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 image load --daemon kicbase/echo-server:functional-332736 --alsologtostderr
functional_test.go:466: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageReloadDaemon (1.23s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (1.23s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon
functional_test.go:250: (dbg) Run:  docker pull kicbase/echo-server:latest
functional_test.go:255: (dbg) Run:  docker tag kicbase/echo-server:latest kicbase/echo-server:functional-332736
functional_test.go:260: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 image load --daemon kicbase/echo-server:functional-332736 --alsologtostderr
functional_test.go:466: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (1.23s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageSaveToFile (0.35s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveToFile
functional_test.go:395: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 image save kicbase/echo-server:functional-332736 /home/jenkins/workspace/Docker_Linux_containerd_integration/echo-server-save.tar --alsologtostderr
--- PASS: TestFunctional/parallel/ImageCommands/ImageSaveToFile (0.35s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageRemove (0.49s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageRemove
functional_test.go:407: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 image rm kicbase/echo-server:functional-332736 --alsologtostderr
functional_test.go:466: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageRemove (0.49s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageLoadFromFile (0.64s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadFromFile
functional_test.go:424: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 image load /home/jenkins/workspace/Docker_Linux_containerd_integration/echo-server-save.tar --alsologtostderr
functional_test.go:466: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadFromFile (0.64s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageSaveDaemon (0.39s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveDaemon
functional_test.go:434: (dbg) Run:  docker rmi kicbase/echo-server:functional-332736
functional_test.go:439: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 image save --daemon kicbase/echo-server:functional-332736 --alsologtostderr
functional_test.go:447: (dbg) Run:  docker image inspect kicbase/echo-server:functional-332736
--- PASS: TestFunctional/parallel/ImageCommands/ImageSaveDaemon (0.39s)

                                                
                                    
x
+
TestFunctional/parallel/MountCmd/specific-port (2s)

                                                
                                                
=== RUN   TestFunctional/parallel/MountCmd/specific-port
functional_test_mount_test.go:213: (dbg) daemon: [out/minikube-linux-amd64 mount -p functional-332736 /tmp/TestFunctionalparallelMountCmdspecific-port222026102/001:/mount-9p --alsologtostderr -v=1 --port 46464]
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:243: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-332736 ssh "findmnt -T /mount-9p | grep 9p": exit status 1 (281.752002ms)

                                                
                                                
** stderr ** 
	ssh: Process exited with status 1

                                                
                                                
** /stderr **
I0929 11:45:14.395632  732404 retry.go:31] will retry after 654.214597ms: exit status 1
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:257: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh -- ls -la /mount-9p
functional_test_mount_test.go:261: guest mount directory contents
total 0
functional_test_mount_test.go:263: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-332736 /tmp/TestFunctionalparallelMountCmdspecific-port222026102/001:/mount-9p --alsologtostderr -v=1 --port 46464] ...
functional_test_mount_test.go:264: reading mount text
functional_test_mount_test.go:278: done reading mount text
functional_test_mount_test.go:230: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:230: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-332736 ssh "sudo umount -f /mount-9p": exit status 1 (282.979348ms)

                                                
                                                
-- stdout --
	umount: /mount-9p: not mounted.

                                                
                                                
-- /stdout --
** stderr ** 
	ssh: Process exited with status 32

                                                
                                                
** /stderr **
functional_test_mount_test.go:232: "out/minikube-linux-amd64 -p functional-332736 ssh \"sudo umount -f /mount-9p\"": exit status 1
functional_test_mount_test.go:234: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-332736 /tmp/TestFunctionalparallelMountCmdspecific-port222026102/001:/mount-9p --alsologtostderr -v=1 --port 46464] ...
--- PASS: TestFunctional/parallel/MountCmd/specific-port (2.00s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP (0.07s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-332736 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP (0.07s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/AccessDirect (0s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/AccessDirect
functional_test_tunnel_test.go:299: tunnel at http://10.109.65.118 is working!
--- PASS: TestFunctional/parallel/TunnelCmd/serial/AccessDirect (0.00s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel (0.11s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel
functional_test_tunnel_test.go:434: (dbg) stopping [out/minikube-linux-amd64 -p functional-332736 tunnel --alsologtostderr] ...
functional_test_tunnel_test.go:437: failed to stop process: signal: terminated
--- PASS: TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel (0.11s)

                                                
                                    
x
+
TestFunctional/parallel/UpdateContextCmd/no_changes (0.14s)

                                                
                                                
=== RUN   TestFunctional/parallel/UpdateContextCmd/no_changes
=== PAUSE TestFunctional/parallel/UpdateContextCmd/no_changes

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/UpdateContextCmd/no_changes
functional_test.go:2124: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_changes (0.14s)

                                                
                                    
x
+
TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster (0.14s)

                                                
                                                
=== RUN   TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster
=== PAUSE TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster
functional_test.go:2124: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster (0.14s)

                                                
                                    
x
+
TestFunctional/parallel/UpdateContextCmd/no_clusters (0.14s)

                                                
                                                
=== RUN   TestFunctional/parallel/UpdateContextCmd/no_clusters
=== PAUSE TestFunctional/parallel/UpdateContextCmd/no_clusters

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/UpdateContextCmd/no_clusters
functional_test.go:2124: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 update-context --alsologtostderr -v=2
E0929 11:54:04.051010  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_clusters (0.14s)

                                                
                                    
x
+
TestFunctional/parallel/MountCmd/VerifyCleanup (1.7s)

                                                
                                                
=== RUN   TestFunctional/parallel/MountCmd/VerifyCleanup
functional_test_mount_test.go:298: (dbg) daemon: [out/minikube-linux-amd64 mount -p functional-332736 /tmp/TestFunctionalparallelMountCmdVerifyCleanup818890938/001:/mount1 --alsologtostderr -v=1]
functional_test_mount_test.go:298: (dbg) daemon: [out/minikube-linux-amd64 mount -p functional-332736 /tmp/TestFunctionalparallelMountCmdVerifyCleanup818890938/001:/mount2 --alsologtostderr -v=1]
functional_test_mount_test.go:298: (dbg) daemon: [out/minikube-linux-amd64 mount -p functional-332736 /tmp/TestFunctionalparallelMountCmdVerifyCleanup818890938/001:/mount3 --alsologtostderr -v=1]
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh "findmnt -T" /mount1
functional_test_mount_test.go:325: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-332736 ssh "findmnt -T" /mount1: exit status 1 (332.709752ms)

                                                
                                                
** stderr ** 
	ssh: Process exited with status 1

                                                
                                                
** /stderr **
I0929 11:45:16.448130  732404 retry.go:31] will retry after 479.234443ms: exit status 1
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh "findmnt -T" /mount1
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh "findmnt -T" /mount2
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 ssh "findmnt -T" /mount3
functional_test_mount_test.go:370: (dbg) Run:  out/minikube-linux-amd64 mount -p functional-332736 --kill=true
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-332736 /tmp/TestFunctionalparallelMountCmdVerifyCleanup818890938/001:/mount1 --alsologtostderr -v=1] ...
helpers_test.go:507: unable to find parent, assuming dead: process does not exist
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-332736 /tmp/TestFunctionalparallelMountCmdVerifyCleanup818890938/001:/mount2 --alsologtostderr -v=1] ...
helpers_test.go:507: unable to find parent, assuming dead: process does not exist
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-332736 /tmp/TestFunctionalparallelMountCmdVerifyCleanup818890938/001:/mount3 --alsologtostderr -v=1] ...
helpers_test.go:507: unable to find parent, assuming dead: process does not exist
--- PASS: TestFunctional/parallel/MountCmd/VerifyCleanup (1.70s)

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmd/List (1.7s)

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/List
functional_test.go:1469: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 service list
functional_test.go:1469: (dbg) Done: out/minikube-linux-amd64 -p functional-332736 service list: (1.699256848s)
--- PASS: TestFunctional/parallel/ServiceCmd/List (1.70s)

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmd/JSONOutput (1.7s)

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/JSONOutput
functional_test.go:1499: (dbg) Run:  out/minikube-linux-amd64 -p functional-332736 service list -o json
functional_test.go:1499: (dbg) Done: out/minikube-linux-amd64 -p functional-332736 service list -o json: (1.703304341s)
functional_test.go:1504: Took "1.703404538s" to run "out/minikube-linux-amd64 -p functional-332736 service list -o json"
--- PASS: TestFunctional/parallel/ServiceCmd/JSONOutput (1.70s)

                                                
                                    
x
+
TestFunctional/delete_echo-server_images (0.04s)

                                                
                                                
=== RUN   TestFunctional/delete_echo-server_images
functional_test.go:205: (dbg) Run:  docker rmi -f kicbase/echo-server:1.0
functional_test.go:205: (dbg) Run:  docker rmi -f kicbase/echo-server:functional-332736
--- PASS: TestFunctional/delete_echo-server_images (0.04s)

                                                
                                    
x
+
TestFunctional/delete_my-image_image (0.02s)

                                                
                                                
=== RUN   TestFunctional/delete_my-image_image
functional_test.go:213: (dbg) Run:  docker rmi -f localhost/my-image:functional-332736
--- PASS: TestFunctional/delete_my-image_image (0.02s)

                                                
                                    
x
+
TestFunctional/delete_minikube_cached_images (0.02s)

                                                
                                                
=== RUN   TestFunctional/delete_minikube_cached_images
functional_test.go:221: (dbg) Run:  docker rmi -f minikube-local-cache-test:functional-332736
--- PASS: TestFunctional/delete_minikube_cached_images (0.02s)

                                                
                                    
x
+
TestMultiControlPlane/serial/StartCluster (99.87s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StartCluster
ha_test.go:101: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 start --ha --memory 3072 --wait true --alsologtostderr -v 5 --driver=docker  --container-runtime=containerd
ha_test.go:101: (dbg) Done: out/minikube-linux-amd64 -p ha-010316 start --ha --memory 3072 --wait true --alsologtostderr -v 5 --driver=docker  --container-runtime=containerd: (1m39.121526986s)
ha_test.go:107: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 status --alsologtostderr -v 5
--- PASS: TestMultiControlPlane/serial/StartCluster (99.87s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeployApp (16.47s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DeployApp
ha_test.go:128: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 kubectl -- apply -f ./testdata/ha/ha-pod-dns-test.yaml
ha_test.go:133: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 kubectl -- rollout status deployment/busybox
ha_test.go:133: (dbg) Done: out/minikube-linux-amd64 -p ha-010316 kubectl -- rollout status deployment/busybox: (14.359038214s)
ha_test.go:140: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 kubectl -- get pods -o jsonpath='{.items[*].status.podIP}'
ha_test.go:163: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 kubectl -- get pods -o jsonpath='{.items[*].metadata.name}'
ha_test.go:171: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 kubectl -- exec busybox-7b57f96db7-2t94d -- nslookup kubernetes.io
ha_test.go:171: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 kubectl -- exec busybox-7b57f96db7-8n4js -- nslookup kubernetes.io
ha_test.go:171: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 kubectl -- exec busybox-7b57f96db7-l6phf -- nslookup kubernetes.io
ha_test.go:181: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 kubectl -- exec busybox-7b57f96db7-2t94d -- nslookup kubernetes.default
ha_test.go:181: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 kubectl -- exec busybox-7b57f96db7-8n4js -- nslookup kubernetes.default
ha_test.go:181: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 kubectl -- exec busybox-7b57f96db7-l6phf -- nslookup kubernetes.default
ha_test.go:189: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 kubectl -- exec busybox-7b57f96db7-2t94d -- nslookup kubernetes.default.svc.cluster.local
ha_test.go:189: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 kubectl -- exec busybox-7b57f96db7-8n4js -- nslookup kubernetes.default.svc.cluster.local
ha_test.go:189: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 kubectl -- exec busybox-7b57f96db7-l6phf -- nslookup kubernetes.default.svc.cluster.local
--- PASS: TestMultiControlPlane/serial/DeployApp (16.47s)

                                                
                                    
x
+
TestMultiControlPlane/serial/PingHostFromPods (1.15s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/PingHostFromPods
ha_test.go:199: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 kubectl -- get pods -o jsonpath='{.items[*].metadata.name}'
ha_test.go:207: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 kubectl -- exec busybox-7b57f96db7-2t94d -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
ha_test.go:218: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 kubectl -- exec busybox-7b57f96db7-2t94d -- sh -c "ping -c 1 192.168.49.1"
ha_test.go:207: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 kubectl -- exec busybox-7b57f96db7-8n4js -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
ha_test.go:218: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 kubectl -- exec busybox-7b57f96db7-8n4js -- sh -c "ping -c 1 192.168.49.1"
ha_test.go:207: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 kubectl -- exec busybox-7b57f96db7-l6phf -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
ha_test.go:218: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 kubectl -- exec busybox-7b57f96db7-l6phf -- sh -c "ping -c 1 192.168.49.1"
--- PASS: TestMultiControlPlane/serial/PingHostFromPods (1.15s)

                                                
                                    
x
+
TestMultiControlPlane/serial/AddWorkerNode (13.05s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddWorkerNode
ha_test.go:228: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 node add --alsologtostderr -v 5
ha_test.go:228: (dbg) Done: out/minikube-linux-amd64 -p ha-010316 node add --alsologtostderr -v 5: (12.064788326s)
ha_test.go:234: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 status --alsologtostderr -v 5
--- PASS: TestMultiControlPlane/serial/AddWorkerNode (13.05s)

                                                
                                    
x
+
TestMultiControlPlane/serial/NodeLabels (0.07s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/NodeLabels
ha_test.go:255: (dbg) Run:  kubectl --context ha-010316 get nodes -o "jsonpath=[{range .items[*]}{.metadata.labels},{end}]"
--- PASS: TestMultiControlPlane/serial/NodeLabels (0.07s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterClusterStart (0.93s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/HAppyAfterClusterStart
ha_test.go:281: (dbg) Run:  out/minikube-linux-amd64 profile list --output json
--- PASS: TestMultiControlPlane/serial/HAppyAfterClusterStart (0.93s)

                                                
                                    
x
+
TestMultiControlPlane/serial/CopyFile (17.36s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/CopyFile
ha_test.go:328: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 status --output json --alsologtostderr -v 5
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 cp testdata/cp-test.txt ha-010316:/home/docker/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 cp ha-010316:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile3820099901/001/cp-test_ha-010316.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 cp ha-010316:/home/docker/cp-test.txt ha-010316-m02:/home/docker/cp-test_ha-010316_ha-010316-m02.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316-m02 "sudo cat /home/docker/cp-test_ha-010316_ha-010316-m02.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 cp ha-010316:/home/docker/cp-test.txt ha-010316-m03:/home/docker/cp-test_ha-010316_ha-010316-m03.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316-m03 "sudo cat /home/docker/cp-test_ha-010316_ha-010316-m03.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 cp ha-010316:/home/docker/cp-test.txt ha-010316-m04:/home/docker/cp-test_ha-010316_ha-010316-m04.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316-m04 "sudo cat /home/docker/cp-test_ha-010316_ha-010316-m04.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 cp testdata/cp-test.txt ha-010316-m02:/home/docker/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 cp ha-010316-m02:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile3820099901/001/cp-test_ha-010316-m02.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 cp ha-010316-m02:/home/docker/cp-test.txt ha-010316:/home/docker/cp-test_ha-010316-m02_ha-010316.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316 "sudo cat /home/docker/cp-test_ha-010316-m02_ha-010316.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 cp ha-010316-m02:/home/docker/cp-test.txt ha-010316-m03:/home/docker/cp-test_ha-010316-m02_ha-010316-m03.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316-m03 "sudo cat /home/docker/cp-test_ha-010316-m02_ha-010316-m03.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 cp ha-010316-m02:/home/docker/cp-test.txt ha-010316-m04:/home/docker/cp-test_ha-010316-m02_ha-010316-m04.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316-m04 "sudo cat /home/docker/cp-test_ha-010316-m02_ha-010316-m04.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 cp testdata/cp-test.txt ha-010316-m03:/home/docker/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 cp ha-010316-m03:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile3820099901/001/cp-test_ha-010316-m03.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 cp ha-010316-m03:/home/docker/cp-test.txt ha-010316:/home/docker/cp-test_ha-010316-m03_ha-010316.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316 "sudo cat /home/docker/cp-test_ha-010316-m03_ha-010316.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 cp ha-010316-m03:/home/docker/cp-test.txt ha-010316-m02:/home/docker/cp-test_ha-010316-m03_ha-010316-m02.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316-m02 "sudo cat /home/docker/cp-test_ha-010316-m03_ha-010316-m02.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 cp ha-010316-m03:/home/docker/cp-test.txt ha-010316-m04:/home/docker/cp-test_ha-010316-m03_ha-010316-m04.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316-m04 "sudo cat /home/docker/cp-test_ha-010316-m03_ha-010316-m04.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 cp testdata/cp-test.txt ha-010316-m04:/home/docker/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 cp ha-010316-m04:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile3820099901/001/cp-test_ha-010316-m04.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 cp ha-010316-m04:/home/docker/cp-test.txt ha-010316:/home/docker/cp-test_ha-010316-m04_ha-010316.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316 "sudo cat /home/docker/cp-test_ha-010316-m04_ha-010316.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 cp ha-010316-m04:/home/docker/cp-test.txt ha-010316-m02:/home/docker/cp-test_ha-010316-m04_ha-010316-m02.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316-m02 "sudo cat /home/docker/cp-test_ha-010316-m04_ha-010316-m02.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 cp ha-010316-m04:/home/docker/cp-test.txt ha-010316-m03:/home/docker/cp-test_ha-010316-m04_ha-010316-m03.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 ssh -n ha-010316-m03 "sudo cat /home/docker/cp-test_ha-010316-m04_ha-010316-m03.txt"
--- PASS: TestMultiControlPlane/serial/CopyFile (17.36s)

                                                
                                    
x
+
TestMultiControlPlane/serial/StopSecondaryNode (12.67s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopSecondaryNode
ha_test.go:365: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 node stop m02 --alsologtostderr -v 5
ha_test.go:365: (dbg) Done: out/minikube-linux-amd64 -p ha-010316 node stop m02 --alsologtostderr -v 5: (11.98556422s)
ha_test.go:371: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 status --alsologtostderr -v 5
ha_test.go:371: (dbg) Non-zero exit: out/minikube-linux-amd64 -p ha-010316 status --alsologtostderr -v 5: exit status 7 (687.126884ms)

                                                
                                                
-- stdout --
	ha-010316
	type: Control Plane
	host: Running
	kubelet: Running
	apiserver: Running
	kubeconfig: Configured
	
	ha-010316-m02
	type: Control Plane
	host: Stopped
	kubelet: Stopped
	apiserver: Stopped
	kubeconfig: Stopped
	
	ha-010316-m03
	type: Control Plane
	host: Running
	kubelet: Running
	apiserver: Running
	kubeconfig: Configured
	
	ha-010316-m04
	type: Worker
	host: Running
	kubelet: Running
	

                                                
                                                
-- /stdout --
** stderr ** 
	I0929 12:03:09.594306  841678 out.go:360] Setting OutFile to fd 1 ...
	I0929 12:03:09.594411  841678 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 12:03:09.594418  841678 out.go:374] Setting ErrFile to fd 2...
	I0929 12:03:09.594427  841678 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 12:03:09.594705  841678 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
	I0929 12:03:09.594934  841678 out.go:368] Setting JSON to false
	I0929 12:03:09.594970  841678 mustload.go:65] Loading cluster: ha-010316
	I0929 12:03:09.595037  841678 notify.go:220] Checking for updates...
	I0929 12:03:09.595449  841678 config.go:182] Loaded profile config "ha-010316": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 12:03:09.595474  841678 status.go:174] checking status of ha-010316 ...
	I0929 12:03:09.595971  841678 cli_runner.go:164] Run: docker container inspect ha-010316 --format={{.State.Status}}
	I0929 12:03:09.615366  841678 status.go:371] ha-010316 host status = "Running" (err=<nil>)
	I0929 12:03:09.615430  841678 host.go:66] Checking if "ha-010316" exists ...
	I0929 12:03:09.615770  841678 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-010316
	I0929 12:03:09.634727  841678 host.go:66] Checking if "ha-010316" exists ...
	I0929 12:03:09.635019  841678 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0929 12:03:09.635059  841678 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-010316
	I0929 12:03:09.652749  841678 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/ha-010316/id_rsa Username:docker}
	I0929 12:03:09.746125  841678 ssh_runner.go:195] Run: systemctl --version
	I0929 12:03:09.750601  841678 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0929 12:03:09.762667  841678 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 12:03:09.821894  841678 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:4 ContainersRunning:3 ContainersPaused:0 ContainersStopped:1 Images:3 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:68 OomKillDisable:false NGoroutines:75 SystemTime:2025-09-29 12:03:09.810518144 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 12:03:09.822668  841678 kubeconfig.go:125] found "ha-010316" server: "https://192.168.49.254:8443"
	I0929 12:03:09.822716  841678 api_server.go:166] Checking apiserver status ...
	I0929 12:03:09.822763  841678 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0929 12:03:09.835622  841678 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1510/cgroup
	W0929 12:03:09.845524  841678 api_server.go:177] unable to find freezer cgroup: sudo egrep ^[0-9]+:freezer: /proc/1510/cgroup: Process exited with status 1
	stdout:
	
	stderr:
	I0929 12:03:09.845600  841678 ssh_runner.go:195] Run: ls
	I0929 12:03:09.849281  841678 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0929 12:03:09.853741  841678 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0929 12:03:09.853768  841678 status.go:463] ha-010316 apiserver status = Running (err=<nil>)
	I0929 12:03:09.853781  841678 status.go:176] ha-010316 status: &{Name:ha-010316 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0929 12:03:09.853797  841678 status.go:174] checking status of ha-010316-m02 ...
	I0929 12:03:09.854134  841678 cli_runner.go:164] Run: docker container inspect ha-010316-m02 --format={{.State.Status}}
	I0929 12:03:09.873102  841678 status.go:371] ha-010316-m02 host status = "Stopped" (err=<nil>)
	I0929 12:03:09.873131  841678 status.go:384] host is not running, skipping remaining checks
	I0929 12:03:09.873140  841678 status.go:176] ha-010316-m02 status: &{Name:ha-010316-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0929 12:03:09.873187  841678 status.go:174] checking status of ha-010316-m03 ...
	I0929 12:03:09.873496  841678 cli_runner.go:164] Run: docker container inspect ha-010316-m03 --format={{.State.Status}}
	I0929 12:03:09.891986  841678 status.go:371] ha-010316-m03 host status = "Running" (err=<nil>)
	I0929 12:03:09.892028  841678 host.go:66] Checking if "ha-010316-m03" exists ...
	I0929 12:03:09.892302  841678 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-010316-m03
	I0929 12:03:09.910412  841678 host.go:66] Checking if "ha-010316-m03" exists ...
	I0929 12:03:09.910710  841678 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0929 12:03:09.910752  841678 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-010316-m03
	I0929 12:03:09.928952  841678 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32798 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/ha-010316-m03/id_rsa Username:docker}
	I0929 12:03:10.024206  841678 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0929 12:03:10.036904  841678 kubeconfig.go:125] found "ha-010316" server: "https://192.168.49.254:8443"
	I0929 12:03:10.036935  841678 api_server.go:166] Checking apiserver status ...
	I0929 12:03:10.036970  841678 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0929 12:03:10.049061  841678 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1370/cgroup
	W0929 12:03:10.060014  841678 api_server.go:177] unable to find freezer cgroup: sudo egrep ^[0-9]+:freezer: /proc/1370/cgroup: Process exited with status 1
	stdout:
	
	stderr:
	I0929 12:03:10.060092  841678 ssh_runner.go:195] Run: ls
	I0929 12:03:10.064243  841678 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0929 12:03:10.068526  841678 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0929 12:03:10.068569  841678 status.go:463] ha-010316-m03 apiserver status = Running (err=<nil>)
	I0929 12:03:10.068580  841678 status.go:176] ha-010316-m03 status: &{Name:ha-010316-m03 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0929 12:03:10.068596  841678 status.go:174] checking status of ha-010316-m04 ...
	I0929 12:03:10.068925  841678 cli_runner.go:164] Run: docker container inspect ha-010316-m04 --format={{.State.Status}}
	I0929 12:03:10.087195  841678 status.go:371] ha-010316-m04 host status = "Running" (err=<nil>)
	I0929 12:03:10.087220  841678 host.go:66] Checking if "ha-010316-m04" exists ...
	I0929 12:03:10.087481  841678 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-010316-m04
	I0929 12:03:10.106582  841678 host.go:66] Checking if "ha-010316-m04" exists ...
	I0929 12:03:10.106951  841678 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0929 12:03:10.107019  841678 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-010316-m04
	I0929 12:03:10.125251  841678 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32803 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/ha-010316-m04/id_rsa Username:docker}
	I0929 12:03:10.218411  841678 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0929 12:03:10.230944  841678 status.go:176] ha-010316-m04 status: &{Name:ha-010316-m04 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}

                                                
                                                
** /stderr **
--- PASS: TestMultiControlPlane/serial/StopSecondaryNode (12.67s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (0.73s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop
ha_test.go:392: (dbg) Run:  out/minikube-linux-amd64 profile list --output json
--- PASS: TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (0.73s)

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartSecondaryNode (9.2s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartSecondaryNode
ha_test.go:422: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 node start m02 --alsologtostderr -v 5
ha_test.go:422: (dbg) Done: out/minikube-linux-amd64 -p ha-010316 node start m02 --alsologtostderr -v 5: (8.23338548s)
ha_test.go:430: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 status --alsologtostderr -v 5
ha_test.go:450: (dbg) Run:  kubectl get nodes
--- PASS: TestMultiControlPlane/serial/RestartSecondaryNode (9.20s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (0.91s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart
ha_test.go:281: (dbg) Run:  out/minikube-linux-amd64 profile list --output json
--- PASS: TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (0.91s)

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartClusterKeepsNodes (95.56s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartClusterKeepsNodes
ha_test.go:458: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 node list --alsologtostderr -v 5
ha_test.go:464: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 stop --alsologtostderr -v 5
ha_test.go:464: (dbg) Done: out/minikube-linux-amd64 -p ha-010316 stop --alsologtostderr -v 5: (37.136788052s)
ha_test.go:469: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 start --wait true --alsologtostderr -v 5
E0929 12:04:04.050836  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
ha_test.go:469: (dbg) Done: out/minikube-linux-amd64 -p ha-010316 start --wait true --alsologtostderr -v 5: (58.308901162s)
ha_test.go:474: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 node list --alsologtostderr -v 5
--- PASS: TestMultiControlPlane/serial/RestartClusterKeepsNodes (95.56s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeleteSecondaryNode (9.32s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DeleteSecondaryNode
ha_test.go:489: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 node delete m03 --alsologtostderr -v 5
ha_test.go:489: (dbg) Done: out/minikube-linux-amd64 -p ha-010316 node delete m03 --alsologtostderr -v 5: (8.500258221s)
ha_test.go:495: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 status --alsologtostderr -v 5
ha_test.go:513: (dbg) Run:  kubectl get nodes
ha_test.go:521: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiControlPlane/serial/DeleteSecondaryNode (9.32s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (0.72s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete
ha_test.go:392: (dbg) Run:  out/minikube-linux-amd64 profile list --output json
E0929 12:05:06.578763  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/functional-332736/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 12:05:06.585223  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/functional-332736/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 12:05:06.596697  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/functional-332736/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 12:05:06.618123  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/functional-332736/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 12:05:06.659577  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/functional-332736/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
--- PASS: TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (0.72s)

                                                
                                    
x
+
TestMultiControlPlane/serial/StopCluster (36.05s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopCluster
ha_test.go:533: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 stop --alsologtostderr -v 5
E0929 12:05:06.741024  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/functional-332736/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 12:05:06.903160  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/functional-332736/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 12:05:07.224913  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/functional-332736/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 12:05:07.866767  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/functional-332736/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 12:05:09.148285  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/functional-332736/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 12:05:11.710701  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/functional-332736/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 12:05:16.832756  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/functional-332736/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 12:05:27.074807  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/functional-332736/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
ha_test.go:533: (dbg) Done: out/minikube-linux-amd64 -p ha-010316 stop --alsologtostderr -v 5: (35.932084225s)
ha_test.go:539: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 status --alsologtostderr -v 5
ha_test.go:539: (dbg) Non-zero exit: out/minikube-linux-amd64 -p ha-010316 status --alsologtostderr -v 5: exit status 7 (112.952891ms)

                                                
                                                
-- stdout --
	ha-010316
	type: Control Plane
	host: Stopped
	kubelet: Stopped
	apiserver: Stopped
	kubeconfig: Stopped
	
	ha-010316-m02
	type: Control Plane
	host: Stopped
	kubelet: Stopped
	apiserver: Stopped
	kubeconfig: Stopped
	
	ha-010316-m04
	type: Worker
	host: Stopped
	kubelet: Stopped
	

                                                
                                                
-- /stdout --
** stderr ** 
	I0929 12:05:42.653579  857823 out.go:360] Setting OutFile to fd 1 ...
	I0929 12:05:42.653714  857823 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 12:05:42.653731  857823 out.go:374] Setting ErrFile to fd 2...
	I0929 12:05:42.653739  857823 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 12:05:42.653998  857823 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
	I0929 12:05:42.654185  857823 out.go:368] Setting JSON to false
	I0929 12:05:42.654222  857823 mustload.go:65] Loading cluster: ha-010316
	I0929 12:05:42.654307  857823 notify.go:220] Checking for updates...
	I0929 12:05:42.654725  857823 config.go:182] Loaded profile config "ha-010316": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 12:05:42.654750  857823 status.go:174] checking status of ha-010316 ...
	I0929 12:05:42.655218  857823 cli_runner.go:164] Run: docker container inspect ha-010316 --format={{.State.Status}}
	I0929 12:05:42.674109  857823 status.go:371] ha-010316 host status = "Stopped" (err=<nil>)
	I0929 12:05:42.674145  857823 status.go:384] host is not running, skipping remaining checks
	I0929 12:05:42.674151  857823 status.go:176] ha-010316 status: &{Name:ha-010316 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0929 12:05:42.674191  857823 status.go:174] checking status of ha-010316-m02 ...
	I0929 12:05:42.674480  857823 cli_runner.go:164] Run: docker container inspect ha-010316-m02 --format={{.State.Status}}
	I0929 12:05:42.693230  857823 status.go:371] ha-010316-m02 host status = "Stopped" (err=<nil>)
	I0929 12:05:42.693254  857823 status.go:384] host is not running, skipping remaining checks
	I0929 12:05:42.693262  857823 status.go:176] ha-010316-m02 status: &{Name:ha-010316-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0929 12:05:42.693285  857823 status.go:174] checking status of ha-010316-m04 ...
	I0929 12:05:42.693608  857823 cli_runner.go:164] Run: docker container inspect ha-010316-m04 --format={{.State.Status}}
	I0929 12:05:42.712202  857823 status.go:371] ha-010316-m04 host status = "Stopped" (err=<nil>)
	I0929 12:05:42.712228  857823 status.go:384] host is not running, skipping remaining checks
	I0929 12:05:42.712236  857823 status.go:176] ha-010316-m04 status: &{Name:ha-010316-m04 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

                                                
                                                
** /stderr **
--- PASS: TestMultiControlPlane/serial/StopCluster (36.05s)

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartCluster (58.1s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartCluster
ha_test.go:562: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 start --wait true --alsologtostderr -v 5 --driver=docker  --container-runtime=containerd
E0929 12:05:47.557027  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/functional-332736/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 12:06:28.518929  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/functional-332736/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
ha_test.go:562: (dbg) Done: out/minikube-linux-amd64 -p ha-010316 start --wait true --alsologtostderr -v 5 --driver=docker  --container-runtime=containerd: (57.291594166s)
ha_test.go:568: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 status --alsologtostderr -v 5
ha_test.go:586: (dbg) Run:  kubectl get nodes
ha_test.go:594: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiControlPlane/serial/RestartCluster (58.10s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterClusterRestart (0.72s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DegradedAfterClusterRestart
ha_test.go:392: (dbg) Run:  out/minikube-linux-amd64 profile list --output json
--- PASS: TestMultiControlPlane/serial/DegradedAfterClusterRestart (0.72s)

                                                
                                    
x
+
TestMultiControlPlane/serial/AddSecondaryNode (25.57s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddSecondaryNode
ha_test.go:607: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 node add --control-plane --alsologtostderr -v 5
ha_test.go:607: (dbg) Done: out/minikube-linux-amd64 -p ha-010316 node add --control-plane --alsologtostderr -v 5: (24.636847188s)
ha_test.go:613: (dbg) Run:  out/minikube-linux-amd64 -p ha-010316 status --alsologtostderr -v 5
--- PASS: TestMultiControlPlane/serial/AddSecondaryNode (25.57s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (0.98s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd
ha_test.go:281: (dbg) Run:  out/minikube-linux-amd64 profile list --output json
--- PASS: TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (0.98s)

                                                
                                    
x
+
TestJSONOutput/start/Command (42.77s)

                                                
                                                
=== RUN   TestJSONOutput/start/Command
json_output_test.go:63: (dbg) Run:  out/minikube-linux-amd64 start -p json-output-497904 --output=json --user=testUser --memory=3072 --wait=true --driver=docker  --container-runtime=containerd
E0929 12:07:50.443786  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/functional-332736/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
json_output_test.go:63: (dbg) Done: out/minikube-linux-amd64 start -p json-output-497904 --output=json --user=testUser --memory=3072 --wait=true --driver=docker  --container-runtime=containerd: (42.771484174s)
--- PASS: TestJSONOutput/start/Command (42.77s)

                                                
                                    
x
+
TestJSONOutput/start/Audit (0s)

                                                
                                                
=== RUN   TestJSONOutput/start/Audit
--- PASS: TestJSONOutput/start/Audit (0.00s)

                                                
                                    
x
+
TestJSONOutput/start/parallel/DistinctCurrentSteps (0s)

                                                
                                                
=== RUN   TestJSONOutput/start/parallel/DistinctCurrentSteps
=== PAUSE TestJSONOutput/start/parallel/DistinctCurrentSteps

                                                
                                                

                                                
                                                
=== CONT  TestJSONOutput/start/parallel/DistinctCurrentSteps
--- PASS: TestJSONOutput/start/parallel/DistinctCurrentSteps (0.00s)

                                                
                                    
x
+
TestJSONOutput/start/parallel/IncreasingCurrentSteps (0s)

                                                
                                                
=== RUN   TestJSONOutput/start/parallel/IncreasingCurrentSteps
=== PAUSE TestJSONOutput/start/parallel/IncreasingCurrentSteps

                                                
                                                

                                                
                                                
=== CONT  TestJSONOutput/start/parallel/IncreasingCurrentSteps
--- PASS: TestJSONOutput/start/parallel/IncreasingCurrentSteps (0.00s)

                                                
                                    
x
+
TestJSONOutput/pause/Command (0.75s)

                                                
                                                
=== RUN   TestJSONOutput/pause/Command
json_output_test.go:63: (dbg) Run:  out/minikube-linux-amd64 pause -p json-output-497904 --output=json --user=testUser
--- PASS: TestJSONOutput/pause/Command (0.75s)

                                                
                                    
x
+
TestJSONOutput/pause/Audit (0s)

                                                
                                                
=== RUN   TestJSONOutput/pause/Audit
--- PASS: TestJSONOutput/pause/Audit (0.00s)

                                                
                                    
x
+
TestJSONOutput/pause/parallel/DistinctCurrentSteps (0s)

                                                
                                                
=== RUN   TestJSONOutput/pause/parallel/DistinctCurrentSteps
=== PAUSE TestJSONOutput/pause/parallel/DistinctCurrentSteps

                                                
                                                

                                                
                                                
=== CONT  TestJSONOutput/pause/parallel/DistinctCurrentSteps
--- PASS: TestJSONOutput/pause/parallel/DistinctCurrentSteps (0.00s)

                                                
                                    
x
+
TestJSONOutput/pause/parallel/IncreasingCurrentSteps (0s)

                                                
                                                
=== RUN   TestJSONOutput/pause/parallel/IncreasingCurrentSteps
=== PAUSE TestJSONOutput/pause/parallel/IncreasingCurrentSteps

                                                
                                                

                                                
                                                
=== CONT  TestJSONOutput/pause/parallel/IncreasingCurrentSteps
--- PASS: TestJSONOutput/pause/parallel/IncreasingCurrentSteps (0.00s)

                                                
                                    
x
+
TestJSONOutput/unpause/Command (0.64s)

                                                
                                                
=== RUN   TestJSONOutput/unpause/Command
json_output_test.go:63: (dbg) Run:  out/minikube-linux-amd64 unpause -p json-output-497904 --output=json --user=testUser
--- PASS: TestJSONOutput/unpause/Command (0.64s)

                                                
                                    
x
+
TestJSONOutput/unpause/Audit (0s)

                                                
                                                
=== RUN   TestJSONOutput/unpause/Audit
--- PASS: TestJSONOutput/unpause/Audit (0.00s)

                                                
                                    
x
+
TestJSONOutput/unpause/parallel/DistinctCurrentSteps (0s)

                                                
                                                
=== RUN   TestJSONOutput/unpause/parallel/DistinctCurrentSteps
=== PAUSE TestJSONOutput/unpause/parallel/DistinctCurrentSteps

                                                
                                                

                                                
                                                
=== CONT  TestJSONOutput/unpause/parallel/DistinctCurrentSteps
--- PASS: TestJSONOutput/unpause/parallel/DistinctCurrentSteps (0.00s)

                                                
                                    
x
+
TestJSONOutput/unpause/parallel/IncreasingCurrentSteps (0s)

                                                
                                                
=== RUN   TestJSONOutput/unpause/parallel/IncreasingCurrentSteps
=== PAUSE TestJSONOutput/unpause/parallel/IncreasingCurrentSteps

                                                
                                                

                                                
                                                
=== CONT  TestJSONOutput/unpause/parallel/IncreasingCurrentSteps
--- PASS: TestJSONOutput/unpause/parallel/IncreasingCurrentSteps (0.00s)

                                                
                                    
x
+
TestJSONOutput/stop/Command (5.78s)

                                                
                                                
=== RUN   TestJSONOutput/stop/Command
json_output_test.go:63: (dbg) Run:  out/minikube-linux-amd64 stop -p json-output-497904 --output=json --user=testUser
json_output_test.go:63: (dbg) Done: out/minikube-linux-amd64 stop -p json-output-497904 --output=json --user=testUser: (5.776582898s)
--- PASS: TestJSONOutput/stop/Command (5.78s)

                                                
                                    
x
+
TestJSONOutput/stop/Audit (0s)

                                                
                                                
=== RUN   TestJSONOutput/stop/Audit
--- PASS: TestJSONOutput/stop/Audit (0.00s)

                                                
                                    
x
+
TestJSONOutput/stop/parallel/DistinctCurrentSteps (0s)

                                                
                                                
=== RUN   TestJSONOutput/stop/parallel/DistinctCurrentSteps
=== PAUSE TestJSONOutput/stop/parallel/DistinctCurrentSteps

                                                
                                                

                                                
                                                
=== CONT  TestJSONOutput/stop/parallel/DistinctCurrentSteps
--- PASS: TestJSONOutput/stop/parallel/DistinctCurrentSteps (0.00s)

                                                
                                    
x
+
TestJSONOutput/stop/parallel/IncreasingCurrentSteps (0s)

                                                
                                                
=== RUN   TestJSONOutput/stop/parallel/IncreasingCurrentSteps
=== PAUSE TestJSONOutput/stop/parallel/IncreasingCurrentSteps

                                                
                                                

                                                
                                                
=== CONT  TestJSONOutput/stop/parallel/IncreasingCurrentSteps
--- PASS: TestJSONOutput/stop/parallel/IncreasingCurrentSteps (0.00s)

                                                
                                    
x
+
TestErrorJSONOutput (0.22s)

                                                
                                                
=== RUN   TestErrorJSONOutput
json_output_test.go:160: (dbg) Run:  out/minikube-linux-amd64 start -p json-output-error-054308 --memory=3072 --output=json --wait=true --driver=fail
json_output_test.go:160: (dbg) Non-zero exit: out/minikube-linux-amd64 start -p json-output-error-054308 --memory=3072 --output=json --wait=true --driver=fail: exit status 56 (68.932878ms)

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"84b22027-5a47-4f2e-bb62-0c7144c4eed5","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-054308] minikube v1.37.0 on Ubuntu 22.04 (kvm/amd64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"5b54e542-3103-4000-8374-452d517c4325","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=21655"}}
	{"specversion":"1.0","id":"ec8d967a-ef2d-4675-b7f4-cc3e2e6d3cf9","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true"}}
	{"specversion":"1.0","id":"2768282a-e6d1-4b95-8118-887943d73539","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/21655-728906/kubeconfig"}}
	{"specversion":"1.0","id":"e1e66e79-7ab7-4761-8c80-200faf674f4b","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/21655-728906/.minikube"}}
	{"specversion":"1.0","id":"552bd2ca-338a-4e84-b86a-ddc7905cf227","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-linux-amd64"}}
	{"specversion":"1.0","id":"0829111a-16e2-4e37-915c-ff90a24d1974","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"2bd45842-9290-442f-88f7-383a04d65339","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.error","datacontenttype":"application/json","data":{"advice":"","exitcode":"56","issues":"","message":"The driver 'fail' is not supported on linux/amd64","name":"DRV_UNSUPPORTED_OS","url":""}}

                                                
                                                
-- /stdout --
helpers_test.go:175: Cleaning up "json-output-error-054308" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p json-output-error-054308
--- PASS: TestErrorJSONOutput (0.22s)

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (29.62s)

                                                
                                                
=== RUN   TestKicCustomNetwork/create_custom_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-linux-amd64 start -p docker-network-854243 --network=
kic_custom_network_test.go:57: (dbg) Done: out/minikube-linux-amd64 start -p docker-network-854243 --network=: (27.471804955s)
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-854243" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p docker-network-854243
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p docker-network-854243: (2.1241066s)
--- PASS: TestKicCustomNetwork/create_custom_network (29.62s)

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (23.76s)

                                                
                                                
=== RUN   TestKicCustomNetwork/use_default_bridge_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-linux-amd64 start -p docker-network-931329 --network=bridge
kic_custom_network_test.go:57: (dbg) Done: out/minikube-linux-amd64 start -p docker-network-931329 --network=bridge: (21.755907352s)
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-931329" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p docker-network-931329
E0929 12:09:04.050669  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p docker-network-931329: (1.98620961s)
--- PASS: TestKicCustomNetwork/use_default_bridge_network (23.76s)

                                                
                                    
x
+
TestKicExistingNetwork (26.41s)

                                                
                                                
=== RUN   TestKicExistingNetwork
I0929 12:09:04.979934  732404 cli_runner.go:164] Run: docker network inspect existing-network --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
W0929 12:09:04.997778  732404 cli_runner.go:211] docker network inspect existing-network --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}" returned with exit code 1
I0929 12:09:04.997862  732404 network_create.go:284] running [docker network inspect existing-network] to gather additional debugging logs...
I0929 12:09:04.997889  732404 cli_runner.go:164] Run: docker network inspect existing-network
W0929 12:09:05.015911  732404 cli_runner.go:211] docker network inspect existing-network returned with exit code 1
I0929 12:09:05.015949  732404 network_create.go:287] error running [docker network inspect existing-network]: docker network inspect existing-network: exit status 1
stdout:
[]

                                                
                                                
stderr:
Error response from daemon: network existing-network not found
I0929 12:09:05.015966  732404 network_create.go:289] output of [docker network inspect existing-network]: -- stdout --
[]

                                                
                                                
-- /stdout --
** stderr ** 
Error response from daemon: network existing-network not found

                                                
                                                
** /stderr **
I0929 12:09:05.016080  732404 cli_runner.go:164] Run: docker network inspect bridge --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
I0929 12:09:05.035105  732404 network.go:211] skipping subnet 192.168.49.0/24 that is taken: &{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:br-7750eb37f86b IfaceIPv4:192.168.49.1 IfaceMTU:1500 IfaceMAC:22:92:10:85:23:0b} reservation:<nil>}
I0929 12:09:05.035497  732404 network.go:206] using free private subnet 192.168.58.0/24: &{IP:192.168.58.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.58.0/24 Gateway:192.168.58.1 ClientMin:192.168.58.2 ClientMax:192.168.58.254 Broadcast:192.168.58.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:0xc001565000}
I0929 12:09:05.035560  732404 network_create.go:124] attempt to create docker network existing-network 192.168.58.0/24 with gateway 192.168.58.1 and MTU of 1500 ...
I0929 12:09:05.035622  732404 cli_runner.go:164] Run: docker network create --driver=bridge --subnet=192.168.58.0/24 --gateway=192.168.58.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=existing-network existing-network
I0929 12:09:05.096349  732404 network_create.go:108] docker network existing-network 192.168.58.0/24 created
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
kic_custom_network_test.go:93: (dbg) Run:  out/minikube-linux-amd64 start -p existing-network-375518 --network=existing-network
kic_custom_network_test.go:93: (dbg) Done: out/minikube-linux-amd64 start -p existing-network-375518 --network=existing-network: (24.273967548s)
helpers_test.go:175: Cleaning up "existing-network-375518" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p existing-network-375518
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p existing-network-375518: (1.979125413s)
I0929 12:09:31.367426  732404 cli_runner.go:164] Run: docker network ls --filter=label=existing-network --format {{.Name}}
--- PASS: TestKicExistingNetwork (26.41s)

                                                
                                    
x
+
TestKicCustomSubnet (24.63s)

                                                
                                                
=== RUN   TestKicCustomSubnet
kic_custom_network_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p custom-subnet-445864 --subnet=192.168.60.0/24
kic_custom_network_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p custom-subnet-445864 --subnet=192.168.60.0/24: (22.454836777s)
kic_custom_network_test.go:161: (dbg) Run:  docker network inspect custom-subnet-445864 --format "{{(index .IPAM.Config 0).Subnet}}"
helpers_test.go:175: Cleaning up "custom-subnet-445864" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p custom-subnet-445864
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p custom-subnet-445864: (2.156600107s)
--- PASS: TestKicCustomSubnet (24.63s)

                                                
                                    
x
+
TestKicStaticIP (26.77s)

                                                
                                                
=== RUN   TestKicStaticIP
kic_custom_network_test.go:132: (dbg) Run:  out/minikube-linux-amd64 start -p static-ip-303545 --static-ip=192.168.200.200
E0929 12:10:06.579711  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/functional-332736/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
kic_custom_network_test.go:132: (dbg) Done: out/minikube-linux-amd64 start -p static-ip-303545 --static-ip=192.168.200.200: (24.528982274s)
kic_custom_network_test.go:138: (dbg) Run:  out/minikube-linux-amd64 -p static-ip-303545 ip
helpers_test.go:175: Cleaning up "static-ip-303545" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p static-ip-303545
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p static-ip-303545: (2.10661491s)
--- PASS: TestKicStaticIP (26.77s)

                                                
                                    
x
+
TestMainNoArgs (0.05s)

                                                
                                                
=== RUN   TestMainNoArgs
main_test.go:70: (dbg) Run:  out/minikube-linux-amd64
--- PASS: TestMainNoArgs (0.05s)

                                                
                                    
x
+
TestMinikubeProfile (48.22s)

                                                
                                                
=== RUN   TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p first-355910 --driver=docker  --container-runtime=containerd
E0929 12:10:34.285753  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/functional-332736/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p first-355910 --driver=docker  --container-runtime=containerd: (21.55320379s)
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p second-371268 --driver=docker  --container-runtime=containerd
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p second-371268 --driver=docker  --container-runtime=containerd: (21.107724491s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-amd64 profile first-355910
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-amd64 profile list -ojson
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-amd64 profile second-371268
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-amd64 profile list -ojson
helpers_test.go:175: Cleaning up "second-371268" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p second-371268
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p second-371268: (1.966385784s)
helpers_test.go:175: Cleaning up "first-355910" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p first-355910
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p first-355910: (2.379132413s)
--- PASS: TestMinikubeProfile (48.22s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (5.22s)

                                                
                                                
=== RUN   TestMountStart/serial/StartWithMountFirst
mount_start_test.go:118: (dbg) Run:  out/minikube-linux-amd64 start -p mount-start-1-807316 --memory=3072 --mount-string /tmp/TestMountStartserial3469722414/001:/minikube-host --mount-gid 0 --mount-msize 6543 --mount-port 46464 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=containerd
mount_start_test.go:118: (dbg) Done: out/minikube-linux-amd64 start -p mount-start-1-807316 --memory=3072 --mount-string /tmp/TestMountStartserial3469722414/001:/minikube-host --mount-gid 0 --mount-msize 6543 --mount-port 46464 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=containerd: (4.224588912s)
--- PASS: TestMountStart/serial/StartWithMountFirst (5.22s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountFirst (0.27s)

                                                
                                                
=== RUN   TestMountStart/serial/VerifyMountFirst
mount_start_test.go:134: (dbg) Run:  out/minikube-linux-amd64 -p mount-start-1-807316 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountFirst (0.27s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (5.16s)

                                                
                                                
=== RUN   TestMountStart/serial/StartWithMountSecond
mount_start_test.go:118: (dbg) Run:  out/minikube-linux-amd64 start -p mount-start-2-823380 --memory=3072 --mount-string /tmp/TestMountStartserial3469722414/001:/minikube-host --mount-gid 0 --mount-msize 6543 --mount-port 46465 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=containerd
mount_start_test.go:118: (dbg) Done: out/minikube-linux-amd64 start -p mount-start-2-823380 --memory=3072 --mount-string /tmp/TestMountStartserial3469722414/001:/minikube-host --mount-gid 0 --mount-msize 6543 --mount-port 46465 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=containerd: (4.162888014s)
--- PASS: TestMountStart/serial/StartWithMountSecond (5.16s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountSecond (0.27s)

                                                
                                                
=== RUN   TestMountStart/serial/VerifyMountSecond
mount_start_test.go:134: (dbg) Run:  out/minikube-linux-amd64 -p mount-start-2-823380 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountSecond (0.27s)

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (1.69s)

                                                
                                                
=== RUN   TestMountStart/serial/DeleteFirst
pause_test.go:132: (dbg) Run:  out/minikube-linux-amd64 delete -p mount-start-1-807316 --alsologtostderr -v=5
pause_test.go:132: (dbg) Done: out/minikube-linux-amd64 delete -p mount-start-1-807316 --alsologtostderr -v=5: (1.689276768s)
--- PASS: TestMountStart/serial/DeleteFirst (1.69s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostDelete (0.27s)

                                                
                                                
=== RUN   TestMountStart/serial/VerifyMountPostDelete
mount_start_test.go:134: (dbg) Run:  out/minikube-linux-amd64 -p mount-start-2-823380 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountPostDelete (0.27s)

                                                
                                    
x
+
TestMountStart/serial/Stop (1.19s)

                                                
                                                
=== RUN   TestMountStart/serial/Stop
mount_start_test.go:196: (dbg) Run:  out/minikube-linux-amd64 stop -p mount-start-2-823380
mount_start_test.go:196: (dbg) Done: out/minikube-linux-amd64 stop -p mount-start-2-823380: (1.192351752s)
--- PASS: TestMountStart/serial/Stop (1.19s)

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (7.51s)

                                                
                                                
=== RUN   TestMountStart/serial/RestartStopped
mount_start_test.go:207: (dbg) Run:  out/minikube-linux-amd64 start -p mount-start-2-823380
mount_start_test.go:207: (dbg) Done: out/minikube-linux-amd64 start -p mount-start-2-823380: (6.505569697s)
--- PASS: TestMountStart/serial/RestartStopped (7.51s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostStop (0.27s)

                                                
                                                
=== RUN   TestMountStart/serial/VerifyMountPostStop
mount_start_test.go:134: (dbg) Run:  out/minikube-linux-amd64 -p mount-start-2-823380 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountPostStop (0.27s)

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (54.49s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:96: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-757874 --wait=true --memory=3072 --nodes=2 -v=5 --alsologtostderr --driver=docker  --container-runtime=containerd
multinode_test.go:96: (dbg) Done: out/minikube-linux-amd64 start -p multinode-757874 --wait=true --memory=3072 --nodes=2 -v=5 --alsologtostderr --driver=docker  --container-runtime=containerd: (54.010444024s)
multinode_test.go:102: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 status --alsologtostderr
--- PASS: TestMultiNode/serial/FreshStart2Nodes (54.49s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (18.62s)

                                                
                                                
=== RUN   TestMultiNode/serial/DeployApp2Nodes
multinode_test.go:493: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-757874 -- apply -f ./testdata/multinodes/multinode-pod-dns-test.yaml
multinode_test.go:498: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-757874 -- rollout status deployment/busybox
multinode_test.go:498: (dbg) Done: out/minikube-linux-amd64 kubectl -p multinode-757874 -- rollout status deployment/busybox: (17.145043102s)
multinode_test.go:505: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-757874 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:528: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-757874 -- get pods -o jsonpath='{.items[*].metadata.name}'
multinode_test.go:536: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-757874 -- exec busybox-7b57f96db7-89tck -- nslookup kubernetes.io
multinode_test.go:536: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-757874 -- exec busybox-7b57f96db7-shwlv -- nslookup kubernetes.io
multinode_test.go:546: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-757874 -- exec busybox-7b57f96db7-89tck -- nslookup kubernetes.default
multinode_test.go:546: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-757874 -- exec busybox-7b57f96db7-shwlv -- nslookup kubernetes.default
multinode_test.go:554: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-757874 -- exec busybox-7b57f96db7-89tck -- nslookup kubernetes.default.svc.cluster.local
multinode_test.go:554: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-757874 -- exec busybox-7b57f96db7-shwlv -- nslookup kubernetes.default.svc.cluster.local
--- PASS: TestMultiNode/serial/DeployApp2Nodes (18.62s)

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (0.78s)

                                                
                                                
=== RUN   TestMultiNode/serial/PingHostFrom2Pods
multinode_test.go:564: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-757874 -- get pods -o jsonpath='{.items[*].metadata.name}'
multinode_test.go:572: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-757874 -- exec busybox-7b57f96db7-89tck -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
multinode_test.go:583: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-757874 -- exec busybox-7b57f96db7-89tck -- sh -c "ping -c 1 192.168.67.1"
multinode_test.go:572: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-757874 -- exec busybox-7b57f96db7-shwlv -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
multinode_test.go:583: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-757874 -- exec busybox-7b57f96db7-shwlv -- sh -c "ping -c 1 192.168.67.1"
--- PASS: TestMultiNode/serial/PingHostFrom2Pods (0.78s)

                                                
                                    
x
+
TestMultiNode/serial/AddNode (12.58s)

                                                
                                                
=== RUN   TestMultiNode/serial/AddNode
multinode_test.go:121: (dbg) Run:  out/minikube-linux-amd64 node add -p multinode-757874 -v=5 --alsologtostderr
multinode_test.go:121: (dbg) Done: out/minikube-linux-amd64 node add -p multinode-757874 -v=5 --alsologtostderr: (11.862210463s)
multinode_test.go:127: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 status --alsologtostderr
--- PASS: TestMultiNode/serial/AddNode (12.58s)

                                                
                                    
x
+
TestMultiNode/serial/MultiNodeLabels (0.08s)

                                                
                                                
=== RUN   TestMultiNode/serial/MultiNodeLabels
multinode_test.go:221: (dbg) Run:  kubectl --context multinode-757874 get nodes -o "jsonpath=[{range .items[*]}{.metadata.labels},{end}]"
--- PASS: TestMultiNode/serial/MultiNodeLabels (0.08s)

                                                
                                    
x
+
TestMultiNode/serial/ProfileList (0.69s)

                                                
                                                
=== RUN   TestMultiNode/serial/ProfileList
multinode_test.go:143: (dbg) Run:  out/minikube-linux-amd64 profile list --output json
--- PASS: TestMultiNode/serial/ProfileList (0.69s)

                                                
                                    
x
+
TestMultiNode/serial/CopyFile (9.86s)

                                                
                                                
=== RUN   TestMultiNode/serial/CopyFile
multinode_test.go:184: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 status --output json --alsologtostderr
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 cp testdata/cp-test.txt multinode-757874:/home/docker/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 ssh -n multinode-757874 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 cp multinode-757874:/home/docker/cp-test.txt /tmp/TestMultiNodeserialCopyFile1456917236/001/cp-test_multinode-757874.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 ssh -n multinode-757874 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 cp multinode-757874:/home/docker/cp-test.txt multinode-757874-m02:/home/docker/cp-test_multinode-757874_multinode-757874-m02.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 ssh -n multinode-757874 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 ssh -n multinode-757874-m02 "sudo cat /home/docker/cp-test_multinode-757874_multinode-757874-m02.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 cp multinode-757874:/home/docker/cp-test.txt multinode-757874-m03:/home/docker/cp-test_multinode-757874_multinode-757874-m03.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 ssh -n multinode-757874 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 ssh -n multinode-757874-m03 "sudo cat /home/docker/cp-test_multinode-757874_multinode-757874-m03.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 cp testdata/cp-test.txt multinode-757874-m02:/home/docker/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 ssh -n multinode-757874-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 cp multinode-757874-m02:/home/docker/cp-test.txt /tmp/TestMultiNodeserialCopyFile1456917236/001/cp-test_multinode-757874-m02.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 ssh -n multinode-757874-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 cp multinode-757874-m02:/home/docker/cp-test.txt multinode-757874:/home/docker/cp-test_multinode-757874-m02_multinode-757874.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 ssh -n multinode-757874-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 ssh -n multinode-757874 "sudo cat /home/docker/cp-test_multinode-757874-m02_multinode-757874.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 cp multinode-757874-m02:/home/docker/cp-test.txt multinode-757874-m03:/home/docker/cp-test_multinode-757874-m02_multinode-757874-m03.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 ssh -n multinode-757874-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 ssh -n multinode-757874-m03 "sudo cat /home/docker/cp-test_multinode-757874-m02_multinode-757874-m03.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 cp testdata/cp-test.txt multinode-757874-m03:/home/docker/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 ssh -n multinode-757874-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 cp multinode-757874-m03:/home/docker/cp-test.txt /tmp/TestMultiNodeserialCopyFile1456917236/001/cp-test_multinode-757874-m03.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 ssh -n multinode-757874-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 cp multinode-757874-m03:/home/docker/cp-test.txt multinode-757874:/home/docker/cp-test_multinode-757874-m03_multinode-757874.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 ssh -n multinode-757874-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 ssh -n multinode-757874 "sudo cat /home/docker/cp-test_multinode-757874-m03_multinode-757874.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 cp multinode-757874-m03:/home/docker/cp-test.txt multinode-757874-m02:/home/docker/cp-test_multinode-757874-m03_multinode-757874-m02.txt
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 ssh -n multinode-757874-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 ssh -n multinode-757874-m02 "sudo cat /home/docker/cp-test_multinode-757874-m03_multinode-757874-m02.txt"
--- PASS: TestMultiNode/serial/CopyFile (9.86s)

                                                
                                    
x
+
TestMultiNode/serial/StopNode (2.21s)

                                                
                                                
=== RUN   TestMultiNode/serial/StopNode
multinode_test.go:248: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 node stop m03
multinode_test.go:248: (dbg) Done: out/minikube-linux-amd64 -p multinode-757874 node stop m03: (1.215218351s)
multinode_test.go:254: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 status
multinode_test.go:254: (dbg) Non-zero exit: out/minikube-linux-amd64 -p multinode-757874 status: exit status 7 (495.109751ms)

                                                
                                                
-- stdout --
	multinode-757874
	type: Control Plane
	host: Running
	kubelet: Running
	apiserver: Running
	kubeconfig: Configured
	
	multinode-757874-m02
	type: Worker
	host: Running
	kubelet: Running
	
	multinode-757874-m03
	type: Worker
	host: Stopped
	kubelet: Stopped
	

                                                
                                                
-- /stdout --
multinode_test.go:261: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 status --alsologtostderr
multinode_test.go:261: (dbg) Non-zero exit: out/minikube-linux-amd64 -p multinode-757874 status --alsologtostderr: exit status 7 (495.401143ms)

                                                
                                                
-- stdout --
	multinode-757874
	type: Control Plane
	host: Running
	kubelet: Running
	apiserver: Running
	kubeconfig: Configured
	
	multinode-757874-m02
	type: Worker
	host: Running
	kubelet: Running
	
	multinode-757874-m03
	type: Worker
	host: Stopped
	kubelet: Stopped
	

                                                
                                                
-- /stdout --
** stderr ** 
	I0929 12:13:13.609087  920487 out.go:360] Setting OutFile to fd 1 ...
	I0929 12:13:13.609400  920487 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 12:13:13.609413  920487 out.go:374] Setting ErrFile to fd 2...
	I0929 12:13:13.609417  920487 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 12:13:13.609677  920487 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
	I0929 12:13:13.609873  920487 out.go:368] Setting JSON to false
	I0929 12:13:13.609914  920487 mustload.go:65] Loading cluster: multinode-757874
	I0929 12:13:13.609961  920487 notify.go:220] Checking for updates...
	I0929 12:13:13.610255  920487 config.go:182] Loaded profile config "multinode-757874": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 12:13:13.610272  920487 status.go:174] checking status of multinode-757874 ...
	I0929 12:13:13.610705  920487 cli_runner.go:164] Run: docker container inspect multinode-757874 --format={{.State.Status}}
	I0929 12:13:13.630692  920487 status.go:371] multinode-757874 host status = "Running" (err=<nil>)
	I0929 12:13:13.630722  920487 host.go:66] Checking if "multinode-757874" exists ...
	I0929 12:13:13.631016  920487 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-757874
	I0929 12:13:13.649745  920487 host.go:66] Checking if "multinode-757874" exists ...
	I0929 12:13:13.650045  920487 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0929 12:13:13.650099  920487 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-757874
	I0929 12:13:13.669330  920487 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32908 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/multinode-757874/id_rsa Username:docker}
	I0929 12:13:13.763179  920487 ssh_runner.go:195] Run: systemctl --version
	I0929 12:13:13.767823  920487 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0929 12:13:13.780114  920487 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 12:13:13.837301  920487 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:3 ContainersRunning:2 ContainersPaused:0 ContainersStopped:1 Images:3 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:51 OomKillDisable:false NGoroutines:65 SystemTime:2025-09-29 12:13:13.82714039 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 LTS OSType:linux Architecture:x8
6_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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[m
ap[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 12:13:13.837862  920487 kubeconfig.go:125] found "multinode-757874" server: "https://192.168.67.2:8443"
	I0929 12:13:13.837904  920487 api_server.go:166] Checking apiserver status ...
	I0929 12:13:13.837942  920487 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0929 12:13:13.850745  920487 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1445/cgroup
	W0929 12:13:13.861725  920487 api_server.go:177] unable to find freezer cgroup: sudo egrep ^[0-9]+:freezer: /proc/1445/cgroup: Process exited with status 1
	stdout:
	
	stderr:
	I0929 12:13:13.861833  920487 ssh_runner.go:195] Run: ls
	I0929 12:13:13.866362  920487 api_server.go:253] Checking apiserver healthz at https://192.168.67.2:8443/healthz ...
	I0929 12:13:13.870948  920487 api_server.go:279] https://192.168.67.2:8443/healthz returned 200:
	ok
	I0929 12:13:13.870983  920487 status.go:463] multinode-757874 apiserver status = Running (err=<nil>)
	I0929 12:13:13.871003  920487 status.go:176] multinode-757874 status: &{Name:multinode-757874 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0929 12:13:13.871025  920487 status.go:174] checking status of multinode-757874-m02 ...
	I0929 12:13:13.871304  920487 cli_runner.go:164] Run: docker container inspect multinode-757874-m02 --format={{.State.Status}}
	I0929 12:13:13.890179  920487 status.go:371] multinode-757874-m02 host status = "Running" (err=<nil>)
	I0929 12:13:13.890205  920487 host.go:66] Checking if "multinode-757874-m02" exists ...
	I0929 12:13:13.890508  920487 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-757874-m02
	I0929 12:13:13.909287  920487 host.go:66] Checking if "multinode-757874-m02" exists ...
	I0929 12:13:13.909642  920487 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0929 12:13:13.909695  920487 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-757874-m02
	I0929 12:13:13.928432  920487 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32913 SSHKeyPath:/home/jenkins/minikube-integration/21655-728906/.minikube/machines/multinode-757874-m02/id_rsa Username:docker}
	I0929 12:13:14.023365  920487 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0929 12:13:14.035650  920487 status.go:176] multinode-757874-m02 status: &{Name:multinode-757874-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I0929 12:13:14.035691  920487 status.go:174] checking status of multinode-757874-m03 ...
	I0929 12:13:14.035967  920487 cli_runner.go:164] Run: docker container inspect multinode-757874-m03 --format={{.State.Status}}
	I0929 12:13:14.054595  920487 status.go:371] multinode-757874-m03 host status = "Stopped" (err=<nil>)
	I0929 12:13:14.054622  920487 status.go:384] host is not running, skipping remaining checks
	I0929 12:13:14.054629  920487 status.go:176] multinode-757874-m03 status: &{Name:multinode-757874-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

                                                
                                                
** /stderr **
--- PASS: TestMultiNode/serial/StopNode (2.21s)

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (7.27s)

                                                
                                                
=== RUN   TestMultiNode/serial/StartAfterStop
multinode_test.go:282: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 node start m03 -v=5 --alsologtostderr
multinode_test.go:282: (dbg) Done: out/minikube-linux-amd64 -p multinode-757874 node start m03 -v=5 --alsologtostderr: (6.54105224s)
multinode_test.go:290: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 status -v=5 --alsologtostderr
multinode_test.go:306: (dbg) Run:  kubectl get nodes
--- PASS: TestMultiNode/serial/StartAfterStop (7.27s)

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (69.44s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:314: (dbg) Run:  out/minikube-linux-amd64 node list -p multinode-757874
multinode_test.go:321: (dbg) Run:  out/minikube-linux-amd64 stop -p multinode-757874
multinode_test.go:321: (dbg) Done: out/minikube-linux-amd64 stop -p multinode-757874: (24.92866971s)
multinode_test.go:326: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-757874 --wait=true -v=5 --alsologtostderr
E0929 12:14:04.050682  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
multinode_test.go:326: (dbg) Done: out/minikube-linux-amd64 start -p multinode-757874 --wait=true -v=5 --alsologtostderr: (44.407367326s)
multinode_test.go:331: (dbg) Run:  out/minikube-linux-amd64 node list -p multinode-757874
--- PASS: TestMultiNode/serial/RestartKeepsNodes (69.44s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (5.22s)

                                                
                                                
=== RUN   TestMultiNode/serial/DeleteNode
multinode_test.go:416: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 node delete m03
multinode_test.go:416: (dbg) Done: out/minikube-linux-amd64 -p multinode-757874 node delete m03: (4.585588228s)
multinode_test.go:422: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 status --alsologtostderr
multinode_test.go:436: (dbg) Run:  kubectl get nodes
multinode_test.go:444: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiNode/serial/DeleteNode (5.22s)

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (23.95s)

                                                
                                                
=== RUN   TestMultiNode/serial/StopMultiNode
multinode_test.go:345: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 stop
multinode_test.go:345: (dbg) Done: out/minikube-linux-amd64 -p multinode-757874 stop: (23.75637698s)
multinode_test.go:351: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 status
multinode_test.go:351: (dbg) Non-zero exit: out/minikube-linux-amd64 -p multinode-757874 status: exit status 7 (98.490234ms)

                                                
                                                
-- stdout --
	multinode-757874
	type: Control Plane
	host: Stopped
	kubelet: Stopped
	apiserver: Stopped
	kubeconfig: Stopped
	
	multinode-757874-m02
	type: Worker
	host: Stopped
	kubelet: Stopped
	

                                                
                                                
-- /stdout --
multinode_test.go:358: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 status --alsologtostderr
multinode_test.go:358: (dbg) Non-zero exit: out/minikube-linux-amd64 -p multinode-757874 status --alsologtostderr: exit status 7 (90.505953ms)

                                                
                                                
-- stdout --
	multinode-757874
	type: Control Plane
	host: Stopped
	kubelet: Stopped
	apiserver: Stopped
	kubeconfig: Stopped
	
	multinode-757874-m02
	type: Worker
	host: Stopped
	kubelet: Stopped
	

                                                
                                                
-- /stdout --
** stderr ** 
	I0929 12:14:59.884255  930107 out.go:360] Setting OutFile to fd 1 ...
	I0929 12:14:59.884511  930107 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 12:14:59.884520  930107 out.go:374] Setting ErrFile to fd 2...
	I0929 12:14:59.884524  930107 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 12:14:59.884783  930107 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
	I0929 12:14:59.884983  930107 out.go:368] Setting JSON to false
	I0929 12:14:59.885016  930107 mustload.go:65] Loading cluster: multinode-757874
	I0929 12:14:59.885119  930107 notify.go:220] Checking for updates...
	I0929 12:14:59.885455  930107 config.go:182] Loaded profile config "multinode-757874": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 12:14:59.885477  930107 status.go:174] checking status of multinode-757874 ...
	I0929 12:14:59.886034  930107 cli_runner.go:164] Run: docker container inspect multinode-757874 --format={{.State.Status}}
	I0929 12:14:59.905321  930107 status.go:371] multinode-757874 host status = "Stopped" (err=<nil>)
	I0929 12:14:59.905346  930107 status.go:384] host is not running, skipping remaining checks
	I0929 12:14:59.905355  930107 status.go:176] multinode-757874 status: &{Name:multinode-757874 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0929 12:14:59.905391  930107 status.go:174] checking status of multinode-757874-m02 ...
	I0929 12:14:59.905702  930107 cli_runner.go:164] Run: docker container inspect multinode-757874-m02 --format={{.State.Status}}
	I0929 12:14:59.925272  930107 status.go:371] multinode-757874-m02 host status = "Stopped" (err=<nil>)
	I0929 12:14:59.925328  930107 status.go:384] host is not running, skipping remaining checks
	I0929 12:14:59.925344  930107 status.go:176] multinode-757874-m02 status: &{Name:multinode-757874-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

                                                
                                                
** /stderr **
--- PASS: TestMultiNode/serial/StopMultiNode (23.95s)

                                                
                                    
x
+
TestMultiNode/serial/RestartMultiNode (50.24s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartMultiNode
multinode_test.go:376: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-757874 --wait=true -v=5 --alsologtostderr --driver=docker  --container-runtime=containerd
E0929 12:15:06.578876  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/functional-332736/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
multinode_test.go:376: (dbg) Done: out/minikube-linux-amd64 start -p multinode-757874 --wait=true -v=5 --alsologtostderr --driver=docker  --container-runtime=containerd: (49.623764702s)
multinode_test.go:382: (dbg) Run:  out/minikube-linux-amd64 -p multinode-757874 status --alsologtostderr
multinode_test.go:396: (dbg) Run:  kubectl get nodes
multinode_test.go:404: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiNode/serial/RestartMultiNode (50.24s)

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (23.52s)

                                                
                                                
=== RUN   TestMultiNode/serial/ValidateNameConflict
multinode_test.go:455: (dbg) Run:  out/minikube-linux-amd64 node list -p multinode-757874
multinode_test.go:464: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-757874-m02 --driver=docker  --container-runtime=containerd
multinode_test.go:464: (dbg) Non-zero exit: out/minikube-linux-amd64 start -p multinode-757874-m02 --driver=docker  --container-runtime=containerd: exit status 14 (68.805542ms)

                                                
                                                
-- stdout --
	* [multinode-757874-m02] minikube v1.37.0 on Ubuntu 22.04 (kvm/amd64)
	  - MINIKUBE_LOCATION=21655
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/21655-728906/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/21655-728906/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-amd64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	! Profile name 'multinode-757874-m02' is duplicated with machine name 'multinode-757874-m02' in profile 'multinode-757874'
	X Exiting due to MK_USAGE: Profile name should be unique

                                                
                                                
** /stderr **
multinode_test.go:472: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-757874-m03 --driver=docker  --container-runtime=containerd
multinode_test.go:472: (dbg) Done: out/minikube-linux-amd64 start -p multinode-757874-m03 --driver=docker  --container-runtime=containerd: (20.781625128s)
multinode_test.go:479: (dbg) Run:  out/minikube-linux-amd64 node add -p multinode-757874
multinode_test.go:479: (dbg) Non-zero exit: out/minikube-linux-amd64 node add -p multinode-757874: exit status 80 (290.591502ms)

                                                
                                                
-- stdout --
	* Adding node m03 to cluster multinode-757874 as [worker]
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	X Exiting due to GUEST_NODE_ADD: failed to add node: Node multinode-757874-m03 already exists in multinode-757874-m03 profile
	* 
	╭─────────────────────────────────────────────────────────────────────────────────────────────╮
	│                                                                                             │
	│    * If the above advice does not help, please let us know:                                 │
	│      https://github.com/kubernetes/minikube/issues/new/choose                               │
	│                                                                                             │
	│    * Please run `minikube logs --file=logs.txt` and attach logs.txt to the GitHub issue.    │
	│    * Please also attach the following file to the GitHub issue:                             │
	│    * - /tmp/minikube_node_040ea7097fd6ed71e65be9a474587f81f0ccd21d_3.log                    │
	│                                                                                             │
	╰─────────────────────────────────────────────────────────────────────────────────────────────╯

                                                
                                                
** /stderr **
multinode_test.go:484: (dbg) Run:  out/minikube-linux-amd64 delete -p multinode-757874-m03
multinode_test.go:484: (dbg) Done: out/minikube-linux-amd64 delete -p multinode-757874-m03: (2.33138488s)
--- PASS: TestMultiNode/serial/ValidateNameConflict (23.52s)

                                                
                                    
x
+
TestPreload (109.49s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:43: (dbg) Run:  out/minikube-linux-amd64 start -p test-preload-728654 --memory=3072 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.32.0
E0929 12:17:07.118420  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
preload_test.go:43: (dbg) Done: out/minikube-linux-amd64 start -p test-preload-728654 --memory=3072 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.32.0: (50.905455405s)
preload_test.go:51: (dbg) Run:  out/minikube-linux-amd64 -p test-preload-728654 image pull gcr.io/k8s-minikube/busybox
preload_test.go:51: (dbg) Done: out/minikube-linux-amd64 -p test-preload-728654 image pull gcr.io/k8s-minikube/busybox: (1.772639993s)
preload_test.go:57: (dbg) Run:  out/minikube-linux-amd64 stop -p test-preload-728654
preload_test.go:57: (dbg) Done: out/minikube-linux-amd64 stop -p test-preload-728654: (6.635961528s)
preload_test.go:65: (dbg) Run:  out/minikube-linux-amd64 start -p test-preload-728654 --memory=3072 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=containerd
preload_test.go:65: (dbg) Done: out/minikube-linux-amd64 start -p test-preload-728654 --memory=3072 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=containerd: (47.506477052s)
preload_test.go:70: (dbg) Run:  out/minikube-linux-amd64 -p test-preload-728654 image list
helpers_test.go:175: Cleaning up "test-preload-728654" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p test-preload-728654
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p test-preload-728654: (2.440600743s)
--- PASS: TestPreload (109.49s)

                                                
                                    
x
+
TestScheduledStopUnix (97.28s)

                                                
                                                
=== RUN   TestScheduledStopUnix
scheduled_stop_test.go:128: (dbg) Run:  out/minikube-linux-amd64 start -p scheduled-stop-673403 --memory=3072 --driver=docker  --container-runtime=containerd
scheduled_stop_test.go:128: (dbg) Done: out/minikube-linux-amd64 start -p scheduled-stop-673403 --memory=3072 --driver=docker  --container-runtime=containerd: (20.856164822s)
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-673403 --schedule 5m
scheduled_stop_test.go:191: (dbg) Run:  out/minikube-linux-amd64 status --format={{.TimeToStop}} -p scheduled-stop-673403 -n scheduled-stop-673403
scheduled_stop_test.go:169: signal error was:  <nil>
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-673403 --schedule 15s
scheduled_stop_test.go:169: signal error was:  os: process already finished
I0929 12:18:28.574140  732404 retry.go:31] will retry after 149.199µs: open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/scheduled-stop-673403/pid: no such file or directory
I0929 12:18:28.575324  732404 retry.go:31] will retry after 133.725µs: open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/scheduled-stop-673403/pid: no such file or directory
I0929 12:18:28.576474  732404 retry.go:31] will retry after 186.34µs: open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/scheduled-stop-673403/pid: no such file or directory
I0929 12:18:28.577596  732404 retry.go:31] will retry after 284.719µs: open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/scheduled-stop-673403/pid: no such file or directory
I0929 12:18:28.578736  732404 retry.go:31] will retry after 445.259µs: open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/scheduled-stop-673403/pid: no such file or directory
I0929 12:18:28.579862  732404 retry.go:31] will retry after 496.544µs: open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/scheduled-stop-673403/pid: no such file or directory
I0929 12:18:28.581005  732404 retry.go:31] will retry after 1.000858ms: open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/scheduled-stop-673403/pid: no such file or directory
I0929 12:18:28.582141  732404 retry.go:31] will retry after 1.426957ms: open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/scheduled-stop-673403/pid: no such file or directory
I0929 12:18:28.584356  732404 retry.go:31] will retry after 3.575746ms: open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/scheduled-stop-673403/pid: no such file or directory
I0929 12:18:28.588614  732404 retry.go:31] will retry after 2.340886ms: open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/scheduled-stop-673403/pid: no such file or directory
I0929 12:18:28.591865  732404 retry.go:31] will retry after 5.855313ms: open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/scheduled-stop-673403/pid: no such file or directory
I0929 12:18:28.598110  732404 retry.go:31] will retry after 11.561021ms: open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/scheduled-stop-673403/pid: no such file or directory
I0929 12:18:28.610380  732404 retry.go:31] will retry after 18.056824ms: open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/scheduled-stop-673403/pid: no such file or directory
I0929 12:18:28.628616  732404 retry.go:31] will retry after 19.626653ms: open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/scheduled-stop-673403/pid: no such file or directory
I0929 12:18:28.648927  732404 retry.go:31] will retry after 21.584917ms: open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/scheduled-stop-673403/pid: no such file or directory
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-673403 --cancel-scheduled
scheduled_stop_test.go:176: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p scheduled-stop-673403 -n scheduled-stop-673403
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-amd64 status -p scheduled-stop-673403
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-673403 --schedule 15s
E0929 12:19:04.051289  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
scheduled_stop_test.go:169: signal error was:  os: process already finished
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-amd64 status -p scheduled-stop-673403
scheduled_stop_test.go:205: (dbg) Non-zero exit: out/minikube-linux-amd64 status -p scheduled-stop-673403: exit status 7 (70.909108ms)

                                                
                                                
-- stdout --
	scheduled-stop-673403
	type: Control Plane
	host: Stopped
	kubelet: Stopped
	apiserver: Stopped
	kubeconfig: Stopped
	

                                                
                                                
-- /stdout --
scheduled_stop_test.go:176: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p scheduled-stop-673403 -n scheduled-stop-673403
scheduled_stop_test.go:176: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Host}} -p scheduled-stop-673403 -n scheduled-stop-673403: exit status 7 (66.167903ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
scheduled_stop_test.go:176: status error: exit status 7 (may be ok)
helpers_test.go:175: Cleaning up "scheduled-stop-673403" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p scheduled-stop-673403
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p scheduled-stop-673403: (5.052540626s)
--- PASS: TestScheduledStopUnix (97.28s)

                                                
                                    
x
+
TestInsufficientStorage (9.26s)

                                                
                                                
=== RUN   TestInsufficientStorage
status_test.go:50: (dbg) Run:  out/minikube-linux-amd64 start -p insufficient-storage-572223 --memory=3072 --output=json --wait=true --driver=docker  --container-runtime=containerd
status_test.go:50: (dbg) Non-zero exit: out/minikube-linux-amd64 start -p insufficient-storage-572223 --memory=3072 --output=json --wait=true --driver=docker  --container-runtime=containerd: exit status 26 (6.853740644s)

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"de2ec79a-785f-4251-af69-d939f6057b7a","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-572223] minikube v1.37.0 on Ubuntu 22.04 (kvm/amd64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"42105aec-0283-45ad-92f4-9fad6f9c48d6","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=21655"}}
	{"specversion":"1.0","id":"690352f6-7d0f-431d-8377-2ce984c2a6f2","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true"}}
	{"specversion":"1.0","id":"0e0083d0-19af-4cd5-b374-d647874ebf0c","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/21655-728906/kubeconfig"}}
	{"specversion":"1.0","id":"8f6c2f95-2396-4fae-b2cb-2139c4db2d49","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/21655-728906/.minikube"}}
	{"specversion":"1.0","id":"28e533e6-239f-497b-a5fa-57b63117e39d","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-linux-amd64"}}
	{"specversion":"1.0","id":"77f573b0-ead2-432e-9c08-a4d014ca4830","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"2c7297b7-c401-42a7-adbd-b09c7313b259","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_TEST_STORAGE_CAPACITY=100"}}
	{"specversion":"1.0","id":"b3a1bc25-df56-4f0e-ac38-9edbb5611dee","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_TEST_AVAILABLE_STORAGE=19"}}
	{"specversion":"1.0","id":"269596b2-2b2f-4535-b5b9-3f8c6c705c4d","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"1","message":"Using the docker driver based on user configuration","name":"Selecting Driver","totalsteps":"19"}}
	{"specversion":"1.0","id":"2d0e8866-c782-4b41-8f95-80faba008de2","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"Using Docker driver with root privileges"}}
	{"specversion":"1.0","id":"3c89dfa0-86f7-4402-9cad-f167ac5afae5","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting \"insufficient-storage-572223\" primary control-plane node in \"insufficient-storage-572223\" cluster","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"5205d6ee-8be9-4bd2-be0e-c31584b9e77a","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"5","message":"Pulling base image v0.0.48 ...","name":"Pulling Base Image","totalsteps":"19"}}
	{"specversion":"1.0","id":"f033534a-4ab4-43a4-8eab-e4ed6e14b4d5","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"8","message":"Creating docker container (CPUs=2, Memory=3072MB) ...","name":"Creating Container","totalsteps":"19"}}
	{"specversion":"1.0","id":"9f2dc9a0-2bbc-40f8-b8ca-d1d44807c859","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.error","datacontenttype":"application/json","data":{"advice":"Try one or more of the following to free up space on the device:\n\n\t\t\t1. Run \"docker system prune\" to remove unused Docker data (optionally with \"-a\")\n\t\t\t2. Increase the storage allocated to Docker for Desktop by clicking on:\n\t\t\t\tDocker icon \u003e Preferences \u003e Resources \u003e Disk Image Size\n\t\t\t3. Run \"minikube ssh -- docker system prune\" if using the Docker container runtime","exitcode":"26","issues":"https://github.com/kubernetes/minikube/issues/9024","message":"Docker is out of disk space! (/var is at 100% of capacity). You can pass '--force' to skip this check.","name":"RSRC_DOCKER_STORAGE","url":""}}

                                                
                                                
-- /stdout --
status_test.go:76: (dbg) Run:  out/minikube-linux-amd64 status -p insufficient-storage-572223 --output=json --layout=cluster
status_test.go:76: (dbg) Non-zero exit: out/minikube-linux-amd64 status -p insufficient-storage-572223 --output=json --layout=cluster: exit status 7 (273.308578ms)

                                                
                                                
-- stdout --
	{"Name":"insufficient-storage-572223","StatusCode":507,"StatusName":"InsufficientStorage","StatusDetail":"/var is almost out of disk space","Step":"Creating Container","StepDetail":"Creating docker container (CPUs=2, Memory=3072MB) ...","BinaryVersion":"v1.37.0","Components":{"kubeconfig":{"Name":"kubeconfig","StatusCode":500,"StatusName":"Error"}},"Nodes":[{"Name":"insufficient-storage-572223","StatusCode":507,"StatusName":"InsufficientStorage","Components":{"apiserver":{"Name":"apiserver","StatusCode":405,"StatusName":"Stopped"},"kubelet":{"Name":"kubelet","StatusCode":405,"StatusName":"Stopped"}}}]}

                                                
                                                
-- /stdout --
** stderr ** 
	E0929 12:19:51.694975  952625 status.go:458] kubeconfig endpoint: get endpoint: "insufficient-storage-572223" does not appear in /home/jenkins/minikube-integration/21655-728906/kubeconfig

                                                
                                                
** /stderr **
status_test.go:76: (dbg) Run:  out/minikube-linux-amd64 status -p insufficient-storage-572223 --output=json --layout=cluster
status_test.go:76: (dbg) Non-zero exit: out/minikube-linux-amd64 status -p insufficient-storage-572223 --output=json --layout=cluster: exit status 7 (282.301382ms)

                                                
                                                
-- stdout --
	{"Name":"insufficient-storage-572223","StatusCode":507,"StatusName":"InsufficientStorage","StatusDetail":"/var is almost out of disk space","BinaryVersion":"v1.37.0","Components":{"kubeconfig":{"Name":"kubeconfig","StatusCode":500,"StatusName":"Error"}},"Nodes":[{"Name":"insufficient-storage-572223","StatusCode":507,"StatusName":"InsufficientStorage","Components":{"apiserver":{"Name":"apiserver","StatusCode":405,"StatusName":"Stopped"},"kubelet":{"Name":"kubelet","StatusCode":405,"StatusName":"Stopped"}}}]}

                                                
                                                
-- /stdout --
** stderr ** 
	E0929 12:19:51.977973  952727 status.go:458] kubeconfig endpoint: get endpoint: "insufficient-storage-572223" does not appear in /home/jenkins/minikube-integration/21655-728906/kubeconfig
	E0929 12:19:51.989060  952727 status.go:258] unable to read event log: stat: stat /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/insufficient-storage-572223/events.json: no such file or directory

                                                
                                                
** /stderr **
helpers_test.go:175: Cleaning up "insufficient-storage-572223" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p insufficient-storage-572223
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p insufficient-storage-572223: (1.850231775s)
--- PASS: TestInsufficientStorage (9.26s)

                                                
                                    
x
+
TestRunningBinaryUpgrade (49.47s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:120: (dbg) Run:  /tmp/minikube-v1.32.0.406665271 start -p running-upgrade-568061 --memory=3072 --vm-driver=docker  --container-runtime=containerd
version_upgrade_test.go:120: (dbg) Done: /tmp/minikube-v1.32.0.406665271 start -p running-upgrade-568061 --memory=3072 --vm-driver=docker  --container-runtime=containerd: (23.950892121s)
version_upgrade_test.go:130: (dbg) Run:  out/minikube-linux-amd64 start -p running-upgrade-568061 --memory=3072 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd
version_upgrade_test.go:130: (dbg) Done: out/minikube-linux-amd64 start -p running-upgrade-568061 --memory=3072 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd: (22.564563786s)
helpers_test.go:175: Cleaning up "running-upgrade-568061" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p running-upgrade-568061
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p running-upgrade-568061: (2.441776351s)
--- PASS: TestRunningBinaryUpgrade (49.47s)

                                                
                                    
x
+
TestKubernetesUpgrade (313.77s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestKubernetesUpgrade
version_upgrade_test.go:222: (dbg) Run:  out/minikube-linux-amd64 start -p kubernetes-upgrade-986609 --memory=3072 --kubernetes-version=v1.28.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd
version_upgrade_test.go:222: (dbg) Done: out/minikube-linux-amd64 start -p kubernetes-upgrade-986609 --memory=3072 --kubernetes-version=v1.28.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd: (23.548683552s)
version_upgrade_test.go:227: (dbg) Run:  out/minikube-linux-amd64 stop -p kubernetes-upgrade-986609
version_upgrade_test.go:227: (dbg) Done: out/minikube-linux-amd64 stop -p kubernetes-upgrade-986609: (1.25894901s)
version_upgrade_test.go:232: (dbg) Run:  out/minikube-linux-amd64 -p kubernetes-upgrade-986609 status --format={{.Host}}
version_upgrade_test.go:232: (dbg) Non-zero exit: out/minikube-linux-amd64 -p kubernetes-upgrade-986609 status --format={{.Host}}: exit status 7 (78.930634ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
version_upgrade_test.go:234: status error: exit status 7 (may be ok)
version_upgrade_test.go:243: (dbg) Run:  out/minikube-linux-amd64 start -p kubernetes-upgrade-986609 --memory=3072 --kubernetes-version=v1.34.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd
version_upgrade_test.go:243: (dbg) Done: out/minikube-linux-amd64 start -p kubernetes-upgrade-986609 --memory=3072 --kubernetes-version=v1.34.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd: (4m37.36670154s)
version_upgrade_test.go:248: (dbg) Run:  kubectl --context kubernetes-upgrade-986609 version --output=json
version_upgrade_test.go:267: Attempting to downgrade Kubernetes (should fail)
version_upgrade_test.go:269: (dbg) Run:  out/minikube-linux-amd64 start -p kubernetes-upgrade-986609 --memory=3072 --kubernetes-version=v1.28.0 --driver=docker  --container-runtime=containerd
version_upgrade_test.go:269: (dbg) Non-zero exit: out/minikube-linux-amd64 start -p kubernetes-upgrade-986609 --memory=3072 --kubernetes-version=v1.28.0 --driver=docker  --container-runtime=containerd: exit status 106 (75.18572ms)

                                                
                                                
-- stdout --
	* [kubernetes-upgrade-986609] minikube v1.37.0 on Ubuntu 22.04 (kvm/amd64)
	  - MINIKUBE_LOCATION=21655
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/21655-728906/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/21655-728906/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-amd64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	X Exiting due to K8S_DOWNGRADE_UNSUPPORTED: Unable to safely downgrade existing Kubernetes v1.34.0 cluster to v1.28.0
	* Suggestion: 
	
	    1) Recreate the cluster with Kubernetes 1.28.0, by running:
	    
	    minikube delete -p kubernetes-upgrade-986609
	    minikube start -p kubernetes-upgrade-986609 --kubernetes-version=v1.28.0
	    
	    2) Create a second cluster with Kubernetes 1.28.0, by running:
	    
	    minikube start -p kubernetes-upgrade-9866092 --kubernetes-version=v1.28.0
	    
	    3) Use the existing cluster at version Kubernetes 1.34.0, by running:
	    
	    minikube start -p kubernetes-upgrade-986609 --kubernetes-version=v1.34.0
	    

                                                
                                                
** /stderr **
version_upgrade_test.go:273: Attempting restart after unsuccessful downgrade
version_upgrade_test.go:275: (dbg) Run:  out/minikube-linux-amd64 start -p kubernetes-upgrade-986609 --memory=3072 --kubernetes-version=v1.34.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd
version_upgrade_test.go:275: (dbg) Done: out/minikube-linux-amd64 start -p kubernetes-upgrade-986609 --memory=3072 --kubernetes-version=v1.34.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd: (9.010619149s)
helpers_test.go:175: Cleaning up "kubernetes-upgrade-986609" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p kubernetes-upgrade-986609
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p kubernetes-upgrade-986609: (2.36207787s)
--- PASS: TestKubernetesUpgrade (313.77s)

                                                
                                    
x
+
TestMissingContainerUpgrade (72.69s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:309: (dbg) Run:  /tmp/minikube-v1.32.0.3303109079 start -p missing-upgrade-892407 --memory=3072 --driver=docker  --container-runtime=containerd
version_upgrade_test.go:309: (dbg) Done: /tmp/minikube-v1.32.0.3303109079 start -p missing-upgrade-892407 --memory=3072 --driver=docker  --container-runtime=containerd: (23.533768782s)
version_upgrade_test.go:318: (dbg) Run:  docker stop missing-upgrade-892407
version_upgrade_test.go:323: (dbg) Run:  docker rm missing-upgrade-892407
version_upgrade_test.go:329: (dbg) Run:  out/minikube-linux-amd64 start -p missing-upgrade-892407 --memory=3072 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd
version_upgrade_test.go:329: (dbg) Done: out/minikube-linux-amd64 start -p missing-upgrade-892407 --memory=3072 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd: (45.883363103s)
helpers_test.go:175: Cleaning up "missing-upgrade-892407" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p missing-upgrade-892407
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p missing-upgrade-892407: (2.064949514s)
--- PASS: TestMissingContainerUpgrade (72.69s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (0.62s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Setup
--- PASS: TestStoppedBinaryUpgrade/Setup (0.62s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.08s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartNoK8sWithVersion
no_kubernetes_test.go:85: (dbg) Run:  out/minikube-linux-amd64 start -p NoKubernetes-452277 --no-kubernetes --kubernetes-version=v1.28.0 --driver=docker  --container-runtime=containerd
no_kubernetes_test.go:85: (dbg) Non-zero exit: out/minikube-linux-amd64 start -p NoKubernetes-452277 --no-kubernetes --kubernetes-version=v1.28.0 --driver=docker  --container-runtime=containerd: exit status 14 (84.252378ms)

                                                
                                                
-- stdout --
	* [NoKubernetes-452277] minikube v1.37.0 on Ubuntu 22.04 (kvm/amd64)
	  - MINIKUBE_LOCATION=21655
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/21655-728906/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/21655-728906/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-amd64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	X Exiting due to MK_USAGE: cannot specify --kubernetes-version with --no-kubernetes,
	to unset a global config run:
	
	$ minikube config unset kubernetes-version

                                                
                                                
** /stderr **
--- PASS: TestNoKubernetes/serial/StartNoK8sWithVersion (0.08s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithK8s (36.03s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartWithK8s
no_kubernetes_test.go:97: (dbg) Run:  out/minikube-linux-amd64 start -p NoKubernetes-452277 --memory=3072 --alsologtostderr -v=5 --driver=docker  --container-runtime=containerd
no_kubernetes_test.go:97: (dbg) Done: out/minikube-linux-amd64 start -p NoKubernetes-452277 --memory=3072 --alsologtostderr -v=5 --driver=docker  --container-runtime=containerd: (35.594343322s)
no_kubernetes_test.go:202: (dbg) Run:  out/minikube-linux-amd64 -p NoKubernetes-452277 status -o json
--- PASS: TestNoKubernetes/serial/StartWithK8s (36.03s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (69.89s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:183: (dbg) Run:  /tmp/minikube-v1.32.0.3384594033 start -p stopped-upgrade-586349 --memory=3072 --vm-driver=docker  --container-runtime=containerd
E0929 12:20:06.579714  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/functional-332736/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
version_upgrade_test.go:183: (dbg) Done: /tmp/minikube-v1.32.0.3384594033 start -p stopped-upgrade-586349 --memory=3072 --vm-driver=docker  --container-runtime=containerd: (40.471955875s)
version_upgrade_test.go:192: (dbg) Run:  /tmp/minikube-v1.32.0.3384594033 -p stopped-upgrade-586349 stop
version_upgrade_test.go:192: (dbg) Done: /tmp/minikube-v1.32.0.3384594033 -p stopped-upgrade-586349 stop: (1.34564813s)
version_upgrade_test.go:198: (dbg) Run:  out/minikube-linux-amd64 start -p stopped-upgrade-586349 --memory=3072 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd
version_upgrade_test.go:198: (dbg) Done: out/minikube-linux-amd64 start -p stopped-upgrade-586349 --memory=3072 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd: (28.07179275s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (69.89s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (16.44s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartWithStopK8s
no_kubernetes_test.go:114: (dbg) Run:  out/minikube-linux-amd64 start -p NoKubernetes-452277 --no-kubernetes --memory=3072 --alsologtostderr -v=5 --driver=docker  --container-runtime=containerd
no_kubernetes_test.go:114: (dbg) Done: out/minikube-linux-amd64 start -p NoKubernetes-452277 --no-kubernetes --memory=3072 --alsologtostderr -v=5 --driver=docker  --container-runtime=containerd: (14.172086828s)
no_kubernetes_test.go:202: (dbg) Run:  out/minikube-linux-amd64 -p NoKubernetes-452277 status -o json
no_kubernetes_test.go:202: (dbg) Non-zero exit: out/minikube-linux-amd64 -p NoKubernetes-452277 status -o json: exit status 2 (303.405195ms)

                                                
                                                
-- stdout --
	{"Name":"NoKubernetes-452277","Host":"Running","Kubelet":"Stopped","APIServer":"Stopped","Kubeconfig":"Configured","Worker":false}

                                                
                                                
-- /stdout --
no_kubernetes_test.go:126: (dbg) Run:  out/minikube-linux-amd64 delete -p NoKubernetes-452277
no_kubernetes_test.go:126: (dbg) Done: out/minikube-linux-amd64 delete -p NoKubernetes-452277: (1.966923882s)
--- PASS: TestNoKubernetes/serial/StartWithStopK8s (16.44s)

                                                
                                    
x
+
TestNoKubernetes/serial/Start (5.16s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/Start
no_kubernetes_test.go:138: (dbg) Run:  out/minikube-linux-amd64 start -p NoKubernetes-452277 --no-kubernetes --memory=3072 --alsologtostderr -v=5 --driver=docker  --container-runtime=containerd
no_kubernetes_test.go:138: (dbg) Done: out/minikube-linux-amd64 start -p NoKubernetes-452277 --no-kubernetes --memory=3072 --alsologtostderr -v=5 --driver=docker  --container-runtime=containerd: (5.15734418s)
--- PASS: TestNoKubernetes/serial/Start (5.16s)

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunning (0.29s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/VerifyK8sNotRunning
no_kubernetes_test.go:149: (dbg) Run:  out/minikube-linux-amd64 ssh -p NoKubernetes-452277 "sudo systemctl is-active --quiet service kubelet"
no_kubernetes_test.go:149: (dbg) Non-zero exit: out/minikube-linux-amd64 ssh -p NoKubernetes-452277 "sudo systemctl is-active --quiet service kubelet": exit status 1 (292.621121ms)

                                                
                                                
** stderr ** 
	ssh: Process exited with status 3

                                                
                                                
** /stderr **
--- PASS: TestNoKubernetes/serial/VerifyK8sNotRunning (0.29s)

                                                
                                    
x
+
TestNoKubernetes/serial/ProfileList (12.59s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/ProfileList
no_kubernetes_test.go:171: (dbg) Run:  out/minikube-linux-amd64 profile list
no_kubernetes_test.go:171: (dbg) Done: out/minikube-linux-amd64 profile list: (11.815629049s)
no_kubernetes_test.go:181: (dbg) Run:  out/minikube-linux-amd64 profile list --output=json
--- PASS: TestNoKubernetes/serial/ProfileList (12.59s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (1.21s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/MinikubeLogs
version_upgrade_test.go:206: (dbg) Run:  out/minikube-linux-amd64 logs -p stopped-upgrade-586349
version_upgrade_test.go:206: (dbg) Done: out/minikube-linux-amd64 logs -p stopped-upgrade-586349: (1.206876211s)
--- PASS: TestStoppedBinaryUpgrade/MinikubeLogs (1.21s)

                                                
                                    
x
+
TestNoKubernetes/serial/Stop (1.22s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/Stop
no_kubernetes_test.go:160: (dbg) Run:  out/minikube-linux-amd64 stop -p NoKubernetes-452277
no_kubernetes_test.go:160: (dbg) Done: out/minikube-linux-amd64 stop -p NoKubernetes-452277: (1.220408689s)
--- PASS: TestNoKubernetes/serial/Stop (1.22s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoArgs (6.07s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartNoArgs
no_kubernetes_test.go:193: (dbg) Run:  out/minikube-linux-amd64 start -p NoKubernetes-452277 --driver=docker  --container-runtime=containerd
no_kubernetes_test.go:193: (dbg) Done: out/minikube-linux-amd64 start -p NoKubernetes-452277 --driver=docker  --container-runtime=containerd: (6.067680504s)
--- PASS: TestNoKubernetes/serial/StartNoArgs (6.07s)

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunningSecond (0.29s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/VerifyK8sNotRunningSecond
no_kubernetes_test.go:149: (dbg) Run:  out/minikube-linux-amd64 ssh -p NoKubernetes-452277 "sudo systemctl is-active --quiet service kubelet"
no_kubernetes_test.go:149: (dbg) Non-zero exit: out/minikube-linux-amd64 ssh -p NoKubernetes-452277 "sudo systemctl is-active --quiet service kubelet": exit status 1 (285.151874ms)

                                                
                                                
** stderr ** 
	ssh: Process exited with status 3

                                                
                                                
** /stderr **
--- PASS: TestNoKubernetes/serial/VerifyK8sNotRunningSecond (0.29s)

                                                
                                    
x
+
TestNetworkPlugins/group/false (3.75s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/false
net_test.go:246: (dbg) Run:  out/minikube-linux-amd64 start -p false-561356 --memory=3072 --alsologtostderr --cni=false --driver=docker  --container-runtime=containerd
net_test.go:246: (dbg) Non-zero exit: out/minikube-linux-amd64 start -p false-561356 --memory=3072 --alsologtostderr --cni=false --driver=docker  --container-runtime=containerd: exit status 14 (202.79617ms)

                                                
                                                
-- stdout --
	* [false-561356] minikube v1.37.0 on Ubuntu 22.04 (kvm/amd64)
	  - MINIKUBE_LOCATION=21655
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/21655-728906/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/21655-728906/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-amd64
	  - MINIKUBE_FORCE_SYSTEMD=
	* Using the docker driver based on user configuration
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	I0929 12:21:20.431615  982413 out.go:360] Setting OutFile to fd 1 ...
	I0929 12:21:20.432917  982413 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 12:21:20.432938  982413 out.go:374] Setting ErrFile to fd 2...
	I0929 12:21:20.432946  982413 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I0929 12:21:20.433477  982413 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21655-728906/.minikube/bin
	I0929 12:21:20.434269  982413 out.go:368] Setting JSON to false
	I0929 12:21:20.436890  982413 start.go:130] hostinfo: {"hostname":"ubuntu-20-agent-13","uptime":72231,"bootTime":1759076249,"procs":265,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"22.04","kernelVersion":"6.8.0-1040-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0929 12:21:20.437069  982413 start.go:140] virtualization: kvm guest
	I0929 12:21:20.439642  982413 out.go:179] * [false-561356] minikube v1.37.0 on Ubuntu 22.04 (kvm/amd64)
	I0929 12:21:20.441245  982413 out.go:179]   - MINIKUBE_LOCATION=21655
	I0929 12:21:20.441257  982413 notify.go:220] Checking for updates...
	I0929 12:21:20.444358  982413 out.go:179]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0929 12:21:20.445803  982413 out.go:179]   - KUBECONFIG=/home/jenkins/minikube-integration/21655-728906/kubeconfig
	I0929 12:21:20.448588  982413 out.go:179]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/21655-728906/.minikube
	I0929 12:21:20.450610  982413 out.go:179]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0929 12:21:20.452969  982413 out.go:179]   - MINIKUBE_FORCE_SYSTEMD=
	I0929 12:21:20.455281  982413 config.go:182] Loaded profile config "kubernetes-upgrade-986609": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
	I0929 12:21:20.455384  982413 config.go:182] Loaded profile config "missing-upgrade-892407": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.28.3
	I0929 12:21:20.455454  982413 config.go:182] Loaded profile config "running-upgrade-568061": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.28.3
	I0929 12:21:20.455662  982413 driver.go:421] Setting default libvirt URI to qemu:///system
	I0929 12:21:20.488159  982413 docker.go:123] docker version: linux-28.4.0:Docker Engine - Community
	I0929 12:21:20.488318  982413 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0929 12:21:20.558712  982413 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:3 ContainersRunning:3 ContainersPaused:0 ContainersStopped:0 Images:4 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:67 OomKillDisable:false NGoroutines:78 SystemTime:2025-09-29 12:21:20.547167743 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1040-gcp OperatingSystem:Ubuntu 22.04.5 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:33652170752 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-13 Labels:[] ExperimentalBuild:false ServerVersion:28.4.0 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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] 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.28.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.39.4] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.40] 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>}}
	I0929 12:21:20.558866  982413 docker.go:318] overlay module found
	I0929 12:21:20.561217  982413 out.go:179] * Using the docker driver based on user configuration
	I0929 12:21:20.562642  982413 start.go:304] selected driver: docker
	I0929 12:21:20.562669  982413 start.go:924] validating driver "docker" against <nil>
	I0929 12:21:20.562683  982413 start.go:935] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0929 12:21:20.564281  982413 out.go:203] 
	W0929 12:21:20.565433  982413 out.go:285] X Exiting due to MK_USAGE: The "containerd" container runtime requires CNI
	X Exiting due to MK_USAGE: The "containerd" container runtime requires CNI
	I0929 12:21:20.566582  982413 out.go:203] 

                                                
                                                
** /stderr **
net_test.go:88: 
----------------------- debugLogs start: false-561356 [pass: true] --------------------------------
>>> netcat: nslookup kubernetes.default:
Error in configuration: context was not found for specified context: false-561356

                                                
                                                

                                                
                                                
>>> netcat: nslookup debug kubernetes.default a-records:
Error in configuration: context was not found for specified context: false-561356

                                                
                                                

                                                
                                                
>>> netcat: dig search kubernetes.default:
Error in configuration: context was not found for specified context: false-561356

                                                
                                                

                                                
                                                
>>> netcat: dig @10.96.0.10 kubernetes.default.svc.cluster.local udp/53:
Error in configuration: context was not found for specified context: false-561356

                                                
                                                

                                                
                                                
>>> netcat: dig @10.96.0.10 kubernetes.default.svc.cluster.local tcp/53:
Error in configuration: context was not found for specified context: false-561356

                                                
                                                

                                                
                                                
>>> netcat: nc 10.96.0.10 udp/53:
Error in configuration: context was not found for specified context: false-561356

                                                
                                                

                                                
                                                
>>> netcat: nc 10.96.0.10 tcp/53:
Error in configuration: context was not found for specified context: false-561356

                                                
                                                

                                                
                                                
>>> netcat: /etc/nsswitch.conf:
Error in configuration: context was not found for specified context: false-561356

                                                
                                                

                                                
                                                
>>> netcat: /etc/hosts:
Error in configuration: context was not found for specified context: false-561356

                                                
                                                

                                                
                                                
>>> netcat: /etc/resolv.conf:
Error in configuration: context was not found for specified context: false-561356

                                                
                                                

                                                
                                                
>>> host: /etc/nsswitch.conf:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: /etc/hosts:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: /etc/resolv.conf:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> k8s: nodes, services, endpoints, daemon sets, deployments and pods, :
Error in configuration: context was not found for specified context: false-561356

                                                
                                                

                                                
                                                
>>> host: crictl pods:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: crictl containers:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> k8s: describe netcat deployment:
error: context "false-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe netcat pod(s):
error: context "false-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: netcat logs:
error: context "false-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe coredns deployment:
error: context "false-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe coredns pods:
error: context "false-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: coredns logs:
error: context "false-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe api server pod(s):
error: context "false-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: api server logs:
error: context "false-561356" does not exist

                                                
                                                

                                                
                                                
>>> host: /etc/cni:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: ip a s:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: ip r s:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: iptables-save:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: iptables table nat:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> k8s: describe kube-proxy daemon set:
error: context "false-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe kube-proxy pod(s):
error: context "false-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: kube-proxy logs:
error: context "false-561356" does not exist

                                                
                                                

                                                
                                                
>>> host: kubelet daemon status:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: kubelet daemon config:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> k8s: kubelet logs:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: /etc/kubernetes/kubelet.conf:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: /var/lib/kubelet/config.yaml:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 29 Sep 2025 12:20:56 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: cluster_info
server: https://192.168.76.2:8443
name: missing-upgrade-892407
contexts:
- context:
cluster: missing-upgrade-892407
extensions:
- extension:
last-update: Mon, 29 Sep 2025 12:20:56 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: context_info
namespace: default
user: missing-upgrade-892407
name: missing-upgrade-892407
current-context: ""
kind: Config
users:
- name: missing-upgrade-892407
user:
client-certificate: /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/missing-upgrade-892407/client.crt
client-key: /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/missing-upgrade-892407/client.key

                                                
                                                

                                                
                                                
>>> k8s: cms:
Error in configuration: context was not found for specified context: false-561356

                                                
                                                

                                                
                                                
>>> host: docker daemon status:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: docker daemon config:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: /etc/docker/daemon.json:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: docker system info:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: cri-docker daemon status:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: cri-docker daemon config:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: /etc/systemd/system/cri-docker.service.d/10-cni.conf:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: /usr/lib/systemd/system/cri-docker.service:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: cri-dockerd version:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: containerd daemon status:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: containerd daemon config:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: /lib/systemd/system/containerd.service:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: /etc/containerd/config.toml:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: containerd config dump:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: crio daemon status:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: crio daemon config:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: /etc/crio:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                

                                                
                                                
>>> host: crio config:
* Profile "false-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p false-561356"

                                                
                                                
----------------------- debugLogs end: false-561356 [took: 3.340725798s] --------------------------------
helpers_test.go:175: Cleaning up "false-561356" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p false-561356
--- PASS: TestNetworkPlugins/group/false (3.75s)

                                                
                                    
x
+
TestPause/serial/Start (43.76s)

                                                
                                                
=== RUN   TestPause/serial/Start
pause_test.go:80: (dbg) Run:  out/minikube-linux-amd64 start -p pause-917603 --memory=3072 --install-addons=false --wait=all --driver=docker  --container-runtime=containerd
pause_test.go:80: (dbg) Done: out/minikube-linux-amd64 start -p pause-917603 --memory=3072 --install-addons=false --wait=all --driver=docker  --container-runtime=containerd: (43.758574381s)
--- PASS: TestPause/serial/Start (43.76s)

                                                
                                    
x
+
TestPause/serial/SecondStartNoReconfiguration (5.88s)

                                                
                                                
=== RUN   TestPause/serial/SecondStartNoReconfiguration
pause_test.go:92: (dbg) Run:  out/minikube-linux-amd64 start -p pause-917603 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd
pause_test.go:92: (dbg) Done: out/minikube-linux-amd64 start -p pause-917603 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd: (5.86477926s)
--- PASS: TestPause/serial/SecondStartNoReconfiguration (5.88s)

                                                
                                    
x
+
TestPause/serial/Pause (0.76s)

                                                
                                                
=== RUN   TestPause/serial/Pause
pause_test.go:110: (dbg) Run:  out/minikube-linux-amd64 pause -p pause-917603 --alsologtostderr -v=5
--- PASS: TestPause/serial/Pause (0.76s)

                                                
                                    
x
+
TestPause/serial/VerifyStatus (0.31s)

                                                
                                                
=== RUN   TestPause/serial/VerifyStatus
status_test.go:76: (dbg) Run:  out/minikube-linux-amd64 status -p pause-917603 --output=json --layout=cluster
status_test.go:76: (dbg) Non-zero exit: out/minikube-linux-amd64 status -p pause-917603 --output=json --layout=cluster: exit status 2 (304.802692ms)

                                                
                                                
-- stdout --
	{"Name":"pause-917603","StatusCode":418,"StatusName":"Paused","Step":"Done","StepDetail":"* Paused 7 containers in: kube-system, kubernetes-dashboard, istio-operator","BinaryVersion":"v1.37.0","Components":{"kubeconfig":{"Name":"kubeconfig","StatusCode":200,"StatusName":"OK"}},"Nodes":[{"Name":"pause-917603","StatusCode":200,"StatusName":"OK","Components":{"apiserver":{"Name":"apiserver","StatusCode":418,"StatusName":"Paused"},"kubelet":{"Name":"kubelet","StatusCode":405,"StatusName":"Stopped"}}}]}

                                                
                                                
-- /stdout --
--- PASS: TestPause/serial/VerifyStatus (0.31s)

                                                
                                    
x
+
TestPause/serial/Unpause (0.66s)

                                                
                                                
=== RUN   TestPause/serial/Unpause
pause_test.go:121: (dbg) Run:  out/minikube-linux-amd64 unpause -p pause-917603 --alsologtostderr -v=5
--- PASS: TestPause/serial/Unpause (0.66s)

                                                
                                    
x
+
TestPause/serial/PauseAgain (0.75s)

                                                
                                                
=== RUN   TestPause/serial/PauseAgain
pause_test.go:110: (dbg) Run:  out/minikube-linux-amd64 pause -p pause-917603 --alsologtostderr -v=5
--- PASS: TestPause/serial/PauseAgain (0.75s)

                                                
                                    
x
+
TestPause/serial/DeletePaused (4.07s)

                                                
                                                
=== RUN   TestPause/serial/DeletePaused
pause_test.go:132: (dbg) Run:  out/minikube-linux-amd64 delete -p pause-917603 --alsologtostderr -v=5
pause_test.go:132: (dbg) Done: out/minikube-linux-amd64 delete -p pause-917603 --alsologtostderr -v=5: (4.06584395s)
--- PASS: TestPause/serial/DeletePaused (4.07s)

                                                
                                    
x
+
TestPause/serial/VerifyDeletedResources (0.76s)

                                                
                                                
=== RUN   TestPause/serial/VerifyDeletedResources
pause_test.go:142: (dbg) Run:  out/minikube-linux-amd64 profile list --output json
pause_test.go:168: (dbg) Run:  docker ps -a
pause_test.go:173: (dbg) Run:  docker volume inspect pause-917603
pause_test.go:173: (dbg) Non-zero exit: docker volume inspect pause-917603: exit status 1 (17.652988ms)

                                                
                                                
-- stdout --
	[]

                                                
                                                
-- /stdout --
** stderr ** 
	Error response from daemon: get pause-917603: no such volume

                                                
                                                
** /stderr **
pause_test.go:178: (dbg) Run:  docker network ls
--- PASS: TestPause/serial/VerifyDeletedResources (0.76s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/FirstStart (63.89s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-amd64 start -p old-k8s-version-666124 --memory=3072 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.28.0
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-amd64 start -p old-k8s-version-666124 --memory=3072 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.28.0: (1m3.891413823s)
--- PASS: TestStartStop/group/old-k8s-version/serial/FirstStart (63.89s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/FirstStart (52.27s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-amd64 start -p no-preload-335249 --memory=3072 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.34.0
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-amd64 start -p no-preload-335249 --memory=3072 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.34.0: (52.273929188s)
--- PASS: TestStartStop/group/no-preload/serial/FirstStart (52.27s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/DeployApp (9.32s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context old-k8s-version-666124 create -f testdata/busybox.yaml
start_stop_delete_test.go:194: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:352: "busybox" [754b71f3-e0d6-41a5-b507-af1a86aa8f11] Pending
helpers_test.go:352: "busybox" [754b71f3-e0d6-41a5-b507-af1a86aa8f11] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:352: "busybox" [754b71f3-e0d6-41a5-b507-af1a86aa8f11] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 9.003600075s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context old-k8s-version-666124 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (9.32s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/DeployApp (8.26s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context no-preload-335249 create -f testdata/busybox.yaml
start_stop_delete_test.go:194: (dbg) TestStartStop/group/no-preload/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:352: "busybox" [82181995-bd7c-4c77-9844-e990368f3da5] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:352: "busybox" [82181995-bd7c-4c77-9844-e990368f3da5] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 8.003354545s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context no-preload-335249 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (8.26s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive (0.92s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive
start_stop_delete_test.go:203: (dbg) Run:  out/minikube-linux-amd64 addons enable metrics-server -p old-k8s-version-666124 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain
start_stop_delete_test.go:213: (dbg) Run:  kubectl --context old-k8s-version-666124 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive (0.92s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/Stop (12s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/Stop
start_stop_delete_test.go:226: (dbg) Run:  out/minikube-linux-amd64 stop -p old-k8s-version-666124 --alsologtostderr -v=3
start_stop_delete_test.go:226: (dbg) Done: out/minikube-linux-amd64 stop -p old-k8s-version-666124 --alsologtostderr -v=3: (11.997042597s)
--- PASS: TestStartStop/group/old-k8s-version/serial/Stop (12.00s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/EnableAddonWhileActive (0.83s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/EnableAddonWhileActive
start_stop_delete_test.go:203: (dbg) Run:  out/minikube-linux-amd64 addons enable metrics-server -p no-preload-335249 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain
start_stop_delete_test.go:213: (dbg) Run:  kubectl --context no-preload-335249 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/no-preload/serial/EnableAddonWhileActive (0.83s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/Stop (12s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/Stop
start_stop_delete_test.go:226: (dbg) Run:  out/minikube-linux-amd64 stop -p no-preload-335249 --alsologtostderr -v=3
start_stop_delete_test.go:226: (dbg) Done: out/minikube-linux-amd64 stop -p no-preload-335249 --alsologtostderr -v=3: (11.996812564s)
--- PASS: TestStartStop/group/no-preload/serial/Stop (12.00s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop (0.17s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop
start_stop_delete_test.go:237: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p old-k8s-version-666124 -n old-k8s-version-666124
start_stop_delete_test.go:237: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Host}} -p old-k8s-version-666124 -n old-k8s-version-666124: exit status 7 (72.553474ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:237: status error: exit status 7 (may be ok)
start_stop_delete_test.go:244: (dbg) Run:  out/minikube-linux-amd64 addons enable dashboard -p old-k8s-version-666124 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop (0.17s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/SecondStart (51.31s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-amd64 start -p old-k8s-version-666124 --memory=3072 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.28.0
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-amd64 start -p old-k8s-version-666124 --memory=3072 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.28.0: (50.98589112s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p old-k8s-version-666124 -n old-k8s-version-666124
--- PASS: TestStartStop/group/old-k8s-version/serial/SecondStart (51.31s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/EnableAddonAfterStop (0.2s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/EnableAddonAfterStop
start_stop_delete_test.go:237: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p no-preload-335249 -n no-preload-335249
start_stop_delete_test.go:237: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Host}} -p no-preload-335249 -n no-preload-335249: exit status 7 (78.194372ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:237: status error: exit status 7 (may be ok)
start_stop_delete_test.go:244: (dbg) Run:  out/minikube-linux-amd64 addons enable dashboard -p no-preload-335249 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/no-preload/serial/EnableAddonAfterStop (0.20s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/SecondStart (51.74s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-amd64 start -p no-preload-335249 --memory=3072 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.34.0
E0929 12:24:04.051611  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/addons-398275/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-amd64 start -p no-preload-335249 --memory=3072 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.34.0: (51.419473312s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p no-preload-335249 -n no-preload-335249
--- PASS: TestStartStop/group/no-preload/serial/SecondStart (51.74s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (6.01s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:352: "kubernetes-dashboard-8694d4445c-nmhmc" [2e0cb085-5299-436c-838a-29538dba7586] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003929583s
--- PASS: TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (6.01s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (6s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:352: "kubernetes-dashboard-855c9754f9-n6w46" [268bd78b-6a1a-4355-a022-e788c875d0f7] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003469601s
--- PASS: TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (6.00s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (5.07s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:352: "kubernetes-dashboard-8694d4445c-nmhmc" [2e0cb085-5299-436c-838a-29538dba7586] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003718204s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context old-k8s-version-666124 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (5.07s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/AddonExistsAfterStop (5.09s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:352: "kubernetes-dashboard-855c9754f9-n6w46" [268bd78b-6a1a-4355-a022-e788c875d0f7] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004484416s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context no-preload-335249 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/no-preload/serial/AddonExistsAfterStop (5.09s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages (0.23s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-amd64 -p old-k8s-version-666124 image list --format=json
start_stop_delete_test.go:302: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20230511-dc714da8
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20250512-df8de77b
--- PASS: TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages (0.23s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/Pause (2.78s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/Pause
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 pause -p old-k8s-version-666124 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p old-k8s-version-666124 -n old-k8s-version-666124
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.APIServer}} -p old-k8s-version-666124 -n old-k8s-version-666124: exit status 2 (326.89234ms)

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Kubelet}} -p old-k8s-version-666124 -n old-k8s-version-666124
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Kubelet}} -p old-k8s-version-666124 -n old-k8s-version-666124: exit status 2 (315.847369ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 unpause -p old-k8s-version-666124 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p old-k8s-version-666124 -n old-k8s-version-666124
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Kubelet}} -p old-k8s-version-666124 -n old-k8s-version-666124
--- PASS: TestStartStop/group/old-k8s-version/serial/Pause (2.78s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/VerifyKubernetesImages (0.26s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-amd64 -p no-preload-335249 image list --format=json
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20250512-df8de77b
start_stop_delete_test.go:302: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/no-preload/serial/VerifyKubernetesImages (0.26s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/Pause (2.93s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/Pause
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 pause -p no-preload-335249 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p no-preload-335249 -n no-preload-335249
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.APIServer}} -p no-preload-335249 -n no-preload-335249: exit status 2 (331.785707ms)

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Kubelet}} -p no-preload-335249 -n no-preload-335249
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Kubelet}} -p no-preload-335249 -n no-preload-335249: exit status 2 (327.56169ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 unpause -p no-preload-335249 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p no-preload-335249 -n no-preload-335249
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Kubelet}} -p no-preload-335249 -n no-preload-335249
--- PASS: TestStartStop/group/no-preload/serial/Pause (2.93s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/FirstStart (48.28s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-amd64 start -p embed-certs-499786 --memory=3072 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=containerd --kubernetes-version=v1.34.0
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-amd64 start -p embed-certs-499786 --memory=3072 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=containerd --kubernetes-version=v1.34.0: (48.284121534s)
--- PASS: TestStartStop/group/embed-certs/serial/FirstStart (48.28s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-diff-port/serial/FirstStart (47.68s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-amd64 start -p default-k8s-diff-port-320261 --memory=3072 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=containerd --kubernetes-version=v1.34.0
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-amd64 start -p default-k8s-diff-port-320261 --memory=3072 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=containerd --kubernetes-version=v1.34.0: (47.678119296s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/FirstStart (47.68s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/FirstStart (26.17s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-amd64 start -p newest-cni-800839 --memory=3072 --alsologtostderr --wait=apiserver,system_pods,default_sa --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=containerd --kubernetes-version=v1.34.0
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-amd64 start -p newest-cni-800839 --memory=3072 --alsologtostderr --wait=apiserver,system_pods,default_sa --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=containerd --kubernetes-version=v1.34.0: (26.165465189s)
--- PASS: TestStartStop/group/newest-cni/serial/FirstStart (26.17s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/DeployApp (0s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/DeployApp
--- PASS: TestStartStop/group/newest-cni/serial/DeployApp (0.00s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/EnableAddonWhileActive (1.1s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/EnableAddonWhileActive
start_stop_delete_test.go:203: (dbg) Run:  out/minikube-linux-amd64 addons enable metrics-server -p newest-cni-800839 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain
start_stop_delete_test.go:203: (dbg) Done: out/minikube-linux-amd64 addons enable metrics-server -p newest-cni-800839 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain: (1.094907788s)
start_stop_delete_test.go:209: WARNING: cni mode requires additional setup before pods can schedule :(
--- PASS: TestStartStop/group/newest-cni/serial/EnableAddonWhileActive (1.10s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/Stop (1.45s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/Stop
start_stop_delete_test.go:226: (dbg) Run:  out/minikube-linux-amd64 stop -p newest-cni-800839 --alsologtostderr -v=3
start_stop_delete_test.go:226: (dbg) Done: out/minikube-linux-amd64 stop -p newest-cni-800839 --alsologtostderr -v=3: (1.448671905s)
--- PASS: TestStartStop/group/newest-cni/serial/Stop (1.45s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/EnableAddonAfterStop (0.17s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/EnableAddonAfterStop
start_stop_delete_test.go:237: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p newest-cni-800839 -n newest-cni-800839
start_stop_delete_test.go:237: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Host}} -p newest-cni-800839 -n newest-cni-800839: exit status 7 (70.315079ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:237: status error: exit status 7 (may be ok)
start_stop_delete_test.go:244: (dbg) Run:  out/minikube-linux-amd64 addons enable dashboard -p newest-cni-800839 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/newest-cni/serial/EnableAddonAfterStop (0.17s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/SecondStart (14.6s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-amd64 start -p newest-cni-800839 --memory=3072 --alsologtostderr --wait=apiserver,system_pods,default_sa --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=containerd --kubernetes-version=v1.34.0
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-amd64 start -p newest-cni-800839 --memory=3072 --alsologtostderr --wait=apiserver,system_pods,default_sa --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=containerd --kubernetes-version=v1.34.0: (14.219290071s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p newest-cni-800839 -n newest-cni-800839
--- PASS: TestStartStop/group/newest-cni/serial/SecondStart (14.60s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/DeployApp (9.59s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context embed-certs-499786 create -f testdata/busybox.yaml
start_stop_delete_test.go:194: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:352: "busybox" [b37252b5-8ad5-4764-a8fd-561b089740b7] Pending
helpers_test.go:352: "busybox" [b37252b5-8ad5-4764-a8fd-561b089740b7] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:352: "busybox" [b37252b5-8ad5-4764-a8fd-561b089740b7] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 9.005966514s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context embed-certs-499786 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (9.59s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-diff-port/serial/DeployApp (9.34s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context default-k8s-diff-port-320261 create -f testdata/busybox.yaml
start_stop_delete_test.go:194: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:352: "busybox" [c06cd7c9-a867-4131-9224-8add9d537b0d] Pending
helpers_test.go:352: "busybox" [c06cd7c9-a867-4131-9224-8add9d537b0d] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:352: "busybox" [c06cd7c9-a867-4131-9224-8add9d537b0d] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: integration-test=busybox healthy within 9.004796587s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context default-k8s-diff-port-320261 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/DeployApp (9.34s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/EnableAddonWhileActive (1.23s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/EnableAddonWhileActive
start_stop_delete_test.go:203: (dbg) Run:  out/minikube-linux-amd64 addons enable metrics-server -p embed-certs-499786 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain
start_stop_delete_test.go:203: (dbg) Done: out/minikube-linux-amd64 addons enable metrics-server -p embed-certs-499786 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain: (1.142462461s)
start_stop_delete_test.go:213: (dbg) Run:  kubectl --context embed-certs-499786 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/embed-certs/serial/EnableAddonWhileActive (1.23s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/Stop (12.47s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/Stop
start_stop_delete_test.go:226: (dbg) Run:  out/minikube-linux-amd64 stop -p embed-certs-499786 --alsologtostderr -v=3
start_stop_delete_test.go:226: (dbg) Done: out/minikube-linux-amd64 stop -p embed-certs-499786 --alsologtostderr -v=3: (12.46600257s)
--- PASS: TestStartStop/group/embed-certs/serial/Stop (12.47s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop (0s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop
start_stop_delete_test.go:271: WARNING: cni mode requires additional setup before pods can schedule :(
--- PASS: TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop (0.00s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/AddonExistsAfterStop (0s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/AddonExistsAfterStop
start_stop_delete_test.go:282: WARNING: cni mode requires additional setup before pods can schedule :(
--- PASS: TestStartStop/group/newest-cni/serial/AddonExistsAfterStop (0.00s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (0.26s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-amd64 -p newest-cni-800839 image list --format=json
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20250512-df8de77b
--- PASS: TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (0.26s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/Pause (2.96s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/Pause
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 pause -p newest-cni-800839 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p newest-cni-800839 -n newest-cni-800839
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.APIServer}} -p newest-cni-800839 -n newest-cni-800839: exit status 2 (325.849177ms)

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Kubelet}} -p newest-cni-800839 -n newest-cni-800839
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Kubelet}} -p newest-cni-800839 -n newest-cni-800839: exit status 2 (319.926473ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 unpause -p newest-cni-800839 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p newest-cni-800839 -n newest-cni-800839
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Kubelet}} -p newest-cni-800839 -n newest-cni-800839
--- PASS: TestStartStop/group/newest-cni/serial/Pause (2.96s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive (0.93s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive
start_stop_delete_test.go:203: (dbg) Run:  out/minikube-linux-amd64 addons enable metrics-server -p default-k8s-diff-port-320261 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain
start_stop_delete_test.go:213: (dbg) Run:  kubectl --context default-k8s-diff-port-320261 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive (0.93s)

                                                
                                    
x
+
TestNetworkPlugins/group/auto/Start (45.65s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p auto-561356 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=containerd
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p auto-561356 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=containerd: (45.649129188s)
--- PASS: TestNetworkPlugins/group/auto/Start (45.65s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-diff-port/serial/Stop (12.12s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/Stop
start_stop_delete_test.go:226: (dbg) Run:  out/minikube-linux-amd64 stop -p default-k8s-diff-port-320261 --alsologtostderr -v=3
start_stop_delete_test.go:226: (dbg) Done: out/minikube-linux-amd64 stop -p default-k8s-diff-port-320261 --alsologtostderr -v=3: (12.12441966s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/Stop (12.12s)

                                                
                                    
x
+
TestNetworkPlugins/group/kindnet/Start (59.6s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p kindnet-561356 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=containerd
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p kindnet-561356 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=containerd: (59.601634793s)
--- PASS: TestNetworkPlugins/group/kindnet/Start (59.60s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/EnableAddonAfterStop (0.21s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/EnableAddonAfterStop
start_stop_delete_test.go:237: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p embed-certs-499786 -n embed-certs-499786
start_stop_delete_test.go:237: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Host}} -p embed-certs-499786 -n embed-certs-499786: exit status 7 (84.159211ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:237: status error: exit status 7 (may be ok)
start_stop_delete_test.go:244: (dbg) Run:  out/minikube-linux-amd64 addons enable dashboard -p embed-certs-499786 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/embed-certs/serial/EnableAddonAfterStop (0.21s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/SecondStart (47.25s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-amd64 start -p embed-certs-499786 --memory=3072 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=containerd --kubernetes-version=v1.34.0
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-amd64 start -p embed-certs-499786 --memory=3072 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=containerd --kubernetes-version=v1.34.0: (46.929431232s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p embed-certs-499786 -n embed-certs-499786
--- PASS: TestStartStop/group/embed-certs/serial/SecondStart (47.25s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop (0.2s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop
start_stop_delete_test.go:237: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p default-k8s-diff-port-320261 -n default-k8s-diff-port-320261
start_stop_delete_test.go:237: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Host}} -p default-k8s-diff-port-320261 -n default-k8s-diff-port-320261: exit status 7 (74.847038ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:237: status error: exit status 7 (may be ok)
start_stop_delete_test.go:244: (dbg) Run:  out/minikube-linux-amd64 addons enable dashboard -p default-k8s-diff-port-320261 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop (0.20s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-diff-port/serial/SecondStart (46.22s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-amd64 start -p default-k8s-diff-port-320261 --memory=3072 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=containerd --kubernetes-version=v1.34.0
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-amd64 start -p default-k8s-diff-port-320261 --memory=3072 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=containerd --kubernetes-version=v1.34.0: (45.909558072s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p default-k8s-diff-port-320261 -n default-k8s-diff-port-320261
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/SecondStart (46.22s)

                                                
                                    
x
+
TestNetworkPlugins/group/auto/KubeletFlags (0.27s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p auto-561356 "pgrep -a kubelet"
I0929 12:26:51.727289  732404 config.go:182] Loaded profile config "auto-561356": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
--- PASS: TestNetworkPlugins/group/auto/KubeletFlags (0.27s)

                                                
                                    
x
+
TestNetworkPlugins/group/auto/NetCatPod (8.2s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context auto-561356 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:352: "netcat-cd4db9dbf-7qxbj" [06a398c2-a1c1-4fe3-b78a-366bc7ffa0bb] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:352: "netcat-cd4db9dbf-7qxbj" [06a398c2-a1c1-4fe3-b78a-366bc7ffa0bb] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 8.004140377s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (8.20s)

                                                
                                    
x
+
TestNetworkPlugins/group/auto/DNS (0.15s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/DNS
net_test.go:175: (dbg) Run:  kubectl --context auto-561356 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/auto/DNS (0.15s)

                                                
                                    
x
+
TestNetworkPlugins/group/auto/Localhost (0.11s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/Localhost
net_test.go:194: (dbg) Run:  kubectl --context auto-561356 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z localhost 8080"
--- PASS: TestNetworkPlugins/group/auto/Localhost (0.11s)

                                                
                                    
x
+
TestNetworkPlugins/group/auto/HairPin (0.12s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/HairPin
net_test.go:264: (dbg) Run:  kubectl --context auto-561356 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/auto/HairPin (0.12s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.01s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:352: "kubernetes-dashboard-855c9754f9-qqh8c" [4e118e14-c72d-4286-b4ca-8c0480bd2543] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004591864s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.01s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (6.01s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:352: "kubernetes-dashboard-855c9754f9-n4f4z" [adfc5a62-b6ef-4a0e-bd91-21ffb4238c31] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004225203s
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (6.01s)

                                                
                                    
x
+
TestNetworkPlugins/group/kindnet/ControllerPod (6.01s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/ControllerPod
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: waiting 10m0s for pods matching "app=kindnet" in namespace "kube-system" ...
helpers_test.go:352: "kindnet-g8kbn" [086bb5b8-53a8-4680-ad48-7f6d65705d74] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: app=kindnet healthy within 6.004368081s
--- PASS: TestNetworkPlugins/group/kindnet/ControllerPod (6.01s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (5.08s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:352: "kubernetes-dashboard-855c9754f9-qqh8c" [4e118e14-c72d-4286-b4ca-8c0480bd2543] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003768905s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context embed-certs-499786 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (5.08s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (5.11s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:352: "kubernetes-dashboard-855c9754f9-n4f4z" [adfc5a62-b6ef-4a0e-bd91-21ffb4238c31] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004423843s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context default-k8s-diff-port-320261 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (5.11s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (0.24s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-amd64 -p embed-certs-499786 image list --format=json
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20250512-df8de77b
start_stop_delete_test.go:302: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (0.24s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/Pause (3.15s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/Pause
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 pause -p embed-certs-499786 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p embed-certs-499786 -n embed-certs-499786
I0929 12:27:13.403637  732404 config.go:182] Loaded profile config "kindnet-561356": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.APIServer}} -p embed-certs-499786 -n embed-certs-499786: exit status 2 (355.911756ms)

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Kubelet}} -p embed-certs-499786 -n embed-certs-499786
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Kubelet}} -p embed-certs-499786 -n embed-certs-499786: exit status 2 (336.706985ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 unpause -p embed-certs-499786 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p embed-certs-499786 -n embed-certs-499786
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Kubelet}} -p embed-certs-499786 -n embed-certs-499786
--- PASS: TestStartStop/group/embed-certs/serial/Pause (3.15s)

                                                
                                    
x
+
TestNetworkPlugins/group/kindnet/KubeletFlags (0.3s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p kindnet-561356 "pgrep -a kubelet"
--- PASS: TestNetworkPlugins/group/kindnet/KubeletFlags (0.30s)

                                                
                                    
x
+
TestNetworkPlugins/group/kindnet/NetCatPod (9.25s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kindnet-561356 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:352: "netcat-cd4db9dbf-nj4l9" [1b9ed5ea-9021-46b8-aaaa-83b8b83e8128] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:352: "netcat-cd4db9dbf-nj4l9" [1b9ed5ea-9021-46b8-aaaa-83b8b83e8128] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: app=netcat healthy within 9.010988591s
--- PASS: TestNetworkPlugins/group/kindnet/NetCatPod (9.25s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages (0.29s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-amd64 -p default-k8s-diff-port-320261 image list --format=json
start_stop_delete_test.go:302: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20250512-df8de77b
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages (0.29s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-diff-port/serial/Pause (3.11s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/Pause
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 pause -p default-k8s-diff-port-320261 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p default-k8s-diff-port-320261 -n default-k8s-diff-port-320261
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.APIServer}} -p default-k8s-diff-port-320261 -n default-k8s-diff-port-320261: exit status 2 (314.78343ms)

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Kubelet}} -p default-k8s-diff-port-320261 -n default-k8s-diff-port-320261
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Kubelet}} -p default-k8s-diff-port-320261 -n default-k8s-diff-port-320261: exit status 2 (323.461144ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 unpause -p default-k8s-diff-port-320261 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p default-k8s-diff-port-320261 -n default-k8s-diff-port-320261
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Kubelet}} -p default-k8s-diff-port-320261 -n default-k8s-diff-port-320261
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/Pause (3.11s)
E0929 12:28:37.598175  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/no-preload-335249/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 12:28:38.239581  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/no-preload-335249/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"

                                                
                                    
x
+
TestNetworkPlugins/group/calico/Start (45.48s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p calico-561356 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=calico --driver=docker  --container-runtime=containerd
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p calico-561356 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=calico --driver=docker  --container-runtime=containerd: (45.484499143s)
--- PASS: TestNetworkPlugins/group/calico/Start (45.48s)

                                                
                                    
x
+
TestNetworkPlugins/group/custom-flannel/Start (46.78s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p custom-flannel-561356 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata/kube-flannel.yaml --driver=docker  --container-runtime=containerd
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p custom-flannel-561356 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata/kube-flannel.yaml --driver=docker  --container-runtime=containerd: (46.775794229s)
--- PASS: TestNetworkPlugins/group/custom-flannel/Start (46.78s)

                                                
                                    
x
+
TestNetworkPlugins/group/kindnet/DNS (0.15s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/DNS
net_test.go:175: (dbg) Run:  kubectl --context kindnet-561356 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/kindnet/DNS (0.15s)

                                                
                                    
x
+
TestNetworkPlugins/group/kindnet/Localhost (0.16s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/Localhost
net_test.go:194: (dbg) Run:  kubectl --context kindnet-561356 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z localhost 8080"
--- PASS: TestNetworkPlugins/group/kindnet/Localhost (0.16s)

                                                
                                    
x
+
TestNetworkPlugins/group/kindnet/HairPin (0.15s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/HairPin
net_test.go:264: (dbg) Run:  kubectl --context kindnet-561356 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/kindnet/HairPin (0.15s)

                                                
                                    
x
+
TestNetworkPlugins/group/enable-default-cni/Start (41.18s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p enable-default-cni-561356 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker  --container-runtime=containerd
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p enable-default-cni-561356 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker  --container-runtime=containerd: (41.183082159s)
--- PASS: TestNetworkPlugins/group/enable-default-cni/Start (41.18s)

                                                
                                    
x
+
TestNetworkPlugins/group/flannel/Start (48.21s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p flannel-561356 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=containerd
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p flannel-561356 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=containerd: (48.212524382s)
--- PASS: TestNetworkPlugins/group/flannel/Start (48.21s)

                                                
                                    
x
+
TestNetworkPlugins/group/calico/ControllerPod (6.01s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/ControllerPod
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: waiting 10m0s for pods matching "k8s-app=calico-node" in namespace "kube-system" ...
helpers_test.go:352: "calico-node-njcmb" [d281a518-7d7c-4086-a6ee-cf079d4e056b] Running / Ready:ContainersNotReady (containers with unready status: [calico-node]) / ContainersReady:ContainersNotReady (containers with unready status: [calico-node])
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: k8s-app=calico-node healthy within 6.004091301s
--- PASS: TestNetworkPlugins/group/calico/ControllerPod (6.01s)

                                                
                                    
x
+
TestNetworkPlugins/group/enable-default-cni/KubeletFlags (0.28s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p enable-default-cni-561356 "pgrep -a kubelet"
--- PASS: TestNetworkPlugins/group/enable-default-cni/KubeletFlags (0.28s)

                                                
                                    
x
+
TestNetworkPlugins/group/custom-flannel/KubeletFlags (0.28s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p custom-flannel-561356 "pgrep -a kubelet"
I0929 12:28:06.378667  732404 config.go:182] Loaded profile config "enable-default-cni-561356": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
--- PASS: TestNetworkPlugins/group/custom-flannel/KubeletFlags (0.28s)

                                                
                                    
x
+
TestNetworkPlugins/group/enable-default-cni/NetCatPod (8.2s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context enable-default-cni-561356 replace --force -f testdata/netcat-deployment.yaml
I0929 12:28:06.553118  732404 config.go:182] Loaded profile config "custom-flannel-561356": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:352: "netcat-cd4db9dbf-vmb65" [40f42995-f2f9-4bba-8885-353002a64edf] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:352: "netcat-cd4db9dbf-vmb65" [40f42995-f2f9-4bba-8885-353002a64edf] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 8.004159468s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (8.20s)

                                                
                                    
x
+
TestNetworkPlugins/group/custom-flannel/NetCatPod (9.19s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context custom-flannel-561356 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:352: "netcat-cd4db9dbf-hjkbv" [afd44543-23e9-40d8-bb38-8839f5467411] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:352: "netcat-cd4db9dbf-hjkbv" [afd44543-23e9-40d8-bb38-8839f5467411] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: app=netcat healthy within 9.003866638s
--- PASS: TestNetworkPlugins/group/custom-flannel/NetCatPod (9.19s)

                                                
                                    
x
+
TestNetworkPlugins/group/calico/KubeletFlags (0.27s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p calico-561356 "pgrep -a kubelet"
I0929 12:28:10.327229  732404 config.go:182] Loaded profile config "calico-561356": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
--- PASS: TestNetworkPlugins/group/calico/KubeletFlags (0.27s)

                                                
                                    
x
+
TestNetworkPlugins/group/calico/NetCatPod (9.21s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context calico-561356 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:352: "netcat-cd4db9dbf-tbwgd" [1baae559-107a-43af-8935-9c5588bece51] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:352: "netcat-cd4db9dbf-tbwgd" [1baae559-107a-43af-8935-9c5588bece51] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: app=netcat healthy within 9.003607322s
--- PASS: TestNetworkPlugins/group/calico/NetCatPod (9.21s)

                                                
                                    
x
+
TestNetworkPlugins/group/enable-default-cni/DNS (0.13s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/DNS
net_test.go:175: (dbg) Run:  kubectl --context enable-default-cni-561356 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/enable-default-cni/DNS (0.13s)

                                                
                                    
x
+
TestNetworkPlugins/group/enable-default-cni/Localhost (0.11s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/Localhost
net_test.go:194: (dbg) Run:  kubectl --context enable-default-cni-561356 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z localhost 8080"
--- PASS: TestNetworkPlugins/group/enable-default-cni/Localhost (0.11s)

                                                
                                    
x
+
TestNetworkPlugins/group/enable-default-cni/HairPin (0.11s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/HairPin
net_test.go:264: (dbg) Run:  kubectl --context enable-default-cni-561356 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/enable-default-cni/HairPin (0.11s)

                                                
                                    
x
+
TestNetworkPlugins/group/custom-flannel/DNS (0.12s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/DNS
net_test.go:175: (dbg) Run:  kubectl --context custom-flannel-561356 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/custom-flannel/DNS (0.12s)

                                                
                                    
x
+
TestNetworkPlugins/group/custom-flannel/Localhost (0.11s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/Localhost
net_test.go:194: (dbg) Run:  kubectl --context custom-flannel-561356 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z localhost 8080"
--- PASS: TestNetworkPlugins/group/custom-flannel/Localhost (0.11s)

                                                
                                    
x
+
TestNetworkPlugins/group/custom-flannel/HairPin (0.11s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/HairPin
net_test.go:264: (dbg) Run:  kubectl --context custom-flannel-561356 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/custom-flannel/HairPin (0.11s)

                                                
                                    
x
+
TestNetworkPlugins/group/calico/DNS (0.15s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/DNS
net_test.go:175: (dbg) Run:  kubectl --context calico-561356 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/calico/DNS (0.15s)

                                                
                                    
x
+
TestNetworkPlugins/group/calico/Localhost (0.1s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/Localhost
net_test.go:194: (dbg) Run:  kubectl --context calico-561356 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z localhost 8080"
--- PASS: TestNetworkPlugins/group/calico/Localhost (0.10s)

                                                
                                    
x
+
TestNetworkPlugins/group/calico/HairPin (0.13s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/HairPin
net_test.go:264: (dbg) Run:  kubectl --context calico-561356 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/calico/HairPin (0.13s)

                                                
                                    
x
+
TestNetworkPlugins/group/flannel/ControllerPod (6.01s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/ControllerPod
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: waiting 10m0s for pods matching "app=flannel" in namespace "kube-flannel" ...
helpers_test.go:352: "kube-flannel-ds-684hm" [5460c5a6-526a-4303-97b3-020f7fb823c3] Running
E0929 12:28:34.089747  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/old-k8s-version-666124/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: app=flannel healthy within 6.003265209s
--- PASS: TestNetworkPlugins/group/flannel/ControllerPod (6.01s)

                                                
                                    
x
+
TestNetworkPlugins/group/bridge/Start (36.16s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p bridge-561356 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker  --container-runtime=containerd
E0929 12:28:36.651417  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/old-k8s-version-666124/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 12:28:36.952081  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/no-preload-335249/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 12:28:36.958482  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/no-preload-335249/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 12:28:36.969962  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/no-preload-335249/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 12:28:36.991481  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/no-preload-335249/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 12:28:37.032992  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/no-preload-335249/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 12:28:37.114720  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/no-preload-335249/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
E0929 12:28:37.276286  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/no-preload-335249/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p bridge-561356 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker  --container-runtime=containerd: (36.156484035s)
--- PASS: TestNetworkPlugins/group/bridge/Start (36.16s)

                                                
                                    
x
+
TestNetworkPlugins/group/flannel/KubeletFlags (0.39s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p flannel-561356 "pgrep -a kubelet"
I0929 12:28:39.237451  732404 config.go:182] Loaded profile config "flannel-561356": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
--- PASS: TestNetworkPlugins/group/flannel/KubeletFlags (0.39s)

                                                
                                    
x
+
TestNetworkPlugins/group/flannel/NetCatPod (8.55s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context flannel-561356 replace --force -f testdata/netcat-deployment.yaml
E0929 12:28:39.521852  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/no-preload-335249/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
I0929 12:28:39.772443  732404 kapi.go:136] Waiting for deployment netcat to stabilize, generation 1 observed generation 1 spec.replicas 1 status.replicas 0
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:352: "netcat-cd4db9dbf-g2bc5" [9c56060d-b952-424e-9d73-0b4aca58789a] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0929 12:28:41.773284  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/old-k8s-version-666124/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
helpers_test.go:352: "netcat-cd4db9dbf-g2bc5" [9c56060d-b952-424e-9d73-0b4aca58789a] Running
E0929 12:28:47.205346  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/no-preload-335249/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: app=netcat healthy within 8.004236459s
--- PASS: TestNetworkPlugins/group/flannel/NetCatPod (8.55s)

                                                
                                    
x
+
TestNetworkPlugins/group/flannel/DNS (0.14s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/DNS
net_test.go:175: (dbg) Run:  kubectl --context flannel-561356 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/flannel/DNS (0.14s)

                                                
                                    
x
+
TestNetworkPlugins/group/flannel/Localhost (0.11s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/Localhost
net_test.go:194: (dbg) Run:  kubectl --context flannel-561356 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z localhost 8080"
--- PASS: TestNetworkPlugins/group/flannel/Localhost (0.11s)

                                                
                                    
x
+
TestNetworkPlugins/group/flannel/HairPin (0.14s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/HairPin
net_test.go:264: (dbg) Run:  kubectl --context flannel-561356 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/flannel/HairPin (0.14s)

                                                
                                    
x
+
TestNetworkPlugins/group/bridge/KubeletFlags (0.27s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p bridge-561356 "pgrep -a kubelet"
I0929 12:29:11.239152  732404 config.go:182] Loaded profile config "bridge-561356": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.34.0
--- PASS: TestNetworkPlugins/group/bridge/KubeletFlags (0.27s)

                                                
                                    
x
+
TestNetworkPlugins/group/bridge/NetCatPod (9.18s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context bridge-561356 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:352: "netcat-cd4db9dbf-mdsvp" [ca93a84e-4dff-4ae9-82e5-218e10354d71] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0929 12:29:12.496836  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/old-k8s-version-666124/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
helpers_test.go:352: "netcat-cd4db9dbf-mdsvp" [ca93a84e-4dff-4ae9-82e5-218e10354d71] Running
E0929 12:29:17.929036  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/no-preload-335249/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 9.003744922s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (9.18s)

                                                
                                    
x
+
TestNetworkPlugins/group/bridge/DNS (0.13s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/DNS
net_test.go:175: (dbg) Run:  kubectl --context bridge-561356 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/bridge/DNS (0.13s)

                                                
                                    
x
+
TestNetworkPlugins/group/bridge/Localhost (0.11s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/Localhost
net_test.go:194: (dbg) Run:  kubectl --context bridge-561356 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z localhost 8080"
--- PASS: TestNetworkPlugins/group/bridge/Localhost (0.11s)

                                                
                                    
x
+
TestNetworkPlugins/group/bridge/HairPin (0.11s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/HairPin
net_test.go:264: (dbg) Run:  kubectl --context bridge-561356 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/bridge/HairPin (0.11s)

                                                
                                    

Test skip (25/332)

x
+
TestDownloadOnly/v1.28.0/cached-images (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.0/cached-images
aaa_download_only_test.go:129: Preload exists, images won't be cached
--- SKIP: TestDownloadOnly/v1.28.0/cached-images (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.28.0/binaries (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.0/binaries
aaa_download_only_test.go:151: Preload exists, binaries are present within.
--- SKIP: TestDownloadOnly/v1.28.0/binaries (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.28.0/kubectl (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.0/kubectl
aaa_download_only_test.go:167: Test for darwin and windows
--- SKIP: TestDownloadOnly/v1.28.0/kubectl (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.34.0/cached-images (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.34.0/cached-images
aaa_download_only_test.go:129: Preload exists, images won't be cached
--- SKIP: TestDownloadOnly/v1.34.0/cached-images (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.34.0/binaries (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.34.0/binaries
aaa_download_only_test.go:151: Preload exists, binaries are present within.
--- SKIP: TestDownloadOnly/v1.34.0/binaries (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.34.0/kubectl (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.34.0/kubectl
aaa_download_only_test.go:167: Test for darwin and windows
--- SKIP: TestDownloadOnly/v1.34.0/kubectl (0.00s)

                                                
                                    
x
+
TestAddons/serial/GCPAuth/RealCredentials (0s)

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/RealCredentials
addons_test.go:763: skipping GCPAuth addon test until 'Permission "artifactregistry.repositories.downloadArtifacts" denied on resource "projects/k8s-minikube/locations/us/repositories/test-artifacts" (or it may not exist)' issue is resolved
--- SKIP: TestAddons/serial/GCPAuth/RealCredentials (0.00s)

                                                
                                    
x
+
TestAddons/parallel/Olm (0s)

                                                
                                                
=== RUN   TestAddons/parallel/Olm
=== PAUSE TestAddons/parallel/Olm

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Olm
addons_test.go:483: Skipping OLM addon test until https://github.com/operator-framework/operator-lifecycle-manager/issues/2534 is resolved
--- SKIP: TestAddons/parallel/Olm (0.00s)

                                                
                                    
x
+
TestDockerFlags (0s)

                                                
                                                
=== RUN   TestDockerFlags
docker_test.go:41: skipping: only runs with docker container runtime, currently testing containerd
--- SKIP: TestDockerFlags (0.00s)

                                                
                                    
x
+
TestHyperKitDriverInstallOrUpdate (0s)

                                                
                                                
=== RUN   TestHyperKitDriverInstallOrUpdate
driver_install_or_update_test.go:114: Skip if not darwin.
--- SKIP: TestHyperKitDriverInstallOrUpdate (0.00s)

                                                
                                    
x
+
TestHyperkitDriverSkipUpgrade (0s)

                                                
                                                
=== RUN   TestHyperkitDriverSkipUpgrade
driver_install_or_update_test.go:178: Skip if not darwin.
--- SKIP: TestHyperkitDriverSkipUpgrade (0.00s)

                                                
                                    
x
+
TestFunctional/parallel/DockerEnv (0s)

                                                
                                                
=== RUN   TestFunctional/parallel/DockerEnv
=== PAUSE TestFunctional/parallel/DockerEnv

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/DockerEnv
functional_test.go:478: only validate docker env with docker container runtime, currently testing containerd
--- SKIP: TestFunctional/parallel/DockerEnv (0.00s)

                                                
                                    
x
+
TestFunctional/parallel/PodmanEnv (0s)

                                                
                                                
=== RUN   TestFunctional/parallel/PodmanEnv
=== PAUSE TestFunctional/parallel/PodmanEnv

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/PodmanEnv
functional_test.go:565: only validate podman env with docker container runtime, currently testing containerd
--- SKIP: TestFunctional/parallel/PodmanEnv (0.00s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/DNSResolutionByDig (0s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/DNSResolutionByDig
functional_test_tunnel_test.go:99: DNS forwarding is only supported for Hyperkit on Darwin, skipping test DNS forwarding
--- SKIP: TestFunctional/parallel/TunnelCmd/serial/DNSResolutionByDig (0.00s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/DNSResolutionByDscacheutil (0s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/DNSResolutionByDscacheutil
functional_test_tunnel_test.go:99: DNS forwarding is only supported for Hyperkit on Darwin, skipping test DNS forwarding
--- SKIP: TestFunctional/parallel/TunnelCmd/serial/DNSResolutionByDscacheutil (0.00s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/AccessThroughDNS (0s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/AccessThroughDNS
functional_test_tunnel_test.go:99: DNS forwarding is only supported for Hyperkit on Darwin, skipping test DNS forwarding
--- SKIP: TestFunctional/parallel/TunnelCmd/serial/AccessThroughDNS (0.00s)

                                                
                                    
x
+
TestFunctionalNewestKubernetes (0s)

                                                
                                                
=== RUN   TestFunctionalNewestKubernetes
functional_test.go:82: 
--- SKIP: TestFunctionalNewestKubernetes (0.00s)

                                                
                                    
x
+
TestGvisorAddon (0s)

                                                
                                                
=== RUN   TestGvisorAddon
gvisor_addon_test.go:34: skipping test because --gvisor=false
--- SKIP: TestGvisorAddon (0.00s)

                                                
                                    
x
+
TestImageBuild (0s)

                                                
                                                
=== RUN   TestImageBuild
image_test.go:33: 
--- SKIP: TestImageBuild (0.00s)

                                                
                                    
x
+
TestChangeNoneUser (0s)

                                                
                                                
=== RUN   TestChangeNoneUser
none_test.go:38: Test requires none driver and SUDO_USER env to not be empty
--- SKIP: TestChangeNoneUser (0.00s)

                                                
                                    
x
+
TestScheduledStopWindows (0s)

                                                
                                                
=== RUN   TestScheduledStopWindows
scheduled_stop_test.go:42: test only runs on windows
--- SKIP: TestScheduledStopWindows (0.00s)

                                                
                                    
x
+
TestSkaffold (0s)

                                                
                                                
=== RUN   TestSkaffold
skaffold_test.go:45: skaffold requires docker-env, currently testing containerd container runtime
--- SKIP: TestSkaffold (0.00s)

                                                
                                    
x
+
TestStartStop/group/disable-driver-mounts (0.15s)

                                                
                                                
=== RUN   TestStartStop/group/disable-driver-mounts
=== PAUSE TestStartStop/group/disable-driver-mounts

                                                
                                                

                                                
                                                
=== CONT  TestStartStop/group/disable-driver-mounts
start_stop_delete_test.go:101: skipping TestStartStop/group/disable-driver-mounts - only runs on virtualbox
helpers_test.go:175: Cleaning up "disable-driver-mounts-117786" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p disable-driver-mounts-117786
--- SKIP: TestStartStop/group/disable-driver-mounts (0.15s)

                                                
                                    
x
+
TestNetworkPlugins/group/kubenet (5.21s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet
net_test.go:93: Skipping the test as containerd container runtimes requires CNI
panic.go:636: 
----------------------- debugLogs start: kubenet-561356 [pass: true] --------------------------------
>>> netcat: nslookup kubernetes.default:
Error in configuration: context was not found for specified context: kubenet-561356

                                                
                                                

                                                
                                                
>>> netcat: nslookup debug kubernetes.default a-records:
Error in configuration: context was not found for specified context: kubenet-561356

                                                
                                                

                                                
                                                
>>> netcat: dig search kubernetes.default:
Error in configuration: context was not found for specified context: kubenet-561356

                                                
                                                

                                                
                                                
>>> netcat: dig @10.96.0.10 kubernetes.default.svc.cluster.local udp/53:
Error in configuration: context was not found for specified context: kubenet-561356

                                                
                                                

                                                
                                                
>>> netcat: dig @10.96.0.10 kubernetes.default.svc.cluster.local tcp/53:
Error in configuration: context was not found for specified context: kubenet-561356

                                                
                                                

                                                
                                                
>>> netcat: nc 10.96.0.10 udp/53:
Error in configuration: context was not found for specified context: kubenet-561356

                                                
                                                

                                                
                                                
>>> netcat: nc 10.96.0.10 tcp/53:
Error in configuration: context was not found for specified context: kubenet-561356

                                                
                                                

                                                
                                                
>>> netcat: /etc/nsswitch.conf:
Error in configuration: context was not found for specified context: kubenet-561356

                                                
                                                

                                                
                                                
>>> netcat: /etc/hosts:
Error in configuration: context was not found for specified context: kubenet-561356

                                                
                                                

                                                
                                                
>>> netcat: /etc/resolv.conf:
Error in configuration: context was not found for specified context: kubenet-561356

                                                
                                                

                                                
                                                
>>> host: /etc/nsswitch.conf:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: /etc/hosts:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: /etc/resolv.conf:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> k8s: nodes, services, endpoints, daemon sets, deployments and pods, :
Error in configuration: context was not found for specified context: kubenet-561356

                                                
                                                

                                                
                                                
>>> host: crictl pods:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: crictl containers:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> k8s: describe netcat deployment:
error: context "kubenet-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe netcat pod(s):
error: context "kubenet-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: netcat logs:
error: context "kubenet-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe coredns deployment:
error: context "kubenet-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe coredns pods:
error: context "kubenet-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: coredns logs:
error: context "kubenet-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe api server pod(s):
error: context "kubenet-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: api server logs:
error: context "kubenet-561356" does not exist

                                                
                                                

                                                
                                                
>>> host: /etc/cni:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: ip a s:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: ip r s:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: iptables-save:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: iptables table nat:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> k8s: describe kube-proxy daemon set:
error: context "kubenet-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe kube-proxy pod(s):
error: context "kubenet-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: kube-proxy logs:
error: context "kubenet-561356" does not exist

                                                
                                                

                                                
                                                
>>> host: kubelet daemon status:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: kubelet daemon config:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> k8s: kubelet logs:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: /etc/kubernetes/kubelet.conf:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: /var/lib/kubelet/config.yaml:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 29 Sep 2025 12:20:56 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: cluster_info
server: https://192.168.76.2:8443
name: missing-upgrade-892407
contexts:
- context:
cluster: missing-upgrade-892407
extensions:
- extension:
last-update: Mon, 29 Sep 2025 12:20:56 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: context_info
namespace: default
user: missing-upgrade-892407
name: missing-upgrade-892407
current-context: ""
kind: Config
users:
- name: missing-upgrade-892407
user:
client-certificate: /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/missing-upgrade-892407/client.crt
client-key: /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/missing-upgrade-892407/client.key

                                                
                                                

                                                
                                                
>>> k8s: cms:
Error in configuration: context was not found for specified context: kubenet-561356

                                                
                                                

                                                
                                                
>>> host: docker daemon status:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: docker daemon config:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: /etc/docker/daemon.json:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: docker system info:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: cri-docker daemon status:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: cri-docker daemon config:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: /etc/systemd/system/cri-docker.service.d/10-cni.conf:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: /usr/lib/systemd/system/cri-docker.service:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: cri-dockerd version:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: containerd daemon status:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: containerd daemon config:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: /lib/systemd/system/containerd.service:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: /etc/containerd/config.toml:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: containerd config dump:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: crio daemon status:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: crio daemon config:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: /etc/crio:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                

                                                
                                                
>>> host: crio config:
* Profile "kubenet-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p kubenet-561356"

                                                
                                                
----------------------- debugLogs end: kubenet-561356 [took: 5.023376282s] --------------------------------
helpers_test.go:175: Cleaning up "kubenet-561356" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p kubenet-561356
--- SKIP: TestNetworkPlugins/group/kubenet (5.21s)

                                                
                                    
x
+
TestNetworkPlugins/group/cilium (5.63s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/cilium
net_test.go:102: Skipping the test as it's interfering with other tests and is outdated
panic.go:636: 
----------------------- debugLogs start: cilium-561356 [pass: true] --------------------------------
>>> netcat: nslookup kubernetes.default:
Error in configuration: context was not found for specified context: cilium-561356

                                                
                                                

                                                
                                                
>>> netcat: nslookup debug kubernetes.default a-records:
Error in configuration: context was not found for specified context: cilium-561356

                                                
                                                

                                                
                                                
>>> netcat: dig search kubernetes.default:
Error in configuration: context was not found for specified context: cilium-561356

                                                
                                                

                                                
                                                
>>> netcat: dig @10.96.0.10 kubernetes.default.svc.cluster.local udp/53:
Error in configuration: context was not found for specified context: cilium-561356

                                                
                                                

                                                
                                                
>>> netcat: dig @10.96.0.10 kubernetes.default.svc.cluster.local tcp/53:
Error in configuration: context was not found for specified context: cilium-561356

                                                
                                                

                                                
                                                
>>> netcat: nc 10.96.0.10 udp/53:
Error in configuration: context was not found for specified context: cilium-561356

                                                
                                                

                                                
                                                
>>> netcat: nc 10.96.0.10 tcp/53:
Error in configuration: context was not found for specified context: cilium-561356

                                                
                                                

                                                
                                                
>>> netcat: /etc/nsswitch.conf:
Error in configuration: context was not found for specified context: cilium-561356

                                                
                                                

                                                
                                                
>>> netcat: /etc/hosts:
Error in configuration: context was not found for specified context: cilium-561356

                                                
                                                

                                                
                                                
>>> netcat: /etc/resolv.conf:
Error in configuration: context was not found for specified context: cilium-561356

                                                
                                                

                                                
                                                
>>> host: /etc/nsswitch.conf:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: /etc/hosts:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: /etc/resolv.conf:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> k8s: nodes, services, endpoints, daemon sets, deployments and pods, :
Error in configuration: context was not found for specified context: cilium-561356

                                                
                                                

                                                
                                                
>>> host: crictl pods:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: crictl containers:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> k8s: describe netcat deployment:
error: context "cilium-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe netcat pod(s):
error: context "cilium-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: netcat logs:
error: context "cilium-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe coredns deployment:
error: context "cilium-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe coredns pods:
error: context "cilium-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: coredns logs:
error: context "cilium-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe api server pod(s):
error: context "cilium-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: api server logs:
error: context "cilium-561356" does not exist

                                                
                                                

                                                
                                                
>>> host: /etc/cni:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: ip a s:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: ip r s:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: iptables-save:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: iptables table nat:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> k8s: describe cilium daemon set:
Error in configuration: context was not found for specified context: cilium-561356

                                                
                                                

                                                
                                                
>>> k8s: describe cilium daemon set pod(s):
Error in configuration: context was not found for specified context: cilium-561356

                                                
                                                

                                                
                                                
>>> k8s: cilium daemon set container(s) logs (current):
error: context "cilium-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: cilium daemon set container(s) logs (previous):
error: context "cilium-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe cilium deployment:
Error in configuration: context was not found for specified context: cilium-561356

                                                
                                                

                                                
                                                
>>> k8s: describe cilium deployment pod(s):
Error in configuration: context was not found for specified context: cilium-561356

                                                
                                                

                                                
                                                
>>> k8s: cilium deployment container(s) logs (current):
error: context "cilium-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: cilium deployment container(s) logs (previous):
error: context "cilium-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe kube-proxy daemon set:
error: context "cilium-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe kube-proxy pod(s):
error: context "cilium-561356" does not exist

                                                
                                                

                                                
                                                
>>> k8s: kube-proxy logs:
error: context "cilium-561356" does not exist

                                                
                                                

                                                
                                                
>>> host: kubelet daemon status:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: kubelet daemon config:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> k8s: kubelet logs:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: /etc/kubernetes/kubelet.conf:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: /var/lib/kubelet/config.yaml:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/21655-728906/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 29 Sep 2025 12:20:56 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: cluster_info
server: https://192.168.76.2:8443
name: missing-upgrade-892407
contexts:
- context:
cluster: missing-upgrade-892407
extensions:
- extension:
last-update: Mon, 29 Sep 2025 12:20:56 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: context_info
namespace: default
user: missing-upgrade-892407
name: missing-upgrade-892407
current-context: ""
kind: Config
users:
- name: missing-upgrade-892407
user:
client-certificate: /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/missing-upgrade-892407/client.crt
client-key: /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/missing-upgrade-892407/client.key

                                                
                                                

                                                
                                                
>>> k8s: cms:
Error in configuration: context was not found for specified context: cilium-561356

                                                
                                                

                                                
                                                
>>> host: docker daemon status:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: docker daemon config:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: /etc/docker/daemon.json:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: docker system info:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: cri-docker daemon status:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: cri-docker daemon config:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: /etc/systemd/system/cri-docker.service.d/10-cni.conf:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: /usr/lib/systemd/system/cri-docker.service:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: cri-dockerd version:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: containerd daemon status:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: containerd daemon config:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: /lib/systemd/system/containerd.service:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: /etc/containerd/config.toml:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: containerd config dump:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: crio daemon status:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: crio daemon config:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: /etc/crio:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                

                                                
                                                
>>> host: crio config:
* Profile "cilium-561356" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-561356"

                                                
                                                
----------------------- debugLogs end: cilium-561356 [took: 5.454275505s] --------------------------------
helpers_test.go:175: Cleaning up "cilium-561356" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p cilium-561356
E0929 12:21:29.647603  732404 cert_rotation.go:172] "Loading client cert failed" err="open /home/jenkins/minikube-integration/21655-728906/.minikube/profiles/functional-332736/client.crt: no such file or directory" logger="tls-transport-cache.UnhandledError" key="key"
--- SKIP: TestNetworkPlugins/group/cilium (5.63s)

                                                
                                    
Copied to clipboard